Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
932 check-ins using file src/th.h version 549dd1af2f
|
2026-06-08
| ||
| 16:23 | When changing the mimetype in the new forum editor, record that change in local/sessionStorage and use it as the default for new replies and posts. Leaf check-in: 079ea1c339 user: stephan tags: forum-editor-2026 | |
| 16:13 | Correct new-post for anonymous users. Remove the captcha support from the forum pieces - it was introduced inadvertently, is not part of trunk's forum, and supporting it for anonymous users with inline responses would require more surgery. check-in: 0896ceb795 user: stephan tags: forum-editor-2026 | |
| 14:46 | Remove stray debug output. check-in: d41bd65821 user: stephan tags: forum-editor-2026 | |
| 14:45 | CSS: ensure that links in the attachment widget's error messages are legible (add contrast). check-in: f3bf844574 user: stephan tags: forum-editor-2026 | |
| 14:41 | When pasting in the attachment description field, if it's a clipboarded file then attach it rather than paste its name. Suggested by Martin G. check-in: 45c5ce742b user: stephan tags: forum-editor-2026 | |
| 14:25 | Fix sorting of /ajax/X routes - a recent addition broke preview in /chat and /fileedit. check-in: d14ee6c4fe user: stephan tags: forum-editor-2026 | |
| 14:19 | Typo fixes and make the editor input field a bit shorter by default. check-in: 16e97eaeff user: stephan tags: forum-editor-2026 | |
| 13:20 | Move the shift-enter-previews toggle out of the way, to the bottom of the editor tab. check-in: fc9ff7c707 user: stephan tags: forum-editor-2026 | |
| 13:09 | Do not link attachments to unknown targets as wiki pages in /info. check-in: 22771143cd user: stephan tags: forum-editor-2026 | |
| 13:04 | Roll back [195571aa79e79f0] because it turns out that the duplicate init is necessary due to how manifest_parse() works. This fixes the all-attachments-save-as-empty bug. check-in: febb8c155b user: stephan tags: forum-editor-2026 | |
| 11:58 | Get replying basically working. Attachments to responses are being saved but are not showing up in the attachment list later, which is weird. Just now noticing that forum threads can be rendered under /info, in which case the Edit/Reply buttons do not get hijacked for the new editor because this JS isn't loaded in that page. Whether that's a featur... check-in: 6269e5d700 user: stephan tags: forum-editor-2026 | |
| 11:09 | Fix editing of a thread title in the new editor. check-in: 14abbc4d46 user: stephan tags: forum-editor-2026 | |
| 10:58 | Elide empty/phantom (deleted) attachments from forum post attachment list. Hook status selection into the editor, with the caveat that changing ONLY the status via the editor will save a new copy of the post (identical to the previous one) so that should be done using the status selection widget shown in the post instead (which is now disabled whil... check-in: 344c64e271 user: stephan tags: forum-editor-2026 | |
| 09:42 | Correct re-labeling of the Editing... button after discarding or submiting the edit. Ensure that the editor gets scrolled into view. check-in: 4e81a9ee7b user: stephan tags: forum-editor-2026 | |
| 09:25 | Get responses editing properly in the new editor. Fix editor-submitted attachments to target the oldest version of a post rather than the current, else the attachments "get lost" from other views. Remove some duplicted code. check-in: 72d79e4284 user: stephan tags: forum-editor-2026 | |
|
2026-06-07
| ||
| 20:34 | Fix purging of old messages. Disable both Reply and Edit buttons when replying or editing because doing both at once would lead to madness. check-in: 8e98f3e32e user: stephan tags: forum-editor-2026 | |
| 19:47 | Milestone: the first inline edit in threaded forum view. There's lots of refinement to do, though, and it currently can only save the top-most post due to mishandling of the title. check-in: 7d7b74dd88 user: stephan tags: forum-editor-2026 | |
| 17:38 | Incremental (does-not-yet-)work on hooking into the edit/reply buttons. check-in: 9688320143 user: stephan tags: forum-editor-2026 | |
| 16:47 | Add the internal-use /ajax/artifact.json?uuid=X route to support the forum editor. It emits artifact_to_json(X). Fix ajax_route_bootstrap()'s csrf check to trigger only for requests which require POST. check-in: 35448ae96a user: stephan tags: forum-editor-2026 | |
| 15:53 | Add a Discard button to the post editor. Start hooking into Reply/Edit buttons in thread views but it's currently disabled. check-in: 44aafa6117 user: stephan tags: forum-editor-2026 | |
| 14:56 | Correct handling of the passing-on of debug-related flags when saving a forum post with the new editor. It now honors the no-notifications, require-moderation, and dry-run flags and unqueues notifications for the associated attachments if needed. check-in: 4bf65a5a90 user: stephan tags: forum-editor-2026 | |
| 14:49 | Fix a duplicated blob initialization in attach_commit(). check-in: 195571aa79 user: stephan tags: forum-editor-2026 | |
| 13:09 | Milestone: first new forum post with the new editor. check-in: 46bb3a1255 user: stephan tags: forum-editor-2026 | |
| 11:55 | Incremental work on the server side of the forum post ajax save. check-in: e157156160 user: stephan tags: forum-editor-2026 | |
| 09:25 | Make the draft's mimetype and status persistent. check-in: 033d265fd0 user: stephan tags: forum-editor-2026 | |
| 09:01 | Fix a bad call to rollback when attachment saving fails due to a bad captcha. Leaf check-in: 3e32def5b2 user: stephan tags: attach-v2 | |
| 08:58 | Add the skeleton for ajax-friendly forumpost saving. Restructure the draft post object to more easily support additional persistent fields. Fix a bad call to rollback when attachment saving fails due to a bad captcha. check-in: 2ee0f61f8c user: stephan tags: forum-editor-2026 | |
|
2026-06-06
| ||
| 20:18 | Disable the captcha when it's not needed, as it complicates testing. check-in: 1c75911980 user: stephan tags: forum-editor-2026 | |
| 20:11 | Integrate the captcha in the new editor form. Start hooking in to /forumedit, but it's incomplete. check-in: c7a84df415 user: stephan tags: forum-editor-2026 | |
| 19:15 | Experimentally add a 'toggle header' button to maximize screen space on mobile devices. check-in: 6ffb97a8c5 user: stephan tags: forum-editor-2026 | |
| 18:10 | Docs. Add a help tab and move the markup format reference link into there to save toolbar space. check-in: 205d80ed04 user: stephan tags: forum-editor-2026 | |
| 17:16 | /forumnew?legacy forces use of the older static form, as a way of testing that the old form remains working through this upheaval. check-in: 354e82947a user: stephan tags: forum-editor-2026 | |
| 17:01 | Remove some unnecessary quoting. Only emit window.fossil.config.forumStatuses if the repo has any. check-in: 218cca5e91 user: stephan tags: forum-editor-2026 | |
| 16:56 | Integrate a status-selection widget into the new editor but disable it for reasons described in the code comments. check-in: bd2bb5facc user: stephan tags: forum-editor-2026 | |
| 16:35 | Refactor how /attachadd reads POSTed files so that we can reuse it in the new forum editor. check-in: 4a8bebc81c user: stephan tags: forum-editor-2026 | |
| 16:26 | Cleanups. Need to veer off and refactor the attach code to support the next step. check-in: c02e4fcb5c user: stephan tags: forum-editor-2026 | |
| 15:28 | Style tweaks and minor JS modernization. Remove some stray debug output. check-in: ae9871601e user: stephan tags: forum-editor-2026 | |
| 15:17 | Add shift-enter-toggles-preview option, as in /chat, /wikiedit, and /fileedit. This is generally useful but some software keyboards misinteract with it. check-in: 806ab64561 user: stephan tags: forum-editor-2026 | |
| 14:41 | Fix a var name typo. Rename a class method. check-in: 603413367d user: stephan tags: forum-editor-2026 | |
| 14:34 | Have /forumnew stash edits in local/sessionStorage and restore its state if it's reloaded. It clears the stash on a successful submit (which is still TBD). Process pikchrs in the preview. check-in: adcbe4496b user: stephan tags: forum-editor-2026 | |
| 13:59 | Have /forumnew use the old editor form only in no-js environments, else the new form. Hook preview rendering up to the new form. check-in: 3addcc0abd user: stephan tags: forum-editor-2026 | |
| 12:37 | Experimentally add a 3-second confirmation delay to the new Submit button in a naive attempt to cut down on the need for later edits. check-in: a624121d14 user: stephan tags: forum-editor-2026 | |
| 12:24 | Move the attachments into their own tab and add a new option to Attacher to have it reverse its flex-layout direction so that it fits better in this context. check-in: 934e38793e user: stephan tags: forum-editor-2026 | |
| 11:56 | Initial code for an ajax-friendly forum post editor. It does not yet speak to the backend but its UI is in place. Teach the /style.css?name=X mechanism to look for a feature-set name match if no page-name match is found so that all of the forum pages can get the new styles (the current mechanism cannot support both per-page and per-feature CSS in a... check-in: 64169ebd88 user: stephan tags: forum-editor-2026 | |
| 09:15 | General minor cleanups. check-in: 96cdaf93f7 user: stephan tags: attach-v2 | |
| 08:13 | Wrap setup of the attachment-related controls into an onPageLoad() handler. Minor doc additions. check-in: feb95e6798 user: stephan tags: attach-v2 | |
| 08:03 | Fix a wildly hypothetical JS null deref. Defensive printf format tweak in calculating /style.css/X. check-in: f87586ee73 user: stephan tags: attach-v2 | |
| 07:48 | Minor doc edits. check-in: 0c5322dda4 user: stephan tags: attach-v2 | |
|
2026-06-05
| ||
| 10:21 | Doc additions. Resolve two corner-case bugs in the JS attachment widget. check-in: 7723db5606 user: stephan tags: attach-v2 | |
| 08:39 | Have /attachlist treat attachment comments as plain text, not fossil wiki, for consistency with /ainfo and fileformat.wiki. Add TODOs to adjust both of those to account for the attachment comment mimetype, but we currently have no UI for setting the comment's mimetype. check-in: da17e05356 user: stephan tags: attach-v2 | |
| 08:28 | Code style cleanups. Wrap some over-long lines. check-in: a1d272a206 user: stephan tags: attach-v2 | |
| 08:07 | Minor doc addition. check-in: bab9e5ac6b user: stephan tags: attach-v2 | |
|
2026-06-04
| ||
| 19:44 | In /attachlist, make deleted attachments more noticable by using strike-through. check-in: d3747df93a user: stephan tags: attach-v2 | |
| 19:19 | Move the 'image.png' filename workaround for pasted images to avoid that attaching via file selection or drag/drop triggers the workaround. Remove stray debug output. check-in: 5fcc0dd393 user: stephan tags: attach-v2 | |
| 19:10 | Fix display of attached filename when an attachment slot is re-selected. When pasting image data in the description field, attach that image (this is easier than first tapping the narrow border then ctrl-v). check-in: 69f1fe3ece user: stephan tags: attach-v2 | |
| 16:58 | Correct the closing tag on the DETAILS element added in the previous check-in. check-in: 5e748a00be user: stephan tags: attach-v2 | |
| 16:50 | Add some links to improve navigation between attachments and their target. Experimentally use a collapsed DETAILS element for attachment lists in forum post to save some UI clutter. check-in: 48445daff0 user: stephan tags: attach-v2 | |
| 15:49 | Cosmetic and style tweaks in test code. check-in: 4a0be8d604 user: stephan tags: attach-v2 | |
| 15:15 | Correct the new attachment-target-to-rid code to return the tip version RID of forum posts. General cleanups in attachment-related code. Add some test code for resolving attachment targets. check-in: 830cad5676 user: stephan tags: attach-v2 | |
| 13:07 | Extend attachment_target_type() to optionally allow a prefix match, working towards historical compatibility regarding passing-around of tech-note/ticket prefixes. Re-enable the attachment description fields because /attachlist indeed shows those. Add user info to JSON-format attachment lists. check-in: 33f6106490 user: stephan tags: attach-v2 | |
| 11:40 | Add attachment size info to the attachments-as-json state and filter empty files from that list (the UI has never allowed empty attachments and size 0 denotes 'deleted'). Add attachment_resolve_target(). check-in: 3bc2b92104 user: stephan tags: attach-v2 | |
| 10:07 | Refactor /wikiedit's attachment-list-as-JSON routine to work with other artifact types for re-use elsewhere. Teach /wikiedit's attachment list to use the new file-attach interface. check-in: 275c586426 user: stephan tags: attach-v2 | |
| 09:23 | Merge trunk for a larger diff -tk. check-in: c6c86ebd20 user: stephan tags: attach-v2 | |
| 09:22 | Move two initializations which could have been skipped when rendering a forum post in raw mode. check-in: dfc58f12f9 user: stephan tags: attach-v2 | |
| 08:56 | On tall-ish screens, experimentally resize diff -tk's view to some appreciable fraction of the screen size. This is arguable but is expected to save me many future manual window resizings. Down-side is that it's overkill for small diffs. Leaf check-in: 7f2f04c835 user: stephan tags: trunk | |
| 08:34 | Doc additions and add sensible type-dependent redirect defaults for /attachadd. check-in: ae89edbc93 user: stephan tags: attach-v2 | |
|
2026-06-03
| ||
| 20:27 | Correct redirection of /attachadd after attach to target=WikiPageName. Add some pieces to hypothetically support a NOSCRIPT fallback for file attachment using the legacy form, but it's completely untested. check-in: 31d882879a user: stephan tags: attach-v2 | |
| 19:25 | Teach tickets and tech-notes to use the new attachment approach. Document a shortcoming of the new approach compared to the old, namely that the new one requires that X in target=X be a full ID rather than an event/ticket prefix. check-in: 2f71c2bb50 user: stephan tags: attach-v2 | |
| 18:05 | Minor doc and style tweaks. check-in: 766755a3f9 user: stephan tags: attach-v2 | |
| 17:49 | Ensure there's enough contrast to read the text when the mouse is dropping over the attachment widget. Experimentally relable the Remove button as X. check-in: 05865c2310 user: stephan tags: attach-v2 | |
| 17:37 | Have /attachadd_ajax_post disallow size-0 attachments to match historical behavior. check-in: 4a8a290676 user: stephan tags: attach-v2 | |
| 17:21 | Make the 'awaiting approval' label on forum posts more prominent for those who can see their content despite them being pending. check-in: 41823b0aec user: stephan tags: attach-v2 | |
| 16:59 | Remove /attachaddv2 in favor of having /attachadd?target=X implement that behavior. check-in: bcdd98b891 user: stephan tags: attach-v2 | |
| 15:54 | Slight layout tweaks to the forum Attach button. Avoid rendering a /forumpost's attachment list when rendering in raw mode. check-in: 59ac3a461c user: stephan tags: attach-v2 | |
| 15:32 | Add missing Attach submenu to wiki pages. Fix broken permissions logic in attach_user_may(). check-in: 1f49b39374 user: stephan tags: attach-v2 | |
| 15:11 | Merge trunk and add a todo which requires refactoring. check-in: 032d684d9b user: stephan tags: attach-v2 | |
| 15:09 | Do not show the Close Post button for private/pending-moderation posts to avoid tagging what will turn into a phantom if it's rejected. check-in: f1c281dd46 user: stephan tags: trunk | |
| 14:15 | Do not show the status-change control in the forum if the post is still pending moderation, as setting the status then will tag an artifact which will be deleted if moderation rejects the post. check-in: 449bb3bc6e user: stephan tags: trunk | |
| 14:13 | Various minor cleanups. check-in: f850be30ff user: stephan tags: attach-v2 | |
| 13:09 | Re-add CSRF check when posting attachments. Touchups in the post-attach redirection support. Fix a mem leak in attach_commit(). Make whether to show the description field an option to the attacher widget constructor and hide the description fields for now because we apparently do nothing with them. check-in: 059760519f user: stephan tags: attach-v2 | |
| 12:24 | If /attachadd is invoked with target=ID instead of a type-specific typeX=ID, behave like /attachaddV2 so that we can incrementally migrate /attachadd links to the v2 behavior by changing the type-specific argument to target=ID. When invoked via older links, /attachadd behaves like it always has, including the single-file attachment form (the plan i... check-in: 0f071d0f88 user: stephan tags: attach-v2 | |
| 12:00 | /attachaddV2 now handle multiple attachments concurrently. check-in: c499f7f59d user: stephan tags: attach-v2 | |
| 08:45 | Add an error message to each attached file which exceeds the attachment-size-limit setting. This tentatively won't prevent it from being submitted because the limit may have changed since the page was loaded (and the limit recorded). check-in: ee430462c4 user: stephan tags: attach-v2 | |
| 08:05 | Simplify CSS selectors. Improve handling of attaching a given filename twice. check-in: 13d99044c8 user: stephan tags: attach-v2 | |
| 06:38 | Factor out extraneous thumbnail element creation when re-assigning an attachment slot to a different image. Add attachment size limit to JS's fossil.config for use in client-side validation. check-in: b3814a431a user: stephan tags: attach-v2 | |
| 06:30 | Back out [639e2cf0b7c6861], as the the attachment N-card is the mimetype of the comment, not the attachment. check-in: 7795074a1a user: stephan tags: attach-v2 | |
|
2026-06-02
| ||
| 21:44 | Add a note for a potential TODO. check-in: 4c79520864 user: stephan tags: attach-v2 | |
| 21:29 | Make the new attachment form legible in dark mode. Correct the enabling/disabling of the submit button, broken in recent refactoring. check-in: d906a8dc10 user: stephan tags: attach-v2 | |
| 21:14 | Reorder some styles to ensure that the drag-over style effect happens for populated attachment slots. check-in: 58d98eed18 user: stephan tags: attach-v2 | |
| 21:12 | When pasting images multiple times in the same attachment slot, remove stale thumbnails. Use timestamps instead of slot numbers when generating a name for pasted content. check-in: 307213a063 user: stephan tags: attach-v2 | |
| 20:48 | Add image attachment thumbnails to the attachment widget. check-in: 81389347e5 user: stephan tags: attach-v2 | |
| 20:25 | Plug the new attachment widget into /attachaddV2, an intermediary step in updating /attachadd. It does not yet post attachments. check-in: c3c649c92c user: stephan tags: attach-v2 | |
| 16:42 | Add options to limit the number of selected attachments and to optionally start with a selection widget visible. check-in: 675a722a24 user: stephan tags: attach-v2 | |
| 15:56 | Internal API refactoring to allow for recording the mimetype of attachments. check-in: 639e2cf0b7 user: stephan tags: attach-v2 | |
| 15:38 | When attaching a given file name a second time, replace the first instance, as uploading two copies of the same name would not have the desired effect (it's treated as two revs of the same attachment). check-in: 98c65d8dec user: stephan tags: attach-v2 | |
| 14:25 | Try to avoid a generic paste-screenshot name of 'image.png'. Cosmetic tweaks. check-in: c51c545faf user: stephan tags: attach-v2 | |
| 13:14 | Incremental work on the dynamic attachment selector. Add a new file missing from the previous checkin. check-in: e7f2da1886 user: stephan tags: attach-v2 | |
| 12:37 | Initial pieces for extending attachment input to support multiple attachments at a time, drag-and-drop, and clipboard paste. WIP and currently requires the dev console to try out. check-in: 2d39f60670 user: stephan tags: attach-v2 | |
| 10:54 | Doc typo fix. check-in: b6b08b6d86 user: stephan tags: trunk | |
| 09:15 | Add the -x/--crosslink flag to test-content-put, which causes it to treat all inputs as artifacts and crosslink them. check-in: ff6b9dbe84 user: stephan tags: trunk | |
|
2026-06-01
| ||
| 08:22 | www/forum.wiki: document the file attachment capability and add some developer notes regarding current limitations and overcoming them. check-in: ff4caf13ba user: stephan tags: trunk | |
| 07:45 | Fix /forum filtering for the case that the repo has a forum-statuses setting but no posts have a status tag. check-in: 0f934bb075 user: stephan tags: trunk | |
| 07:26 | Add a few mkdir calls to makemake.tcl to address the report at [forum:8cd0d4c814|2026-05-31T12:07:24Z]. Edit: search term make --shuffle=reverse check-in: 7796221f38 user: stephan tags: trunk | |
|
2026-05-31
| ||
| 19:04 | Enhance the change descriptions in the "Changes" accordion panel title to provide information on the number of added and deleted files and similar. check-in: 94e94bc3a6 user: drh tags: trunk | |
| 10:49 | In main.mk use = instead of :=, which is not POSIX-portable. check-in: 4151ae9722 user: stephan tags: trunk | |
|
2026-05-30
| ||
| 13:54 | Update the built-in SQLite to the latest version with the diskused() SQL function support. Add an option (accessible to Admin users only) to view the output of diskused() as the "Details" submenu on the /repo-tabsize page, if Fossil is linked against SQLite 3.54.0 or later. check-in: 71439dc76a user: drh tags: trunk | |
| 06:35 | Remove the unused description field from the forum-statuses setting. check-in: c56de3f19a user: stephan tags: trunk | |
|
2026-05-29
| ||
| 10:13 | Update the built-in SQLite to the latest trunk version for beta testing. 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. | |
| 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 n... 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)... 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 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 th... 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.
Note: A global variable g.url.isAlias (introduced at src/url.c 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 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 archi... 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 ... 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 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: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 | |
|
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 | |
| 14:15 | Try to always honor the main-branch setting rather than hard-coding "trunk". check-in: 3a6dd83947 user: drh tags: trunk | |
| 14:09 | Update the built-in SQLite to the latest 3.51.0 code for beta-testing. check-in: 92871e0c79 user: drh tags: trunk | |
|
2025-10-25
| ||
| 17:38 | Put back a couple of overzealously deleted lines. Closed-Leaf check-in: 7832da88f5 user: danield tags: softcoded-main-branch | |
| 13:48 | Remove some fossil_free() calls added by the previous check-in. check-in: 6a617d004f user: danield tags: softcoded-main-branch | |
|
2025-10-23
| ||
| 14:50 | Replace hard-coded "trunk" with the value of 'main-branch' (defaulting to "trunk"). check-in: dd8995bbdd user: danield tags: softcoded-main-branch | |
| 13:16 | Update the email notification transfer daemon script. check-in: 4163ef006d user: drh tags: trunk | |
| 11:33 | Fix the archive_base_name() routine so that it works even if no project name is defined. Harden the sanitize_name() routine so that it works even if the argument is a NULL pointer. Fix for the problem reported in [forum:/forumpost/31e880a7ea79fb40|forum post 31e880a7e]. check-in: 2f27f4b096 user: drh tags: trunk | |
| 11:24 | Updates to the email-sender.tcl script. check-in: 334f7f4267 user: drh tags: trunk | |
| 10:17 | Fix a bug in path.c reported by [forum:/forumpost/658487ff8e|forum post 658487ff8e]. check-in: da9aa4abf7 user: drh tags: trunk | |
| 08:14 | Merge from trunk. check-in: 0ffacb525a user: brickviking tags: bv-infotool | |
| 07:57 | Small grammar change in the changes.wiki page. check-in: 2ff040c438 user: brickviking tags: trunk | |
|
2025-10-21
| ||
| 14:38 | Add (open --reopen REPOFILE), based on a /chat discussion with Martin G., Brickviking, and Richard, and prompted by [forum:bac6213f6e59f1f9|forum post bac6213f6e59f1f9]. This simply forwards that usage to the test-move-repository command. check-in: ae8a45c7a7 user: stephan tags: trunk | |
| 13:49 | Revert two small sections of [4c3e1728e1b1a9cb] for cases which are not compatible with fsl_strdup()'s passing-on of NULL values. Found while investigating a presumably unrelated crash. check-in: 20adff9572 user: stephan tags: trunk | |
| 13:06 | Remove a bogus assert which could trigger on an anonymous clone. check-in: ecf44a280d user: stephan tags: trunk | |
|
2025-10-20
| ||
| 17:52 | Land the timeline-enhance-2025 branch. The "Simple" timeline view. Improved access to tarballs and ZIPs. See items 3 and 4 in the merged www/changes.wiki for more detail. See also the discussions on [forum:/forumpost/6a01bc270d3d2ae6|forum thread 6a01bc270d]. check-in: 6ce705b8dc user: drh tags: trunk | |
| 10:31 | Use ascii "self" instead of chinese "自", since some users do not have han fonts installed. Closed-Leaf check-in: ff94437a7c user: drh tags: timeline-enhance-2025 | |
|
2025-10-19
| ||
| 21:32 | Fix typos in the documentation of the 'suggested-downloads' setting. check-in: 302c30b5dc user: danield tags: timeline-enhance-2025 | |
| 20:38 | Yet another update to the change log. check-in: 83c7fe89be user: drh tags: timeline-enhance-2025 | |
| 20:33 | Update the change log to include enhancements entered on the timeline-enhance-2025 branch. check-in: 5056b3ba41 user: drh tags: timeline-enhance-2025 | |
| 19:18 | Break out configuration options for tarballs and ZIPs onto a new configuration page. Honor the short-project-name when constructing filesname for tarballs and ZIPs. check-in: 50dba704e1 user: drh tags: timeline-enhance-2025 | |
| 18:51 | New setting timeline-mark-leaves controls whether or not leaf check-ins are identified on the timeline, and if they are identifier whether or not the markings are emphasized. check-in: 57caee0317 user: drh tags: timeline-enhance-2025 | |
| 18:13 | Disable the "Transfers" setup menu, as I are unsure what it does or if it works. The "transfer system" seems like an experiment that was started and never completed or debugged. check-in: 55beb2329a user: drh tags: timeline-enhance-2025 | |
| 17:57 | Improved tarball filename normalization. check-in: 1d44e89013 user: drh tags: timeline-enhance-2025 | |
| 17:03 | When expanding the details on the /timeline in the Compact or Simple view, change the "..." into "←" and keep it visible, so that the expanded details can be toggled back off. check-in: 2d89ae650e user: drh tags: timeline-enhance-2025 | |
| 10:33 | Document the timeline-default-style setting so that it can be viewed and changed on the /setup_settings page and by the "fossil setting" command. check-in: c9c17a81a9 user: drh tags: timeline-enhance-2025 | |
| 00:13 | Replace the "← This is me" notation at the end of the check-in comment with a "自" (self) right before the "check-in:" detail. check-in: 80d2beabe5 user: drh tags: timeline-enhance-2025 | |
|
2025-10-18
| ||
| 23:57 | An attempt to get /download comments working on system that have timeline-plaintext set. check-in: 8a7a38baf5 user: drh tags: timeline-enhance-2025 | |
| 23:01 | Improvements to the "You Can Clone This Repository" section at the bottom of the /download page. check-in: 54e1d7dcfa user: drh tags: timeline-enhance-2025 | |
| 22:54 | Fix formatting for /help/suggested-downloads. check-in: df4f6c189a user: drh tags: timeline-enhance-2025 | |
| 22:38 | Update the suggested-downloads setting so that it is processed in groups of four: COUNT, TAG, MAX_AGE, and COMMENT. check-in: 081a79af9e user: drh tags: timeline-enhance-2025 | |
| 20:57 | Simplified tarball basenames. The download file includes sufficient information to reconstruct the check-in hash, so the check-in hash does not need to be supplied separately, resulting in shorter URLs. check-in: df28ba6539 user: drh tags: timeline-enhance-2025 | |
| 19:39 | Improve the appearance of the /rchvdwnld page. check-in: d6c9aee97d user: drh tags: timeline-enhance-2025 | |
| 19:28 | Do not generate tarball hyperlinks unless we are sure the client is not a spider. check-in: 878407b82d user: drh tags: timeline-enhance-2025 | |
| 17:18 | The new "Simple" view for timelines attempts to declutter the timeline without being as extreme as the "Compact" view. The check-in: or artifact: detail is still shown, but other details are omitted, though they can be recalled by clicking on the ellipsis. The "left" or "closed" prefix to the "check-in:" detail is also omitted. "Simple" attempts... check-in: 07a43dd39a user: drh tags: timeline-enhance-2025 | |
| 13:17 | Rename the /tarlist page to /download. Rename the suggested-tarlist property to suggested-downloads. check-in: 717fbdc297 user: drh tags: timeline-enhance-2025 | |
| 12:52 | Remove the (unlinked and forgotten) /download page. Convert it into a new page named /howtoclone which simply provides guidance for the correct command-line used to clone the repository. check-in: 7d8e30dd46 user: drh tags: timeline-enhance-2025 | |
| 12:37 | Consistent naming of tarball links. check-in: 3d63613a7e user: drh tags: timeline-enhance-2025 | |
| 11:55 | Add the "ziplink" robot-restrict tag. Improvements to the /rchvdwnld page. check-in: 58a9969674 user: drh tags: timeline-enhance-2025 | |
| 02:29 | Fix redundant element on the displayed download lines on the /rchvdwnld page. check-in: 38567e2f3e user: drh tags: timeline-enhance-2025 | |
| 02:26 | Implement the new (internal-use) /rchvdwnld page. On /dir and /tree there is now just a single "Download" submenu item that redirects to this new /rchvdwnld page, allowing the user to select a tarball, ZIP, or SQLAR. check-in: 6b515d7b9c user: drh tags: timeline-enhance-2025 | |
| 01:43 | Remove the "tarzip" query parameter from /timeline. Make the default suggested-tarlist be "off" so that the /tarlist pages is disabled by default. check-in: bdbf5db222 user: drh tags: timeline-enhance-2025 | |
| 01:20 | Add links to tarball and ZIP downloads from /dir and /tree pages. Standardize ZIP and tarball basenames using the archive_base_name() routine. check-in: 983331a13a user: drh tags: timeline-enhance-2025 | |
|
2025-10-17
| ||
| 16:38 | Change the title of the /brtimeline page back to the way it was. Add the timelineX restriction to /brtimeline. check-in: 881b705b65 user: drh tags: timeline-enhance-2025 | |
| 15:49 | Improvements to the display of /brtimeline. check-in: 8b00a97140 user: drh tags: timeline-enhance-2025 | |
| 14:49 | Only check the path again if the previous conditions are met. check-in: ee445feef7 user: andybradford tags: trunk | |
| 14:31 | When handling HTTP over SSH only strip the filename from the PATH for GET method as POST has a different mechanism for handling it. check-in: 7531b9452e user: andybradford tags: trunk | |
| 14:18 | Use CSS instead of <string> markup to add emphasis to the check-in hash. check-in: 6950c14829 user: drh tags: timeline-enhance-2025 | |
| 13:55 | Deemphasize "leaf" and "closed-leaf" on the timeline. But add emphasis to the check-in hash, as that part is far more important. check-in: 33de43f0f1 user: drh tags: timeline-enhance-2025 | |
| 13:35 | Merge trunk fixes into the timeline-enhance-2025 branch. check-in: 36f17b0c91 user: drh tags: timeline-enhance-2025 | |
| 13:34 | Fix the /finfo page display that was broken by recent infrastructure enhancements. check-in: 1ff0d0b0cf user: drh tags: trunk | |
| 12:57 | Restrict the use of the new "tarzip" parameter to non-robots. check-in: d568a2fb54 user: drh tags: timeline-enhance-2025 | |
| 12:39 | Add the "tarzip" query parameter to /timeline. check-in: 2dc364f6a3 user: drh tags: timeline-enhance-2025 | |
| 12:05 | Improvements to the /tarlist page. check-in: 6827cd0582 user: drh tags: timeline-enhance-2025 | |
| 11:18 | Add the /tarlist page with infrastructure changes to facilitate. Fix the "ng" (no-graph) query parameter so that it still colors timeline entries appropriately and still shows node circles, it just omits all the connecting lines. check-in: 9cc36d2354 user: drh tags: trunk | |
| 11:14 | OLD_STYLE macro restores legacy display of /brtimeline check-in: 2d94dadceb user: drh tags: timeline-enhance-2025 | |
| 11:05 | Add #define to enable the new formatting of the "extra" tail on timeline entries. Currently set for legacy. check-in: 4da636fe35 user: drh tags: timeline-enhance-2025 | |
| 10:58 | Improvements to the HTTP request over SSH infrastructure so that it works better on platforms that have restrictions on what commands SSH is allowed to run. check-in: be76a57b7a user: drh tags: trunk | |
| 10:56 | Fixes to the previous check-in. Closed-Leaf check-in: 535e39bede user: drh tags: get-command-directory | |
| 04:53 | Correctly check for the end of the URI string and return an error if there is no more. check-in: 67a2350fcb user: andybradford tags: get-command-directory | |
| 03:41 | Have the new "fossil get" command work more like other SSH operations (e.g. sync, clone) by sending the complete URI. This enables "fossil get" to work with SSH servers which force the command to "fossil test-http /path" to restrict access to just Fossil repositories from a specific directory, without which Fossil returns 404. See problem discuss... check-in: 6fc6874026 user: andybradford tags: get-command-directory | |
| 01:32 | Fix technote linkage on the timeline. check-in: f181c88a71 user: drh tags: timeline-enhance-2025 | |
|
2025-10-16
| ||
| 23:55 | Omit unused variables in the timeline generator. check-in: d5cff12464 user: drh tags: timeline-enhance-2025 | |
| 23:54 | Change the default value of the suggested-tarlist setting to "1 trunk". check-in: 69b9538079 user: drh tags: timeline-enhance-2025 | |
| 23:29 | Remove the button from the timeline extra text, thus undoing part of check-in [ba434ab46095ca57]. But keep the hash at the end of the list, only show it when not in "Classic" mode, and continue to omit the "Leaf" marker, which seemed pointless. check-in: ece92e22bc user: drh tags: timeline-enhance-2025 | |
| 23:18 | Add the (experimental) /tarlist page to offer suggested tarballs and ZIPs for download. check-in: 2c6d015c00 user: drh tags: timeline-enhance-2025 | |
| 18:47 | Reformat the "extra" section of timeline entries. Very experimental. check-in: ba434ab460 user: drh tags: timeline-enhance-2025 | |
| 17:51 | More improvements to no-graph timelines. check-in: 78b56efae2 user: drh tags: timeline-enhance-2025 | |
| 17:47 | Improvements to the no-graph display of timelines. check-in: 085082f18b user: drh tags: timeline-enhance-2025 | |
| 17:26 | The "ng" (no-graph) query parameter still shows a node circle and colors the check-ins by branch name, but does not show lines connecting the node circles. The /brtimeline page always appears in Columnar mode. check-in: ddd12b8597 user: drh tags: timeline-enhance-2025 | |
| 16:59 | Show the branch name in the extra section of the /brtimeline page. check-in: c8e0268a0d user: drh tags: timeline-enhance-2025 | |
| 15:10 | Timeline computes the main branch name once, instead of once per row. check-in: fa3e6ed20a user: drh tags: timeline-enhance-2025 | |
| 15:03 | Enhancements to the infrastructure that generates timeline displays. check-in: 3795543911 user: drh tags: timeline-enhance-2025 | |
| 07:24 | Spelling correction to error message for "fossil get" command. check-in: 196cb77223 user: andybradford tags: trunk | |
| 06:07 | Additional cleanup of the CGI handling when using SSH. Specifically the use of cgi_init() introduced some side-effects that caused Fossil to return errors when using ForceCommand to require "fossil http" interface. check-in: 088be210db user: andybradford tags: trunk | |
| 00:14 | Fix usage statement for new "fossil get" command as mentioned in [forum:/forumpost/7b3e0e0582525d3b|forum post 7b3e0e0582525d3b]. check-in: 788e68b080 user: andybradford tags: trunk | |
|
2025-10-15
| ||
| 23:34 | Add the "fossil get" command. This command is still experimental. Its name might change. It might go away completely. To remove the new command, just remove the "get_cmd()" function in checkout.c. All the other changes in this merge are infrastructure improvements and fixes that ought to stay even if we decide to forego the "fossil get" comman... check-in: 2f9920a151 user: drh tags: trunk | |
| 23:22 | Back out erroneous overwrites of the VERSION and .editorconfig files. Closed-Leaf check-in: fa522a07a0 user: drh tags: get-command | |
| 23:11 | Add the correct suffix to the URL for http requests on "fossil get". Better detection of error returns. check-in: cfb5a8613a user: drh tags: get-command | |
| 22:51 | Back out the restriction (added by [b9a9e2b9af6ce203]) that prevents SQL Archives from being downloaded by user nobody. check-in: 489b262674 user: drh tags: get-command | |
| 21:58 | Improved comments and extra abuse defense. check-in: a1f420c6c6 user: drh tags: get-command | |
| 21:33 | Fix CGI processing so that requests sent over SSH process query parameters. Add the --ssh-sim option to the test-http command (used to debug the previous). Harden the "fossil get" command so that it can checks filenames and does not write a file that is outside of the designated --dest. check-in: 9a76760178 user: drh tags: get-command | |
| 20:12 | The "ssh:"-style requests are eating the query parameters, somewhere. I don't know where yet. Don't use query parameter for the time being. check-in: 8028c868d3 user: drh tags: get-command | |
| 17:15 | Implement the "fossil get" command. check-in: 552eee775a user: drh tags: get-command | |
| 15:53 | Add the subpath field to the UrlData object. If that field is non-NULL, then the http_exchange() routine will build the request header using subpath rather than path. This allows the path for ssh: and file: to be distinct from the HTTP request path. Enhance the test-httpmsg command to work with file: and ssh: URLs as long as the new --subpath op... check-in: 9abda29734 user: drh tags: get-command | |
| 11:52 | Update the built-in SQLite to the latest trunk check-in for beta testing of SQLite. check-in: 3c639f7420 user: drh tags: trunk | |
|
2025-10-11
| ||
| 16:06 | Squish multiple comment typos check-in: 8af686481e user: wyoung tags: trunk | |
|
2025-10-10
| ||
| 17:20 | Make use of the improved /help/CMD syntax everywhere, in place of the legacy /help?cmd=CMD syntax. check-in: c64f28d26c user: drh tags: trunk | |
| 17:16 | Add a checkbox to ticket pages which have multiple comments to reverse the order of the comments, per an off-list request. Making this visible requires resetting the ticket edit/view templates to their defaults or integrating equivalent edits into local versions of those templates. check-in: cc09064f5c user: stephan tags: trunk | |
| 16:41 | Update the change log. check-in: 96dec6246c user: drh tags: trunk | |
| 16:32 | Add support the branch name selection box in the submenu. check-in: 5f158ae84c user: drh tags: trunk | |
| 16:31 | Update the built-in SQLite to the latest trunk version that includes built-in support for percentile functions and carray(). check-in: 70539eee00 user: drh tags: trunk | |
| 05:26 | Change the new `-u|--user' option of the `timeline' command to `-u|--for-user' to avoid conflicts with the global `-U|--user' option. check-in: f4240ecc32 user: florian tags: trunk | |
|
2025-10-09
| ||
| 23:11 | Replace the circumstantial "Trunk", "All" and "Tip" link the /dir|/tree|/file submenu section by 1 multi-choice element in the recent open branches + "All Checkins" and "tip" special entries. Closed-Leaf check-in: 5a3f0386ae user: mgagnon tags: dir_page_recent_branch_menu | |
| 18:22 | stash drop help tweak suggested in [forum:d5c5c0f980|forum post d5c5c0f980]. check-in: e2783d0789 user: stephan tags: trunk | |
| 13:35 | Updates to the antibot.wiki page, to discuss the latest enhancements to robot defenses. check-in: 14e23927ce user: drh tags: trunk | |
| 12:55 | New settings to allow robots to download tarballs but only if the corresponding check-in is a leaf or if it has a tag like "release" or "allow-robots". New settings control all of the above. check-in: 4d198d0e12 user: drh tags: trunk | |
| 12:51 | Updates to the Robot Defense Settings page to make it easier to configure the latest defensive options. Closed-Leaf check-in: 7f84626370 user: drh tags: tarball-robot-defense | |
| 12:19 | Work toward improving the defense against abusive robots downloading tarballs. check-in: da43fd9f06 user: drh tags: tarball-robot-defense | |
| 10:29 | Omit "zip" from the default robot-restrict settings. check-in: a199b74fa8 user: drh tags: trunk | |
| 09:34 | In the timeline, replace a hard-coded 'trunk' with a db_get('main-branch'), as suggested in [forum:61450a0395|forum post 61450a0395] (this time in the correct branch). check-in: cc5ffebb51 user: stephan tags: trunk | |
| 09:33 | In the timeline, replace a hard-coded 'trunk' with a db_get('main-branch'), as suggested in [forum:61450a0395|forum post 61450a0395]. Closed-Leaf check-in: 263c51941a user: stephan tags: tktview-newest-first | |
|
2025-10-08
| ||
| 15:25 | replace c++ comments single line comment. check-in: ee5db21338 user: mgagnon tags: trunk | |
| 15:22 | When using "oldestfirst" query parameter on /timeline, swap the Older/Newer buttons at the beginning and end of the timeline so the direction is consistent with the order of the timeline. check-in: c09483437c user: mgagnon tags: trunk | |
| 14:40 | Fix a harmless UBSAN warning in makeheaders.c check-in: a456dcbbac user: drh tags: trunk | |
| 14:28 | Disable the graph if the "oldestfirst" query parameter is used on a timeline. check-in: 39262f69b2 user: drh tags: trunk | |
| 14:14 | Add the -u option to the 'timeline' command to display only items associated with a given user. check-in: 80c5e6791c user: danield tags: trunk | |
| 13:14 | Add the -r option to the 'timeline' command to display items in chronological order. check-in: 7ac9d8bf35 user: danield tags: trunk | |
| 12:03 | Make option '--offset' work again with the 'after' keyword for the 'timeline' command. Regression introduced in [ee2a71b5c7]. check-in: 4bfbe5f5b4 user: danield tags: trunk | |
|
2025-10-07
| ||
| 20:04 | Remove some debug output. check-in: 52586ea6f9 user: stephan tags: tktview-newest-first | |
| 19:46 | Experimentally add a JS toggle to the /tktview comment list to show the comment history in reverse order (newest first). This toggle only appears if JS is available and is persistent on the client. It was added per an off-list request from Steve Landers. check-in: 531668f5b1 user: stephan tags: tktview-newest-first | |
| 19:29 | Small correction to the help text for the 'mv' command, as per forum post 25e2d7024b. check-in: 8725737d32 user: danield tags: trunk | |
|
2025-10-06
| ||
| 19:08 | Improvements to the anti-robot documentation page. check-in: 8d3281267d user: drh tags: trunk | |
|
2025-10-04
| ||
| 19:22 | Simplified a command pair to a one-liner in the containers doc section about setting up email alerts. check-in: 819da69d7b user: wyoung tags: trunk | |
|
2025-10-03
| ||
| 17:31 | Fix spelling errors found by the Debian QA tools. check-in: 7db623e5eb user: danield tags: trunk | |
| 17:27 | Improve the recommented value for robot-exception. check-in: 3bbd18a284 user: drh tags: trunk | |
| 16:05 | Allow URLs of the form /tarball/TAG/VERSION/NAME.tar.gz for the tarball page where TAG must be a non-branch tag associated with VERSION. This is so that the robot-exception pattern can match things like /tarball/release while will allowing access to historical releases via the VERSION section of the URL. check-in: 57c8bec816 user: drh tags: trunk | |
| 14:36 | Remove a pointless source code test from "make test" check-in: 871f6b36e9 user: drh tags: trunk | |
| 14:09 | Disable the "settings" test module, which doesn't work for unknown reasons, and because it does not seem to accomplish very much for all the TCL complication that it adds. check-in: 4619d2efab user: drh tags: trunk | |
|
2025-10-02
| ||
| 19:36 | Align the delta_parse() debug function with the SQLite sources. check-in: a8dbbac969 user: drh tags: trunk | |
| 14:14 | Update the built-in SQLite to the latest trunk check-in for beta testing. check-in: 3ca3a6a667 user: drh tags: trunk | |
| 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-10-01
| ||
| 05:33 | Attempt to preserve more of the randomness generated by MD5. check-in: f9d361804e user: andybradford tags: md5-color-hash | |
|
2025-09-30
| ||
| 18:13 | Update the version number 2.28 to begin the next dev cycle. check-in: c8fcc9714e user: drh tags: trunk | |
| 11:03 | Version 2.27 check-in: 99675884a9 user: drh tags: trunk, release, version-2.27 | |
| 10:59 | Change to the wrong branch. Closed-Leaf check-in: 5255854698 user: drh tags: mistake | |
| 05:17 | Use MD5 to generate the color hash as it's a random function. check-in: d4caf785e3 user: andybradford tags: md5-color-hash | |
|
2025-09-27
| ||
| 16:26 | Switch to time based color hash generation for other pages (brlist, finfo, info, and ci_edit). Now abandoned. Closed-Leaf check-in: 4a90f3352d user: andybradford tags: datetime-color-hash | |
| 15:05 | Avoid an unnecessary mprintf(). check-in: bd4cec1240 user: danield tags: trunk | |
| 11:57 | Further reduce divergence between the SQLite and Fossil implementations of regexp.c. Fix compiler warnings for MSVC. check-in: a18dab4184 user: drh tags: trunk | |
| 11:10 | Update the built-in SQLite to the latest trunk version so that it will compile without warnings on Windows. check-in: 702a56d116 user: drh tags: trunk | |
| 00:47 | Use the datetime of the start of the branch as the input for the color hash. See suggestion made by Stephan Beal in [forum:/forumpost/a9a92d73c4a172f9|forum post a9a92d73c4a172f9]. check-in: 1851b26d2b user: andybradford tags: datetime-color-hash | |
|
2025-09-26
| ||
| 20:07 | Add a new setting "regexp-limit" that determines the maximum size of a REGEXP virtual machine. Default value 1000. check-in: 82888a0d35 user: drh tags: trunk | |
| 14:23 | Updates to the changelog. check-in: 28483bfc5a user: danield tags: trunk | |
| 14:12 | Update the change log. check-in: 3a0dfc8920 user: drh tags: trunk | |
| 13:36 | Bring the built-in SQLite and the regexp implementation into alignment with upstream. check-in: 9642cde384 user: drh tags: trunk | |
| 12:58 | Sync with trunk. check-in: c321b7e490 user: florian tags: standard-cli-colors | |
| 12:57 | Sync with trunk. check-in: 779fe3e1b2 user: florian tags: diff-word-wrap | |
| 12:53 | Sync with trunk. check-in: f3ff04466d user: florian tags: diff-keyboard-navigation | |
| 12:50 | Sync with trunk. check-in: 9cea672b5d user: florian tags: timeline-keyboard-navigation | |
| 12:48 | Prevent the cell background colors from extending beyond the outer rounded borders of the diff table in WebKit-based browsers. check-in: b666bbc54d user: florian tags: trunk | |
| 11:58 | Add the -h option to the "ls" command to display file hashes for a specific check-in when in verbose mode. check-in: 4c0ff6ed62 user: danield tags: trunk | |
|
2025-09-25
| ||
| 08:30 | Simplify the previous commit. check-in: b12e52aaf7 user: florian tags: trunk | |
| 08:00 | Prevent successfully completed robot checks from reappearing and force incomplete checks to start over when navigating back and forward. check-in: 4cc0881dec user: florian tags: trunk | |
|
2025-09-24
| ||
| 19:29 | Update the built-in SQLite to the latest trunk check-in for testing. check-in: 3041904dae user: drh tags: trunk | |
|
2025-09-21
| ||
| 04:16 | Fix an out-of-bounds array access in the function to decode a UTF-8 sequence (similar to a problem reported on the SQLite Forum: https://sqlite.org/forum/forumpost/184b372388). check-in: 59879abe16 user: florian tags: trunk | |
|
2025-09-16
| ||
| 10:47 | Enable cache of the CSS style sheet. Leaf check-in: 0c1de587f9 user: drh tags: cache-style-sheet | |
|
2025-09-11
| ||
| 21:44 | Fix the "Download" submenu item on the /artifact page such that the at= query parameter is the actual basename of the file being downloaded, when available. check-in: b1e811c3e7 user: drh tags: trunk | |
| 15:43 | Fix links with truncated symbolic names in /vdiff, as reported in forum post 690436f85e. check-in: 2871b39a62 user: danield tags: trunk | |
| 10:17 | Add a missing return in cgi_fread() for builds without FOSSIL_ENABLE_SSL. check-in: 1cd8163045 user: stephan tags: trunk | |
|
2025-09-10
| ||
| 14:29 | Update to a newer SQLite that fixes a bug in the SQLite CLI so that it will once again compile on 32-bit windows. check-in: fb8697872b user: drh tags: trunk | |
| 11:40 | Update to the change log check-in: 1042d64538 user: drh tags: trunk | |
| 10:51 | Update the built-in SQLite to the latest trunk for testing. check-in: dc45faa3b7 user: drh tags: trunk | |
| 10:49 | Fix encoding of hyperlinks synthesized by the manifest parser. check-in: 55e9a2ff09 user: drh tags: trunk | |
| 02:46 | Correct misspelled word in timeline HTML output. check-in: 3d1a1ec0e3 user: andybradford tags: trunk | |
|
2025-09-09
| ||
| 14:23 | This should be encoded for URL/HTTP not HTML to avoid broken URLs when symbolic tags have spaces, ampersands, and other things that need proper escaping. Closed-Leaf check-in: 25c0da0126 user: andybradford tags: fix-timeline-moves | |
|
2025-09-05
| ||
| 15:20 | Fix the error log parsing so that timeouts do not appear as panics. check-in: b2ace8830a user: drh tags: trunk | |
|
2025-09-04
| ||
| 12:00 | Fix compiler warning and improve performance in previous check-in. check-in: 9d7c15d409 user: drh tags: trunk | |
|
2025-09-02
| ||
| 22:10 | Allow the plus sign in MIME types again, needed for example in 'application/rss+xml'. check-in: 639c040474 user: danield tags: trunk | |
| 12:52 | Minor internal doc updates. No code changes. check-in: 65448438e8 user: stephan tags: trunk | |
| 12:51 | Change the link to fnc to use its new canonical home, fnc.sh, as pointed out by Florian in the forum. check-in: accce714cc user: stephan tags: trunk | |
|
2025-09-01
| ||
| 17:17 | Finish writing a doc sentence started in the previous checkin. check-in: 7a3d6d7057 user: stephan tags: trunk | |
| 16:58 | Add a CSRF check to /chat-send. check-in: 4caa8cb9ff user: stephan tags: trunk | |
| 15:37 | Reject all GET/COOKIE vars in which the values contain control characters. check-in: 0c1419a466 user: stephan tags: trunk | |
| 15:27 | An alternate approach to [ae8fc0e0b5e6] which instead rejects all GET and COOKIE values which, after decoding, contain any control characters. We have(?) no(?) use cases where control characters are legitimately needed for GET/COOKIE values. Closed-Leaf check-in: c61ae84cab user: stephan tags: no-ctrl-chars | |
| 14:15 | Primative validation of request-supplied mime-types. check-in: ae8fc0e0b5 user: drh tags: trunk | |
|
2025-08-22
| ||
| 15:49 | When deleting cookies via /cookies, use a path of "/" for ROBOT_COOKIE. The alternative would be to set that cookie to be repo-local (i.e. set its path to g.zTop), which would be unfortunate for servers which host many fossils. check-in: 55c972103f user: stephan tags: trunk | |
| 13:59 | Add the /re_rules page. check-in: 8779bd0b3a user: drh tags: trunk | |
| 01:51 | Fix a typo in the regular expression example for robot-exception check-in: 31b09807ef user: drh tags: trunk | |
|
2025-08-21
| ||
| 19:10 | Activate the robot-restrict "timelineX" flag if the c= query parameter is used. check-in: 59ae0e0b18 user: drh tags: trunk | |
| 16:21 | Do not change the /info diff-type to 0 if robot-restrict is turned off. [forum:/forumpost/1bef6821de|Forum post 1bef6821de]. check-in: 879deeda66 user: drh tags: trunk | |
| 15:40 | Show numstat-style statistics in the /ckout page as well. check-in: cb4d17078f user: danield tags: trunk | |
| 14:16 | Avoid excess backslash excaping in text in the new robot-exception setup. check-in: 5dc9f9b97c user: drh tags: trunk | |
| 14:13 | Add /reports to the default robot-restrict setting. check-in: 12d871a00a user: stephan tags: trunk | |
| 14:08 | Add the robot-exception setting. check-in: 86b6ef7fe3 user: drh tags: trunk | |
| 12:08 | Sync with trunk. check-in: 286a900699 user: florian tags: standard-cli-colors | |
| 12:07 | Sync with trunk. check-in: a0377ebb9d user: florian tags: diff-word-wrap | |
| 12:06 | Sync with trunk. check-in: 5ee83f2807 user: florian tags: diff-keyboard-navigation | |
| 12:04 | Sync with trunk. check-in: bab295db10 user: florian tags: timeline-keyboard-navigation | |
| 12:02 | Change [3710202914] to call the function to load the diff-related JS code even for blocked diffs. By default, the loader function is already a no-op if diffs are blocked, so the behavior intended by [3710202914] is retained. But other branches are patching the loader function because they rely on the JS code even if the diffs are hidden. check-in: 171127fd14 user: florian tags: trunk | |
| 10:51 | Rearrange fields in the Robot Defense setup to make it easier to understand. check-in: 58a48e3abe user: drh tags: trunk | |
|
2025-08-20
| ||
| 15:02 | When appending the ssh signature, use a more direct function with the same result. check-in: 5d040f1ff0 user: danield tags: trunk | |
| 00:03 | Performance optimization in Th_RenderToBlob(). check-in: b853b5d471 user: drh tags: trunk | |
|
2025-08-19
| ||
| 22:55 | Do not duplicate the "name" query parameter in the robot.c captcha. check-in: 118540fa84 user: drh tags: trunk | |
| 18:54 | Improvements to robot-restrict. check-in: 4e73f31473 user: drh tags: trunk | |
| 16:57 | Create a new interface for checking to see if a tag exists in the robot-restrict setting. check-in: 8784c600ce user: drh tags: trunk | |
| 16:35 | Attempt to make recent robot defense improvements portable to IE. I do not have access to IE and hence cannot test this, so the changes are mostly a guess. [forum:/forumpost/e18c040d32|Forum post e18c040d32]. check-in: 3d32a10930 user: drh tags: trunk | |
| 16:02 | Do not show diffs on the /vinfo page unless we know that the client is not a robot. check-in: 3710202914 user: drh tags: trunk | |
| 15:42 | Refactor the code in robot.c to make interfaces available to other parts of the system. check-in: 4fa618faf1 user: drh tags: trunk | |
| 10:57 | Check to see that CSS has been loaded before activating hyperlinks if the user is "nobody". check-in: 3f6a6bdce4 user: drh tags: trunk | |
| 10:37 | Make "off" the preferred way to diable robot-restrict check-in: db69c47abd user: drh tags: trunk | |
| 10:28 | Documentation update: Make the robot-restrict setting "none" or "off" to disable all restrictions. check-in: 26a9b03336 user: drh tags: trunk | |
|
2025-08-18
| ||
| 15:49 | New setting "anon-cookie-lifespan" sets the life span of an anonymous login cookie. The default is 8 hours. Set to zero to disable anonymous login. check-in: 7d2b47a7c3 user: drh tags: trunk | |
| 11:45 | Additional obfuscation of the javascript that runs to implement the anti-robot defense. check-in: 4c4bce351d user: drh tags: trunk | |
|
2025-08-17
| ||
| 19:38 | Wrap the robot_restrict() JS check in an onload handler so that it won't run until the external resources (namely style.css) are loaded. check-in: e5991efb68 user: stephan tags: trunk | |
| 19:04 | Improvements to robot detection in the robot_restrict() function. check-in: e5b00c610d user: drh tags: trunk | |
| 19:02 | Obfuscation of the robot-test code. Closed-Leaf check-in: 2fdd7ace52 user: drh tags: robotck-instant | |
| 18:44 | Merge the robot tests from trunk with the new tests from this branch so that *all* the tests are run. check-in: 95a57c637f user: drh tags: robotck-instant | |
| 18:33 | Merge recent trunk enhancements into the robotck-instant branch. check-in: dd11b563f4 user: drh tags: robotck-instant | |
| 18:20 | Use the UserAgent value from the HTTP request header, rather than the client IP address, as the additional factor in the anonymous login cookie hash, since some client are on networks where their IP address can shift frequently. check-in: 0693766805 user: drh tags: trunk | |
| 17:47 | Because this new check is too fast to see the progress indicator, make the final result label more explicit. check-in: b6cf0c2052 user: stephan tags: robotck-instant | |
| 17:16 | Make anonymous cookies valid for 8 hours. Include the client IP address as part of the cookie hash, but do not display the client IP address within the text of the cookie. check-in: 68da4784aa user: drh tags: trunk | |
| 15:37 | Move the z-level style into default.css, in case the adversaries read inlined STYLE tags (which now, in hindsight, seems more likely to me). Change the HTTP result code from robot_proofofwork() to a non-200 code, the hope being that the adversaries will stop on a non-200 code. check-in: c7ad43638d user: stephan tags: robotck-instant | |
| 15:00 | Remove some dead code from /chat. check-in: 144c5dbe00 user: stephan tags: trunk | |
| 14:52 | Correct a mis-calculation of fontSize for /chat attachments which use the Embed checkbox. check-in: e3f0dcc325 user: stephan tags: trunk | |
| 13:21 | Add a comment explaining why document.body's z-level is explicitly set to 0. Remove some EOL whitespace. check-in: 7c57a20ebd user: stephan tags: robotck-instant | |
| 12:52 | Add (stash rename) to the changelog. check-in: c834adb656 user: stephan tags: trunk | |
| 12:50 | Add (stash rename) subcommand to change the label associated with a stash entry. check-in: 1aaa6fc58d user: stephan tags: trunk | |
| 12:29 | Fix the previous checkin to actually compute the work value. This slows it down by a tiny fraction of a second but it's still effectively instant. This calculation can be moved up a level into the C code to turn this back into an instant operation, but leaving it on the client seems like a reasonable choice. check-in: c27cfa9f60 user: stephan tags: robotck-instant | |
| 12:10 | An experiment in reducing the proof-of-work to a single operation. (This description is intentionally vague.) check-in: b765e65267 user: stephan tags: robotck-instant | |
|
2025-08-16
| ||
| 16:48 | Add a simple UI that allows any registered user (not "anonymous" or "nobody") to create access tokens. check-in: 2a3d303124 user: drh tags: trunk | |
| 15:54 | Change the name of the robot-test cookie to fossil-client-ok. Decode that cookie's meaning on the /cookies page. check-in: dc2232c6bd user: drh tags: trunk | |
| 14:44 | Cache the results of calling robot_restrict() so that subsequent calls are very fast. check-in: 1bdda5d01d user: drh tags: trunk | |
| 14:20 | Open up access to /test-robotck to all users. Clear the "Press OK to continue" from the screen when the Ok button is pressed, so that it does not linger for zip and tarball downloads. check-in: 508d3cd98a user: drh tags: trunk | |
| 13:59 | Improvements and simplifications to anti-robot defenses. check-in: 16b33097fe user: drh tags: trunk | |
| 13:57 | Improved anti-robot captcha. Closed-Leaf check-in: 206089acd1 user: drh tags: robot-restrict-simplified | |
| 10:10 | Correct the signature of an extern decl of fossil_strndup(), as reported in [forum:21ac5f59a0 | forum post 21ac5f59a0]. check-in: d546932976 user: stephan tags: trunk | |
| 00:36 | Add the "timelineX" tag to robot-restrict processing. Move /honeypot over to the captcha.c file and have it use the resources found there. check-in: 54afc94ce0 user: drh tags: robot-restrict-simplified | |
|
2025-08-15
| ||
| 23:46 | Convert the g.isHuman variable into g.isRobot. check-in: 6422bca15d user: drh tags: robot-restrict-simplified | |
| 23:18 | Simplifications to the logic that tries to keep robots out. check-in: 02adced1c1 user: drh tags: robot-restrict-simplified | |
| 19:58 | Add /zip and /tarball pages to the robot-squelch mechanism. check-in: 661991aa62 user: drh tags: trunk | |
| 19:07 | Add the "robot-squelch" defense against bot-nets. Still incomplete, but sufficient to hold off the latest attacks. check-in: de66eeaab7 user: drh tags: trunk | |
| 18:49 | Bug fix in the new cgi_is_qp() routine of the previous check-in. Closed-Leaf check-in: ef57ecf260 user: drh tags: robot-squelch | |
| 18:47 | Further improvements to the squelch captcha. check-in: 055908da97 user: drh tags: robot-squelch | |
| 16:21 | Slightly more sophisticated captcha. check-in: a10e785dfb user: drh tags: robot-squelch | |
| 15:11 | Merge trunk enhancements into the robot-squelch branch. check-in: a46ffe0fb7 user: drh tags: robot-squelch | |
| 15:06 | Add a really simple captcha - the user just has to press a button. check-in: b3337295f1 user: drh tags: robot-squelch | |
| 13:55 | Prototyping new defenses against bot-nets check-in: 3f4885a983 user: drh tags: robot-squelch | |
| 12:32 | Allow /xfer to service anonymous clones if they have any of the Clone, Zip, or Read permissions. This is a temporary measure, as described in the code's comments. Closed-Leaf check-in: f9547c7c84 user: stephan tags: relaxed-clone-permissions | |
| 05:10 | Update [6c8c93a5f7] to fix redirects to the captcha screen and set the keyboard focus to the password input field if there's no user ID input field. check-in: b8731485b0 user: florian tags: trunk | |
| 04:50 | Merge the revamped Copy Buttons. check-in: 63712b631c user: florian tags: trunk | |
|
2025-08-14
| ||
| 21:01 | The "/login?anon=2" page demonstrates the captcha even if the user is currently logged in. check-in: e58112a4f3 user: drh tags: trunk | |
| 19:35 | Improved captcha screen. Less clutter. Easier for first-time visitors to digest. check-in: 6c8c93a5f7 user: drh tags: trunk | |
| 12:46 | Reduce the timeout for anonymous logins to 1 hours. Add the IP address to the anonymous login cookie. check-in: 60a9fac4e1 user: drh tags: trunk | |
|
2025-08-13
| ||
| 15:48 | Allow the mimetype query parameter for non-CGI content in /ext. check-in: 639b96b9ad user: drh tags: trunk | |
|
2025-08-12
| ||
| 15:27 | Use equal horizontal spacing for normal and "flipped" Copy Buttons (where the latter are positioned after the text to be copied). The idea is for the buttons to be tied to "their" text without spaces in between, resulting in a somewhat narrower spacing to emphasize the connection, but to have normal HTML whitespace on the other side. Closed-Leaf check-in: 2bc2f7249c user: florian tags: copybtn.js-responsive | |
| 15:20 | Add some higher-specificity CSS declarations to prevent dark-mode skins from overriding the relevant styles of the Copy Button layout, so users don't need to sync their skin customizations with the changes on this branch. check-in: b7f2c9f329 user: florian tags: copybtn.js-responsive | |
| 15:04 | Revamp the Copy Buttons for a more responsive user experience. See the wiki page linked to this branch for more details. check-in: 32c3a210c8 user: florian tags: copybtn.js-responsive | |
|
2025-08-10
| ||
| 10:28 | Raise an error when trying to insert an unversioned file if the file size would cause the database row to exceed SQLITE_LIMIT_LENGTH. check-in: c6265bb3a7 user: drh tags: trunk | |
|
2025-08-07
| ||
| 19:46 | Add an assert() in a block which cannot happen. It survives 'reconstruct', so we can probably remove the block, but leaving it around for a while seems prudent. check-in: 7d4af37f39 user: stephan tags: trunk | |
|
2025-08-06
| ||
| 10:30 | Show numstat-style statistics in the 'Changes' section of /info and friends. check-in: 18151a8615 user: danield tags: trunk | |
| 06:29 | Fill in more help for fossil user whoami command. Leaf check-in: aef4a2c023 user: brickviking tags: user-whoami | |
|
2025-08-04
| ||
| 23:58 | Add a NULL check where a change from [4c3e1728e1b1a9cb] inadvertently changed the semantics from NULL=="" to NULL==NULL, triggering a null pointer deref via backlinks parsing. Triggered by rebuild when encountering a tag with no value. check-in: 441264b759 user: stephan tags: trunk | |
|
2025-08-03
| ||
| 22:47 | Attempt to augment the "attempt to write a readonly database" error from Fossil by listing all databases it is using that are read-only. check-in: 0ea8703b60 user: drh tags: trunk | |
| 11:31 | Eliminate a superfluous allocation and have freepass() zero out its storage to avoid a duplicate free() in the very off chance that it's ever called twice. These are cleanups made in passing, not fixing known problems. check-in: 1c9d5cd81d user: stephan tags: trunk | |
|
2025-08-02
| ||
| 17:56 | Add the (user whoami) subcommand, which figures out who you are via db_find_and_open_repository(). In response to [forum:a174e200b018abbd | forum thread a174e200b018abbd]. check-in: a06df610c9 user: stephan tags: user-whoami | |
|
2025-08-01
| ||
| 13:03 | Fix diff -tk's handling of the file list when the Reload button is tapped and the list of files is changed. Problem reported in /chat. check-in: 4bb41f9242 user: stephan tags: trunk | |
| 12:08 | Change all datetime() calls in tktsetup.c to use toLocal() as their second argument so that they display in the configured timezone. This should resolve [forum:82ac9af1533f78f7 | forum thread 82ac9af1533f78f7]. check-in: 2a39681ad1 user: stephan tags: trunk | |
| 04:59 | Typo fix in help output, noted [forum:/forumpost/af1ee76f78 | on the forum]. check-in: 0d94d71d25 user: wyoung tags: trunk | |
| 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-31
| ||
| 12:50 | Shorten line statistics text for the benefit of devices with limited screen width. Closed-Leaf check-in: 941f67a83e user: danield tags: gui-diff-numstat | |
|
2025-07-30
| ||
| 17:48 | Fix a compiler warning in the previous check-in. check-in: a8ef11b63c user: danield tags: trunk | |
| 17:26 | Show numstat-style statistics in the 'Changes' section of /info and friends. check-in: 25e156c9b7 user: danield tags: gui-diff-numstat | |
| 17:14 | Add the test-generate-uuid command. check-in: 062bb67c03 user: danield tags: trunk | |
| 16:54 | Update the built-in SQLite to the latest trunk version for testing. check-in: 104c079dcd user: drh tags: trunk | |
|
2025-07-28
| ||
| 02:32 | Merge from trunk. check-in: 53010e9688 user: brickviking tags: bv-infotool | |
|
2025-07-27
| ||
| 11:58 | When unversioned content is saved, add an entry to the admin log. check-in: 7991defa6f user: stephan tags: trunk | |
| 11:07 | Teach the sync protocol how to work with an out-of-band login card, saving an extra server-side copy of the sync content which is required only to account for an inlined login card. i.e. it saves RAM, potentially lots of it. The new login card mechanism is instead transported via an HTTP header. This also, not coincidentally, simplifies implementat... check-in: 18628904c3 user: stephan tags: trunk | |
|
2025-07-25
| ||
| 18:47 | Do not add the sync login cookie unless we know the remote supports it. It's harmless in that case but it doesn't need to be there. Rename the login cookie from the unweildy x-f-x-l (X-Fossil-Xfer-Login) to x-f-l-c (X-Fossil-Login-Card) because the former is unsightly. Closed-Leaf check-in: 9789e1dce7 user: stephan tags: xfer-login-card | |
| 15:08 | Extend the login card mode version check to include the date and time. It is currently still set to 2.27.1, but if/when merged then the version would need to be reverted to 2.27.0 and the version/date/time check will need to be set to compare against the trunk version from immediately before the merge. This needs more testing but looks like it will... check-in: 86cc923de4 user: stephan tags: xfer-login-card | |
|
2025-07-24
| ||
| 05:26 | Remove the now-obsolete parsing of the X-Fossil-Xfer-Login HTTP header. check-in: 8dbcf2acba user: stephan tags: xfer-login-card | |
| 05:10 | Use a Cookie, instead of a custom HTTP header and/or URL param, to send the sync login header, as suggested in [forum:9959d2d9d9be22d2 | forum post 9959d2d9d9be22d2]. This is simpler. check-in: 756ad2f23c user: stephan tags: xfer-login-card | |
| 03:16 | Previous checkin should not have compiled - clean rebuild uncovered a stale dep. Re-map the fLoginCardMode to a bitmask so that it's possible to tell when multiple paths toggle that on, and which paths they were. check-in: 780d3b2fe3 user: stephan tags: xfer-login-card | |
| 03:03 | Doc touchups. check-in: aa36afc52c user: stephan tags: xfer-login-card | |
| 02:41 | Update the change log and sync.wiki for the login card additions. check-in: edfa01d9d2 user: stephan tags: xfer-login-card | |
| 02:20 | Doc improvements and internal API renaming for clarity. No functional changes. check-in: 286110dec0 user: stephan tags: xfer-login-card | |
| 01:12 | Remove some debug output. check-in: d1b7be2ff8 user: stephan tags: xfer-login-card | |
|
2025-07-23
| ||
| 23:31 | Remove some xfer login process debug output. check-in: 815a84cbcc user: stephan tags: xfer-login-card | |
| 20:56 | Account for CGI-hosted fossil instances by sending the xfer login card as a URL argument. This is somewhat inelegant but works around their inability to read HTTP headers. This version is still more verbose than it needs to be, and requires more testing for compatibility with trunk fossil versions. check-in: 439af9348b user: stephan tags: xfer-login-card | |
| 17:39 | Add the x-fossil-xfer-login header check in one additional place. With the help of the included debug output, the login problem seems to be caused by CGI (only) instances not reading the inbound HTTP headers. My attempts to make it do have, so far, only triggered HTTP 500 responses. (Edit: i'd forgotten that CGIs don't get headers. The headers are ... check-in: 6c900645ea user: stephan tags: xfer-login-card | |
| 16:01 | Replace a call to mprintf() with fossil_strdup(). Leaf check-in: 44e5125f8f user: danield tags: gen-uuid | |
| 15:58 | Minor optimization: replace calls to mprintf("%s", X) with fossil_strdup(X). check-in: 4c3e1728e1 user: danield tags: trunk | |
|
2025-07-22
| ||
| 22:53 | Add some debugging 'message' cards to help trace how the remote is handling the login. check-in: 21be2978af user: stephan tags: xfer-login-card | |
| 18:11 | Remove some dead code. Add some internal docs. Add a couple of const qualifiers to help me reason through the xfer payload buffer's lifetime. check-in: 459d0cbbc7 user: stephan tags: xfer-login-card | |
| 17:52 | Remove lots of debug output. Replace a couple of mprintf() with fossil_strdup() and a couple free() with fossil_free(). Milestone: libfossil has successfully logged in to this version of fossil. check-in: 1078a123c1 user: stephan tags: xfer-login-card | |
| 15:53 | Doc typo fixes. check-in: 2250a684cc user: stephan tags: xfer-login-card | |
| 15:51 | Set g.syncInfo.bLoginCardHeader=1 if that inbound header is detected, rather than delaying it until the /xfer handling. Internal doc additions. check-in: 4fc13c5c88 user: stephan tags: xfer-login-card | |
| 15:41 | Enable the HTTP login header if the xfer server-version is high enough, analog to the same check for the client-version. check-in: bc3ad94411 user: stephan tags: xfer-login-card | |
| 15:12 | Get sync working from both login card forms and add a temporary --login-card-header CLI flag to force it to emit the HTTP header form of the card in output requests. If all is well, this checkin should be able to push to the canonical repo, despite their differences. check-in: 042560df54 user: stephan tags: xfer-login-card | |
| 02:32 | The previous checkin left me unable to push because (of course) the remote trunk doesn't know how to use the login card header. This checkin disables, via a macro toggle, the use of that header on outbound sync requests. check-in: cb42278d84 user: stephan tags: xfer-login-card | |
| 02:16 | For testing purposes only, unconditionally use the X-Fossil-Xfer-Login HTTP header for sync requests, rather than add it to the payload (which seems to work okay). This is primarily so that apples-to-apples comparisons can be made in libfossil's testing, and will be reverted (or applied conditionally) once the libfossil side is working. check-in: ff942066d5 user: stephan tags: xfer-login-card | |
|
2025-07-21
| ||
| 23:45 | Move the X-Fossil-Xfer-Login header check to the correct end of the connection. It is receiving these from libfossil tests but is failing to validate them, but that may well be a bug in that brand new downstream code. check-in: b49c9b3685 user: stephan tags: xfer-login-card | |
| 19:47 | Update sync.wiki for [12cc5bbf227e3]. check-in: a4c5a2a961 user: stephan tags: xfer-login-card | |
| 19:39 | Do not allow more than one login card in the sync protocol. check-in: 12cc5bbf22 user: drh tags: xfer-login-card | |
| 18:42 | Replace an mprintf() with fossil_strdup(). check-in: 73a2bd06b1 user: stephan tags: xfer-login-card | |
| 18:40 | And this time compile before committing. check-in: a62ffc1922 user: stephan tags: xfer-login-card | |
| 18:38 | Enable an /xfer login card to be delivered via the X-Fossil-Xfer-Login HTTP header, which is expected to be in the same format as the sync protocol's login card. The purpose of this is to simplify generation of the login card from non-fossil(1) clients, namely libfossil. This is untested until libfossil can generate such cards (it's just missing a ... check-in: cfddded40e user: stephan tags: xfer-login-card | |
| 17:16 | Account for [638b7e094b899a] when building with --json, as reported in [forum:9acc3d0022407bfe | forum post 9acc3d0022]. check-in: c6f0d7aecd user: stephan tags: trunk | |
| 13:20 | Remove FossilUserPerms::Query, as it's unused and its designated capabilities letter 'q' collides with ModTkt. It's been there since 2011-09-14 but went unnoticed until today when that struct was emacs-macro-reformatted into libfossil and triggered a duplicate case value for the letter 'q'. check-in: 638b7e094b user: stephan tags: trunk | |
| 12:23 | Sync with trunk. check-in: e17d35e796 user: florian tags: standard-cli-colors | |
| 12:20 | Sync with trunk. check-in: 931e7065bb user: florian tags: diff-word-wrap | |
| 12:16 | Sync with trunk. check-in: 75244ee4fd user: florian tags: diff-keyboard-navigation | |
| 12:14 | Sync with trunk. check-in: a2a1e4a7dc user: florian tags: timeline-keyboard-navigation | |
|
2025-07-15
| ||
| 20:11 | Update the built-in SQLite to the latest trunk version, for testing. check-in: 01855974c9 user: drh tags: trunk | |
| 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 | |
| 08:13 | A proposed, but also unproven, patch for the git export parse_mark() issues discussed in [forum:906c248f2f79de41 | forum thread 906c248f2f]. check-in: 076c8def28 user: stephan tags: git-parse-mark-fix | |
|
2025-07-14
| ||
| 17:31 | Add mentions in changes.wiki and signing.md that SSH-signed artifacts are "ignored" by fossil versions prior to 2.26, as suggested in [forum:9348885dd6 | forum post 9348885dd6]. check-in: 3f8d014f99 user: stephan tags: trunk | |
| 13:13 | Add the -l and -x options to the test-filezip command. check-in: 932d351ea5 user: drh tags: trunk | |
|
2025-07-13
| ||
| 20:57 | Update the (undocumented) test-filezip command so that the ZIP archvie it creates has correct timestamps. check-in: 6368fce274 user: drh tags: trunk | |
|
2025-07-09
| ||
| 21:54 | improve whatis output when lising checkins contain some file artifact by showing on which branch belong the checkin. (just like the /whatis webpage) check-in: d3896c2acd user: mgagnon tags: trunk | |
| 14:16 | Update the change log for version 2.27 check-in: a403e11b6f user: drh tags: trunk | |
| 13:52 | Update the built-in SQLite to a version that fixes a possible UAF following OOM. check-in: a6d506ecc4 user: drh tags: trunk | |
| 13:46 | Do not give unnecessary clues to user anonymous (which is the login used by most attack robots) that something has gone wrong inside of Fossil. check-in: c66b038cae user: drh tags: trunk | |
| 13:01 | Fix the non-standard %q format specifier in Fossil's custom printf() implementation so that the precision refers to the number of input characters, not the number of output characters. check-in: 0971536165 user: drh tags: trunk | |
|
2025-07-08
| ||
| 20:35 | Update the built-in SQLite to the latest trunk version for testing. check-in: d62593b787 user: drh tags: trunk | |
|
2025-07-07
| ||
| 15:16 | PoC for the previous check-in: use UUIDs for project-code and server-code. check-in: e38c068029 user: danield tags: gen-uuid | |
| 15:11 | Add a function for generating a random (v4) UUID and a test command using it. check-in: 9472f708c9 user: danield tags: gen-uuid | |
|
2025-07-05
| ||
| 11:35 | On the 'user capabilities changed' notification, correct /setup_uedit?uid=... to /setup_uedit?id=... check-in: c786b19094 user: stephan tags: trunk | |
|
2025-07-04
| ||
| 22:21 | Use an experimental SQLite (the latest from the empty-table-optimizations branch that includes the EXISTS-to-JOIN optimization), to see how the new SQLite performs under real-world load. Closed-Leaf check-in: ec10b57f0a user: drh tags: experimental-sqlite | |
|
2025-07-03
| ||
| 16:33 | Squished a stray character accidentally left behind by [1fd407f61a], noted on the forum. check-in: 2b4a8b4c73 user: wyoung tags: trunk | |
|
2025-07-02
| ||
| 10:55 | Add a confirmer wrapper around the forum post close/reopen button to help avoid accidental closing of posts via mis-clicks, per /chat discussion. check-in: 751dbe28ce user: stephan tags: trunk | |
|
2025-06-30
| ||
| 17:00 | Merge the latest SQLite enhancements from upstream, for testing. check-in: bcbf150dc2 user: drh tags: trunk | |
|
2025-06-28
| ||
| 23:59 | Update the built-in SQLite to the latest trunk version. check-in: cdaec3a431 user: drh tags: trunk | |
| 20:58 | Require at least an "anonymous" login in order to access the /blame and similar pages. Rationale: Those pages can be expensive to compute, depending on parameters. And lately we've had millions of robot requests to /blame. By requiring at least an "anonymous" login, that should reduce the number of robots. Any nobody really needs to see /blame... check-in: f51e8d36cb user: drh tags: trunk | |
|
2025-06-27
| ||
| 10:11 | Correct the starting clone_seqno in sync.wiki (1 instead of 0). check-in: bbc4b70275 user: stephan tags: trunk | |
|
2025-06-25
| ||
| 10:25 | Small additions and a broken link fix in sync.wiki. check-in: 22191108aa user: stephan tags: trunk | |
|
2025-06-24
| ||
| 16:46 | Update the built-in SQLite to the latest from upstream. check-in: 07a16b7933 user: drh tags: trunk | |
|
2025-06-23
| ||
| 16:54 | Update the built-in SQLite to the latest trunk version. check-in: 746a9636ab user: drh tags: trunk | |
| 13:53 | Add SQL errors as a new logfile message category. check-in: e3c6e011be user: drh tags: trunk | |
|
2025-06-22
| ||
| 10:35 | (Grammar) Correction for diffcmd help text. check-in: e879d1ef2c user: brickviking tags: trunk | |
| 09:32 | Resolve two 'db transaction never commits' warnings from /xfer in cases where it response to invalid inputs from the remote (found via libfossil testing). check-in: bb8604921c user: stephan tags: trunk | |
|
2025-06-21
| ||
| 23:36 | Fix `fossil clean` on symlinks by refactoring file_isfile_or_link() to take eFType as well, so that SymFILE doesn't get dropped but passed along instead. Closed-Leaf check-in: 4b6dbb2e3a user: js tags: morphos | |
| 23:22 | Merge trunk check-in: b7cbf3772a user: js tags: morphos | |
|
2025-06-20
| ||
| 23:16 | Add new link-tester cases. check-in: 96c0fc9e88 user: drh tags: trunk | |
| 17:32 | In wiki_submenu_to_read_wiki(), do not show the menu entry for branch/... pages. This is a proposed solution for [forum:ff453de2f30791dd | forum post ff453de2f30791dd], in which the /wiki/foo link on /timeline?r=foo redirects back to /timeline?r=foo. Similar treatment may be needed for the other special wiki types. check-in: f15b634402 user: stephan tags: trunk | |
| 14:37 | Add some link-tester docs and tweak the resize handler to get a slightly better fit. check-in: aef937dab5 user: stephan tags: trunk | |
| 14:10 | Remove an extraneous level of DOM element wrapper. Minor link-tester.json tweaks. check-in: 9713297f03 user: stephan tags: trunk | |
| 14:00 | Minor doc update. check-in: 91f92da0f8 user: stephan tags: trunk | |
| 13:57 | Add link-tester.json, a set of links for link-tester.html (format is described near the bottom of link-tester.js). Add a link to link-tester which opens the current page in a new tab. check-in: 1acf766268 user: stephan tags: trunk | |
| 12:48 | Teach link-tester.js to be able to run when invoked from /doc/branchname/test. check-in: 6ede23a1ab user: stephan tags: trunk | |
| 12:28 | Initial draft of a "manual link tester" page. TODO is loading the list of link from a JSON file. Instructions are at the top of link-tester.html. check-in: 3eef0e230d user: stephan tags: trunk | |
| 12:26 | Doc tweaks inadvertently sent to the wrong branch. check-in: 15b0110ac5 user: stephan tags: trunk | |
| 12:23 | Minor sync protocol doc fix. Leaf check-in: eeed9b5392 user: stephan tags: markdown-details-open | |
| 12:23 | Minor internal doc update. check-in: d9c991a91b user: stephan tags: markdown-details-open | |
|
2025-06-19
| ||
| 20:24 | Update the built-in SQLite to the latest trunk version. check-in: b10fbd8047 user: drh tags: trunk | |
|
2025-06-17
| ||
| 16:42 | When walking the filesystem in order to construct a repository list, avoid walking into any directory name "proc". See [forum:/forumpost/d9553c52fc|forum thread d9553c52fc] for rationale. check-in: a8c96a64c4 user: drh tags: trunk | |
|
2025-06-15
| ||
| 17:12 | Fix `fossil clean` on symlinks by refactoring file_isfile_or_link() to take eFType as well, so that SymFILE doesn't get dropped but passed along instead. Closed-Leaf check-in: 9e06f72b71 user: js tags: fix-clean-symlinks | |
|
2025-06-14
| ||
| 20:47 | Merge trunk check-in: 37a48b6b92 user: js tags: morphos | |
| 14:55 | Minor doc fix for cfile cards in sync.wiki. check-in: d7d5cdd8c2 user: stephan tags: markdown-details-open | |
| 11:01 | Remove ZBase no longer needed. Using -lz_shared turned out to not work. check-in: 139b8599cd user: js tags: morphos | |
|
2025-06-09
| ||
| 07:57 | Add a missing bitmask reported in the upstream forum post. How it works at all without this is not clear - it apparently shouldn't. check-in: 5645824bd0 user: stephan tags: markdown-details-open | |
|
2025-06-08
| ||
| 22:50 | Add the 'open' attribute to the list of allowed HTML attributes in markdown. This is to address pikchr forum post 997861ea48183, but (A) whether it _should_ be addressed is debatable and (B) it leaves is with only 1-2 bit slots for further attributes. This change was more invasive than desired be... check-in: 64eb534c09 user: stephan tags: markdown-details-open | |
| 22:46 | Replace a couple old references to fossil-scm.org/fossil with /home. check-in: ca5ecf2223 user: stephan tags: trunk | |
|
2025-06-05
| ||
| 13:07 | Add SQLITE_ENABLE_SETLK_TIMEOUT to the default SQLite configuration. check-in: c953e01c9e user: drh tags: trunk | |
|
2025-06-04
| ||
| 08:15 | When creating a hyperlink via line selection and the mouse in the /file view, do not decode the inbound URL, to avoid mis-handling of filenames which contain + signs. This resolves [forum:6f276193d2cfa5ab|forum post 6f276193d2cfa5ab]. check-in: 7641c82961 user: stephan tags: trunk | |
|
2025-06-03
| ||
| 21:02 | Don't use -lz_shared on MorphOS. It is not meant to be used with ixemul and crashes. check-in: c462e4a87d user: js tags: morphos | |
| 20:26 | Fix port not being set check-in: 15619e620b user: js tags: morphos | |
| 20:25 | Merge trunk check-in: db4e4b46c3 user: js tags: morphos | |
| 15:14 | Update the built-in SQLite to the latest trunk version for testing and to make bug fixes available to Fossil. check-in: 92cdafddbb user: drh tags: trunk | |
| 15:11 | Always include nodes identified by sel1= and sel2= query parameters in the /timeline display. check-in: f7af223e1a user: drh tags: trunk | |
|
2025-05-31
| ||
| 15:08 | Backout recent changes which was reporting error when external diff command exit with non 0 value. It's common for cli diff programs (e.g. gnu-diff and bsd-diff) to return 1 when files differ. Looking for a more "generic" solution. check-in: 9b04150885 user: mgagnon tags: trunk | |
|
2025-05-30
| ||
| 04:27 | Enclose ETag header values in double quotes. Suggested in [forum:/forumpost/70bacf5cf8|Forum Post 70bacf5cf8]. check-in: ad51cc61c6 user: florian tags: trunk | |
|
2025-05-29
| ||
| 14:21 | Update the built-in SQLite to the 3.50.0 release. check-in: ce65d09a56 user: drh tags: trunk | |
| 14:17 | Replace the broken link for the "detached head" entry in fossil-v-git.wiki, as suggested in [forum:5c06018718|forum post 5c06018718]. check-in: 788db46a58 user: stephan tags: trunk | |
| 08:33 | Tiny change to www/changes.wiki check-in: 13df8244fd user: brickviking tags: trunk | |
|
2025-05-28
| ||
| 12:06 | Improved display of "Project Age" on the /stat page. check-in: 6594e003ab user: drh tags: trunk | |
|
2025-05-26
| ||
| 21:28 | Make included jimsh work on MorphOS with ixemul check-in: 084f17dcd6 user: js tags: morphos | |
| 21:09 | Port included SQLite to MorphOS using ixemul check-in: b9998eb625 user: js tags: morphos | |
| 14:12 | Fix several minor typos in HTTP error messages and HTTP test commands. Remove the unavailable --debug option from the test-http command help screen. check-in: 9cabc138da user: florian tags: trunk | |
| 14:08 | Also accept a single ETag enclosed in double quotes when checking the If-Modified-Since HTTP header. Suggested in [forum:/forumpost/058cd829f9|Forum Post 058cd829f9]. check-in: 174091aa6f user: florian tags: trunk | |
| 10:55 | Update the built-in SQLite to the latest 3.50.0 beta, for testing. check-in: 56795263f7 user: drh tags: trunk | |
|
2025-05-25
| ||
| 13:38 | update the documentation in quickfilter.js Leaf check-in: 81b4fd259b user: jkosche tags: quickfilter | |
|
2025-05-24
| ||
| 16:31 | merge current trunk check-in: 8cbcf36be3 user: jkosche tags: quickfilter | |
| 16:25 | make quickfilter work correctly with multirow reports check-in: a42c48797c user: jkosche tags: quickfilter | |
| 12:27 | add graceful fallback for users without Javascript check-in: 6280151831 user: jkosche tags: quickfilter | |
|
2025-05-23
| ||
| 18:12 | Do not require repo write permissions to preview a chat post. check-in: 3ecef40695 user: drh tags: trunk | |
|
2025-05-18
| ||
| 18:16 | Update the change log to record /timeline enhancements. check-in: 4f4698c54d user: drh tags: trunk | |
| 17:38 | Honor the chng= query parameter to /timeline on queries that use p=, d=, from=, and similar. check-in: 365a1ecc28 user: drh tags: trunk | |
| 02:52 | www/th1.md: Fix missing word check-in: 8a28e91555 user: js tags: trunk | |
| 02:50 | Merge trunk check-in: f993a870a1 user: js tags: morphos | |
|
2025-05-17
| ||
| 18:52 | Improved timeline title when both p= and d= query parameters are provided and refer to different checkins. check-in: 5253f0cf02 user: drh tags: trunk | |
|
2025-05-15
| ||
| 11:29 | Update the built-in SQLite to the latest 3.50.0 beta that contains fixes to the CLI so that it will hopefully [forum:/forumpost/a5a992e657|compile without warnings in VS2025]. check-in: a1a4adfa27 user: drh tags: trunk | |
|
2025-05-14
| ||
| 16:46 | Update the built-in SQLite to the first 3.50.0 beta for testing. check-in: f40c00b3b5 user: drh tags: trunk | |
| 13:20 | Update the unix makefile to correct a dependency problem discovered by --shuffle=reverse in Gnu make. check-in: ae137399cb user: drh tags: trunk | |
| 10:43 | Updates to the unix makefile so that it works with Gnu-make 4.4 and later with --shuffle=reverse. [forum:/forumpost/664f41bf733c019a|forum thread 664f41bf7] Closed-Leaf check-in: 70464b4032 user: drh tags: shuffle-reverse | |
|
2025-05-12
| ||
| 12:17 | Another correction to the xfer status counters. check-in: 04b9b0136d user: drh tags: trunk | |
| 12:05 | Move the increment of the round-trip counter for sync. check-in: dca483a80c user: drh tags: trunk | |
| 10:54 | Fix typo in help for the "tag" command. check-in: d328168677 user: drh tags: trunk | |
|
2025-05-10
| ||
| 19:28 | fix usage of variable before declaration, this only works because browsers add some things automatic to the namespace (which might not work outside quirks mode) check-in: 6206191a03 user: jkosche tags: quickfilter | |
| 18:17 | renamed the marking class to filterable as suggested by [forum:/forumpost/9c804128d3|forum post] check-in: 2f0cb46593 user: jkosche tags: quickfilter | |
| 17:55 | adding mention of quickfilter in the javascript.md check-in: f98be00db0 user: jkosche tags: quickfilter | |
|
2025-05-09
| ||
| 06:15 | Enable the --editor option for `fossil amend'. check-in: bb3fbffefa user: florian tags: trunk | |
|
2025-05-08
| ||
| 13:38 | Fix some doc hyperlinks, and remove some long-dead ones, as suggested in [forum:5022f7b600|forum post 5022f7b600]. The git-detached-head link in that post was not fixed because the Internet Archive link to it is not working for me. check-in: 56e59a3c50 user: stephan tags: trunk | |
| 11:25 | Replace a C++-style comment. No functional changes. check-in: a68a7eacd3 user: stephan tags: trunk | |
| 11:11 | For the timeline command, fix special case where -n|-limit is 0 when using after keyword. check-in: 6e3dde3afd user: mgagnon tags: trunk | |
|
2025-05-07
| ||
| 13:23 | Adjust comment to http_build_login_card() to include clarification regarding the source of randomness in NONCE for the login card. No functional changes. check-in: ea40cbb0c0 user: andybradford tags: trunk | |
|
2025-05-06
| ||
| 18:12 | Update the built-in SQLite to the latest 3.50.0 alpha that includes the NOT NULL optimization fix. check-in: 02d0432ed4 user: drh tags: trunk | |
| 11:26 | In the --tk diff GUI, fix the "Save As..." button so that it works again. Do not show the "Reload" button on a GUI brought up from a Save As. check-in: 31fc6290c3 user: drh tags: trunk | |
|
2025-05-04
| ||
| 05:56 | Added fossil settings pages, and modified menu. check-in: a993a4411b user: brickviking tags: bv-infotool | |
| 02:35 | Merge from trunk. check-in: fd1a5afe1e user: brickviking tags: bv-infotool | |
|
2025-05-03
| ||
| 20:00 | Update the /thisdayinhistory page to show changes from 25 years ago. check-in: 99aeebadef user: drh tags: trunk | |
| 11:38 | Typo fix in `fossil help comment-format` output check-in: 7438f5b0ff user: wyoung tags: trunk | |
| 08:09 | Fix (likely unintentional) variable shadowing to restore ANSI C-89 conformance. check-in: 2ce32f7546 user: florian tags: trunk | |
|
2025-05-02
| ||
| 11:31 | Fix a coding mistake on an error path in the HTTP server logic. Because the mistake is on an error path, it is actually harmless, but it needs to be fixed nevertheless. check-in: 85067dc919 user: drh tags: trunk | |
| 10:30 | Increase the version number to 2.27 for the next release cycle. Add the 2_27 tag to the change log. check-in: 8b24838e95 user: danield tags: trunk | |
|
2025-05-01
| ||
| 06:10 | Add parameters to declarations for dynamically loaded functions, to fix builds with latest GCC on Windows. Reported in [forum:3b3b741661|forum post 3b3b741661]. check-in: 51ac554e35 user: florian tags: trunk | |
|
2025-04-30
| ||
| 16:57 | Version 2.26 ← This is me! check-in: 1205ec86cb user: drh tags: trunk, release, version-2.26 | |
| 16:50 | Add one more point to the release log for 2.26. check-in: 4166a4750b user: drh tags: trunk | |
| 15:37 | Add a section to www/customskin.md about using skintxt2config.c instead of pasting changes into the UI. check-in: 37e2705114 user: stephan tags: trunk | |
| 14:50 | Update the built-in SQLite to the latest trunk version. check-in: 22b38448bd user: drh tags: trunk | |
| 14:43 | Add CSS class md-table to TABLE elements created specifically from a markdown-format table. In response to [forum:3a5d04039553e5b4|forum post 3a5d04039553e5b4] check-in: f0d11ab2fb user: stephan tags: trunk | |
|
2025-04-28
| ||
| 23:43 | Do not allow computation and download of SQL-archives by non-humans. For some reason, SQL-archives are like catnip for AI robots. check-in: b9a9e2b9af user: drh tags: trunk | |
| 11:14 | Fix the new wiki-comments-on-ticket fieature so that it is controllable via TH1. check-in: a884fbbd58 user: drh tags: trunk | |
|
2025-04-26
| ||
| 18:08 | Documentation improvements, especially to the 2.26 change log. check-in: 0f36c889ab user: drh tags: trunk | |
| 14:40 | Fix FOSSIL_ENABLE_TCL so that the build works with both Tcl8.6 and Tcl9.0. check-in: 4f55b393f0 user: drh tags: trunk | |
|
2025-04-25
| ||
| 16:22 | Optimized validation of the FOSSIL_COLOR environment variable. check-in: c5f1e0daea user: florian tags: standard-cli-colors | |
| 16:19 | Fix a logic error in processing of the NO_COLOR environment variable. check-in: fbfa6daeca user: florian tags: standard-cli-colors | |
| 16:18 | Sync with trunk. check-in: 855076ce79 user: florian tags: standard-cli-colors | |
| 16:08 | Simplifications to TH1 for improved defense against accident and mischief: Omit the enable_htmlify command. Htmlify is always turned on. Omit the --th option from the "fossil pikchr" command. check-in: 9164a5d1aa user: drh tags: trunk | |
| 15:45 | Omit the --th option from the "pikchr" command and all of the complication that flows out of that option. The option is not used by anyone, as far as I can tell. Closed-Leaf check-in: 7ef474d587 user: drh tags: simplify-pikchr-cmd | |
| 12:53 | Remove the show-repolist-desc and show-repolist-lg settings. Control of which columns of a repository list to show is now only by the FOSSIL_REPOLIST_SHOW environment variable. check-in: d9bd156aad user: drh tags: trunk | |
| 12:01 | missed search-type in one place check-in: 11e6c81766 user: jkosche tags: quickfilter | |
| 11:50 | readd documentation for FOSSIL_REPOLIST_QUICKFILTER check-in: 1a84e663e9 user: jkosche tags: quickfilter | |
| 11:01 | Merge the latest trunk enhancements into the quickfilter branch. check-in: e14c75676c user: drh tags: quickfilter | |
|
2025-04-24
| ||
| 19:42 | Block an infinite loop in Th_ReportTaint() that can occur when the vuln-report setting is "fatal" and the error happens again while generating the fatal error page. check-in: 76f1ddb6c2 user: drh tags: trunk | |
| 19:26 | Fix typo in the new vuln-report entry on the security-audit page. check-in: 9d7b31552a user: drh tags: trunk | |
| 19:25 | Fix TH1 documentation typo. check-in: 6a0d51ded9 user: drh tags: trunk | |
| 18:59 | Put a warning on the security-audit page if the vuln-report setting is not either "block" or "fatal". check-in: ef52cd3f5d user: drh tags: trunk | |
| 18:11 | Fix test cases so that "../fossil/configure && make test" passes. check-in: dcaedef9f1 user: drh tags: trunk | |
| 17:22 | The value returned by TH1 command getParameter should be marked as tainted. check-in: 6a6b85448c user: drh tags: trunk | |
| 17:05 | Add taint confinement to unquoted inline variable expansion from Th_Render(). Improvements to the taint confinement error message. check-in: d259be4017 user: drh tags: trunk | |
| 15:39 | For version 2.26, number the entries in the change log, as there are so many of them. Add item 3c about supporting both IPv4 and IPv6 at the same time on all platforms. check-in: 0499cc252e user: drh tags: trunk | |
| 15:19 | Fix the version numbers in the new documentation on tainted strings. check-in: 807b73e6b5 user: drh tags: trunk | |
| 15:04 | Add documentation regarding tainted strings in TH1. Mention the introduction of tainted strings in the 2.25 change log. check-in: 90b63bc5d1 user: drh tags: trunk | |
| 11:18 | Preserve taint across TH1 commands: foreach, lappend, lindex, string index, string range, and string trim. Add test cases for taint. check-in: 5291edac07 user: drh tags: trunk | |
| 02:51 | Reworked the discussion of "fossil server" in the Quick Start to remove redundant discussion of "fossil ui" mode, previously covered. Moved some things up into that section as a result. The two modes are now treated independently, on purpose; the fact that they're implemented by a lot of shared code is an internal implementation detail, not somethi... check-in: 6a2fee8fd4 user: wyoung tags: trunk | |
| 02:24 | Tooting SQLite's horn in the "you may safely Ctrl-C out of fossil ui" bit in the Quick Start. The truth of this claim is no accident. check-in: 9c07d8a3a5 user: wyoung tags: trunk | |
| 02:16 | Changed one of the just-added links to an external doc to a section further down, which _then_ links to that doc. check-in: e6c4176cd3 user: wyoung tags: trunk | |
| 02:12 | Added a paragraph to allay fears about the "localhost bypasses the RBAC" fears the prior discussion of "fossil ui" may raise. This gives another chance to direct the user to "fossil server" and the rest of the /www/server/ docs. check-in: afb3db9200 user: wyoung tags: trunk | |
| 02:10 | Further tightening of the Quick Start. check-in: eb52410b0c user: wyoung tags: trunk | |
| 01:34 | Tightened up a wordy paragraph in the Quick Start by moving the link inline. check-in: 529b94795d user: wyoung tags: trunk | |
| 01:32 | Replaced repeated parenthetical explanations in the Quick Start doc with links to the glossary entry. No longer referencing the glossary directly; readers will click through one of these two new links and find it, or not. check-in: ab7a22f533 user: wyoung tags: trunk | |
|
2025-04-23
| ||
| 18:13 | Do not include the List-Id in announcement messages to non-subscribers. But do include the List-Id for renewal notices. check-in: 908612e334 user: drh tags: trunk | |
| 14:21 | Update Fossil output in the Quick Start guide. check-in: 7ebd9441cf user: danield tags: trunk | |
| 13:44 | Attempt to improve the Quick Start guide with a small discussion of the purpose of a Fossil user as discussed in [forum:9dbd8e00ee|forum post 9dbd8e00ee]. check-in: f5b9f0153b user: andybradford tags: trunk | |
| 12:51 | Fix string comparison between tainted and untainted strings in TH1. [forum:/forumpost/6ab1c36a80|Forum post 6ab1c36a80]. check-in: 45f3a45f3d user: drh tags: trunk | |
| 10:46 | When emitting the default password as part of the 'new' command, add the term 'remote-access' to it to clarify that it's only for remote use. Indirectly suggested by [forum:9dbd8e00ee|forum post 9dbd8e00ee]. check-in: 57276a518a user: stephan tags: trunk | |
| 08:08 | Use -lz_shared for system zlib on MorphOS check-in: d913362cc4 user: js tags: morphos | |
| 07:37 | Set HAVE_NANOSLEEP=0 when building for MorphOS check-in: 1ff1a55d8c user: js tags: morphos | |
|
2025-04-22
| ||
| 19:34 | Fix another problem with lappend and taint. See [forum:/forumpost/94b7485f464bd3a1|forum post 94b7485f4] for a description of the problem. check-in: aa66767bac user: drh tags: trunk | |
| 18:18 | Fix [fab9f0047720721e] so that it works on repositories that do not have the tkt_ctime column in the TICKET table definition. check-in: 6476f287d3 user: drh tags: trunk | |
| 17:40 | Improved code saftey for the TH1-taint implementation, after a code audit. check-in: ded2126db6 user: drh tags: trunk | |
| 11:29 | Improvements to the "fossil user default" command: Setting the default user to an empty string clears the entry from the repository and checkout databases. Adding the -v or --verbose option explains how the default user was determined. check-in: 064d20ee38 user: drh tags: trunk | |
| 01:10 | Initial incomplete port to MorphOS. Needs some manual overrides to compile and has some locking issues in SQLite. check-in: 66f279e143 user: js tags: morphos | |
|
2025-04-21
| ||
| 15:16 | Fix the build for FOSSIL_ENABLE_TCL and Tcl9. No idea if this works. Does anybody actually use the FOSSIL_ENABLE_TCL compile-time option? check-in: d93344ec38 user: drh tags: trunk | |
| 12:23 | TH1 variables that derive from TICKET table columns that begin with "tkt_" are untainted. check-in: 9e035ee3b3 user: drh tags: trunk | |
|
2025-04-20
| ||
| 16:54 | Add "taint mode" to TH1. Attempts to output values that are derived from user input as unescaped HTML, or to use such values unescaped in SQL, raises errors. The resolution of these errors depends on the value of the new "vuln-report" setting. check-in: 2116238e80 user: drh tags: trunk | |
| 16:13 | New setting "vuln-report" determines what to do when tainted text is misused in a TH1 script. Enhance the /test-warning page to deliberately misuse tainted text in TH1 to verify error handling. Enhance /errorlog to separate out TH1 vulnerability reports as a new category the the error log. Closed-Leaf check-in: 295b814a27 user: drh tags: th1-taint | |
|
2025-04-19
| ||
| 23:32 | Fix more issues that were already fixed but overwritten by text editor errors and didn't get committed last time. check-in: bd45dc72dd user: drh tags: th1-taint | |
| 23:24 | More minor fixes resulting from a code audit. check-in: b1711046d9 user: drh tags: th1-taint | |
| 23:02 | Fix additional problems on the new TH1 implementation. check-in: 2c2b6c68b2 user: drh tags: th1-taint | |
| 22:30 | Fix an error that occurs while commiting a new ticket. check-in: 17060ca29a user: drh tags: th1-taint | |
| 22:15 | fix tainted warning in skin headers check-in: de407148e9 user: jkosche tags: th1-taint | |
| 19:18 | Update the default ticket configuration to avoid sending out text that seems tainted. There are no actual XSS issues here, but these changes do add an extra margin of safety. check-in: 5d17ced68d user: drh tags: th1-taint | |
| 19:08 | Mark some TH1 inputs that can be controlled by the user as tainted. check-in: 2742682720 user: drh tags: th1-taint | |
| 18:43 | The taint markings and detection now appears to be working. check-in: d1bb87bcfd user: drh tags: th1-taint | |
| 16:55 | Experimental changes to TH1 to try to make it resistant to coding errors that could lead to XSS or SQL injection attacks. check-in: b0b4492480 user: drh tags: th1-taint | |