Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
273 check-ins using file src/bisect.c version 59b6374581
|
2026-05-29
| ||
| 10:13 | Update the built-in SQLite to the latest trunk version for beta testing. ... (Leaf check-in: 3b2d0c9f59 user: drh tags: trunk) | |
| 10:10 | Support for status in forums. ... (check-in: 4c4c28dafe user: drh tags: trunk) | |
| 00:30 | Fix a minor typo. ... (Leaf check-in: 16c894034b user: drh tags: forum-statuses) | |
|
2026-05-28
| ||
| 19:56 | Make the /forumpost status selection list selection persistent in the user display cookie, analog to the /timeline's type selection list. ... (check-in: 580e777cf8 user: stephan tags: forum-statuses) | |
| 19:15 | Remove an unused enum entry. ... (check-in: f798c3445f user: stephan tags: forum-statuses) | |
| 19:12 | Remove an unused feature from /forumpost_close. Fix a broken HTML tag. Remove some dead code. Correct some internal docs. ... (check-in: fe211fda59 user: stephan tags: forum-statuses) | |
| 16:12 | Improvements to the "status=" query parameter processing on the /forum page. ... (check-in: 57e21b8cfa user: drh tags: forum-statuses) | |
| 10:37 | Remove some extraneous joins and apply a missing forum status filter rule. <s>This seems to filter as desired.</s> This appears to filter properly, but only in one toy repo, not the sqlite repo, so it's obviously broken. ... (check-in: ee392e1366 user: stephan tags: forum-statuses) | |
| 10:06 | In /forum, when selecting a status filter clear out the x= hidden form field so that we return to the start of the list for the newly-selected status. This requires a JS-side solution. Just now discovered that it's not filtering quite properly when the explicitly-selected status is the default status and a post has a status=Z value for which Z is not in the configured status list. Per the agreed-upon rules, such posts should be treated as having the first/default status but they're currently being filtered out in that case. ... (check-in: d1fb4a49bb user: stephan tags: forum-statuses) | |
| 09:14 | Attempt N at filtering /forum on the status tag. This still requires a separate query to get the status label for each entry and it's not yet proven to be performant enough for real use, but it essentially works. Bug: when browsing to page 2+ of a filtered list then changing the filter via the dropdown selection list, the x= param (starting offset) is retained but we need it to be removed. ... (check-in: 45a8de423b user: stephan tags: forum-statuses) | |
|
2026-05-27
| ||
| 20:28 | Re-enable /forum?status=X filter. Not 100% ideal, in that the filter is performed in C instead of SQL, but it fits the restructured query code well. ... (check-in: d01961c346 user: stephan tags: forum-statuses) | |
| 20:27 | Fix another bug in the display of the timespan on the /forum page. ... (check-in: 2f9222bcc8 user: drh tags: forum-statuses) | |
| 20:14 | Bug fix: Show the correct span of a thread on the /forum page. ... (check-in: b89bfb2a97 user: drh tags: forum-statuses) | |
| 19:50 | Merge trunk for the new 'fossil tag -root' flag, which is useful in testing this branch's feature. ... (check-in: 63fee24a3a user: stephan tags: forum-statuses) | |
| 19:43 | Add the -root flag to [/help/tag|fossil tag add/cancel/ls] which translates the given name to the root-most primary parent of the given artifact. This is primarily intended to simplify tagging of forum pages, where we apply tags to the initial version for consistent handling of tags across a post's history. ... (check-in: ab0f06a5ac user: stephan tags: trunk) | |
| 17:31 | Refactor the forum status display for performance. ... (check-in: 0dae5f8bd9 user: drh tags: forum-statuses) | |
| 16:52 | Back out the "Pinned" pages feature. ... (check-in: 2d23c2e9cd user: drh tags: forum-statuses) | |
| 16:33 | Add the whatis() SQL function, available for debugging. ... (check-in: 9d503225e1 user: drh tags: trunk) | |
| 12:25 | An attempt to get the /forum page running faster. Some functionality is removed in the process. Work in progress. ... (check-in: 4235b68b93 user: drh tags: forum-statuses) | |
|
2026-05-26
| ||
| 21:08 | Refactor and simplify forum_statuses(). ... (check-in: d9b2025741 user: stephan tags: forum-statuses) | |
| 18:50 | Merge the latest trunk enhancements into the forum-statuses branch. ... (check-in: 74b8376dad user: drh tags: forum-statuses) | |
| 18:49 | Improvements to the whatis() SQL function. ... (Leaf check-in: 5b31bb7fce user: drh tags: pinned-forum-posts) | |
| 18:13 | Add the whatis() SQL function for use in debugging. ... (check-in: db8c6f909d user: drh tags: pinned-forum-posts) | |
| 17:57 | Add a potential TODO. Doc tweaks. ... (check-in: 5c1ee065c7 user: stephan tags: forum-statuses) | |
| 17:08 | Add a selection widget for status filtering. Now how to make the setting sticky? ... (check-in: 4c87c5690c user: stephan tags: forum-statuses) | |
| 16:32 | Add status=VALUE filter to /forumpost. There's no UI for it yet, so requires manual URL editing. ... (check-in: 52ac6bc1b2 user: stephan tags: forum-statuses) | |
| 16:03 | Baby steps in refactoring the /forum list query towards better support filtering by status. ... (check-in: 32501ce531 user: stephan tags: forum-statuses) | |
| 14:37 | Allow disapproving Forum posts that are pending moderation, even if the post is not well-formed. ... (check-in: 54ae84e158 user: drh tags: forum-statuses) | |
| 14:35 | forum.wiki updates. ... (check-in: dd8beced5a user: stephan tags: forum-statuses) | |
| 14:21 | Swap the positions of the Unpin and Attach buttons. ... (check-in: e2bb38a463 user: stephan tags: forum-statuses) | |
| 14:00 | Add initial docs for forum statuses to www/forum.wiki. ... (check-in: 39e97fc028 user: stephan tags: forum-statuses) | |
| 13:39 | Fix rendering of the status tag for the read-only case. ... (check-in: aec2127bed user: stephan tags: forum-statuses) | |
| 13:30 | Update Blitz skin style to treat buttons consistently to input[type=button]. Add initial widget for changing the status of a post. It is only visible when the root post in a thread is actively selected. ... (check-in: 25b18d427c user: stephan tags: forum-statuses) | |
| 09:45 | Render a column for each post's status in the /forum list if the repo has a valid forum-statuses setting. These are exploratory, not definitive, changes. It's not clear how to get both a status's label and its value into this list without duplicating one of the inner queries. ... (check-in: 696c85418d user: stephan tags: forum-statuses) | |
|
2026-05-25
| ||
| 20:11 | Merge trunk to avoid an otherwise pending merge conflict. ... (check-in: 555a0556e6 user: stephan tags: forum-statuses) | |
| 20:08 | In the forum thread list Use a CSS class, instead of nth-child(), to locate forum post titles for pin decoration to simplify addition of an optional new column in the forum-statuses branch. ... (check-in: 72ac51e069 user: stephan tags: pinned-forum-posts) | |
| 18:13 | Transform the forum status setting into a temp table to more easily filter on it. ... (check-in: 5e5edbe5b3 user: stephan tags: forum-statuses) | |
| 16:40 | Increase the pinned-post pin size a tick so that it is unambiguously distinguishable from an LHS pin emoji in the thread title. ... (check-in: 6c9900dad5 user: stephan tags: pinned-forum-posts) | |
| 16:17 | Move the pinned-post indicator to the column with the thread topic. ... (check-in: dcd43c1d77 user: stephan tags: pinned-forum-posts) | |
| 16:04 | Rename the sticky CSS class to pinned. ... (check-in: 0f145235ff user: stephan tags: pinned-forum-posts) | |
| 15:20 | Merge in trunk. ... (check-in: d6ff83b158 user: stephan tags: forum-statuses) | |
| 15:13 | Add pinned posts to the change log. ... (check-in: 6483b05b0d user: stephan tags: pinned-forum-posts) | |
| 15:08 | Connect the forum post pin/unpin button, which only appears when a setup user is specifically visiting that post. Fix a recent refactoring bug in forumpost_tag(). ... (check-in: 26931c8250 user: stephan tags: pinned-forum-posts) | |
| 14:38 | Rename sticky to pinned. Add the pin/unpin button to root posts for setup users but it's not yet tied to JS to activate it. ... (check-in: 10375c36ee user: stephan tags: pinned-forum-posts) | |
| 13:44 | PoC for sticky forum posts, where a 'sticky' tag set on the first version of the root post of a thread will cause it to sort to the top of the list. Pending is a way for Setup users (only) to set/unset the sticky tag (it currently requires tagging from the CLI). ... (check-in: 70ac3f6e83 user: stephan tags: pinned-forum-posts) | |
| 13:05 | Initial sketches for the ability to assign a status=X tag to forum posts, e.g. opened vs resolved. This compiles but does nothing useful. ... (check-in: 025256542f user: stephan tags: forum-statuses) | |
| 11:39 | Add file attachment capability to forum posts. ... (check-in: 5079ffb027 user: stephan tags: trunk) | |
| 11:38 | Correct permissions check on forum-attachment removal confirmation to account for the forum-close-policy setting. ... (Closed-Leaf check-in: cb9e36ecd8 user: stephan tags: forum-attachments) | |
| 10:39 | Minor tweaks and cleanup. ... (check-in: 085e123905 user: drh tags: forum-attachments) | |
| 07:55 | Add 'B' capability to www/caps/ref.html. ... (check-in: bca893460e user: stephan tags: forum-attachments) | |
| 07:43 | Show the attachment list at the bottom of the forum post edit page. Fix a missing void in a function signature. ... (check-in: 22bc6d7a2a user: stephan tags: forum-attachments) | |
|
2026-05-24
| ||
| 17:30 | After attaching a file to a forum post, redirect back to that post instead of /attachview. ... (check-in: ce5b3b5d38 user: stephan tags: forum-attachments) | |
| 16:26 | Enhance the test-content-put command to support the --moderate option and to be able to specify a repository using -R and to support inserting multiple artifacts all at once. ... (check-in: 6c2efda1a0 user: drh tags: trunk) | |
| 13:54 | Do not show the Attach button for anonymous/nobody. ... (check-in: dfe39cc5c2 user: stephan tags: forum-attachments) | |
| 13:05 | Cosmetic tweaks and docs in the forum attachments. ... (check-in: 129082a485 user: stephan tags: forum-attachments) | |
| 12:33 | Add a mention of forum attachments to the change log. ... (check-in: 65e1588e0e user: stephan tags: forum-attachments) | |
| 12:28 | In /ainfo elide the content if it's pending moderation and the user lacks permission to moderate or delete it. It's possible for unprivileged users to bypass this restriction by passing the same hash to /artifact, which will reveal the content. ... (check-in: 641e7fced1 user: stephan tags: forum-attachments) | |
| 12:06 | If /attachadd fails due to a size limit violation, re-render the input form and populate the description field (we can't repopulate the file selector). ... (check-in: c206c78e15 user: stephan tags: forum-attachments) | |
| 10:31 | Slight misinformation fix in fileformat.wiki. ... (check-in: 2a03fc1dbd user: stephan tags: forum-attachments) | |
| 10:30 | fileformat.wiki tweaks for attachments support. ... (check-in: c4ba59b73e user: stephan tags: forum-attachments) | |
| 10:19 | Strength the disapproval of moderation-pending attachments to disallow anonymous/nobody and use CSRF protections. ... (check-in: 363649c579 user: stephan tags: forum-attachments) | |
| 09:54 | Fix: users can now cancel their own pending-moderation attachments. ... (check-in: 2005cc0a9f user: stephan tags: forum-attachments) | |
| 09:34 | Add notes for an interesting TODO in the hopes that someone else can propose a good solution for it. ... (check-in: 5e2c49b4a7 user: stephan tags: forum-attachments) | |
| 09:12 | API doc clarification for moderation_user_could(). ... (check-in: 6e8f6c23d3 user: stephan tags: forum-attachments) | |
| 09:06 | Correct 'Usage:' tag for test-user-could-moderate. ... (check-in: cea22dc04f user: stephan tags: forum-attachments) | |
| 09:04 | Simplify the skip-pending-moderation check in attachment_list(). ... (check-in: c72ac2aac7 user: stephan tags: forum-attachments) | |
| 08:57 | /attachlist now elides entries which are pending moderation unless they belong to the current user or a moderator. ... (check-in: 686057e0e6 user: stephan tags: forum-attachments) | |
|
2026-05-23
| ||
| 19:56 | Extend the scope of the forum-close-policy setting to include giving forum moderators the ability to delete other users' forum post attachments. ... (check-in: 9e60ef975b user: stephan tags: forum-attachments) | |
| 19:53 | Add a note about an open design question re. where /attachadd should redirect for a forum post attachment. ... (check-in: 55b2a10844 user: stephan tags: forum-attachments) | |
| 17:34 | Add some comments explaining the reason behind a particular attachment-handling case. Remove the new (in this branch) CFTYPE_TECHNOTE alias for CFTYPE_EVENT. ... (check-in: 782b8b8e81 user: stephan tags: forum-attachments) | |
| 17:20 | Correct a technote attachment URL arg name in attachment_list(). ... (check-in: 554fdf8f50 user: stephan tags: forum-attachments) | |
| 14:09 | Use webpage_error() instead of fossil_fatal() in some new error cases. ... (check-in: 9692f7ba54 user: stephan tags: forum-attachments) | |
| 13:24 | Add flag to attachment_list() to filter pending-moderation attachments out of view except for their owner and attachment-type-dependent moderators. This should arguably be the default. Add a note to the bottom of the forum post editor explaining that attachments can be added after saving. ... (check-in: 50645bf5e9 user: stephan tags: forum-attachments) | |
| 09:57 | Automatic moderation approval for attachments to moderation-approved forum posts seems to work. ... (check-in: bd00fbe81a user: stephan tags: forum-attachments) | |
| 09:17 | Slight fileformat.wiki touchups regarding attachments/tags on forum posts. ... (check-in: 07bee50ac1 user: stephan tags: forum-attachments) | |
| 09:01 | Refactor forum post moderation and put untested/disabled pieces in place for applying the same moderation operation to the forum post's attachments. ... (check-in: 5078e72060 user: stephan tags: forum-attachments) | |
| 08:59 | Fix the annoying extra space in the attachment list. Minor doc update. ... (check-in: 0436eb5ce3 user: stephan tags: forum-attachments) | |
| 07:45 | Add missing CSRF token to the new Attach button. ... (check-in: 2302e4141c user: stephan tags: forum-attachments) | |
| 06:32 | Add notes to fileformat.wiki explaining why tags on forumpost artifacts should generally be applied to the first version of a post instead of an edited version. ... (check-in: 051af7e323 user: stephan tags: forum-attachments) | |
|
2026-05-22
| ||
| 22:26 | Add some formatting flags to attachment_list() so it can optionally show each download link's size. This adds an ugly extra space which still needs to be eliminated. Fix the attachment-target-type-dependent URL flag being passed to /attachdownload links (was previously always page=X, regardless of the attachment type). ... (check-in: fbab27b0b7 user: stephan tags: forum-attachments) | |
| 22:04 | Add an Attach button to the currently-selected forum post if the user is an admin or the owner of the post. Make some use of ForumPost::pEditHead to save a query. ... (check-in: b3c9af2092 user: stephan tags: forum-attachments) | |
| 21:16 | Render forumpost attachment list between the post's collapsible body and its buttons. The list would ideally be in the collapsible box but forum_render(), which has many callers, isn't currently structured to make that easy. ... (check-in: c3bb903212 user: stephan tags: forum-attachments) | |
| 20:56 | Use a cached statement in forumpost_head_rid() because it's used frequently checking for closed tags and (now) attachments. ... (check-in: 1e10be4821 user: stephan tags: forum-attachments) | |
| 20:39 | Remove some stray debug output. ... (check-in: 9bdaf6d5ec user: stephan tags: forum-attachments) | |
| 20:36 | Correct /attachlist's linking to the proper attachment-target page. For forumpost attachments, have /attachadd redirect to /attachview for the time being, and that page has a link back to the forum post(s). ... (check-in: f1a04c3ada user: stephan tags: forum-attachments) | |
| 19:21 | Correct a misformated variadic caused by emacs having chased a compileation error into the generated build/manifest_.c and my having edited that instead of the original src/manifest.c. ... (check-in: 184de2d2af user: stephan tags: forum-attachments) | |
| 18:10 | Make use of new attachment target type detection to slightly simplify how /artifacts renders attachments. ... (check-in: efe2513329 user: stephan tags: forum-attachments) | |
| 17:54 | Add 'attachment-size-limit' setting and honor it in /attachadd. Update generation of timeline messages for attachment artifacts to distinguish forum post attachments. ... (check-in: fed106e8b6 user: stephan tags: forum-attachments) | |
| 16:48 | Correct /artifact/ATTACHMENT_ID to distinguish forum post attachments from wiki page attachments. ... (check-in: 19506538a5 user: stephan tags: forum-attachments) | |
| 16:36 | Initial WIP of adding attachments to forum posts. It can currently create the attachment but does not yet provide access to them via the forum (requires hand-editing URLs to /attachadd). TODOs include an attachment size limit setting and integrating attachment selection into the new-post and edit-post UIs. ... (check-in: 55d9faf99e user: stephan tags: forum-attachments) | |
| 16:07 | Enhance the "fossil whatis" command so that it response to ticket IDs. ... (check-in: 86d07e8a74 user: drh tags: trunk) | |
| 14:59 | In /admin_log's link to /setup_settings, add the ?all URL argument so that the admin-log setting gets displayed. ... (check-in: 1a93c064cc user: stephan tags: trunk) | |
| 14:40 | Minor correction in comment, no functionality changes. ... (check-in: f0563d7c3a user: andybradford tags: trunk) | |
| 12:53 | Refactor setting of forum post 'closed' tag so that it can be reused for other tags. ... (check-in: 4d58d6e834 user: stephan tags: trunk) | |
| 12:35 | Minor refactoring of forum post 'closed' tag lookup internals, moving towards extending it to support other tags, e.g. 'resolved'. ... (check-in: 2d7e2cb24e user: stephan tags: trunk) | |
| 07:55 | Minor cosmetic code style tweak - spacing only, no code changes. ... (Leaf check-in: caeb8cd142 user: stephan tags: forum-subject-search) | |
|
2026-05-21
| ||
| 21:01 | Add possibility to only search forum subject lines ... (check-in: 8798a34244 user: Torsten tags: forum-subject-search) | |
| 20:26 | Be more aggressive about saving unused commit messages for reuse on a retry. An attempt to fix [forum:/forumpost/83c5f1bce2|bug 83c5f1bce2]. ... (check-in: ea99abc540 user: drh tags: trunk) | |
| 19:13 | Update the change log. Also update the built-in SQLite to the latest trunk version for beta-testing of SQLite. ... (check-in: 055e4d0472 user: drh tags: trunk) | |
|
2026-05-19
| ||
| 11:16 | Update the delta_parse() table-valued function to better align with the code in the SQLite source tree. ... (check-in: 921e7c1ec8 user: drh tags: trunk) | |
|
2026-05-10
| ||
| 18:14 | Merge trunk into rss-content ... (Leaf check-in: d7d3fdab9e user: vor0nwe tags: rss-content) | |
|
2026-05-08
| ||
| 17:27 | Fix the test-captcha command so that accepts 64-bit values in decimal, octal, or hex. ... (check-in: ee6a2f0c21 user: drh tags: trunk) | |
| 16:35 | Adjust the captcha to use light-gray blocks instead of spaces for the background, to work around issues with systems where a space is smaller than a unicode block character. [forum:/forumpost/839b3b6fef|Forum post 839b3b6fef]. ... (check-in: 20c579e435 user: drh tags: trunk) | |
|
2026-05-06
| ||
| 18:03 | Improvements to the /ci_edit page so that it shows the context of the checkin being editted, before and after the proposed change. Clean up various internal interfaces in the process. ... (check-in: e454028a29 user: drh tags: trunk) | |
| 15:04 | Fix a potential CSRF bypass. ... (Leaf check-in: 80ae3f149e user: drh tags: enhanced-checkin-edit) | |
| 14:58 | Bug fixes in check-in editing. ... (check-in: dbf6ce780d user: drh tags: enhanced-checkin-edit) | |
| 14:18 | Simplify the interface to www_print_timeline() by shifting parameters into the TimelineXtra structure. Use "timelineCurrent" highlighting for the focus of context graphs and for the "/ckout" context graph. Adjust CSS to make timelineCurrent highlighting a little more visible. ... (check-in: 5c274a8790 user: drh tags: enhanced-checkin-edit) | |
| 11:21 | Comment improvement. No changes to code. ... (check-in: f6d335bc8f user: drh tags: trunk) | |
|
2026-05-05
| ||
| 22:56 | Show before and after context on the /ci_edit page. ... (check-in: 664da57e00 user: drh tags: enhanced-checkin-edit) | |
| 17:41 | Initial infrastructure changes for improved WWW editing and creation of check-ins. ... (check-in: 2bee647ed6 user: drh tags: enhanced-checkin-edit) | |
|
2026-05-04
| ||
| 10:25 | Update the built-in SQLite to the latest trunk version for beta testing of SQLite. ... (check-in: c93e1c8721 user: drh tags: trunk) | |
| 10:22 | Honor the NO_COLOR environment variable for the "fossil sys ls" command. ... (check-in: 471f4d00c8 user: drh tags: trunk) | |
|
2026-05-03
| ||
| 22:56 | Merge from trunk. ... (Leaf check-in: f02094e3f3 user: brickviking tags: bv-infotool) | |
|
2026-04-30
| ||
| 20:48 | Merge the latest SQLite trunk changes, for beta testing of SQLite. ... (check-in: 1d618cc41b user: drh tags: trunk) | |
| 13:35 | Remove a newline from tools/fossil-autocomplete.zsh which, per [forum:2026-04-30T12:01:26Z|forum post 2026-04-30T12:01:26Z], confuses zsh. ... (check-in: 92a0764bfe user: stephan tags: trunk) | |
|
2026-04-29
| ||
| 14:59 | Discontinue the use of the undocumented and deprecated sqlite3_win32_write_debug() interface to SQLite. ... (check-in: 7a8fb34c56 user: drh tags: trunk) | |
|
2026-04-27
| ||
| 11:27 | Fix some const-correctness warnings with gcc 15.2. ... (check-in: ea099022b5 user: danield tags: trunk) | |
|
2026-04-24
| ||
| 20:50 | Be sure to enable VT100/ANSI escape codes on Windows. A recent Windows automatic update turned that off by default on my Windows-ARM tablet. ... (check-in: e37db2bb0d user: drh tags: trunk) | |
| 09:19 | Further improvements to the default prompt for "fossil sql". ... (check-in: 5c3150bc0f user: drh tags: trunk) | |
| 07:17 | Fix a var deref typo in [f99e07d194bff] which would cause container builds to be mis-tagged. ... (check-in: 7b9402ff15 user: stephan tags: trunk) | |
| 01:34 | Improvements to the default prompt for the "fossil sql" command. ... (check-in: ad133f5462 user: drh tags: trunk) | |
|
2026-04-23
| ||
| 20:17 | Merge the latest SQLite enhancements with the new and improved CLI prompt interface. ... (check-in: 87881e8d7b user: drh tags: trunk) | |
| 17:38 | Remove an unused variable. ... (check-in: a543fb31d2 user: danield tags: trunk) | |
| 16:42 | Incorporate the latest SQLite updates. Improvements to prompt expansion in the "fossil sql" command. ... (check-in: 9b67f462f1 user: drh tags: trunk) | |
| 11:33 | Yet another bug fix to fossil_roundup_date(). ... (check-in: cc5b93ecda user: drh tags: trunk) | |
|
2026-04-22
| ||
| 16:58 | Fix bug in fossil_roundup_date(). ... (check-in: edce45b4ed user: drh tags: trunk) | |
|
2026-04-20
| ||
| 09:00 | Build tweaks based on [forum:ab38ad08882f123e|forum post ab38ad088] to enable downstream packagers to strip out most of ./autosetup/ and use a system-installed copy. Also ensure that the emcc-related checks are only applied for in-tree builds and that they are cleaned up properly. No code changes. ... (check-in: f99e07d194 user: stephan tags: trunk) | |
|
2026-04-19
| ||
| 10:31 | A better fix for the previous. The existing nIns variable is sufficient; no need to add the new nTerm variable. ... (check-in: 2c61a6c286 user: drh tags: trunk) | |
| 10:28 | Bug fix in the compute_uses_file() subroutine, found when a query from the Meta AI spider caused the server to abort with an invalid SQL error. ... (check-in: f2fa98329d user: drh tags: trunk) | |
| 06:15 | Add .m4a mimetype, as discussed in [forum:173711157e693275|forum post 173711157e693275]. ... (check-in: ec26e850c1 user: stephan tags: trunk) | |
|
2026-04-17
| ||
| 12:09 | Minor tweaks to the Copy Buttons: restore the flipped button look, and shorten the sequence "copy-copy-button" for auto-generated IDs. ... (check-in: 2ce9ca95f7 user: florian tags: trunk) | |
| 02:51 | out w/ unused var ... (check-in: 30bfba32c8 user: bch tags: trunk) | |
|
2026-04-16
| ||
| 21:05 | blitz skin fix: remove display:block property on the "label" class to fix miss-aligned checkbox with their label on the /setting page. ... (check-in: 602e580bd1 user: mgagnon tags: trunk) | |
| 19:53 | Documentation typo fix. ... (check-in: 44d2c0a524 user: drh tags: trunk) | |
| 19:02 | A more invasive implementation of the convenience "copy" button before date/time strings that tries to work around objections raised on the Forum. ... (check-in: 68b27378f5 user: drh tags: trunk) | |
| 12:52 | Convenience "copy" button before dates on the /info and /forumpost pages. ... (check-in: e39933757a user: drh tags: trunk) | |
| 12:18 | Improve the header comment on the style_copy_button() routine to be more accurate and lucid. ... (check-in: 7404ad0b0e user: drh tags: trunk) | |
| 11:47 | Fix the fossil_roundup_date() function so that it also rounds up dates with milliseconds at the end. ... (check-in: 5298941066 user: drh tags: trunk) | |
|
2026-04-15
| ||
| 17:16 | Display Unversioned Files info in dbstat command (like on /stat page) ... (check-in: 349e9f2ff3 user: mgagnon tags: trunk) | |
|
2026-04-13
| ||
| 12:12 | Display Pikchr version in the output of 'dbstat' and /stat. ... (check-in: cca8cc15f2 user: danield tags: trunk) | |
|
2026-04-12
| ||
| 00:01 | Merge the latest trunk version of SQLite, including the new CLI prompt enhancement. Configure the prompt to be "FossilSQL REPONAME>" for the "fossil sql" command. ... (check-in: 3361df86b3 user: drh tags: trunk) | |
|
2026-04-10
| ||
| 04:09 | Clarification for chroot doc. ... (check-in: 200f486dbf user: brickviking tags: trunk) | |
| 04:03 | Clarification for chat docs. ... (check-in: 7924b4a388 user: brickviking tags: trunk) | |
|
2026-04-09
| ||
| 22:09 | Grammar tidyups for backoffice doc. ... (check-in: c500fa61cf user: brickviking tags: trunk) | |
|
2026-04-08
| ||
| 16:57 | Remove the long-unmaintained debian/makedeb.sh, as discussed in [forum:5ab11b34d8326d52|forum post 5ab11b34d8326d52]. ... (check-in: 59bb374398 user: stephan tags: trunk) | |
|
2026-04-07
| ||
| 09:58 | Merge the latest SQLite 3.53.0 beta for testing. ... (check-in: 0201a1e2cc user: drh tags: trunk) | |
|
2026-04-05
| ||
| 18:09 | Typo fix in the email alert sent on user caps change ... (check-in: 3f8def3612 user: wyoung tags: trunk) | |
|
2026-04-03
| ||
| 11:02 | Update the built-in Pikchr to the latest trunk check-in ... (check-in: adc7bfce73 user: drh tags: trunk) | |
|
2026-04-01
| ||
| 12:18 | Update the built-in SQLite to the latest 3.53.0 beta for SQLite testing. ... (check-in: ad59a046cb user: drh tags: trunk) | |
| 12:10 | When doing a "fossil update", if a file under management needs to overwrite an unmanaged file, display the name of the backup that is made of the unmanaged file, and use file_delete() to delete the unmanaged file, even if that unmanaged file is read-only. The enables "fossil up version-3.50.0" to work on the SQLite repository when starting from the latest trunk. ... (check-in: adb68404e6 user: drh tags: trunk) | |
|
2026-03-30
| ||
| 12:21 | Make merge a no-op when merging in the current checkout version, as suggested in [forum:6367db867c|forum post 6367db867c]. ... (check-in: e84be9f2d6 user: stephan tags: trunk) | |
|
2026-03-26
| ||
| 23:08 | Back out the use of sqlite3_atof(), as that interface has been removed from the 3.53.0 release. Update the built-in SQLite to the latest 3.53.0 beta for testing. ... (check-in: a10f931ba1 user: drh tags: trunk) | |
| 08:00 | Fix a hyperlink in the /info page. ... (check-in: d21fdd54cc user: danield tags: trunk) | |
|
2026-03-25
| ||
| 05:32 | Make sync errors more obvious by issuing a warning at the end of the operation if errors occur. ... (Leaf check-in: cae9c90858 user: andybradford tags: sync-errors) | |
|
2026-03-24
| ||
| 15:23 | Add a notice to the forum post editor politely requesting that users refrain from making multiple posts or edits in rapid succession to avoid spamming subscribers. Prompted by recent sqlite forum activity. A more complete solution would include a toggle to hide this notice and remember that preference via sessionStorage. ... (Leaf check-in: 6eeeed8b9f user: stephan tags: forum-notification-reminder) | |
|
2026-03-23
| ||
| 15:12 | Fix a section title in the TH1 docs. ... (check-in: 1cf64a9456 user: florian tags: trunk) | |
| 15:10 | Add "current_checkin" to the list of TH1 variables available in skin templates. ... (check-in: c90e810f3f user: florian tags: trunk) | |
| 13:49 | Update to the latest SQLite and rig Fossil to use sqlite3_atof() if that interface is available. When compiling with an older SQLite, it falls back to using atof(). ... (check-in: cb89386af5 user: drh tags: trunk) | |
|
2026-03-21
| ||
| 16:15 | Add a reference to the chroot document also in the standalone server documentation. ... (check-in: e40bdbff49 user: andybradford tags: trunk) | |
|
2026-03-20
| ||
| 12:07 | Add otf (OpenType font) mime type. ... (check-in: 422785d5df user: stephan tags: trunk) | |
|
2026-03-18
| ||
| 23:00 | Update the built-in SQLite to the latest 3.53.0 development version for testing. ... (check-in: 17f98784c2 user: drh tags: trunk) | |
|
2026-03-13
| ||
| 22:45 | Set the date on the 2.28 change log. ... (check-in: d98ec8a045 user: drh tags: trunk) | |
|
2026-03-12
| ||
| 12:52 | Merge the updates to zlib to version 1.3.2, released on February 17, 2026. ... (check-in: 6ea30fb3cd user: florian tags: trunk) | |
| 12:50 | Increase the version number to 2.29. ... (check-in: 17f88fe064 user: florian tags: trunk) | |
| 01:58 | Made an exception for sqlite3 command: add "--no-repository" flag so it behave like the real sqlite3 program. ... (Leaf check-in: 4cc76a6e44 user: mgagnon tags: argv0_as_subcommand) | |
| 00:56 | Avoid compiler warning by including an explicit break from the switch() statement. ... (check-in: 7d9cae848e user: andybradford tags: argv0_as_subcommand) | |
| 00:29 | Use "command_basename" once on beginning to simplify command comparison with argv0. ... (check-in: 7e7b303461 user: mgagnon tags: argv0_as_subcommand) | |
|
2026-03-11
| ||
| 22:57 | Experiment the use of argv0 as direct subcommand (like busybox) for a few subcommand that can be conveniently use as alias. Requested in this [forum:/forumpost/07a7c30be0|forum post]. ... (check-in: 96de01f8e9 user: mgagnon tags: argv0_as_subcommand) | |
| 11:31 | Version 2.28 ... (check-in: 52445a27f1 user: drh tags: trunk, release, version-2.28) | |
|
2026-03-09
| ||
| 16:35 | Disable "make test" which is unmaintained and does not work. ... (check-in: 1ba3a483dc user: drh tags: trunk) | |
|
2026-03-08
| ||
| 16:41 | Guard against null event types. ... (check-in: b0b3d9d9f4 user: tinus tags: rss-content) | |
| 14:31 | Move RSS encoded:content to position of description. ... (check-in: accf1b5e43 user: tinus tags: rss-content) | |
| 12:18 | Omit RSS descriptions when HTML content is available. ... (check-in: d8f7dc472f user: vor0nwe tags: rss-content) | |
| 12:10 | Preserve moderator access to private forum posts in RSS feeds. ... (check-in: 4fbde38d59 user: vor0nwe tags: rss-content) | |
| 11:53 | Skip private forum posts in both CLI and web RSS feeds. ... (check-in: 647c424f40 user: vor0nwe tags: rss-content) | |
| 11:40 | Avoid duplicate technote_render_to_html calls in RSS helper. ... (check-in: 2b9f8fbb7a user: vor0nwe tags: rss-content) | |
| 11:37 | Share RSS HTML content handling between web and CLI feeds. ... (check-in: 057236b8c9 user: vor0nwe tags: rss-content) | |
| 11:06 | Share wiki rendering logic between HTML output helpers. ... (check-in: 07dadca733 user: vor0nwe tags: rss-content) | |
| 10:43 | Move wiki_convert_to_html closer to wiki_render_by_mimetype. ... (check-in: b78b4665b1 user: vor0nwe tags: rss-content) | |
|
2026-03-06
| ||
| 23:16 | Improve RSS performance for forum and technote content rendering. ... (check-in: a24637996d user: vor0nwe tags: rss-content) | |
| 16:37 | Point technote RSS link at technote page instead of checkin page. ... (check-in: a88d460c5b user: vor0nwe tags: rss-content) | |
| 16:20 | Update built-in SQLite to version 3.52.0 final. ... (check-in: 81eeb1c2b5 user: drh tags: trunk) | |
| 16:03 | Include rendered technote HTML in RSS feeds. ... (check-in: 7aa1f7f2ea user: vor0nwe tags: rss-content) | |
| 15:41 | Include rendered forum HTML in RSS with absolute links and latest-edit filtering. ... (check-in: 4326758941 user: vor0nwe tags: rss-content) | |
|
2026-03-03
| ||
| 23:06 | Update the built-in SQLite to the version that includes the WAL restart race fix. ... (check-in: 305ee2d1e2 user: drh tags: trunk) | |
|
2026-03-02
| ||
| 21:31 | Update the built-in SQLite to the latest 3.52.0 beta ... (check-in: ba8756ac35 user: drh tags: trunk) | |
|
2026-02-28
| ||
| 01:09 | Update the built-in SQLite to the latest 3.52.0 beta, for testing. ... (check-in: 73512f45db user: drh tags: trunk) | |
|
2026-02-24
| ||
| 14:01 | Updates to the change log. ... (check-in: 12a7ab08f7 user: drh tags: trunk) | |
| 14:00 | Attempt to rationalize the options and behavior of the "ls" command, while preserving backwards compatibility. ... (check-in: ba4927946d user: drh tags: trunk) | |
| 13:14 | Improvements to the help text for the new --reopen option in "fossil open". ... (check-in: 6f566c8438 user: drh tags: trunk) | |
| 12:59 | In the help text for "fossil annotate", move the -t and -T options into alphabetical order. ... (check-in: 12d31f0733 user: drh tags: trunk) | |
| 00:22 | Update the built-in SQLite to the latest trunk version for testing. ... (check-in: b8ab8b3d41 user: drh tags: trunk) | |
|
2026-02-23
| ||
| 23:13 | Don't omit explanation of a sync operation if a proxy is being used. Because information about the proxy without information about the remote looks kinda awkward. <br> Note: A global variable <var>g.url.isAlias</var> (introduced at <code>src/url.c</code> by [f11c863d91]) is barely used; maybe it's worth to remove it. ... (check-in: 6c9d32ae6f user: george tags: trunk) | |
| 14:17 | Do not attempt to extract symbolic links from ZIP archive. See [https://sqlite.org/forum/forumpost/2026-02-21T11:04:36z|SQLite Forum Post 2026-02-21T11:04:36z] for an explanation of why this is a potential vulnerability. We could, in theory, enhance ZIP archive unpacking to handle symbolic links safely, but as the use of symbolic links in ZIP archives is rare, and because ZIP archive extraction by Fossil is rare, doing so might create more problems than it solves. ... (check-in: 31ce0d31c4 user: drh tags: trunk) | |
|
2026-02-21
| ||
| 03:08 | Add the missing setup/admin user inheritence of the (C)hat permission in capabilities_expand(), as pointed out in [forum:46a777f773|forum post 46a777f773]. ... (check-in: a363d26bec user: stephan tags: trunk) | |
|
2026-02-19
| ||
| 14:36 | Update the built-in SQLite to the latest beta for testing. ... (check-in: 065736a20c user: drh tags: trunk) | |
|
2026-02-17
| ||
| 16:47 | Merge the latest trunk enhancements into the timestamp-vfs branch. ... (Leaf check-in: 99aa77d96e user: drh tags: timestamp-vfs) | |
| 16:45 | Import the latest version of tmstmpvfs.c. ... (check-in: 0529ecd95d user: drh tags: timestamp-vfs) | |
| 15:06 | Carry forward [368d97869b] to the zlib 1.3.2 update. ... (Closed-Leaf check-in: d658634bba user: florian tags: zlib-update) | |
| 15:04 | Carry forward [0f8bae079e] to the zlib 1.3.2 update. ... (check-in: 235b210387 user: florian tags: zlib-update) | |
| 15:02 | Update the built-in zlib to version 1.3.2, released on February 17, 2026. According to check-ins [eea86cee3a] and [511ad59ae3], all files from the doc/ and contrib/ada/ subdirectories are excluded. ... (check-in: 04f74fdff7 user: florian tags: zlib-update) | |
| 12:08 | Update the built-in SQLite to include the latest enhancements and optimizations. ... (check-in: b10ff3809e user: drh tags: trunk) | |
| 12:06 | Provide a link to the rcvfrom entry on the artifact page. ... (check-in: 2e2932f6f3 user: drh tags: trunk) | |
|
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 stale, thus not reflecting the actual version as reported by "fossil status". ... (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. ... (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 changed from --quick to --quiet, and for the `ticket' command family, the -q option is changed from --quote to --quiet! ... (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 for accordion panels. ... (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 manager. ... (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:05 | Sync with trunk. ... (Leaf check-in: facfbbd552 user: florian tags: diff-keyboard-navigation) | |
| 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) | |