Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Open leaves:
|
2025-11-15
| ||
| 14:07 | Generalize [6b31bcfc1b] and [9a49859504] to ignore more HTML elements responding to clicks themselves. So far there's an accordion section header containing a hyperlink on the /rchvdwnld UI page and a timeline entries with nested buttons on the /download page. (leaf check-in: b09a9b621f ... user: florian tags: trunk) | |
|
2025-10-30
| ||
| 12:11 |
Added a quick note for the future. No change to code.
In the future, we'd like to be able to use tools available in a common Linux/BSD environment to search for the phrase "Options:" and insert the texinfo commands "@table @options", after which we turn each of the individual options into @item lines. I haven't worked out how to do this yet, though closing the table would be fairly standard. (leaf check-in: 5c452f613d ... user: brickviking tags: bv-infotool) | |
|
2025-10-02
| ||
| 01:48 | Correct some of the calculations and reduce code by reusing existing decoder. (leaf check-in: 08df9ea0de ... user: andybradford tags: md5-color-hash) | |
|
2025-09-26
| ||
| 12:58 | Sync with trunk. (leaf check-in: c321b7e490 ... user: florian tags: standard-cli-colors) | |
| 12:57 | Sync with trunk. (leaf check-in: 779fe3e1b2 ... user: florian tags: diff-word-wrap) | |
| 12:53 | Sync with trunk. (leaf check-in: f3ff04466d ... user: florian tags: diff-keyboard-navigation) | |
| 12:50 | Sync with trunk. (leaf check-in: 9cea672b5d ... user: florian tags: timeline-keyboard-navigation) | |
|
2025-09-16
| ||
| 10:47 | Enable cache of the CSS style sheet. (leaf check-in: 0c1de587f9 ... user: drh tags: cache-style-sheet) | |
|
2025-08-06
| ||
| 06:29 | Fill in more help for fossil user whoami command. (leaf check-in: aef4a2c023 ... user: brickviking tags: user-whoami) | |
|
2025-08-01
| ||
| 04:50 | Added the --verbose|v flag to the test-looks-like-utf8 command so that one can find out why a command like "fossil ci" is considering an input known to be text as "binary", then fix it. (leaf check-in: cf6c15bb28 ... user: wyoung tags: verbose-looks-like) | |
|
2025-07-23
| ||
| 16:01 | Replace a call to mprintf() with fossil_strdup(). (leaf check-in: 44e5125f8f ... user: danield tags: gen-uuid) | |
|
2025-07-15
| ||
| 08:16 | Move the mark->rid assignment down one block to avoid setting it if we're not going to use it for the 'b' and 'c' mark cases. (leaf check-in: c2d25c42f9 ... user: stephan tags: git-parse-mark-fix) | |
|
2025-06-20
| ||
| 12:23 | Minor sync protocol doc fix. (leaf check-in: eeed9b5392 ... user: stephan tags: markdown-details-open) | |
|
2025-05-25
| ||
| 13:38 | update the documentation in quickfilter.js (leaf check-in: 81b4fd259b ... user: jkosche tags: quickfilter) | |
|
2025-04-08
| ||
| 12:49 | Ensure that ALL fopen() calls include 'b' in their modes. The git import/export fopen()s did not have this, which may (hypothetically, but unproven) lead to EOL conversion on Windows. (leaf check-in: 13049ef245 ... user: stephan tags: fopen-mode-b) | |
|
2025-04-01
| ||
| 18:46 | Make the mv-rm-files setting on by default. (leaf check-in: bd1b13210f ... user: drh tags: mv-rm-default-swap) | |
|
2025-03-28
| ||
| 17:15 | If compiled with -DFOSSIL_PENTEST and if "<BUG>" appears anywhere in HTML output, or if "BUG" appears anywhere in SQL, then a panic is generated. (leaf check-in: 9ceb5ff869 ... user: drh tags: pentest) | |
|
2025-03-27
| ||
| 12:42 | Merge trunk into the merge-info-html branch. (leaf check-in: 1014ffb553 ... user: stephan tags: merge-info-html) | |
|
2025-03-25
| ||
| 17:18 | Add --json and --pretty flags to the artifact command, both of which emit json with --pretty running it through json_pretty(). Remove extraneous (read: human-friendly) space from artifact_to_json() output. (Edit: moved to "mistake" because this function is not only for emitting "artifacts," but for emitting any type of blob. (leaf check-in: 8af0d05c66 ... user: stephan tags: mistake) | |
|
2025-03-14
| ||
| 13:03 | A single new setting "wiki-classic" switches wiki display between the circa-2007 classic wiki and the new 2025 enhanced wiki. (leaf check-in: 918a2e2c5e ... user: drh tags: comment-markdown-links) | |
|
2025-03-08
| ||
| 12:04 | Improved implementation of the PQueue object, with the added option to carry an arbitrary pointer as content. (leaf check-in: 0fa917da41 ... user: drh tags: wrong-branch) | |
|
2025-03-01
| ||
| 04:27 | In the forum, link post timestamps to /timeline?c=timestamp. Inspired by recent repo archeology. (leaf check-in: 2dc9f676ce ... user: stephan tags: forum-dates-link-timeline) | |
|
2025-02-12
| ||
| 17:25 | Update the built-in SQLite to the latest version from the win32-enable-setlk branch. (leaf check-in: b10995ce96 ... user: drh tags: setlk-test) | |
|
2024-12-22
| ||
| 20:42 | Merge from trunk. (leaf check-in: 8add3c418a ... user: brickviking tags: bv-corrections01) | |
|
2024-12-11
| ||
| 11:41 | Record the name of the branch for a checkout when the checkout is first opened. Possible use later to warn about branch name changes at check-in time. (leaf check-in: 706a10d09e ... user: drh tags: safe-checkout-branch) | |
|
2024-11-04
| ||
| 13:09 | Fix (harmless) off-by-one error in the new test-trust-store command. (leaf check-in: 735bd3dccb ... user: drh tags: httpmsg-debug) | |
|
2024-10-02
| ||
| 06:51 | Render forum content as <description> in RSS feed. page /timeline.rss renders final HTML; command rss renders the source. (leaf check-in: 9fbdea8b2b ... user: vor0nwe tags: rss-forum-content) | |
|
2024-07-20
| ||
| 11:43 | Consistently use a dash in '--no' options, preserving the no-dash variant for compatibility where it exists. (leaf check-in: d03ed299d2 ... user: danield tags: no-x-dash-options) | |
|
2024-07-06
| ||
| 09:33 | /chat: when tapping on a #NNNN reference, if the referred-to message is not loaded in the local history then search the chat history for message #NNNN. (leaf check-in: 347084af90 ... user: stephan tags: markdown-tagrefs) | |
|
2024-06-25
| ||
| 11:59 | Typo and clarity fixes to the new fpp doc. (leaf check-in: 2194b4d13b ... user: wyoung tags: fpp) | |
|
2024-04-27
| ||
| 11:46 | Add markdown paragraphs special styling. See forum thread 6e7e2f68b6. (leaf check-in: ebf6e79e42 ... user: juef tags: markdown-admonitions) | |
|
2024-04-25
| ||
| 19:44 | Add to markdown task list inapplicable variant. (leaf check-in: b3da5f144c ... user: juef tags: markdown-task-list) | |
| 19:29 | Add markdown extra emphasis chars. See forum thread 3618539728. (leaf check-in: bade58d579 ... user: juef tags: markdown-extra-emph-chars) | |
| 13:34 | Fix json-cap-POSTenv-name, json-cap-POSTenv-notsetup tests (leaf check-in: 17c01c549e ... user: juef tags: branch-2.24) | |
|
2024-04-04
| ||
| 20:16 | Update the built-in SQLite in order to beta-test recently added query planner improvements. (leaf check-in: 755bebae80 ... user: drh tags: cmd-tag-list-values) | |
|
2024-03-23
| ||
| 05:54 | Updates from trunk for sync changes et al. (leaf check-in: 2304041e42 ... user: andybradford tags: clone-resume) | |
|
2024-02-23
| ||
| 12:08 | Resurrect the "default" skin from the last release under a new name: "Dense". (leaf check-in: 94f9b72690 ... user: drh tags: resurrect-old-default-skin) | |
|
2024-01-13
| ||
| 18:57 | Typo in variable name. (leaf check-in: 1cd36fad6d ... user: preben tags: hash-if-mtime-is-current) | |
|
2024-01-12
| ||
| 17:35 | When merging, make it possible to undo executable status changes. (leaf check-in: 802e3ae9c2 ... user: preben tags: undo-exe-after-merge) | |
| 16:11 | Retain renames in local checkout when running fossil update. (leaf check-in: 7c284a8c62 ... user: preben tags: update-with-renames) | |
|
2024-01-11
| ||
| 17:55 | In the update tests, also check fossil changes after updating. (leaf check-in: 6e23e96acd ... user: preben tags: testing-improvements) | |
|
2023-10-18
| ||
| 12:14 | Rename policy setting for private merges to 'unpublished.' (leaf check-in: f2322d9044 ... user: preben tags: warn-on-merging-private-branch) | |
|
2023-05-21
| ||
| 03:37 | Merge updates from trunk. (leaf check-in: e3df21cdf1 ... user: mistachkin tags: th1Hash) | |
|
2022-12-20
| ||
| 05:14 | Move TH1/Tcl settings into their own configsets. (leaf check-in: 5d784cf3c1 ... user: mistachkin tags: cfgSetTh1) | |
|
2022-12-15
| ||
| 16:19 | Re-add zlib link flags inadvertently removed via the new --disable-sockets flag. (leaf check-in: 613834f6e5 ... user: stephan tags: optional-sockets) | |
|
2022-12-12
| ||
| 16:12 | Add support for omitting some ticket events from the default timeline view. Filtering is defined by the 'ticket-hidden-expr' option added to the /tktsetup_timeline page. Filtering is bypassed if this expression is unset or if the "Unhide" checkbox (at the timeline's submenu) is checked. See forum thread 4c49b2ad661c for discussion. (leaf check-in: 452805c2a0 ... user: george tags: tkt-hidden-expr) | |
|
2022-12-02
| ||
| 15:27 | new branch for enhancements to Tk diff frontend: labeling of file origin (version, repo, working file etc.) in the left and right pane header (leaf check-in: c90ee4bf55 ... user: Torsten tags: diff-tk-frontend) | |
|
2022-11-18
| ||
| 19:23 | Make sure the reportfmt table contains the jx column before trying to use that column. (leaf check-in: d433272527 ... user: drh tags: json-meta-data) | |
|
2022-11-16
| ||
| 16:09 | Merge trunk into wcag-2.1 branch for deployment on test server. (leaf check-in: 56d8000a53 ... user: stephan tags: wcag-2.1) | |
|
2022-10-19
| ||
| 17:22 | Fix the handling of manifest files for the "tag" and "amend" commands. (leaf check-in: a233560424 ... user: drh tags: branch-1.37) | |
|
2022-10-18
| ||
| 01:07 | Experimental refinements to the fix on this branch to make it slightly more efficient. (leaf check-in: 2172c51377 ... user: mistachkin tags: nonHashFix) | |
|
2022-09-06
| ||
| 22:25 | Merge trunk into remote-add-fix branch. (leaf check-in: baf635cb7e ... user: stephan tags: remote-add-fix) | |
|
2022-06-17
| ||
| 10:57 | Create a placeholder manifest.descr file via auto.def, analog to [a198cde661ca]. (leaf check-in: 56614cb6a9 ... user: stephan tags: version-cmd-describe) | |
|
2022-05-14
| ||
| 20:52 | Handle a possible existence of the additional checkbox introduced in [29a24941ed9bf4]. (leaf check-in: 76844c35fc ... user: george tags: wcontent-subsets) | |
|
2022-04-27
| ||
| 15:55 | This is a graph layout improvement experiment. In this version of Fossil, when there are multiple merge lines that go off the bottom of the page, they all use the same rail, rather than using separate rails for each parent node. This code is initially parked on a branch for evaluation. (leaf check-in: 65c218199c ... user: drh tags: off-page-merge-single-rail) | |
|
2022-02-15
| ||
| 21:35 | FIXME-comments in the code did not indicate issues and are now rephrased to be mere reminders. (leaf check-in: d253ece08a ... user: george tags: base-href-fix) | |
|
2022-02-10
| ||
| 00:29 | Merge from trunk (leaf check-in: 2b5f9b211c ... user: george tags: search-terms-highlighting) | |
| 00:22 | Merge from trunk (leaf check-in: a961a67ba7 ... user: george tags: rptview-submenu-paralink) | |
| 00:12 | Merge from trunk (leaf check-in: 9b76469b38 ... user: george tags: th1-doc-vars) | |
|
2022-01-14
| ||
| 16:34 | added "clonly" command as alternate form of "clone --no-open" (leaf check-in: 3598e3ae53 ... user: sdr tags: clone-no-open-alternative) | |
|
2021-11-19
| ||
| 10:16 | Merged latest trunk into strict branch. (leaf check-in: 845d3e8612 ... user: stephan tags: strict) | |
|
2021-09-25
| ||
| 08:57 | Possible solution to the problem of buttons randomly jumping away from under the mouse cursor. (leaf check-in: b4dbdec8f1 ... user: florian tags: diff-js-fetchqueue) | |
|
2021-06-19
| ||
| 20:58 | This should demonstrate a behavior of inline STYLE tags. Notice gray background of PRE elements in www/defcsp.md and the lack of it in www/webui.wiki. See forum thread 69f475cf48. (leaf check-in: 1d276f7b23 ... user: george tags: inline-style-inconsistency) | |
|
2021-06-16
| ||
| 20:26 | Preserve the C89 compatibility of pikchr.c by using MSVC C89 implementations of rint() and snprintf() with older MSVC versions (leaf check-in: 6429a4bdc2 ... user: ashepilko tags: test-msc89) | |
|
2021-06-15
| ||
| 01:01 | Increase the version number to 2.15.2 (leaf check-in: 7cfd58d771 ... user: drh tags: version-2.15.2, branch-2.15) | |
| 01:00 | Increase the version number to 2.14.2 (leaf check-in: fb3938ee09 ... user: drh tags: version-2.14.2, branch-2.14) | |
|
2021-03-01
| ||
| 07:37 | Merged trunk changes in. Only needed to track my own rename of branch_of_rid() to branch_of_ckin_rid() (leaf check-in: ea28708f85 ... user: wyoung tags: artifact-view-links) | |
|
2021-02-23
| ||
| 01:23 | Merge from trunk. (leaf check-in: 7d835ff537 ... user: larrybr tags: error_returns) | |
|
2021-02-15
| ||
| 01:56 | Merge from trunk (leaf check-in: 3f496aa752 ... user: larrybr tags: msvc_make_fixup) | |
|
2021-01-19
| ||
| 08:09 | Adjustments to [fb3dabd5c4bf638] so that the hue of the automatic colors is the same, and only the saturation and value are adjusted. In other words, ensure that historical hues are not modified by that change. Edit: The previous check-in seems to have more historically consistent colors, so we will continue with that for now. (leaf check-in: 1743f89a0a ... user: drh tags: mistake) | |
|
2020-08-20
| ||
| 13:27 | Version 2.12.1 (leaf check-in: b98ce23d4f ... user: drh tags: release, branch-2.12, version-2.12.1) | |
| 13:24 | Version 2.11.2 (leaf check-in: c58877d6f2 ... user: drh tags: release, branch-2.11, version-2.11.2) | |
| 13:18 | Version 2.10.2 (leaf check-in: 12d2ad00de ... user: drh tags: release, branch-2.10, version-2.10.2) | |
|
2020-05-28
| ||
| 14:58 | Initial infrastructure for a command-line version of the security audit page. (leaf check-in: dba4c4f2c4 ... user: drh tags: audit-command) | |
|
2020-05-12
| ||
| 02:49 | merge [trunk] (leaf check-in: 19dfb07279 ... user: bch tags: NULLSeparated) | |
|
2020-03-12
| ||
| 01:50 | This change is not quite right. Harmless, but ineffective. Was: The 'b' capability should not imply "write" for tickets or wiki unless it is accompanied by the 'w' or 'k' capabilities. (leaf check-in: ba56f5e5cc ... user: drh tags: mistake) | |
|
2018-12-28
| ||
| 12:59 | This checkin does a cherrypick merge off of another checkin that already has a prior full merge. The purpose of this checkin is to provide a test case for the cherrypick graph drawing logic. The code in this checkin is not intended to actually be used for anything. (leaf check-in: dc81ac706b ... user: drh tags: graph-test-branch) | |