Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins tagged with "trunk"
|
2026-02-10
| ||
| 10:01 | Add/use the --quiet option on 'timeline' to suppress printing end-of-timeline notifications. ... (leaf check-in: 3e3d5ed0 user: danield tags: trunk) | |
|
2026-02-07
| ||
| 15:08 | Tweak [1f20d61a07] to avoid broken UTF-8 sequences at the end of truncated comments. ... (check-in: f661b8de user: florian tags: trunk) | |
|
2026-02-06
| ||
| 22:45 | Tiny grammar niptuck. ... (check-in: df668553 user: brickviking tags: trunk) | |
| 00:51 | Make extra lines like tag notifications responsive to the timeline-max-comment limit. ... (self check-in: 1f20d61a user: drh tags: trunk) | |
|
2026-02-05
| ||
| 13:22 | Add mention of the "-R REPO_FILE" option in the whatis usage help. ... (check-in: 32493b85 user: mgagnon tags: trunk) | |
| 12:04 | Update the built-in SQLite to the latest trunk version, for beta testing. ... (check-in: 7b0960d8 user: drh tags: trunk) | |
| 11:55 | Add the -h/--hash option to the "fossil whatis" command. ... (check-in: 49f93f8e 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: 12036a36 user: florian tags: trunk) | |
|
2026-02-03
| ||
| 12:57 | Mention TH1 tainted strings in the Custom Skins document. ... (check-in: 2a02993a 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: 67726b6e 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: d55227ec user: florian tags: trunk) | |
|
2026-01-29
| ||
| 14:47 | Two new sub-commands on "fossil system": "unzip" and "zip". ... (check-in: 73e3217b 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 changed from --quick to --quiet, and for the `ticket' command family, the -q option is changed from --quote to --quiet! ... (check-in: 74d5ce39 user: florian tags: trunk) | |
|
2026-01-26
| ||
| 11:52 | Update the built-in SQLite to the latest trunk version, in order to beta-test the latest SQLite changes. ... (check-in: 13c221af 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: 64413409 user: danield tags: trunk) | |
| 14:29 | Fix an incorrect comment in terms of content. ... (check-in: d83de4a2 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: 490ddadc user: florian tags: trunk) | |
|
2026-01-13
| ||
| 23:57 | Fix the "fossil get" command so that it sets the mtime on extracted files. Forum post 7239e92e0f59e407. ... (check-in: 2a387c97 user: drh tags: trunk) | |
| 19:52 | Tag labels in Markdown with IDs that are compatible with GitHub. ... (check-in: f9ead753 user: drh tags: trunk) | |
|
2026-01-12
| ||
| 19:51 | Avoid unsigned integer overflow in the delta_apply() function when handed a maliciously malformed input. ... (check-in: e417a507 user: drh tags: trunk) | |
|
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 for accordion panels. ... (check-in: b0188ce1 user: florian tags: trunk) | |
|
2026-01-10
| ||
| 11:52 | Do not try to use "notepad" as a text editor on non-windows systems. ... (check-in: 9b263d87 user: drh tags: trunk) | |
|
2026-01-09
| ||
| 16:44 | Update the built-in SQLite to the latest trunk check-in for testing. ... (check-in: 2b2530dd 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 post 815e4320c8. ... (check-in: aa7a0877 user: drh tags: trunk) | |
|
2026-01-06
| ||
| 01:11 | Fix a documentation typo. ... (check-in: bd70ec5f user: drh tags: trunk) | |
|
2026-01-05
| ||
| 21:00 | Add the new "fossil get" command to the 2.28 change log. ... (check-in: f83134bc user: drh tags: trunk) | |
| 13:41 | Improved "help" for the new "fossil get" command. No code changes. ... (check-in: 692140d9 user: drh tags: trunk) | |
| 12:37 | Update the built-in SQLite to the latest 3.52.0 alpha version for testing. ... (check-in: 12e4a0f4 user: drh tags: trunk) | |
| 06:18 | Spelling corrections in comments and some help documents. ... (check-in: 97a4f266 user: andybradford tags: trunk) | |
|
2026-01-04
| ||
| 19:45 | Reduce the amount of indentation on option-lists in the one-line help. ... (check-in: 9432ea90 user: drh tags: trunk) | |
| 10:59 | Fix minor formatting problem in the gdiff documentation. ... (check-in: 77642871 user: drh tags: trunk) | |
|
2026-01-03
| ||
| 21:31 | Fix a harmless compiler warning in the previous check-in. ... (check-in: ab72c29d 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: b582c877 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: c6715ca6 user: andybradford tags: trunk) | |
|
2026-01-01
| ||
| 19:12 | Improved HTML formatting of help pages. ... (check-in: ddd1c320 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: 7ec232ab user: drh tags: trunk) | |
| 20:16 | Fix a typo in the previous check-in ... (check-in: 8e6c55ac 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: 8fa8fe8e 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: b9ecacf4 user: drh tags: trunk) | |
|
2025-12-28
| ||
| 23:00 | Remove some more duplicates in comments. No functional changes. ... (check-in: d83638e4 user: danield tags: trunk) | |
|
2025-12-27
| ||
| 14:45 | Minor fix to the previous check-in. ... (check-in: c91fd40b 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: 6eeb27aa user: drh tags: trunk) | |
| 12:21 | Spelling fixes in docs/comments. ... (check-in: 33d3bf3e user: km tags: trunk) | |
|
2025-12-26
| ||
| 23:30 | Merge mingw-build-error ... (check-in: ee4c762d user: andygoth tags: trunk) | |
|
2025-12-24
| ||
| 14:30 | One more typo fix in a code comment. No functional changes. ... (check-in: 4d575dc8 user: florian tags: trunk) | |
|
2025-12-23
| ||
| 19:53 | Some last sly typos which had been supposedly fixed. ... (check-in: f677d53e user: danield tags: trunk) | |
| 16:07 | Fix typos in two function names. No functional changes. ... (check-in: d425d239 user: danield tags: trunk) | |
| 16:06 | Assorted fixes of typos and grammar in code comments. No functional changes. ... (check-in: e2bdc105 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: 10006db4 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: 5f65ed51 user: drh tags: trunk) | |