Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

166 check-ins using file src/info.c version f7a74f52fa

2026-02-17
16:45
Import the latest version of tmstmpvfs.c. check-in: 0529ecd95d user: drh tags: timestamp-vfs
2026-02-16
11:24
Update the built-in SQLite to the latest trunk check-in for beta-testing. check-in: d0d5159c28 user: drh tags: trunk
2026-02-14
21:16
Improve the "fossil undo" and "fossil commit" commands with a couple of bug fixes. check-in: f72ef850fc user: andybradford tags: trunk
18:46
This fixes a problem wherein "fossil undo" would not restore the manifest files as mentioned in [forum:/forumpost/4977f3ecea|forum post 4977f3ecea]. It also addresses a separate bug found in the effort in which "fossil commit" with the --dry-run flag would produce manifest files that belonged to the "dry-run" which were immediately invalidated and ... Closed-Leaf check-in: 2348408a64 user: andybradford tags: manifest-undo
2026-02-12
14:30
Update the built-in SQLite to the latest trunk, in order to avoid a harmless compiler warning when compiling Fossil. check-in: 6c6c1feb55 user: drh tags: trunk
2026-02-11
06:41
Tiny nip-tuck for info text. Leaf check-in: 031f1e6d9f user: brickviking tags: bv-infotool
2026-02-10
21:58
Tidying up the script comments. check-in: 663d33c226 user: brickviking tags: bv-infotool
10:01
Add/use the --quiet option on 'timeline' to suppress printing end-of-timeline notifications. check-in: 3e3d5ed011 user: danield tags: trunk
08:49
Latest merge from trunk. check-in: d03791648f user: brickviking tags: bv-infotool
2026-02-07
15:08
Tweak [1f20d61a07] to avoid broken UTF-8 sequences at the end of truncated comments. check-in: f661b8de49 user: florian tags: trunk
2026-02-06
22:45
Tiny grammar niptuck. check-in: df668553c0 user: brickviking tags: trunk
00:51
Make extra lines like tag notifications responsive to the timeline-max-comment limit. check-in: 1f20d61a07 user: drh tags: trunk
2026-02-05
13:22
Add mention of the "-R REPO_FILE" option in the whatis usage help. check-in: 32493b85be user: mgagnon tags: trunk
12:04
Update the built-in SQLite to the latest trunk version, for beta testing. check-in: 7b0960d8db user: drh tags: trunk
11:55
Add the -h/--hash option to the "fossil whatis" command. check-in: 49f93f8e89 user: drh tags: trunk
2026-02-04
06:44
Clarify the use of TH1 tainted strings in the Custom Skins document, and add "mainmenu" to the list of TH1 variables available in skin templates. check-in: 12036a362c user: florian tags: trunk
2026-02-03
12:57
Mention TH1 tainted strings in the Custom Skins document. check-in: 2a02993a1a user: florian tags: trunk
12:48
Update the default value of the robot-restrict setting mentioned in the Defense against Spiders and Robots document, and add a source code comment indicating where the setting is referenced. check-in: 67726b6e82 user: florian tags: trunk
2026-02-02
15:20
Change the recommended value for the robot-restrict setting mentioned in the online help to match the built-in default value, so it's easier to check if the setting was modified. check-in: d55227ecee user: florian tags: trunk
2026-01-29
14:47
Two new sub-commands on "fossil system": "unzip" and "zip". check-in: 73e3217bc1 user: drh tags: trunk
2026-01-28
16:12
Fix commands supporting the --quiet option to use the global option state initialized on program startup, so that their --quiet option really works. Make -q an alias of --quiet, as documented by many commands, and fix two resulting conflicts with the short form. IMPORTANT COMPATIBILITY NOTE: For the `test-integrity' command, the -q option is change... check-in: 74d5ce39ea user: florian tags: trunk
2026-01-27
16:20
New version of tmstmpvfs.c that fixes the WAL-checksum bug. check-in: 6cb48bf66a user: drh tags: timestamp-vfs
11:21
Fix frame number computations in the timestamp VFS. check-in: 7e63541cdd user: drh tags: timestamp-vfs
2026-01-26
21:26
Update the tmstmpvfs.c extension module to the latest version. check-in: 2a1a9c357e user: drh tags: timestamp-vfs
21:24
Merge the latest trunk enhancements into the timestamp-vfs branch. check-in: 69d7454515 user: drh tags: timestamp-vfs
11:52
Update the built-in SQLite to the latest trunk version, in order to beta-test the latest SQLite changes. check-in: 13c221af37 user: drh tags: trunk
2026-01-23
14:38
Add options -t/-T to 'blame'/'praise' to display for each tracked file the last modifying check-in, its author, and (with -T) a comment snippet. check-in: 644134097e user: danield tags: trunk
14:29
Fix an incorrect comment in terms of content. check-in: d83de4a2d3 user: danield tags: trunk
2026-01-14
12:57
Revisit [b0188ce122] to improve compatibility with web browsers lacking support for `overflow-y: clip'. It's a bit strange that `overflow-y: hidden' still truncates the box shadows, so this fallback style is only applied temporarily during the accordion panel animations. check-in: 490ddadcfa user: florian tags: trunk
2026-01-13
23:57
Fix the "fossil get" command so that it sets the mtime on extracted files. [forum:/forumpost/7239e92e0f59e407|Forum post 7239e92e0f59e407]. check-in: 2a387c970d user: drh tags: trunk
19:53
Merge the Markdown label enhancement from trunk. check-in: ef15cfce30 user: drh tags: timestamp-vfs
19:52
Tag labels in Markdown with IDs that are compatible with GitHub. check-in: f9ead7530c user: drh tags: trunk
19:51
Update the change log. Closed-Leaf check-in: a190fae4a2 user: drh tags: markdown-header-ids
19:50
A more precise implementation of "slugify". check-in: 8c9810e693 user: drh tags: markdown-header-ids
2026-01-12
19:54
Merge the latest trunk changes into the timestamp-vfs branch. check-in: f312c18292 user: drh tags: timestamp-vfs
19:51
Avoid unsigned integer overflow in the delta_apply() function when handed a maliciously malformed input. check-in: e417a5070b user: drh tags: trunk
18:55
Attempt to add IDs to headers in markdown, the same way that GitHub does. Needs additional testing to confirm that unusual characters in headers are handled reasonably. check-in: 21cbb8c467 user: drh tags: markdown-header-ids
2026-01-11
17:04
Modify the accordion panel style to hide only vertical overflow and keep the box shadows of selected and current timeline entries visible in the context section of /info pages. Set the CSS property to `clip' instead of `hidden' to disallow any vertical scrolling (for example, by tabbing through hyperlinks), although this is probably not relevant fo... check-in: b0188ce122 user: florian tags: trunk
2026-01-10
16:42
Prevent clicks to timeline hash links, which are now enclosed in extra SPAN elements with class name `timelineHash' in some view modes, from activating keyboard navigation focus tracking. Align the list of click-responsive HTML elements with [b09a9b621f] to filter more clicks on timeline entries to be ignored by the keyboard navigation focus manage... Leaf check-in: ed087bf6d7 user: florian tags: timeline-keyboard-navigation
14:17
Sync with trunk. Leaf check-in: ceee00be59 user: florian tags: standard-cli-colors
14:10
Sync with trunk. Leaf check-in: e4556126da user: florian tags: diff-word-wrap
14:02
Sync with trunk. check-in: c50c8ed9d7 user: florian tags: timeline-keyboard-navigation
11:52
Do not try to use "notepad" as a text editor on non-windows systems. check-in: 9b263d87c1 user: drh tags: trunk
2026-01-09
16:46
Merge the latest trunk enhancements into the timestamp-vfs branch. check-in: b718f73b47 user: drh tags: timestamp-vfs
16:44
Update the built-in SQLite to the latest trunk check-in for testing. check-in: 2b2530dd07 user: drh tags: trunk
16:41
If the reply to an HTTP request omits the content-length, assume that the server wants us to close the connection. [forum:/forumpost/815e4320c8|Forum post 815e4320c8]. check-in: aa7a087726 user: drh tags: trunk
2026-01-08
19:17
New version of tmstmpvfs.c that names log files using ISO8601 names instead of hexadecimal milliseconds since 1970. check-in: eb9f1c6d5a user: drh tags: timestamp-vfs
17:54
Fix an off-by-one error in the log file generated by tmstmpvfs.c. check-in: 8fd8c9e6f6 user: drh tags: timestamp-vfs
15:32
Update the builtin SQLite to the latest trunk check-in, to capture improvements. check-in: 6c3c5bef72 user: drh tags: timestamp-vfs
2026-01-07
20:36
This branch contains a build of Fossil that uses the tmstmpvfs extension. The purpose of this branch is to test the tmstmpvfs extension. There is no intent to ever land this branch nor make it a permanent part of Fossil. check-in: e4685667af user: drh tags: timestamp-vfs
2026-01-06
01:11
Fix a documentation typo. check-in: bd70ec5fda user: drh tags: trunk
2026-01-05
21:00
Add the new "fossil get" command to the 2.28 change log. check-in: f83134bc9d user: drh tags: trunk
13:41
Improved "help" for the new "fossil get" command. No code changes. check-in: 692140d917 user: drh tags: trunk
12:37
Update the built-in SQLite to the latest 3.52.0 alpha version for testing. check-in: 12e4a0f415 user: drh tags: trunk
06:18
Spelling corrections in comments and some help documents. check-in: 97a4f26609 user: andybradford tags: trunk
2026-01-04
19:45
Reduce the amount of indentation on option-lists in the one-line help. check-in: 9432ea9085 user: drh tags: trunk
11:40
Display compilation time in UTC or fall back to the current solution. Leaf check-in: f6f48d09ba user: danield tags: utc-compilation-time
10:59
Fix minor formatting problem in the gdiff documentation. check-in: 77642871e0 user: drh tags: trunk
2026-01-03
21:31
Fix a harmless compiler warning in the previous check-in. check-in: ab72c29d82 user: drh tags: trunk
21:27
If the -s option is used on the "fossil all command" and processing stops due to an error, print a clear error message so that the stop is unambiguous and does not get lost in the clutter of the "fossil all" output. check-in: b582c87727 user: drh tags: trunk
16:51
Minimal fix to "fossil diff" command which outputs a tab after the filenames so that the patch(1) command can figure out how to patch filenames that have spaces in them. check-in: c6715ca6a0 user: andybradford tags: trunk
2026-01-01
19:12
Improved HTML formatting of help pages. check-in: ddd1c320f6 user: drh tags: trunk
2025-12-30
20:41
Add -s and --stop as aliases for --stop-on-error in the "fossil all" command. check-in: 7ec232ab3c user: drh tags: trunk
20:16
Fix a typo in the previous check-in check-in: 8e6c55aca1 user: drh tags: trunk
20:11
Fix "fossil sync" so that it returns non-zero if the sync fails. Add the --ping and --quiet options to "fossil sync". check-in: 8fa8fe8e1d user: drh tags: trunk
13:18
Update the built-in SQLite to the latest trunk version for testing, and especially testing of the enhancements to the CLI. check-in: b9ecacf4a1 user: drh tags: trunk
2025-12-28
23:00
Remove some more duplicates in comments. No functional changes. check-in: d83638e40e user: danield tags: trunk
2025-12-27
14:45
Minor fix to the previous check-in. check-in: c91fd40bea user: drh tags: trunk
14:42
Add a new category of help: help-topics. There is initially just one named "options" which explains the command-line options available for all commands. Other topics can now be easily added simply by inserting the appropriate "TOPIC:" comments into the code. check-in: 6eeb27aab9 user: drh tags: trunk
12:21
Spelling fixes in docs/comments. check-in: 33d3bf3edb user: km tags: trunk
2025-12-26
23:30
Merge mingw-build-error check-in: ee4c762d0d user: andygoth tags: trunk
23:20
Fix build error with gcc and MinGW-w64 13.0.0 Closed-Leaf check-in: 0e280751bd user: andygoth tags: mingw-build-error
2025-12-24
14:30
One more typo fix in a code comment. No functional changes. check-in: 4d575dc84e user: florian tags: trunk
2025-12-23
19:53
Some last sly typos which had been supposedly fixed. check-in: f677d53eac user: danield tags: trunk
16:07
Fix typos in two function names. No functional changes. check-in: d425d2394f user: danield tags: trunk
16:06
Assorted fixes of typos and grammar in code comments. No functional changes. check-in: e2bdc10572 user: danield tags: trunk
14:50
Only require CSRF checks for /chat-send if the request was authenticated by cookie. Follow-up to [4caa8cb9ff819f7e]. check-in: 10006db404 user: drh tags: trunk
2025-12-22
11:31
Update the built-in SQLite to the latest trunk version, which perhaps restores the ability to compile Fossil using WindowsXP. check-in: 5f65ed513d user: drh tags: trunk
2025-12-21
23:03
Update client-side handling of HTTPS urls to better handle IPv6 by first opening a socket and then upgrading it to TLS. check-in: f39c525448 user: andybradford tags: trunk
00:49
Rename a new routine for consistent naming in the http_socket.c source file. Closed-Leaf check-in: fa63c94422 user: drh tags: ssl-with-socket
00:38
Remove extraneous includes that were left overs from alternative approach. check-in: e7386bb0b5 user: andybradford tags: ssl-with-socket
2025-12-20
23:46
When handling HTTPS urls, open a socket and then upgrade the socket to use TLS. See discussion starting with [forum:/forumpost/3726ae4219|forum post 3726ae4219]. check-in: 61b3f488a6 user: andybradford tags: ssl-with-socket
2025-12-19
22:05
Merge from trunk. check-in: 6759efcc81 user: brickviking tags: bv-infotool
17:14
Add the -H option to the 'ls' command for displaying check-in hashes (similar to the current -h option for file hashes). check-in: 1f8d7b7a5e user: danield tags: trunk
13:01
Add documentation for network control command-line options, such as --ipv4. check-in: 5ef8ac82c3 user: drh tags: trunk
12:17
Add the --ipv6 option to "fossil clone" to force the use of IPv6. check-in: 6f55dbd00b user: drh tags: trunk
10:11
Alternative to the previous check-in that works without warning regardless of whether the native character type is signed or unsigned. check-in: 654fe05f4f user: drh tags: trunk
10:07
Fix the security enhancment at [0c1419a466f2152b] so that it does not mistake multi-byte unicode characters as control characers. [forum:/forumpost/bfcf326231|Forum post bfcf326231]. check-in: 82dc70d5ab user: drh tags: trunk
04:43
Update a comment about contenteditable=plaintext-only to reflect current browser status. No code changes. check-in: 480bf26bf8 user: stephan tags: trunk
2025-12-18
09:09
Replace some tabs with spaces. check-in: 21c76f1916 user: danield tags: trunk
09:04
Updates to the change log. check-in: cfe1e42f6f user: danield tags: trunk
2025-12-17
16:06
Squelch some harmless warnings from an overzealous clang on termux. check-in: 6b2cc46d25 user: danield tags: trunk
2025-12-15
21:49
Fix a typo in differentiating timeouts from other panics in the error log. check-in: 11bd17cb33 user: drh tags: trunk
2025-12-11
23:27
Update the built-in SQLite to the latest 3.52.0 alpha for testing. check-in: ae7e3f0485 user: drh tags: trunk
23:24
Pervent integer overflow caused by a malicious delta. check-in: 2b660bd174 user: drh tags: trunk
20:11
Re-scope a var in /chat, noticed while looking up the answer to an off-list question about its keystroke handling. No functional change. check-in: 9c2741ec92 user: stephan tags: trunk
13:01
Ensure that the TEMP TRIGGERs that keep the chat FTS index up-to-date exist before inserting new entries into the chat table itself. check-in: 614b3f7559 user: drh tags: trunk
12:51
Put a warning at the bottom of the /setup_chat page if FTS entries for chat are missing. check-in: d5504f9deb user: drh tags: trunk
12:40
Add the "fossil chat reindex" command. Add buttons in the /srchsetup and /setup_chat pages that will rebuild the chat FTS index. check-in: 43af043bd7 user: drh tags: trunk
11:24
Add the (undocumented) "fossil chat purge" command, for debugging. check-in: 3fe805acb6 user: drh tags: trunk
2025-12-09
12:41
The access-log should default to ON, in all cases. [forum:/forumpost/a16a4e1556|Forum post a16a4e1556]. check-in: fc79c57c59 user: drh tags: trunk
2025-12-08
11:23
The /errorlog page (Admin access only) now recognizes timeouts and WAL recovery notifications as separate error categories. check-in: 9225f7d3e0 user: drh tags: trunk
2025-12-07
05:36
Small Makefile.in comment tidyups. check-in: 86787eadb7 user: brickviking tags: trunk
2025-12-06
14:01
Update to the latest SQLite that includes recent CLI enhancements, for testing of those enhancements using the "fossil sql" command. Enable percentile SQL functions, also for testing. check-in: 709b566431 user: drh tags: trunk
2025-12-05
16:04
Update OpenSSL usage to avoid deprecated APIs. check-in: 0d239b52b0 user: drh tags: trunk
15:35
Import the recent changes to the sqlite3_qrf_wcwidth() function from SQLite check-in 35f39f7cb1 to cli_wcwidth() for feature parity. check-in: 98287b7b05 user: florian tags: trunk
15:15
Try to align the "fossil tag find" command with the documented behavior (search all tag types) and also don't require foreknowledge of the special prefixes (e.g. "sym-", "wiki-", etc.) while still allowing those to work if known. check-in: fbe5269b7f user: andybradford tags: trunk
14:13
Update the built-in SQLite to the latest trunk version, for testing. check-in: d326547cf3 user: drh tags: trunk
2025-12-04
15:22
Latest changes from trunk in preparation for merging. Closed-Leaf check-in: 2317172a81 user: andybradford tags: cmd-tag-find
2025-11-30
20:48
Following [forum:/forumpost/fe5a8006e6234027 | forum discussion] on the question of which monospace default font setting to use, I decided we should remove the OS and browser defaults as covered by the "monospace" fallback. I then added one example of a modern "nerd font" to the head of the list since the mere presence of such expresses an imp... check-in: c17764f0f1 user: wyoung tags: trunk
2025-11-28
19:25
Bring in the latest SQLite sources from upstream for testing, especially the renovated CLI code. check-in: f4b3b598c0 user: drh tags: trunk
18:11
/chat: slight size tweak to try to avoid message truncation in zoom mode. When switching views, ensure that any zoomed widget is moved back where it needs to be so that, e.g. visiting the config view while zooming does not cause the message to locally disappear. check-in: 5d71561e20 user: stephan tags: trunk
01:06
Small typo in help text for `fossil system` check-in: 4db8190360 user: brickviking tags: trunk
2025-11-27
14:11
The various /chat Delete buttons misinteract with zoom mode's moving-around of the message widget within the DOM, so hide those buttons in zoom mode. check-in: 1c75007627 user: stephan tags: trunk
14:00
Tapping the Zoom button on a zoomed messages now unzooms it (same as the Close Zoom button). check-in: 24e050a0be user: stephan tags: trunk
13:53
Add a Zoom option to the message toolbar in /chat, the intent of which is to enable viewing of pikchrs which render illegibly small. check-in: 72d93e8ccf user: stephan tags: trunk
13:51
Get the message widget content stretching in zoom mode. Update the change log. Closed-Leaf check-in: a45b75c0bd user: stephan tags: chat-zoom-msg
13:16
Initial work on the /chat option to zoom a single message into its own view, the idea being that it will render pikchrs larger. The initial bits are in place but i've yet to find the CSS combination which will get the message widget to stretch out in the zoom view. check-in: ff297e1a35 user: stephan tags: chat-zoom-msg
2025-11-26
14:16
Change the `fossil system ls' command to work with the global `--color' option. Like this, colored output on Windows for `--color=auto' (the default if the option is omitted) is only enabled if the terminal supports VT100 escape codes. Additionally, the `NO_COLOR' environment variable allows turning off all colored output. check-in: 07570b15b7 user: florian tags: standard-cli-colors
14:12
Sync with trunk. check-in: b81b4c6c3c user: florian tags: standard-cli-colors
11:27
Patch the default ticket display TH1 script, as suggested by [forum:/forumpost/5e0a68ccc9|forum post 5e0a68ccc9]. check-in: f0a30252d6 user: drh tags: trunk
2025-11-25
19:16
Do not show hidden files on Windows with "fossil sys ls" unless the -a option is used. Do show "." and ".." if -a is used. check-in: f39852d371 user: drh tags: trunk
18:25
Update to the latest SQLite that contains split-column bug fixes. Add options to force column mode and colorization in the "fossil sys ls" command. check-in: 6ae9c9aa5b user: drh tags: trunk
17:06
Enable "fossil tag find" to find all occurrences of a given tag name whether check-in, event, wiki page, or ticket, as the help suggests is the default, while leaving the "raw" behavior unchanged. check-in: 378f0a5bb5 user: andybradford tags: cmd-tag-find
16:52
Style changes only (remove tabs), no functional changes. check-in: 524a3fec65 user: andybradford tags: trunk
16:42
Colorize the output of the "fossil sys ls" command. check-in: b91ec5ad0e user: drh tags: trunk
16:15
Remove the test-terminal-size command as now we have "sys stty size" check-in: 33b17c8b67 user: drh tags: trunk
15:50
Implement "fossil sys stty size" check-in: 4dd0affa17 user: drh tags: trunk
14:03
Update to the latest SQLite for testing. Reimplement "fossil sys ls" using the new split-column mode of QRF. check-in: 45de97fa3e user: drh tags: trunk
2025-11-24
16:53
Add some change statuses missing from /json/status, as reported in [forum:1e835e6a79|forum post 1e835e6a79]. Update the vfile.chnged docs to reflect values added since they were last updated. check-in: 6112d90106 user: stephan tags: trunk
13:39
Add some text to /chat config which suggests enabling all of the Editing options insofar as they don't misinteract with the user's specific browser or software keyboard. check-in: 54272f72a1 user: stephan tags: trunk
2025-11-23
11:06
Update to the latest SQLite, so as to gain access to the improved layout of the ".tables" and ".indexes" commands in the SQLite CLI. check-in: 9aee493cf3 user: drh tags: trunk
02:06
Reduced the space around floated left/right Pikchr elements in the default CSS, applied as part of [947c039073]. It was giving each 4em all the way around, but it now gives 2em to the sides and 1em top and bottom, which seems plenty in all conceivable contexts. check-in: 97c9cae468 user: wyoung tags: trunk
2025-11-22
21:16
Documentation updates for the robot-restrict changes of the previous check-in. check-in: 3481761e6c user: drh tags: trunk
20:53
Enhance the robot-restrict setting with the ability to block robots from specific extensions. check-in: 423159860c user: drh tags: trunk
19:31
Show tags associated with the download check-in on the /rchvdwnld page. check-in: bee49c13f8 user: drh tags: trunk
2025-11-21
17:32
Update to the latest SQLite from upstream to fix minor problems in the shell. check-in: f07aa62601 user: drh tags: trunk
2025-11-20
15:10
Fix auto.def, such that it works with Tcl 9 as well check-in: 7a43dcbe15 user: jan.nijtmans tags: trunk
15:08
Fix if defined(USE_TCL_STUBS) position, was in wrong line check-in: 3eda24a5fe user: jan.nijtmans tags: trunk
10:37
Update change log check-in: 7756b9c037 user: jan.nijtmans tags: trunk
10:25
Update tables to Unicode 17 check-in: 2984310f09 user: jan.nijtmans tags: trunk
00:40
Update the www/fossil_prompt.sh demonstration script to the latest version used by the lead SQLite developer. check-in: 077430469f user: drh tags: trunk
2025-11-19
19:40
Update to a newer SQLite that fixes harmless compiler warnings in shell.c check-in: 0276100da6 user: drh tags: trunk
2025-11-18
18:15
Bring in the latest SQLite upstream for beta testing. check-in: 4f7645916a user: drh tags: trunk
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. check-in: b09a9b621f user: florian tags: trunk
14:02
Fix redundant closing brackets appearing after the timeline details on the /finfo page. check-in: dedc4ab387 user: florian tags: trunk
12:32
Document the new -? alias for --help. check-in: ce13c6735e user: danield tags: trunk
07:51
Make -? an alias for -help. To the best of mine and grep's knowledge, this does not collide with a -? flag in any commands. check-in: 30eb891227 user: stephan tags: trunk
2025-11-14
22:09
Retain the "name" query parameter in hidden parameters if it does not comes from the extra path component; adapted from suggested change in [forum:/forumpost/e2e9aebc4db4420e|forum post e2e9aebc4db4420e]. check-in: 96fab06a22 user: andybradford tags: trunk
2025-11-06
16:21
When showing diff statistics in brief mode (only the total line), also omit the header line. check-in: c14f217df4 user: danield tags: trunk
16:04
Add short option '-s' for '--numstat' in the diff command. check-in: df119a35bb user: danield tags: trunk
2025-11-05
14:03
Make testcases work with Tcl 9. Prepare fossil to make it work with Tcl 9 check-in: 3fe737a86a user: jan.nijtmans tags: trunk
2025-11-04
16:10
Fix the "Compact" and "Simple" timeline view modes so that clicks to hyperlinks in check-in comments do not turn the details on and off immediately before navigating to the linked page. check-in: 9a49859504 user: florian tags: trunk
16:08
Fix the accordion section header on the /rchvdwnld web UI page, and have the accordion click-handler ignore clicks to hyperlinks inside section headers (so that the accordion section does not expand or contract immediately before navigating to the linked page). check-in: 6b31bcfc1b user: florian tags: trunk
2025-11-03
20:42
Merge in the new "system" command. It is not complete, but it is harmless and out of the way so we might as well continue development on trunk. check-in: ff7fe39421 user: drh tags: trunk
20:39
Add a note to the email-listid setting help text and editor entry that this value is required for unsubscribe links to work. In /secaudit0, emit a warning if notifications are enabled but email-listid is empty. This is in response to [forum:1245b69cfa09c26e|forum post 1245b69c]. check-in: 0151018383 user: stephan tags: trunk
17:20
For the "fossil sys ls -l" command, show the mtime to a resolution of one second. Use the minimum amount of width required to show file size. Closed-Leaf check-in: 2c855a5348 user: drh tags: system-cmd
2025-11-02
11:33
Add options to "fossil sys ls": -S, -m, and -d. check-in: 13de44edf7 user: drh tags: system-cmd
2025-11-01
23:15
Improvements to the "fossil sys ls" command. check-in: ab03e5067e user: drh tags: system-cmd
21:13
Add the new "fossil system" command (expected to abbreviate to "fossil sys" with commands that are useful on unprovisioned Windows machines, such as "ls". The "fossil which" command is change to "fossil sys which". Still a work in progress. check-in: 27baef45ca user: drh tags: system-cmd
2025-10-31
17:22
Update the built-in SQLite again, this time to beta-test the recent fix to ambiguous column name detection. check-in: fb173ae1a8 user: drh tags: trunk
13:48
Update the built-in SQLite to the latest trunk check-in for beta testing. check-in: 8690598e51 user: drh tags: trunk
13:29
Allow symbolic names for the name= query parameter to the /rchvdwnld. check-in: 50b810013f user: drh 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, thou... check-in: 5c452f613d user: brickviking tags: bv-infotool

2025-10-29
11:10
Merge from trunk. check-in: 50b56eec70 user: brickviking tags: bv-infotool
2025-10-28
15:05
Cache the name of the main branch. check-in: ca0d66b2e4 user: danield tags: trunk