Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
744 descendants of version-2.27
|
2026-07-13
| ||
| 10:41 | In the /forumthread page, stop trying to render immediately upon encountering an error. ... (self check-in: 61998ec8 user: drh tags: trunk) | |
|
2026-07-11
| ||
| 06:03 | Typo fix reported in 6335ff55f2. ... (check-in: af8d09b2 user: stephan tags: trunk) | |
|
2026-07-10
| ||
| 20:21 | Include path-to-tag with the PROJ parameters. ... (check-in: 8cfe7b22 user: drh tags: trunk) | |
| 17:45 | Add the "Brief" toggle to the /timeline submenu with doing a from=,to= query. ... (check-in: 20af21ba user: drh tags: trunk) | |
| 17:04 | Add the path-to-tag setting. ... (check-in: face9316 user: drh tags: trunk) | |
| 16:49 | Fix typo on the title of the chart for /reports with view=byday. ... (check-in: 7e09e660 user: drh tags: trunk) | |
| 12:06 | Fix timeline displays of the form "/timeline?from=UUID&ft=TAG" (using from= and ft=) so that the first link out of UUID is allowed to be a cherrypick. ... (check-in: 39efcebe user: drh tags: trunk) | |
|
2026-07-09
| ||
| 14:44 | Fix [c9525608f06] to ensure that we do not pass an empty CSS class name to domElement.classList.add(), as that breaks /pikchrshow and possibly other pages. ... (check-in: db3c8e1e user: stephan tags: trunk) | |
|
2026-07-08
| ||
| 16:08 | Update the built-in SQLite to the latest trunk version that include improvements to the CLI, and especially the "--titles always" option. ... (check-in: ee873715 user: drh tags: trunk) | |
|
2026-07-07
| ||
| 08:45 | Add a generic description of the previous three checkins to the change log after confirming that /chat, /wikiedit, and /fileedit are all adversely affected by the no-css-classes-in-the-body case (fixed by that change). ... (check-in: 375726f2 user: stephan tags: trunk) | |
| 08:33 | Remove a stray, but harmless, copy/paste line from the previous two checkins. ... (check-in: fb7b36d3 user: stephan tags: trunk) | |
| 08:20 | Simplify the previous checkin a bit - we do not need to persist the CSS class list in the window.fossil object. ... (check-in: 12bb89d4 user: stephan tags: trunk) | |
| 08:11 | During fossil's JS bootstrapping, ensure that the BODY element's CSS classes are set to those which the skin system would output. This resolves forum post 31cc00b361496cb8, in which a custom skin which emits its own BODY element is missing the cpage-X and rpage-X CSS classes, which an increasing number of JS and CSS bits use for limiting their blast radius to a specific page. ... (check-in: c9525608 user: stephan tags: trunk) | |
|
2026-07-06
| ||
| 16:13 | Reduce divergence in the delta algorithm. ... (check-in: 901894f5 user: drh tags: trunk) | |
|
2026-07-04
| ||
| 11:21 | In the forum editor, remove the 'Posting as NAME' label and relabel the submit button to include the user's name. Suggested in forum post a6256fd7. ... (check-in: 09ec3734 user: stephan tags: trunk) | |
| 09:23 | Fix a possible one-byte OOB read when processing a corrupt delta. SQLite Bug 2026-07-04T04:53:59Z ... (check-in: 146cdcd9 user: drh tags: trunk) | |
| 08:11 | Add a workaround in the forum post Web Lock for Chrome taking half a minute or more to release the lock when a tab is manually closed, with thanks to an LLM for consulting on this. ... (check-in: b2d347ea user: stephan tags: trunk) | |
| 07:45 | In the forum editor, when replying but not logged in, show a clear warning that the post will be anonymous. This has been brought up by several users and has bitten me twice (causing me to inadvertently post anonymously). ... (check-in: 2ad508a1 user: stephan tags: trunk) | |
|
2026-07-02
| ||
| 19:18 |
Fix broken lookup of after adding <wbr> to aMarkup[]. The wbr row was inserted out of alphabetical order, breaking findTag() binary search. Symptom: ticket descriptions wrapped in <verbatim> rendered as escaped text instead of <pre class='verbatim'>. [02415003058273ac|ticket 02415003058273ac] and [forum:/info/2026-07-02T10:09:38Z|forum thread 2026-07-02T10:09:38Z]... (check-in: a8c66b18 user: wyoung tags: trunk) | |
|
2026-07-01
| ||
| 16:34 | Further tweaks to the byday form of /reports. ... (check-in: d35aad4d user: drh tags: trunk) | |
| 14:42 | Fix the abbreviation for Thursday in the byday report. ... (check-in: 684f8aec user: danield tags: trunk) | |
| 14:10 | Fix the "Day" label on the table in the byday view of /reports ... (check-in: 6fb230a9 user: drh tags: trunk) | |
| 14:06 | Fix the projected extra on the byday variant of /reports. ... (check-in: 286f4fe5 user: drh tags: trunk) | |
| 13:37 | Minor fix and cleanup to the byweek variant of /report. ... (check-in: c00b72f4 user: drh tags: trunk) | |
| 13:21 | Fixes to the yw=YYYYWW query parameter to /timeline ... (check-in: a5a08c34 user: drh tags: trunk) | |
| 13:06 | Allow TH1 commands in Ad-Units ... (leaf check-in: 6ac7935a user: Torsten tags: th1-ad-unit) | |
| 12:22 | Begin making use of the new date/time modifiers available in SQLite in the implementation of the byweek variant of the /report page. ... (check-in: a13a024b user: drh tags: trunk) | |
| 12:15 | Update the built-in SQLite to the latest trunk version that includes support for the "weekday -N" and "end of day/month/year" date/time modifiers. ... (check-in: 4fcd911e user: drh tags: trunk) | |
| 01:44 | Additional refinements to the byweek algorithm for /report. It appears that the yw= query parameter for /timeline does not work correctly for years that start on Monday. This is the fault of /timeline, not /report and will need to be fixed separately. ... (check-in: a34352a1 user: drh tags: trunk) | |
| 01:00 | The stricter attribute checking applied in [6436ecf911] cause the img srcset attribute to not get the repo-root (%R) rewriting that src gets. This breaks existing docs that used this for resolution-dependent image rendering in MD and such. For testing the fix, this adds the --top flag to the test-safe-html command, since a regular "fossil ui" doesn't show the problem; it either has to be hosted underneath a URL by an RP server or via this test option to see the effect of %R rewriting. ... (check-in: fbffbe11 user: wyoung tags: trunk) | |
|
2026-06-30
| ||
| 18:50 | Bug fixes on boundary cases the the byday and byweek reports. ... (check-in: 407e6c63 user: drh tags: trunk) | |
| 17:30 | Fix off-by-one in the computation of day-of-week names in the byday report. ... (check-in: d530589c user: drh tags: trunk) | |
| 17:25 | Improvements to byweek and byday reports. ... (check-in: c810af8d user: drh tags: trunk) | |
| 12:59 | New "By Day" report format. ... (check-in: 31da5e3d user: drh tags: trunk) | |
|
2026-06-29
| ||
| 10:59 | Fix the forum approval/rejection broken by the previous check-in by injecting a hidden input field to replace the hijacked button. Also add separate links to the markdown/wiki format rules, rather than a link to the list of links to those rules, as requested in sqlite forum post 2026-06-28T11:49:11Z. ... (check-in: 68414a41 user: stephan tags: trunk) | |
| 10:41 | In JS-capable browsers, add a confirmation step to the forum Approve and Reject buttons in an attempt to reduce the odds of a repeat of sqlite forum post 2026-06-29T09:52:29Z. Add some space between those buttons. Edit: move to mistake branch as this is having undesired side effects. ... (closed check-in: a3e5bd4a user: stephan tags: mistake) | |
|
2026-06-27
| ||
| 10:28 | Update the built-in SQLite to the latest trunk version for testing. ... (check-in: 85945855 user: drh tags: trunk) | |
|
2026-06-24
| ||
| 16:42 | Replace an ad-hoc query with rid_to_uuid(). Add a note about fossil historically eliding the U-card on wiki edits made by 'nobody', which isn't spec-legal but is an age-old practice. ... (check-in: a44ae96c user: stephan tags: trunk) | |
|
2026-06-23
| ||
| 18:37 | Merge trunk into rss-content. ... (leaf check-in: f118634c user: vor0nwe tags: rss-content) | |
|
2026-06-22
| ||
| 15:34 | Add the -v/--verbose option to the "fossil merge-info" command. ... (check-in: 3c8de676 user: drh tags: trunk) | |
| 11:03 | Merge all the latest trunk enhancements into the http1-1-chunked branch so that the branch can be more easily tested. ... (leaf check-in: 4a648d74 user: drh tags: http1-1-chunked) | |
|
2026-06-21
| ||
| 17:23 | Enforcing allowedAttr limitations in the wiki/MD doc renderers. This fixes an apparent oversight rather than giving new functionality. The allowed attributes were extended to cover www/* and what we've previously documented as allowed. ... (leaf check-in: 42a3db61 user: wyoung tags: html-attr-limit-enf) | |
| 17:19 | Harden the default CSS for table.numbered-lines td.line-numbers so that it is immune to skin-specific font changes in pre or code. Forum 2026-06-21T15:05:42Z. ... (check-in: 018d4a5d user: drh tags: trunk) | |
| 17:14 | Added a changelog entry for the prior branch merge ... (check-in: c328d903 user: wyoung tags: trunk) | |
| 17:10 | Documented in /md_rules that HTML comments are disallowed under the "safe HTML" rules even though they pass the MD processor. ... (check-in: ea92c2bf user: wyoung tags: trunk) | |
| 14:53 | Expanded the set of "safe HTML" elements to include several harmless ones added to HTML5, which are useful in MD/wiki docs. ... (check-in: 6436ecf9 user: wyoung tags: trunk) | |
| 14:29 | Fixed a semantic constant misuse in the wiki renderer discovered while doing the prior commit. No functional change, but it straightens out a mask-vs-attribute ID cross-up. ... (closed check-in: f1c08fdf user: wyoung tags: safe-html-extensions) | |
| 14:25 | Merged in the relevant bits of branch markdown-details-open to allow the "open" attribute on the HTML \<details\> element. This pushes the attribute mask to 64-bit, so changed from raw 32-bit hex constants to a data-typed 64-bit shifting scheme to allow further expansion. Builds without warnings on 32-bit ARM at least. ... (check-in: c799e2e5 user: wyoung tags: safe-html-extensions) | |
| 07:49 | Replace some name=X HTML attributes with id=X so that #X links work. ... (check-in: 904e2457 user: stephan tags: trunk) | |
| 01:18 | Cut a verbose addition from the /wiki_rules doc ... (check-in: 877e70c7 user: wyoung tags: safe-html-extensions) | |
| 01:16 | Added several harmless HTML element types to the whitelist, mainly HTML5 semantic things, plus ones needed for structured fallback from AVIF to WebP to JPEG based on browser capabilities. Added this whitelist to the /md_rules doc for the first time; it was previously only in /wiki_rules, which merely needed small additions to cover the changes. ... (check-in: f40b9c10 user: wyoung tags: safe-html-extensions) | |
|
2026-06-18
| ||
| 14:22 | Minor typo fix in the change log, reported in the forum. ... (check-in: ec592b51 user: stephan tags: trunk) | |
| 13:52 | Add an option to timeline command that does the same as timeline-truncate-at-blank on /timeline. ... (check-in: 0848396b user: danield tags: trunk) | |
| 12:57 | Fix "stash diff" command so if file on filesystem is same as the stashed file, don't print "CHANGED" and skip the diff. This match regular "fossil diff" command. ... (check-in: 71b0c80b user: mgagnon tags: trunk) | |
| 12:12 | Avoid unnecessarily allocating a UUID when manifest_parse() fails and is not given an error blob. ... (check-in: 07592007 user: stephan tags: trunk) | |
|
2026-06-17
| ||
| 15:47 | Use bitwise operators consistently, even if in this case it does not make a difference. ... (check-in: 524474cf user: danield tags: trunk) | |
|
2026-06-16
| ||
| 16:45 | Update the built-in SQLite to the latest trunk version. ... (check-in: ba00a435 user: drh tags: trunk) | |
| 13:22 | Ensure that the text in the Title field in the new forum editor is visible in dark-style skins. ... (check-in: 4041c766 user: stephan tags: trunk) | |
| 13:18 | Only show the 'you will be able to attach files after saving' /forumnew notification in browsers which show NOSCRIPT content, as the JS editor integrates attachments. ... (check-in: 8ada7fa8 user: stephan tags: trunk) | |
| 10:16 | Rework the attachments and forum with JS-based interfaces and enable attachments for forum posts. No-JS browsers fall back to the older forms. Full details are in the merged-in branch's commit history, wiki page, and in forum post b1960bb7d3200328. ... (check-in: ca906591 user: stephan tags: trunk) | |
|
2026-06-15
| ||
| 14:34 | www/sync.wiki symbol rename which should have been part of [9789e1dce77ac767]. ... (check-in: afd15bbf user: stephan tags: trunk) | |
| 07:44 | Replace read timeout with non-blocking poll, and add TCP_NODELAY ... (leaf check-in: e4180437 user: danshearer tags: client-timeout-fixes) | |
|
2026-06-14
| ||
| 22:05 | Apply timeouts and retries to network read/write waits to avoid hangs. ... (check-in: 8da6e359 user: danshearer tags: client-timeout-fixes) | |
| 13:29 | Update a legacy reference to how page headers are created in a skins, as reported by forum post d8e2afdfd1. ... (check-in: 922ec24c user: stephan tags: trunk) | |
| 08:47 | Ensure that the legacy /attachadd form redirects back to the page for the attachment's target unless it's told otherwise via ?from=X. ... (closed check-in: dab3d681 user: stephan tags: forum-editor-2026) | |
| 06:24 | Remove a dead form field. Consolidate two partially-duplicated CSS rules. ... (check-in: 9ea044d9 user: stephan tags: forum-editor-2026) | |
|
2026-06-13
| ||
| 19:34 | Mention the systemd sandboxing in the CGI documentation. ... (check-in: 69d43cc1 user: danield tags: trunk) | |
| 16:01 | Fix the broken Delete Post page, caused by now-outdated/removed goings-on in this branch. ... (check-in: 01f62594 user: stephan tags: forum-editor-2026) | |
| 15:33 | Remove the new Stash button from /forumnew, where it is unhelpful. ... (check-in: e9e4c4fa user: stephan tags: forum-editor-2026) | |
| 13:48 | CSS docs and remove some extraneous empty lines. ... (check-in: 378b3c30 user: stephan tags: forum-editor-2026) | |
| 13:21 | Only show the forum editor's Stash button when saving of drafts is enabled (it currently always is). ... (check-in: b45242d8 user: stephan tags: forum-editor-2026) | |
| 13:18 | CSS animation consistency tweaks in the attachment widget and when shifting about-to-edit/reply posts to the left. Remove some dead CSS. ... (check-in: 157f5a4c user: stephan tags: forum-editor-2026) | |
| 13:01 | Restore the Discard button which was inadvertently displaced in the previous checkin. ... (check-in: a9376455 user: stephan tags: forum-editor-2026) | |
| 13:00 | Minor internal cleanups. Add some tooltip help. Add a Stash button which closes a forum editor widget but retains any local edits and stays on the page. It cannot be called Close because there's a very different Close button already associated with posts. ... (check-in: 2e788c48 user: stephan tags: forum-editor-2026) | |
| 12:35 | Remove dead captcha-rendering code from the forum editor. Minor internal cleanups. ... (check-in: 0313a31e user: stephan tags: forum-editor-2026) | |
| 10:41 | Slight forum editor animation tweaks. Add some arguably superfluous "just in case" error handling. ... (check-in: 77b92673 user: stephan tags: forum-editor-2026) | |
| 09:58 |
http.c: Complete the HTTP 1.1 chunked reply decoder
Fix error conditions and exceptions when Transfer-Encoding chunked, partly from drh's Claude: * Premature EOF was accepted as a valid EOF. * strtol --> strtoll with checking, to avoid casting errors * Per RFC 7230, match "chunked" at the end of the Transfer-Encoding value rather than a substring, so the word "chunked" appearing isn't acceped as a token * make nPrior unsigned int to match blob_size() to avoid a negative offset on large replies * Report only the chunk bytes actually received, not chunk bytes from the header, so the number is correct if the connection terminates part-way. ... (check-in: 441a35ce user: danshearer tags: http1-1-chunked) | |
| 09:18 | Add notes about forked forum posts to www/forum.wiki so that future us will be reminded at some point to return to that topic. ... (check-in: 22648d18 user: stephan tags: forum-editor-2026) | |
| 08:41 | Fix a null deref which would trigger if the XHR to fetch a forum post fails. ... (check-in: 8da3b3f7 user: stephan tags: forum-editor-2026) | |
| 08:37 | When opening the forum editor, instead of disabling various controls simply hide them, giving the effect that the editor replaces them. This gives us more screen space. ... (check-in: 86dc0502 user: stephan tags: forum-editor-2026) | |
| 07:55 | While the forum editor is open, also disable the post's Close, Delete, and Attach buttons because those will change the current page. Presumably nobody wants to close or delete during an edit, and attachment can be done via the editor form. ... (check-in: 778b3972 user: stephan tags: forum-editor-2026) | |
| 01:42 | Small tweak on /chat single-line input field: everything was transparent when focused, let's put a small border at least. ... (check-in: 935bd936 user: mgagnon tags: forum-editor-2026) | |
|
2026-06-12
| ||
| 15:30 | Fix a null deref in pre-Web Locks browsers. (Edit: no, it doesn't. The object the guard is around on is an age-old JS-ism.) ... (closed check-in: 1c932836 user: stephan tags: mistake) | |
| 15:22 | Bug fixes: /attachadd?legacyArgName=X was (A) having its form pulled out from underneath it by JS and (B) not handling ticket IDs properly. ... (check-in: fd327fd2 user: stephan tags: forum-editor-2026) | |
| 14:24 | Minor cleanups. Add a 'Post as USERNAME' label to the forum editor, per suggestion in the forum. ... (check-in: 73c5b76d user: stephan tags: forum-editor-2026) | |
|
2026-06-11
| ||
| 17:48 | Typo fix reported by Dan Shearer. Mention the forum overhaul in the change log. ... (check-in: 4b1962b9 user: stephan tags: forum-editor-2026) | |
| 12:14 | Chnage all buttons on Blitz skin to be as they were originally (transparent) instead of dark-aqua'ish like some exceptions. Use body background color instead of transparent so on selected forum, they don't looks disabled. ... (check-in: 15782c00 user: mgagnon tags: forum-editor-2026) | |
| 10:55 | Doc updates. Fix the (harmless but annoying) warning in the file attachment about the attachment being too large if the attachment-size-limit is not set or is set to 0. ... (check-in: f6785741 user: stephan tags: forum-editor-2026) | |
| 09:17 | Use a JS-disabling browser plugin to fix the legacy-form fallback in the forum editor, reply, and attachment-adding pages. ... (check-in: 77c3ce12 user: stephan tags: forum-editor-2026) | |
| 07:51 | Fix moderation approval in the forum broken by recent refactoring. ... (check-in: 88838379 user: stephan tags: forum-editor-2026) | |
| 06:31 | Do not display Attach button in the forum if the user lacks attach permissions. Problem reported in forum post e0072028f7. ... (check-in: ee59442a user: stephan tags: forum-editor-2026) | |
|
2026-06-10
| ||
| 23:15 | Yet another button fix on Blitz skin. ... (check-in: 23b69d34 user: mgagnon tags: forum-editor-2026) | |
| 21:26 | Update some docs for the current reality. ... (check-in: 91a6d48a user: stephan tags: forum-editor-2026) | |
| 20:48 | Modify the purging of stale forum post drafts to happen on only one visit per 24 hours instead of a random chance on each visit, and make it async so it does not block the still-initializing page. Fix a 'this' mis-reference in fossil.storage.keys() uncovered by that change. ... (check-in: 0db7eccd user: stephan tags: forum-editor-2026) | |
| 20:26 | Docs and generic non-functional cleanups. ... (check-in: 9af97ebf user: stephan tags: forum-editor-2026) | |
| 19:40 | In browsers which support Web Locks, do not allow the Edit or Reply buttons to function if an Edit resp. Reply is open for that same post in another tab. Instead, display an error to the user describing the problem. The Edit/Reply buttons will start working once the locking tab is closed. This lock is per draft, not per tab, so it is legal to edit different posts in different tabs or multiple posts in the same tab. In browsers without Web Locks support, most-recent-edit-wins applies. ... (check-in: e48fe702 user: stephan tags: forum-editor-2026) | |
| 17:32 | Document the caveat of editing or replying to the same forum post in multiple tabs, as pointed out in forum post 9a6a82c160. ... (check-in: 32539a2c user: stephan tags: forum-editor-2026) | |
| 16:56 | Fix another button quirk in the Blitz skin. Reported by Martin G. ... (check-in: 750a963d user: stephan tags: forum-editor-2026) | |
| 11:08 |
Minimal client implementation of HTTP version 1.1 with chunked transfer-encoding.
Some egress filters drop all HTTP version 1.0 traffic at the Web Application Firewalls (WAF). WAFs commonly provided by CDN (Content Distribution Networks) such as CloudFlare and AWS to their customers have such controls on them, and there are understandable policy reasons for disallowing 1.0. It is almost exclusively used by old software that is often exploitable (eg ancient versions of curl). Fossil users within virtual machines with such egress filters in place get confusing messages along the lines of "Upgrade required". This is inconvenient for Fossil users, and the quick solution is to seek a git mirror for the Fossil repo if one is available, because git just works. There is no need to upgrade the Fossil server to support 1.1 to solve the egress problem. This is (I believe) an RFC compliant minimal implementation and it seems to work, but none of the optional extensions are supported because I don't think Fossil needs them. It does need more careful checking on the supplied chunk length because strtol is insufficient. ... (check-in: 0f8a7d60 user: danshearer tags: http1-1-chunked) | |
| 10:24 | Add ?nojs URL flag check to the new forum JS, /forumnew, and /forumedit. In JS it supresses plugging-in of the JS and in C it suppresses the new-in-this-branch NOSCRIPT tags so that the legacy forms get rendered. We should probably remove the NOSCRIPT tag altogether and have JS remove that form if it exists, which would allow /forumnew and /forumedit to fall back gracefully, even in JS-aware browsers, without the ?nojs URL flag. ... (check-in: 133387b1 user: stephan tags: forum-editor-2026) | |
| 10:00 | Increase min-height on the forum editor textareas a tick. ... (check-in: a15427ea user: stephan tags: forum-editor-2026) | |
| 09:46 | Merge trunk enhancements and fixes into the forum-editor-2026 branch. ... (check-in: 5e71becc user: drh tags: forum-editor-2026) | |
| 09:44 | Improved error reporting when encountering a malformed delta. ... (check-in: cb5edcab user: drh tags: trunk) | |
| 09:02 | Harden delta processing against malicious delta inputs. ... (check-in: 60c7b5f4 user: drh tags: trunk) | |
| 09:02 | An an explanation of the extra body padding to www/forum.wiki so that we don't later mistake it for a bug. ... (check-in: 5d770fe2 user: stephan tags: forum-editor-2026) | |
| 08:48 | Increase the dummy padding after some testing showed it to help when adding multiple attachments to a bottom-most post. ... (check-in: 6bcfdf15 user: stephan tags: forum-editor-2026) | |
| 08:38 | Remove an unnecessary part of the previous checkin. ... (check-in: d6f86204 user: stephan tags: forum-editor-2026) | |
| 08:36 | Add some dummy padding to the bottom of the page while a forum editor is open to help reduce jumping-around of the UI when previewing, especially for the bottom-most post in a thread. This is a workaround, not a fix. Fix an order-of-operations bug which caused the Reply button state to get out of sync if the content to preview was empty. ... (check-in: cb1e0213 user: stephan tags: forum-editor-2026) | |
|
2026-06-09
| ||
| 22:53 | Document the draft behavior when neither localStorage nor sessionStorage are available. ... (check-in: 411a3c5d user: stephan tags: forum-editor-2026) | |
| 22:49 | Document draft edits in www/forum.wiki. ... (check-in: 341751e5 user: stephan tags: forum-editor-2026) | |
| 22:39 | Teach the Edit and Reply buttons in the forum to clearly show when a corresponding local draft edit is available. ... (check-in: 04e87087 user: stephan tags: forum-editor-2026) | |
| 21:55 | Add pieces which, when loading a forum thread, visibly tag Reply and Edit buttons for posts which have local draft replies/edits, but do not yet enable them. Still to solve is how to update those tags dynamically as drafts are added and removed within the current page context. They're currently useful, but the lack of dynamic updates to them is confusing. ... (check-in: bee75fb8 user: stephan tags: forum-editor-2026) | |
| 19:59 | Re-enable the forum post status selection in the editor since the previous check-in made it safe to use, in that changing only the status from the editor will no longer create a new copy of an otherwise unedited post. ... (check-in: 0f539c6c user: stephan tags: forum-editor-2026) | |
| 19:39 | Fix an incorrect argument bug in forumpost_tag() which caused it to re-apply tags even if doing so would reapply the same value. The the test-forumpost-tag command. Minor www/forum.wiki touchups. ... (check-in: ab52bc83 user: stephan tags: forum-editor-2026) | |
| 18:32 | When submitting edits to a post, do not save a new copy if nothing modified and instead alert the user. Remove the Status tag widget from the editor because an apparent bug is causing that tag to be applied on each save, even if it's not modified, and that needs to be chased down. ... (check-in: 598d45f8 user: stephan tags: forum-editor-2026) | |
| 11:13 | Removed a "new" qualifier on description of a feature that was added in 2020. ... (check-in: cc021ea6 user: wyoung tags: trunk) | |
| 11:04 | Moved the named anchors within www/javascript.md after the first Unicode rune of numbered lists to avoid an MD rendering problem. ... (check-in: 5b46aafb user: wyoung tags: trunk) | |
| 10:56 | Updated the stats in §2.8 on the length of the description of `fossil merge` vs the Git alternatives. ... (check-in: 26a96e8d user: wyoung tags: trunk) | |
| 10:45 | Clarified the matter of git worktrees in the fossil-v-git.wiki doc, which then allows removal of the second "disputed" comment. ... (check-in: 2bfb72a6 user: wyoung tags: trunk) | |
| 10:28 | Clarity tweaks to §2.5.3 of previous ... (check-in: 4146f2d0 user: wyoung tags: trunk) | |
| 10:27 | Slightly animate when the post editor shifts its post to the left or reverts it, so that it's not so jarring. ... (check-in: ef49e3fd user: stephan tags: forum-editor-2026) | |
| 10:18 | Blitz skin: remove the on-hover color change for disabled buttons inadvertently added in this branch. ... (check-in: 810b6554 user: stephan tags: forum-editor-2026) | |
| 10:13 | Better example of Git focusing on single-branch syncing, allowing removal of the "dispute" commentary. ... (check-in: 03f2393d user: wyoung tags: trunk) | |
| 10:05 | Blitz skin: rework the buttons to look more like trunk, this time with only tiny differences but styling all buttons consistently instead of singling-out submit buttons. ... (check-in: 7f54bb7d user: stephan tags: forum-editor-2026) | |
| 09:55 | Wiki syntax fix for previous ... (check-in: e4beb0be user: wyoung tags: trunk) | |
| 09:54 | Updated the SQLite vs Linux project size stats, switching from ye olde SLOCCount to the whizzy new scc in the process. ... (check-in: 21c98b42 user: wyoung tags: trunk) | |
| 09:12 | Darkmode skin: make disabled buttons very slightly less prominent. ... (check-in: 6456e3cb user: stephan tags: forum-editor-2026) | |
| 09:10 | Ardoise skin: consolidate the various flavors of buttons. Blitz skin: remove a duplicted selector. ... (check-in: 3d9a5cce user: stephan tags: forum-editor-2026) | |
| 08:58 | Fix misalignment of the Attacher widget's add-a-row button. ... (check-in: ddb40c53 user: stephan tags: forum-editor-2026) | |
| 08:54 | Blitz skin: bring the overall button appearance more in line with the trunk button, with the disabled buttons less glaring. ... (check-in: e068cffc user: stephan tags: forum-editor-2026) | |
| 08:42 | Fixed a broken link ... (check-in: a90f60cc user: wyoung tags: trunk) | |
| 08:39 | Updated GitHub repo count ... (check-in: 765b2154 user: wyoung tags: trunk) | |
| 08:29 | Tightened up §2.3 in that same doc ... (check-in: 939136a7 user: wyoung tags: trunk) | |
| 08:13 | Have the forum editor preview use /ajax/preview-text instead of /wikiajax/preview so that it does not require wiki-read permissions to use. Reported in forum post 2026-06-08T20:14:31Z. ... (check-in: 210435c0 user: stephan tags: forum-editor-2026) | |
| 08:05 | Updated the file sizes and hosting costs in www/fossil-v-git.wiki ... (check-in: b95abfd3 user: wyoung tags: trunk) | |
| 07:36 | Forum edit/response widget now (more or less) smoothly appears in place instead of jarring the whole viewport. ... (check-in: 78478f45 user: stephan tags: forum-editor-2026) | |
| 06:28 | With Git 3.0 in sight, the time has come to update the SHA256 situation in the www/fossil-v-git.wiki doc once again. ... (check-in: 35fe8bf9 user: wyoung tags: trunk) | |
| 01:20 |
Fix the use of uninitialized static variables for DB statements:
whenever such variable is declared initialize it with a predefined empty value. Because otherwize it looks like a bug. It is unclear why it did work before. Also add a few code comments for further consideration. ... (leaf check-in: 76e73550 user: george tags: initialize-static-vars) | |
|
2026-06-08
| ||
| 21:22 | Consolidate some duplicate code. Minor spacing tweak to keep the Status selection widget from overlapping the editor's top border. ... (check-in: 45896a35 user: stephan tags: forum-editor-2026) | |
| 21:03 | In /forumnew, start the editor a bit taller than it defaults to in other pages. ... (check-in: 308405f0 user: stephan tags: forum-editor-2026) | |
| 19:50 | Merge in trunk. ... (check-in: 919cfb87 user: stephan tags: forum-editor-2026) | |
| 19:48 | Dark mode skin: style buttons consistently, regardless of their type. ... (check-in: 4e852f85 user: stephan tags: forum-editor-2026) | |
| 19:47 | Blitz skin: style buttons consistently, regardless of their type (do not distinguish submit buttons from others because this confuses pages which use a mix of button types). Remove old -moz prefixes because modern browsers fuss about them. Remove several unnecessary "!important" tags. ... (check-in: 5780702f user: stephan tags: forum-editor-2026) | |
| 19:44 | New "Forum Threads" category under the /reports webpage. ... (check-in: 59985724 user: drh tags: trunk) | |
| 19:29 | Update the built-in SQLite to the latest trunk version, for testing. ... (check-in: a570ebc6 user: drh tags: trunk) | |
| 18:05 | In the status-change widget, start its inner help text element hidden so that it does not interfere with no-js clients. It gets unhidden in the forum JS. Problem reported by Martin G. ... (check-in: 69cc41e6 user: stephan tags: forum-editor-2026) | |
| 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. ... (check-in: 079ea1c3 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: 0896ceb7 user: stephan tags: forum-editor-2026) | |
| 14:46 | Remove stray debug output. ... (check-in: d41bd658 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: f3bf8445 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: 45c5ce74 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: d14ee6c4 user: stephan tags: forum-editor-2026) | |
| 14:19 | Typo fixes and make the editor input field a bit shorter by default. ... (check-in: 16e97eae 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: fc9ff7c7 user: stephan tags: forum-editor-2026) | |
| 13:09 | Do not link attachments to unknown targets as wiki pages in /info. ... (check-in: 22771143 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: febb8c15 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 feature or bug is TBD. ... (check-in: 6269e5d7 user: stephan tags: forum-editor-2026) | |
| 11:09 | Fix editing of a thread title in the new editor. ... (check-in: 14abbc4d 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 while the editor is open). ... (check-in: 344c64e2 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: 4e81a9ee 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: 72d79e42 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: 8e98f3e3 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: 7d7b74dd user: stephan tags: forum-editor-2026) | |
| 17:38 | Incremental (does-not-yet-)work on hooking into the edit/reply buttons. ... (check-in: 96883201 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: 35448ae9 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: 44aafa61 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: 4bf65a5a user: stephan tags: forum-editor-2026) | |
| 14:49 | Fix a duplicated blob initialization in attach_commit(). ... (check-in: 195571aa user: stephan tags: forum-editor-2026) | |
| 13:09 | Milestone: first new forum post with the new editor. ... (check-in: 46bb3a12 user: stephan tags: forum-editor-2026) | |
| 11:55 | Incremental work on the server side of the forum post ajax save. ... (check-in: e1571561 user: stephan tags: forum-editor-2026) | |
| 09:25 | Make the draft's mimetype and status persistent. ... (check-in: 033d265f user: stephan tags: forum-editor-2026) | |
| 09:01 | Fix a bad call to rollback when attachment saving fails due to a bad captcha. Edit: closing this branch, as this feature now lives in the forum-editor-2026 branch. ... (closed check-in: 3e32def5 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: 2ee0f61f 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: 1c759119 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: c7a84df4 user: stephan tags: forum-editor-2026) | |
| 19:15 | Experimentally add a 'toggle header' button to maximize screen space on mobile devices. ... (check-in: 6ffb97a8 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: 205d80ed 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: 354e8294 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: 218cca5e 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: bd2bb5fa 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: 4a8bebc8 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: c02e4fcb user: stephan tags: forum-editor-2026) | |
| 15:28 | Style tweaks and minor JS modernization. Remove some stray debug output. ... (check-in: ae987160 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: 806ab645 user: stephan tags: forum-editor-2026) | |
| 14:41 | Fix a var name typo. Rename a class method. ... (check-in: 60341336 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: adcbe449 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: 3addcc0a 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: a624121d 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: 934e3879 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 single request). ... (check-in: 64169ebd user: stephan tags: forum-editor-2026) | |
| 09:15 | General minor cleanups. ... (check-in: 96cdaf93 user: stephan tags: attach-v2) | |
| 08:13 | Wrap setup of the attachment-related controls into an onPageLoad() handler. Minor doc additions. ... (check-in: feb95e67 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: f87586ee user: stephan tags: attach-v2) | |
| 07:48 | Minor doc edits. ... (check-in: 0c5322dd user: stephan tags: attach-v2) | |
|
2026-06-05
| ||
| 10:21 | Doc additions. Resolve two corner-case bugs in the JS attachment widget. ... (check-in: 7723db56 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: da17e053 user: stephan tags: attach-v2) | |
| 08:28 | Code style cleanups. Wrap some over-long lines. ... (check-in: a1d272a2 user: stephan tags: attach-v2) | |
| 08:07 | Minor doc addition. ... (check-in: bab9e5ac user: stephan tags: attach-v2) | |
|
2026-06-04
| ||
| 19:44 | In /attachlist, make deleted attachments more noticable by using strike-through. ... (check-in: d3747df9 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: 5fcc0dd3 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: 69f1fe3e user: stephan tags: attach-v2) | |
| 16:58 | Correct the closing tag on the DETAILS element added in the previous check-in. ... (check-in: 5e748a00 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: 48445daf user: stephan tags: attach-v2) | |
| 15:49 | Cosmetic and style tweaks in test code. ... (check-in: 4a0be8d6 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: 830cad56 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: 33f61064 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: 3bc2b921 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: 275c5864 user: stephan tags: attach-v2) | |
| 09:23 | Merge trunk for a larger diff -tk. ... (check-in: c6c86ebd 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: dfc58f12 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. ... (check-in: 7f2f04c8 user: stephan tags: trunk) | |
| 08:34 | Doc additions and add sensible type-dependent redirect defaults for /attachadd. ... (check-in: ae89edbc 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: 31d88287 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: 2f71c2bb user: stephan tags: attach-v2) | |
| 18:05 | Minor doc and style tweaks. ... (check-in: 766755a3 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: 05865c23 user: stephan tags: attach-v2) | |
| 17:37 | Have /attachadd_ajax_post disallow size-0 attachments to match historical behavior. ... (check-in: 4a8a2906 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: 41823b0a user: stephan tags: attach-v2) | |
| 16:59 | Remove /attachaddv2 in favor of having /attachadd?target=X implement that behavior. ... (check-in: bcdd98b8 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: 59ac3a46 user: stephan tags: attach-v2) | |
| 15:32 | Add missing Attach submenu to wiki pages. Fix broken permissions logic in attach_user_may(). ... (check-in: 1f49b393 user: stephan tags: attach-v2) | |
| 15:11 | Merge trunk and add a todo which requires refactoring. ... (check-in: 032d684d 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: f1c281dd 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: 449bb3bc user: stephan tags: trunk) | |
| 14:13 | Various minor cleanups. ... (check-in: f850be30 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: 05976051 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 is to phase that out). There's still some work to do regarding telling it where to redirect to after saving. ... (check-in: 0f071d0f user: stephan tags: attach-v2) | |
| 12:00 | /attachaddV2 now handle multiple attachments concurrently. ... (check-in: c499f7f5 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: ee430462 user: stephan tags: attach-v2) | |
| 08:05 | Simplify CSS selectors. Improve handling of attaching a given filename twice. ... (check-in: 13d99044 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: b3814a43 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: 7795074a user: stephan tags: attach-v2) | |
|
2026-06-02
| ||
| 21:44 | Add a note for a potential TODO. ... (check-in: 4c795208 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: d906a8dc 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: 58d98eed 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: 307213a0 user: stephan tags: attach-v2) | |
| 20:48 | Add image attachment thumbnails to the attachment widget. ... (check-in: 81389347 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: c3c649c9 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: 675a722a user: stephan tags: attach-v2) | |
| 15:56 | Internal API refactoring to allow for recording the mimetype of attachments. ... (check-in: 639e2cf0 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: 98c65d8d user: stephan tags: attach-v2) | |
| 14:25 | Try to avoid a generic paste-screenshot name of 'image.png'. Cosmetic tweaks. ... (check-in: c51c545f 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: e7f2da18 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: 2d39f606 user: stephan tags: attach-v2) | |
| 10:54 | Doc typo fix. ... (check-in: b6b08b6d 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: ff6b9dbe 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: ff4caf13 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: 0f934bb0 user: stephan tags: trunk) | |
| 07:26 | Add a few mkdir calls to makemake.tcl to address the report at 2026-05-31T12:07:24Z. Edit: search term make --shuffle=reverse ... (check-in: 7796221f 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: 94e94bc3 user: drh tags: trunk) | |
| 10:49 | In main.mk use = instead of :=, which is not POSIX-portable. ... (check-in: 4151ae97 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: 71439dc7 user: drh tags: trunk) | |
| 06:35 | Remove the unused description field from the forum-statuses setting. ... (check-in: c56de3f1 user: stephan tags: trunk) | |
|
2026-05-29
| ||
| 10:13 | Update the built-in SQLite to the latest trunk version for beta testing. ... (check-in: 3b2d0c9f user: drh tags: trunk) | |
| 10:10 | Support for status in forums. ... (check-in: 4c4c28da user: drh tags: trunk) | |
| 00:30 | Fix a minor typo. ... (leaf check-in: 16c89403 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: 580e777c user: stephan tags: forum-statuses) | |
| 19:15 | Remove an unused enum entry. ... (check-in: f798c344 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: fe211fda user: stephan tags: forum-statuses) | |
| 16:12 | Improvements to the "status=" query parameter processing on the /forum page. ... (check-in: 57e21b8c 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 not in the configured status list. Per the agreed-upon rules, such posts should be treated as having the first/default status but they're currently being filtered out in that case. ... (check-in: d1fb4a49 user: stephan tags: forum-statuses) | |
| 09:14 | Attempt N at filtering /forum on the status tag. This still requires a separate query to get the status label for each entry and it's not yet proven to be performant enough for real use, but it essentially works. Bug: when browsing to page 2+ of a filtered list then changing the filter via the dropdown selection list, the x= param (starting offset) is retained but we need it to be removed. ... (check-in: 45a8de42 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: d01961c3 user: stephan tags: forum-statuses) | |
| 20:27 | Fix another bug in the display of the timespan on the /forum page. ... (check-in: 2f9222bc user: drh tags: forum-statuses) | |
| 20:14 | Bug fix: Show the correct span of a thread on the /forum page. ... (check-in: b89bfb2a 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: 63fee24a 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: ab0f06a5 user: stephan tags: trunk) | |
| 17:31 | Refactor the forum status display for performance. ... (check-in: 0dae5f8b user: drh tags: forum-statuses) | |
| 16:52 | Back out the "Pinned" pages feature. ... (check-in: 2d23c2e9 user: drh tags: forum-statuses) | |
| 16:33 | Add the whatis() SQL function, available for debugging. ... (check-in: 9d503225 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: 4235b68b user: drh tags: forum-statuses) | |
|
2026-05-26
| ||
| 21:08 | Refactor and simplify forum_statuses(). ... (check-in: d9b20257 user: stephan tags: forum-statuses) | |
| 18:50 | Merge the latest trunk enhancements into the forum-statuses branch. ... (check-in: 74b8376d user: drh tags: forum-statuses) | |
| 18:49 | Improvements to the whatis() SQL function. ... (leaf check-in: 5b31bb7f user: drh tags: pinned-forum-posts) | |
| 18:13 | Add the whatis() SQL function for use in debugging. ... (check-in: db8c6f90 user: drh tags: pinned-forum-posts) | |
| 17:57 | Add a potential TODO. Doc tweaks. ... (check-in: 5c1ee065 user: stephan tags: forum-statuses) | |
| 17:08 | Add a selection widget for status filtering. Now how to make the setting sticky? ... (check-in: 4c87c569 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: 52ac6bc1 user: stephan tags: forum-statuses) | |
| 16:03 | Baby steps in refactoring the /forum list query towards better support filtering by status. ... (check-in: 32501ce5 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: 54ae84e1 user: drh tags: forum-statuses) | |
| 14:35 | forum.wiki updates. ... (check-in: dd8beced user: stephan tags: forum-statuses) | |
| 14:21 | Swap the positions of the Unpin and Attach buttons. ... (check-in: e2bb38a4 user: stephan tags: forum-statuses) | |
| 14:00 | Add initial docs for forum statuses to www/forum.wiki. ... (check-in: 39e97fc0 user: stephan tags: forum-statuses) | |
| 13:39 | Fix rendering of the status tag for the read-only case. ... (check-in: aec2127b 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: 25b18d42 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: 696c8541 user: stephan tags: forum-statuses) | |
|
2026-05-25
| ||
| 20:11 | Merge trunk to avoid an otherwise pending merge conflict. ... (check-in: 555a0556 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: 72ac51e0 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: 5e5edbe5 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: 6c9900da user: stephan tags: pinned-forum-posts) | |
| 16:17 | Move the pinned-post indicator to the column with the thread topic. ... (check-in: dcd43c1d user: stephan tags: pinned-forum-posts) | |
| 16:04 | Rename the sticky CSS class to pinned. ... (check-in: 0f145235 user: stephan tags: pinned-forum-posts) | |
| 15:20 | Merge in trunk. ... (check-in: d6ff83b1 user: stephan tags: forum-statuses) | |
| 15:13 | Add pinned posts to the change log. ... (check-in: 6483b05b 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: 26931c82 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: 10375c36 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: 70ac3f6e 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: 02525654 user: stephan tags: forum-statuses) | |
| 11:39 | Add file attachment capability to forum posts. ... (check-in: 5079ffb0 user: stephan tags: trunk) | |
| 11:38 | Correct permissions check on forum-attachment removal confirmation to account for the forum-close-policy setting. ... (closed check-in: cb9e36ec user: stephan tags: forum-attachments) | |
| 10:39 | Minor tweaks and cleanup. ... (check-in: 085e1239 user: drh tags: forum-attachments) | |
| 07:55 | Add 'B' capability to www/caps/ref.html. ... (check-in: bca89346 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: 22bc6d7a 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: ce5b3b5d 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: 6c2efda1 user: drh tags: trunk) | |
| 13:54 | Do not show the Attach button for anonymous/nobody. ... (check-in: dfe39cc5 user: stephan tags: forum-attachments) | |
| 13:05 | Cosmetic tweaks and docs in the forum attachments. ... (check-in: 129082a4 user: stephan tags: forum-attachments) | |
| 12:33 | Add a mention of forum attachments to the change log. ... (check-in: 65e1588e 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: 641e7fce 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: c206c78e user: stephan tags: forum-attachments) | |
| 10:31 | Slight misinformation fix in fileformat.wiki. ... (check-in: 2a03fc1d user: stephan tags: forum-attachments) | |
| 10:30 | fileformat.wiki tweaks for attachments support. ... (check-in: c4ba59b7 user: stephan tags: forum-attachments) | |
| 10:19 | Strength the disapproval of moderation-pending attachments to disallow anonymous/nobody and use CSRF protections. ... (check-in: 363649c5 user: stephan tags: forum-attachments) | |
| 09:54 | Fix: users can now cancel their own pending-moderation attachments. ... (check-in: 2005cc0a 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: 5e2c49b4 user: stephan tags: forum-attachments) | |
| 09:12 | API doc clarification for moderation_user_could(). ... (check-in: 6e8f6c23 user: stephan tags: forum-attachments) | |
| 09:06 | Correct 'Usage:' tag for test-user-could-moderate. ... (check-in: cea22dc0 user: stephan tags: forum-attachments) | |
| 09:04 | Simplify the skip-pending-moderation check in attachment_list(). ... (check-in: c72ac2aa 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: 686057e0 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: 9e60ef97 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: 55b2a108 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: 782b8b8e user: stephan tags: forum-attachments) | |
| 17:20 | Correct a technote attachment URL arg name in attachment_list(). ... (check-in: 554fdf8f user: stephan tags: forum-attachments) | |
| 14:09 | Use webpage_error() instead of fossil_fatal() in some new error cases. ... (check-in: 9692f7ba 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: 50645bf5 user: stephan tags: forum-attachments) | |
| 09:57 | Automatic moderation approval for attachments to moderation-approved forum posts seems to work. ... (check-in: bd00fbe8 user: stephan tags: forum-attachments) | |
| 09:17 | Slight fileformat.wiki touchups regarding attachments/tags on forum posts. ... (check-in: 07bee50a 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: 5078e720 user: stephan tags: forum-attachments) | |
| 08:59 | Fix the annoying extra space in the attachment list. Minor doc update. ... (check-in: 0436eb5c user: stephan tags: forum-attachments) | |
| 07:45 | Add missing CSRF token to the new Attach button. ... (check-in: 2302e414 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: 051af7e3 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: fbab27b0 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: b3c9af20 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: c3bb9032 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: 1e10be48 user: stephan tags: forum-attachments) | |
| 20:39 | Remove some stray debug output. ... (check-in: 9bdaf6d5 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: f1a04c3a 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: 184de2d2 user: stephan tags: forum-attachments) | |
| 18:10 | Make use of new attachment target type detection to slightly simplify how /artifacts renders attachments. ... (check-in: efe25133 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: fed106e8 user: stephan tags: forum-attachments) | |
| 16:48 | Correct /artifact/ATTACHMENT_ID to distinguish forum post attachments from wiki page attachments. ... (check-in: 19506538 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: 55d9faf9 user: stephan tags: forum-attachments) | |
| 16:07 | Enhance the "fossil whatis" command so that it response to ticket IDs. ... (check-in: 86d07e8a 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: 1a93c064 user: stephan tags: trunk) | |
| 14:40 | Minor correction in comment, no functionality changes. ... (check-in: f0563d7c user: andybradford tags: trunk) | |
| 12:53 | Refactor setting of forum post 'closed' tag so that it can be reused for other tags. ... (check-in: 4d58d6e8 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: 2d7e2cb2 user: stephan tags: trunk) | |
| 07:55 | Minor cosmetic code style tweak - spacing only, no code changes. ... (leaf check-in: caeb8cd1 user: stephan tags: forum-subject-search) | |
|
2026-05-21
| ||
| 21:01 | Add possibility to only search forum subject lines ... (check-in: 8798a342 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 bug 83c5f1bce2. ... (check-in: ea99abc5 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: 055e4d04 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: 921e7c1e user: drh tags: trunk) | |
|
2026-05-10
| ||
| 18:14 | Merge trunk into rss-content ... (check-in: d7d3fdab 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: ee6a2f0c 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 post 839b3b6fef. ... (check-in: 20c579e4 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: e454028a user: drh tags: trunk) | |
| 15:04 | Fix a potential CSRF bypass. ... (leaf check-in: 80ae3f14 user: drh tags: enhanced-checkin-edit) | |
| 14:58 | Bug fixes in check-in editing. ... (check-in: dbf6ce78 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: 5c274a87 user: drh tags: enhanced-checkin-edit) | |
| 11:21 | Comment improvement. No changes to code. ... (check-in: f6d335bc user: drh tags: trunk) | |
|
2026-05-05
| ||
| 22:56 | Show before and after context on the /ci_edit page. ... (check-in: 664da57e user: drh tags: enhanced-checkin-edit) | |
| 17:41 | Initial infrastructure changes for improved WWW editing and creation of check-ins. ... (check-in: 2bee647e 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: c93e1c87 user: drh tags: trunk) | |
| 10:22 | Honor the NO_COLOR environment variable for the "fossil sys ls" command. ... (check-in: 471f4d00 user: drh tags: trunk) | |
|
2026-05-03
| ||
| 22:56 | Merge from trunk. ... (leaf check-in: f02094e3 user: brickviking tags: bv-infotool) | |
|
2026-04-30
| ||
| 20:48 | Merge the latest SQLite trunk changes, for beta testing of SQLite. ... (check-in: 1d618cc4 user: drh tags: trunk) | |
| 13:35 | Remove a newline from tools/fossil-autocomplete.zsh which, per forum post 2026-04-30T12:01:26Z, confuses zsh. ... (check-in: 92a0764b 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: 7a8fb34c user: drh tags: trunk) | |
|
2026-04-27
| ||
| 11:27 | Fix some const-correctness warnings with gcc 15.2. ... (check-in: ea099022 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: e37db2bb user: drh tags: trunk) | |
| 09:19 | Further improvements to the default prompt for "fossil sql". ... (check-in: 5c3150bc user: drh tags: trunk) | |
| 07:17 | Fix a var deref typo in [f99e07d194bff] which would cause container builds to be mis-tagged. ... (check-in: 7b9402ff user: stephan tags: trunk) | |
| 01:34 | Improvements to the default prompt for the "fossil sql" command. ... (check-in: ad133f54 user: drh tags: trunk) | |
|
2026-04-23
| ||
| 20:17 | Merge the latest SQLite enhancements with the new and improved CLI prompt interface. ... (check-in: 87881e8d user: drh tags: trunk) | |
| 17:38 | Remove an unused variable. ... (check-in: a543fb31 user: danield tags: trunk) | |
| 16:42 | Incorporate the latest SQLite updates. Improvements to prompt expansion in the "fossil sql" command. ... (check-in: 9b67f462 user: drh tags: trunk) | |
| 11:33 | Yet another bug fix to fossil_roundup_date(). ... (check-in: cc5b93ec user: drh tags: trunk) | |
|
2026-04-22
| ||
| 16:58 | Fix bug in fossil_roundup_date(). ... (check-in: edce45b4 user: drh tags: trunk) | |
|
2026-04-20
| ||
| 09:00 | Build tweaks based on 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: f99e07d1 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: 2c61a6c2 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: f2fa9832 user: drh tags: trunk) | |
| 06:15 | Add .m4a mimetype, as discussed in forum post 173711157e693275. ... (check-in: ec26e850 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: 2ce9ca95 user: florian tags: trunk) | |
| 02:51 | out w/ unused var ... (check-in: 30bfba32 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: 602e580b user: mgagnon tags: trunk) | |
| 19:53 | Documentation typo fix. ... (check-in: 44d2c0a5 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: 68b27378 user: drh tags: trunk) | |
| 12:52 | Convenience "copy" button before dates on the /info and /forumpost pages. ... (check-in: e3993375 user: drh tags: trunk) | |
| 12:18 | Improve the header comment on the style_copy_button() routine to be more accurate and lucid. ... (check-in: 7404ad0b 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: 52989410 user: drh tags: trunk) | |
|
2026-04-15
| ||
| 17:16 | Display Unversioned Files info in dbstat command (like on /stat page) ... (check-in: 349e9f2f user: mgagnon tags: trunk) | |
|
2026-04-13
| ||
| 12:12 | Display Pikchr version in the output of 'dbstat' and /stat. ... (check-in: cca8cc15 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: 3361df86 user: drh tags: trunk) | |
|
2026-04-10
| ||
| 04:09 | Clarification for chroot doc. ... (check-in: 200f486d user: brickviking tags: trunk) | |
| 04:03 | Clarification for chat docs. ... (check-in: 7924b4a3 user: brickviking tags: trunk) | |
|
2026-04-09
| ||
| 22:09 | Grammar tidyups for backoffice doc. ... (check-in: c500fa61 user: brickviking tags: trunk) | |
|
2026-04-08
| ||
| 16:57 | Remove the long-unmaintained debian/makedeb.sh, as discussed in forum post 5ab11b34d8326d52. ... (check-in: 59bb3743 user: stephan tags: trunk) | |
|
2026-04-07
| ||
| 09:58 | Merge the latest SQLite 3.53.0 beta for testing. ... (check-in: 0201a1e2 user: drh tags: trunk) | |
|
2026-04-05
| ||
| 18:09 | Typo fix in the email alert sent on user caps change ... (check-in: 3f8def36 user: wyoung tags: trunk) | |
|
2026-04-03
| ||
| 11:02 | Update the built-in Pikchr to the latest trunk check-in ... (check-in: adc7bfce 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: ad59a046 user: drh tags: trunk) | |
| 12:10 | When doing a "fossil update", if a file under management needs to overwrite an unmanaged file, display the name of the backup that is made of the unmanaged file, and use file_delete() to delete the unmanaged file, even if that unmanaged file is read-only. The enables "fossil up version-3.50.0" to work on the SQLite repository when starting from the latest trunk. ... (check-in: adb68404 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 post 6367db867c. ... (check-in: e84be9f2 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: a10f931b user: drh tags: trunk) | |
| 08:00 | Fix a hyperlink in the /info page. ... (check-in: d21fdd54 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: cae9c908 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: 6eeeed8b user: stephan tags: forum-notification-reminder) | |
|
2026-03-23
| ||
| 15:12 | Fix a section title in the TH1 docs. ... (check-in: 1cf64a94 user: florian tags: trunk) | |
| 15:10 | Add "current_checkin" to the list of TH1 variables available in skin templates. ... (check-in: c90e810f 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: cb89386a user: drh tags: trunk) | |
|
2026-03-21
| ||
| 16:15 | Add a reference to the chroot document also in the standalone server documentation. ... (check-in: e40bdbff user: andybradford tags: trunk) | |
|
2026-03-20
| ||
| 12:07 | Add otf (OpenType font) mime type. ... (check-in: 422785d5 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: 17f98784 user: drh tags: trunk) | |
|
2026-03-13
| ||
| 22:45 | Set the date on the 2.28 change log. ... (check-in: d98ec8a0 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: 6ea30fb3 user: florian tags: trunk) | |
| 12:50 | Increase the version number to 2.29. ... (check-in: 17f88fe0 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: 4cc76a6e user: mgagnon tags: argv0_as_subcommand) | |
| 00:56 | Avoid compiler warning by including an explicit break from the switch() statement. ... (check-in: 7d9cae84 user: andybradford tags: argv0_as_subcommand) | |
| 00:29 | Use "command_basename" once on beginning to simplify command comparison with argv0. ... (check-in: 7e7b3034 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 post. ... (check-in: 96de01f8 user: mgagnon tags: argv0_as_subcommand) | |
| 11:31 | Version 2.28 ... (check-in: 52445a27 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: 1ba3a483 user: drh tags: trunk) | |
|
2026-03-08
| ||
| 16:41 | Guard against null event types. ... (check-in: b0b3d9d9 user: tinus tags: rss-content) | |
| 14:31 | Move RSS encoded:content to position of description. ... (check-in: accf1b5e user: tinus tags: rss-content) | |
| 12:18 | Omit RSS descriptions when HTML content is available. ... (check-in: d8f7dc47 user: vor0nwe tags: rss-content) | |
| 12:10 | Preserve moderator access to private forum posts in RSS feeds. ... (check-in: 4fbde38d user: vor0nwe tags: rss-content) | |
| 11:53 | Skip private forum posts in both CLI and web RSS feeds. ... (check-in: 647c424f user: vor0nwe tags: rss-content) | |
| 11:40 | Avoid duplicate technote_render_to_html calls in RSS helper. ... (check-in: 2b9f8fbb user: vor0nwe tags: rss-content) | |
| 11:37 | Share RSS HTML content handling between web and CLI feeds. ... (check-in: 057236b8 user: vor0nwe tags: rss-content) | |
| 11:06 | Share wiki rendering logic between HTML output helpers. ... (check-in: 07dadca7 user: vor0nwe tags: rss-content) | |
| 10:43 | Move wiki_convert_to_html closer to wiki_render_by_mimetype. ... (check-in: b78b4665 user: vor0nwe tags: rss-content) | |
|
2026-03-06
| ||
| 23:16 | Improve RSS performance for forum and technote content rendering. ... (check-in: a2463799 user: vor0nwe tags: rss-content) | |
| 16:37 | Point technote RSS link at technote page instead of checkin page. ... (check-in: a88d460c user: vor0nwe tags: rss-content) | |
| 16:20 | Update built-in SQLite to version 3.52.0 final. ... (check-in: 81eeb1c2 user: drh tags: trunk) | |
| 16:03 | Include rendered technote HTML in RSS feeds. ... (check-in: 7aa1f7f2 user: vor0nwe tags: rss-content) | |
| 15:41 | Include rendered forum HTML in RSS with absolute links and latest-edit filtering. ... (check-in: 43267589 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: 305ee2d1 user: drh tags: trunk) | |
|
2026-03-02
| ||
| 21:31 | Update the built-in SQLite to the latest 3.52.0 beta ... (check-in: ba8756ac 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: 73512f45 user: drh tags: trunk) | |
|
2026-02-24
| ||
| 14:01 | Updates to the change log. ... (check-in: 12a7ab08 user: drh tags: trunk) | |
| 14:00 | Attempt to rationalize the options and behavior of the "ls" command, while preserving backwards compatibility. ... (check-in: ba492794 user: drh tags: trunk) | |
| 13:14 | Improvements to the help text for the new --reopen option in "fossil open". ... (check-in: 6f566c84 user: drh tags: trunk) | |
| 12:59 | In the help text for "fossil annotate", move the -t and -T options into alphabetical order. ... (check-in: 12d31f07 user: drh tags: trunk) | |
| 00:22 | Update the built-in SQLite to the latest trunk version for testing. ... (check-in: b8ab8b3d 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: 6c9d32ae 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 archives is rare, and because ZIP archive extraction by Fossil is rare, doing so might create more problems than it solves. ... (check-in: 31ce0d31 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 post 46a777f773. ... (check-in: a363d26b user: stephan tags: trunk) | |
|
2026-02-19
| ||
| 14:36 | Update the built-in SQLite to the latest beta for testing. ... (check-in: 065736a2 user: drh tags: trunk) | |
|
2026-02-17
| ||
| 16:47 | Merge the latest trunk enhancements into the timestamp-vfs branch. ... (leaf check-in: 99aa77d9 user: drh tags: timestamp-vfs) | |
| 16:45 | Import the latest version of tmstmpvfs.c. ... (check-in: 0529ecd9 user: drh tags: timestamp-vfs) | |
| 15:06 | Carry forward [368d97869b] to the zlib 1.3.2 update. ... (closed check-in: d658634b user: florian tags: zlib-update) | |
| 15:04 | Carry forward [0f8bae079e] to the zlib 1.3.2 update. ... (check-in: 235b2103 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: 04f74fdf user: florian tags: zlib-update) | |
| 12:08 | Update the built-in SQLite to include the latest enhancements and optimizations. ... (check-in: b10ff380 user: drh tags: trunk) | |
| 12:06 | Provide a link to the rcvfrom entry on the artifact page. ... (check-in: 2e2932f6 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: d0d5159c 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: f72ef850 user: andybradford tags: trunk) | |
| 18:46 | This fixes a problem wherein "fossil undo" would not restore the manifest files as mentioned in forum post 4977f3ecea. It also addresses a separate bug found in the effort in which "fossil commit" with the --dry-run flag would produce manifest files that belonged to the "dry-run" which were immediately invalidated and stale, thus not reflecting the actual version as reported by "fossil status". ... (closed check-in: 2348408a 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: 6c6c1feb user: drh tags: trunk) | |
|
2026-02-11
| ||
| 06:41 | Tiny nip-tuck for info text. ... (check-in: 031f1e6d user: brickviking tags: bv-infotool) | |
|
2026-02-10
| ||
| 21:58 | Tidying up the script comments. ... (check-in: 663d33c2 user: brickviking tags: bv-infotool) | |
| 10:01 | Add/use the --quiet option on 'timeline' to suppress printing end-of-timeline notifications. ... (check-in: 3e3d5ed0 user: danield tags: trunk) | |
| 08:49 | Latest merge from trunk. ... (check-in: d0379164 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: f661b8de user: florian tags: trunk) | |
|
2026-02-06
| ||
| 22:45 | Tiny grammar niptuck. ... (check-in: df668553 user: brickviking tags: trunk) | |
| 00:51 | Make extra lines like tag notifications responsive to the timeline-max-comment limit. ... (check-in: 1f20d61a user: drh tags: trunk) | |
|
2026-02-05
| ||
| 13:22 | Add mention of the "-R REPO_FILE" option in the whatis usage help. ... (check-in: 32493b85 user: mgagnon tags: trunk) | |
| 12:04 | Update the built-in SQLite to the latest trunk version, for beta testing. ... (check-in: 7b0960d8 user: drh tags: trunk) | |
| 11:55 | Add the -h/--hash option to the "fossil whatis" command. ... (check-in: 49f93f8e user: drh tags: trunk) | |
|
2026-02-04
| ||
| 06:44 | Clarify the use of TH1 tainted strings in the Custom Skins document, and add "mainmenu" to the list of TH1 variables available in skin templates. ... (check-in: 12036a36 user: florian tags: trunk) | |
|
2026-02-03
| ||
| 12:57 | Mention TH1 tainted strings in the Custom Skins document. ... (check-in: 2a02993a user: florian tags: trunk) | |
| 12:48 | Update the default value of the robot-restrict setting mentioned in the Defense against Spiders and Robots document, and add a source code comment indicating where the setting is referenced. ... (check-in: 67726b6e user: florian tags: trunk) | |
|
2026-02-02
| ||
| 15:20 | Change the recommended value for the robot-restrict setting mentioned in the online help to match the built-in default value, so it's easier to check if the setting was modified. ... (check-in: d55227ec user: florian tags: trunk) | |
|
2026-01-29
| ||
| 14:47 | Two new sub-commands on "fossil system": "unzip" and "zip". ... (check-in: 73e3217b user: drh tags: trunk) | |
|
2026-01-28
| ||
| 16:12 | Fix commands supporting the --quiet option to use the global option state initialized on program startup, so that their --quiet option really works. Make -q an alias of --quiet, as documented by many commands, and fix two resulting conflicts with the short form. IMPORTANT COMPATIBILITY NOTE: For the `test-integrity' command, the -q option is changed from --quick to --quiet, and for the `ticket' command family, the -q option is changed from --quote to --quiet! ... (check-in: 74d5ce39 user: florian tags: trunk) | |
|
2026-01-27
| ||
| 16:20 | New version of tmstmpvfs.c that fixes the WAL-checksum bug. ... (check-in: 6cb48bf6 user: drh tags: timestamp-vfs) | |
| 11:21 | Fix frame number computations in the timestamp VFS. ... (check-in: 7e63541c user: drh tags: timestamp-vfs) | |
|
2026-01-26
| ||
| 21:26 | Update the tmstmpvfs.c extension module to the latest version. ... (check-in: 2a1a9c35 user: drh tags: timestamp-vfs) | |
| 21:24 | Merge the latest trunk enhancements into the timestamp-vfs branch. ... (check-in: 69d74545 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: 13c221af user: drh tags: trunk) | |
|
2026-01-23
| ||
| 14:38 | Add options -t/-T to 'blame'/'praise' to display for each tracked file the last modifying check-in, its author, and (with -T) a comment snippet. ... (check-in: 64413409 user: danield tags: trunk) | |
| 14:29 | Fix an incorrect comment in terms of content. ... (check-in: d83de4a2 user: danield tags: trunk) | |
|
2026-01-14
| ||
| 12:57 | Revisit [b0188ce122] to improve compatibility with web browsers lacking support for `overflow-y: clip'. It's a bit strange that `overflow-y: hidden' still truncates the box shadows, so this fallback style is only applied temporarily during the accordion panel animations. ... (check-in: 490ddadc user: florian tags: trunk) | |
|
2026-01-13
| ||
| 23:57 | Fix the "fossil get" command so that it sets the mtime on extracted files. Forum post 7239e92e0f59e407. ... (check-in: 2a387c97 user: drh tags: trunk) | |
| 19:53 | Merge the Markdown label enhancement from trunk. ... (check-in: ef15cfce user: drh tags: timestamp-vfs) | |
| 19:52 | Tag labels in Markdown with IDs that are compatible with GitHub. ... (check-in: f9ead753 user: drh tags: trunk) | |
| 19:51 | Update the change log. ... (closed check-in: a190fae4 user: drh tags: markdown-header-ids) | |
| 19:50 | A more precise implementation of "slugify". ... (check-in: 8c9810e6 user: drh tags: markdown-header-ids) | |
|
2026-01-12
| ||
| 19:54 | Merge the latest trunk changes into the timestamp-vfs branch. ... (check-in: f312c182 user: drh tags: timestamp-vfs) | |
| 19:51 | Avoid unsigned integer overflow in the delta_apply() function when handed a maliciously malformed input. ... (check-in: e417a507 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: 21cbb8c4 user: drh tags: markdown-header-ids) | |
|
2026-01-11
| ||
| 17:04 | Modify the accordion panel style to hide only vertical overflow and keep the box shadows of selected and current timeline entries visible in the context section of /info pages. Set the CSS property to `clip' instead of `hidden' to disallow any vertical scrolling (for example, by tabbing through hyperlinks), although this is probably not relevant for accordion panels. ... (check-in: b0188ce1 user: florian tags: trunk) | |
|
2026-01-10
| ||
| 16:42 | Prevent clicks to timeline hash links, which are now enclosed in extra SPAN elements with class name `timelineHash' in some view modes, from activating keyboard navigation focus tracking. Align the list of click-responsive HTML elements with [b09a9b621f] to filter more clicks on timeline entries to be ignored by the keyboard navigation focus manager. ... (leaf check-in: ed087bf6 user: florian tags: timeline-keyboard-navigation) | |
| 14:17 | Sync with trunk. ... (leaf check-in: ceee00be user: florian tags: standard-cli-colors) | |
| 14:10 | Sync with trunk. ... (leaf check-in: e4556126 user: florian tags: diff-word-wrap) | |
| 14:05 | Sync with trunk. ... (leaf check-in: facfbbd5 user: florian tags: diff-keyboard-navigation) | |
| 14:02 | Sync with trunk. ... (check-in: c50c8ed9 user: florian tags: timeline-keyboard-navigation) | |
| 11:52 | Do not try to use "notepad" as a text editor on non-windows systems. ... (check-in: 9b263d87 user: drh tags: trunk) | |
|
2026-01-09
| ||
| 16:46 | Merge the latest trunk enhancements into the timestamp-vfs branch. ... (check-in: b718f73b user: drh tags: timestamp-vfs) | |
| 16:44 | Update the built-in SQLite to the latest trunk check-in for testing. ... (check-in: 2b2530dd user: drh tags: trunk) | |
| 16:41 | If the reply to an HTTP request omits the content-length, assume that the server wants us to close the connection. Forum post 815e4320c8. ... (check-in: aa7a0877 user: drh tags: trunk) | |
|
2026-01-08
| ||
| 19:17 | New version of tmstmpvfs.c that names log files using ISO8601 names instead of hexadecimal milliseconds since 1970. ... (check-in: eb9f1c6d user: drh tags: timestamp-vfs) | |
| 17:54 | Fix an off-by-one error in the log file generated by tmstmpvfs.c. ... (check-in: 8fd8c9e6 user: drh tags: timestamp-vfs) | |
| 15:32 | Update the builtin SQLite to the latest trunk check-in, to capture improvements. ... (check-in: 6c3c5bef 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: e4685667 user: drh tags: timestamp-vfs) | |
|
2026-01-06
| ||
| 01:11 | Fix a documentation typo. ... (check-in: bd70ec5f user: drh tags: trunk) | |
|
2026-01-05
| ||
| 21:00 | Add the new "fossil get" command to the 2.28 change log. ... (check-in: f83134bc user: drh tags: trunk) | |
| 13:41 | Improved "help" for the new "fossil get" command. No code changes. ... (check-in: 692140d9 user: drh tags: trunk) | |
| 12:37 | Update the built-in SQLite to the latest 3.52.0 alpha version for testing. ... (check-in: 12e4a0f4 user: drh tags: trunk) | |
| 06:18 | Spelling corrections in comments and some help documents. ... (check-in: 97a4f266 user: andybradford tags: trunk) | |
|
2026-01-04
| ||
| 19:45 | Reduce the amount of indentation on option-lists in the one-line help. ... (check-in: 9432ea90 user: drh tags: trunk) | |
| 11:40 | Display compilation time in UTC or fall back to the current solution. ... (leaf check-in: f6f48d09 user: danield tags: utc-compilation-time) | |
| 10:59 | Fix minor formatting problem in the gdiff documentation. ... (check-in: 77642871 user: drh tags: trunk) | |
|
2026-01-03
| ||
| 21:31 | Fix a harmless compiler warning in the previous check-in. ... (check-in: ab72c29d user: drh tags: trunk) | |
| 21:27 | If the -s option is used on the "fossil all command" and processing stops due to an error, print a clear error message so that the stop is unambiguous and does not get lost in the clutter of the "fossil all" output. ... (check-in: b582c877 user: drh tags: trunk) | |
| 16:51 | Minimal fix to "fossil diff" command which outputs a tab after the filenames so that the patch(1) command can figure out how to patch filenames that have spaces in them. ... (check-in: c6715ca6 user: andybradford tags: trunk) | |
|
2026-01-01
| ||
| 19:12 | Improved HTML formatting of help pages. ... (check-in: ddd1c320 user: drh tags: trunk) | |
|
2025-12-30
| ||
| 20:41 | Add -s and --stop as aliases for --stop-on-error in the "fossil all" command. ... (check-in: 7ec232ab user: drh tags: trunk) | |
| 20:16 | Fix a typo in the previous check-in ... (check-in: 8e6c55ac user: drh tags: trunk) | |
| 20:11 | Fix "fossil sync" so that it returns non-zero if the sync fails. Add the --ping and --quiet options to "fossil sync". ... (check-in: 8fa8fe8e user: drh tags: trunk) | |
| 13:18 | Update the built-in SQLite to the latest trunk version for testing, and especially testing of the enhancements to the CLI. ... (check-in: b9ecacf4 user: drh tags: trunk) | |
|
2025-12-28
| ||
| 23:00 | Remove some more duplicates in comments. No functional changes. ... (check-in: d83638e4 user: danield tags: trunk) | |
|
2025-12-27
| ||
| 14:45 | Minor fix to the previous check-in. ... (check-in: c91fd40b user: drh tags: trunk) | |
| 14:42 | Add a new category of help: help-topics. There is initially just one named "options" which explains the command-line options available for all commands. Other topics can now be easily added simply by inserting the appropriate "TOPIC:" comments into the code. ... (check-in: 6eeb27aa user: drh tags: trunk) | |
| 12:21 | Spelling fixes in docs/comments. ... (check-in: 33d3bf3e user: km tags: trunk) | |
|
2025-12-26
| ||
| 23:30 | Merge mingw-build-error ... (check-in: ee4c762d user: andygoth tags: trunk) | |
| 23:20 | Fix build error with gcc and MinGW-w64 13.0.0 ... (closed check-in: 0e280751 user: andygoth tags: mingw-build-error) | |
|
2025-12-24
| ||
| 14:30 | One more typo fix in a code comment. No functional changes. ... (check-in: 4d575dc8 user: florian tags: trunk) | |
|
2025-12-23
| ||
| 19:53 | Some last sly typos which had been supposedly fixed. ... (check-in: f677d53e user: danield tags: trunk) | |
| 16:07 | Fix typos in two function names. No functional changes. ... (check-in: d425d239 user: danield tags: trunk) | |
| 16:06 | Assorted fixes of typos and grammar in code comments. No functional changes. ... (check-in: e2bdc105 user: danield tags: trunk) | |
| 14:50 | Only require CSRF checks for /chat-send if the request was authenticated by cookie. Follow-up to [4caa8cb9ff819f7e]. ... (check-in: 10006db4 user: drh tags: trunk) | |
|
2025-12-22
| ||
| 11:31 | Update the built-in SQLite to the latest trunk version, which perhaps restores the ability to compile Fossil using WindowsXP. ... (check-in: 5f65ed51 user: drh tags: trunk) | |
|
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: f39c5254 user: andybradford tags: trunk) | |
| 00:49 | Rename a new routine for consistent naming in the http_socket.c source file. ... (closed check-in: fa63c944 user: drh tags: ssl-with-socket) | |
| 00:38 | Remove extraneous includes that were left overs from alternative approach. ... (check-in: e7386bb0 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 post 3726ae4219. ... (check-in: 61b3f488 user: andybradford tags: ssl-with-socket) | |
|
2025-12-19
| ||
| 22:05 | Merge from trunk. ... (check-in: 6759efcc 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: 1f8d7b7a user: danield tags: trunk) | |
| 13:01 | Add documentation for network control command-line options, such as --ipv4. ... (check-in: 5ef8ac82 user: drh tags: trunk) | |
| 12:17 | Add the --ipv6 option to "fossil clone" to force the use of IPv6. ... (check-in: 6f55dbd0 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: 654fe05f 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 post bfcf326231. ... (check-in: 82dc70d5 user: drh tags: trunk) | |
| 04:43 | Update a comment about contenteditable=plaintext-only to reflect current browser status. No code changes. ... (check-in: 480bf26b user: stephan tags: trunk) | |
|
2025-12-18
| ||
| 09:09 | Replace some tabs with spaces. ... (check-in: 21c76f19 user: danield tags: trunk) | |
| 09:04 | Updates to the change log. ... (check-in: cfe1e42f user: danield tags: trunk) | |
|
2025-12-17
| ||
| 16:06 | Squelch some harmless warnings from an overzealous clang on termux. ... (check-in: 6b2cc46d user: danield tags: trunk) | |
|
2025-12-15
| ||
| 21:49 | Fix a typo in differentiating timeouts from other panics in the error log. ... (check-in: 11bd17cb 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: ae7e3f04 user: drh tags: trunk) | |
| 23:24 | Pervent integer overflow caused by a malicious delta. ... (check-in: 2b660bd1 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: 9c2741ec 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: 614b3f75 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: d5504f9d 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: 43af043b user: drh tags: trunk) | |
| 11:24 | Add the (undocumented) "fossil chat purge" command, for debugging. ... (check-in: 3fe805ac user: drh tags: trunk) | |
|
2025-12-09
| ||
| 12:41 | The access-log should default to ON, in all cases. Forum post a16a4e1556. ... (check-in: fc79c57c 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: 9225f7d3 user: drh tags: trunk) | |
|
2025-12-07
| ||
| 05:36 | Small Makefile.in comment tidyups. ... (check-in: 86787ead 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: 709b5664 user: drh tags: trunk) | |
|
2025-12-05
| ||
| 16:04 | Update OpenSSL usage to avoid deprecated APIs. ... (check-in: 0d239b52 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: 98287b7b 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: fbe5269b user: andybradford tags: trunk) | |
| 14:13 | Update the built-in SQLite to the latest trunk version, for testing. ... (check-in: d326547c user: drh tags: trunk) | |
|
2025-12-04
| ||
| 15:22 | Latest changes from trunk in preparation for merging. ... (closed check-in: 2317172a user: andybradford tags: cmd-tag-find) | |
|
2025-11-30
| ||
| 20:48 | Following 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 implicit preference that it be used over OS/browser defaults. This list is likely to need to grow. ... (check-in: c17764f0 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: f4b3b598 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: 5d71561e user: stephan tags: trunk) | |
| 01:06 | Small typo in help text for `fossil system` ... (check-in: 4db81903 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: 1c750076 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: 24e050a0 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: 72d93e8c user: stephan tags: trunk) | |
| 13:51 | Get the message widget content stretching in zoom mode. Update the change log. ... (closed check-in: a45b75c0 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: ff297e1a 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: 07570b15 user: florian tags: standard-cli-colors) | |
| 14:12 | Sync with trunk. ... (check-in: b81b4c6c user: florian tags: standard-cli-colors) | |
| 11:27 | Patch the default ticket display TH1 script, as suggested by forum post 5e0a68ccc9. ... (check-in: f0a30252 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: f39852d3 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: 6ae9c9aa 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: 378f0a5b user: andybradford tags: cmd-tag-find) | |
| 16:52 | Style changes only (remove tabs), no functional changes. ... (check-in: 524a3fec user: andybradford tags: trunk) | |
| 16:42 | Colorize the output of the "fossil sys ls" command. ... (check-in: b91ec5ad user: drh tags: trunk) | |
| 16:15 | Remove the test-terminal-size command as now we have "sys stty size" ... (check-in: 33b17c8b user: drh tags: trunk) | |
| 15:50 | Implement "fossil sys stty size" ... (check-in: 4dd0affa 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: 45de97fa user: drh tags: trunk) | |
|
2025-11-24
| ||
| 16:53 | Add some change statuses missing from /json/status, as reported in forum post 1e835e6a79. Update the vfile.chnged docs to reflect values added since they were last updated. ... (check-in: 6112d901 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: 54272f72 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: 9aee493c 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: 97c9cae4 user: wyoung tags: trunk) | |
|
2025-11-22
| ||
| 21:16 | Documentation updates for the robot-restrict changes of the previous check-in. ... (check-in: 3481761e user: drh tags: trunk) | |
| 20:53 | Enhance the robot-restrict setting with the ability to block robots from specific extensions. ... (check-in: 42315986 user: drh tags: trunk) | |
| 19:31 | Show tags associated with the download check-in on the /rchvdwnld page. ... (check-in: bee49c13 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: f07aa626 user: drh tags: trunk) | |
|
2025-11-20
| ||
| 15:10 | Fix auto.def, such that it works with Tcl 9 as well ... (check-in: 7a43dcbe user: jan.nijtmans tags: trunk) | |
| 15:08 | Fix if defined(USE_TCL_STUBS) position, was in wrong line ... (check-in: 3eda24a5 user: jan.nijtmans tags: trunk) | |
| 10:37 | Update change log ... (check-in: 7756b9c0 user: jan.nijtmans tags: trunk) | |
| 10:25 | Update tables to Unicode 17 ... (check-in: 2984310f 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: 07743046 user: drh tags: trunk) | |
|
2025-11-19
| ||
| 19:40 | Update to a newer SQLite that fixes harmless compiler warnings in shell.c ... (check-in: 0276100d user: drh tags: trunk) | |
|
2025-11-18
| ||
| 18:15 | Bring in the latest SQLite upstream for beta testing. ... (check-in: 4f764591 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: b09a9b62 user: florian tags: trunk) | |
| 14:02 | Fix redundant closing brackets appearing after the timeline details on the /finfo page. ... (check-in: dedc4ab3 user: florian tags: trunk) | |
| 12:32 | Document the new -? alias for --help. ... (check-in: ce13c673 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: 30eb8912 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 post e2e9aebc4db4420e. ... (check-in: 96fab06a 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: c14f217d user: danield tags: trunk) | |
| 16:04 | Add short option '-s' for '--numstat' in the diff command. ... (check-in: df119a35 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: 3fe737a8 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: 9a498595 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: 6b31bcfc 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: ff7fe394 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 post 1245b69c. ... (check-in: 01510183 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 check-in: 2c855a53 user: drh tags: system-cmd) | |
|
2025-11-02
| ||
| 11:33 | Add options to "fossil sys ls": -S, -m, and -d. ... (check-in: 13de44ed user: drh tags: system-cmd) | |
|
2025-11-01
| ||
| 23:15 | Improvements to the "fossil sys ls" command. ... (check-in: ab03e506 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: 27baef45 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: fb173ae1 user: drh tags: trunk) | |
| 13:48 | Update the built-in SQLite to the latest trunk check-in for beta testing. ... (check-in: 8690598e user: drh tags: trunk) | |
| 13:29 | Allow symbolic names for the name= query parameter to the /rchvdwnld. ... (check-in: 50b81001 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, though closing the table would be fairly standard. ... (check-in: 5c452f61 user: brickviking tags: bv-infotool) | |
|
2025-10-29
| ||
| 11:10 | Merge from trunk. ... (check-in: 50b56eec user: brickviking tags: bv-infotool) | |
|
2025-10-28
| ||
| 15:05 | Cache the name of the main branch. ... (check-in: ca0d66b2 user: danield tags: trunk) | |
| 14:15 | Try to always honor the main-branch setting rather than hard-coding "trunk". ... (check-in: 3a6dd839 user: drh tags: trunk) | |
| 14:09 | Update the built-in SQLite to the latest 3.51.0 code for beta-testing. ... (check-in: 92871e0c user: drh tags: trunk) | |
|
2025-10-25
| ||
| 17:38 | Put back a couple of overzealously deleted lines. ... (closed check-in: 7832da88 user: danield tags: softcoded-main-branch) | |
| 13:48 | Remove some fossil_free() calls added by the previous check-in. ... (check-in: 6a617d00 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: dd8995bb user: danield tags: softcoded-main-branch) | |
| 13:16 | Update the email notification transfer daemon script. ... (check-in: 4163ef00 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 post 31e880a7e. ... (check-in: 2f27f4b0 user: drh tags: trunk) | |
| 11:24 | Updates to the email-sender.tcl script. ... (check-in: 334f7f42 user: drh tags: trunk) | |
| 10:17 | Fix a bug in path.c reported by forum post 658487ff8e. ... (check-in: da9aa4ab user: drh tags: trunk) | |
| 08:14 | Merge from trunk. ... (check-in: 0ffacb52 user: brickviking tags: bv-infotool) | |
| 07:57 | Small grammar change in the changes.wiki page. ... (check-in: 2ff040c4 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 post bac6213f6e59f1f9. This simply forwards that usage to the test-move-repository command. ... (check-in: ae8a45c7 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: 20adff95 user: stephan tags: trunk) | |
| 13:06 | Remove a bogus assert which could trigger on an anonymous clone. ... (check-in: ecf44a28 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 thread 6a01bc270d. ... (check-in: 6ce705b8 user: drh tags: trunk) | |
| 10:31 | Use ascii "self" instead of chinese "自", since some users do not have han fonts installed. ... (closed check-in: ff94437a user: drh tags: timeline-enhance-2025) | |
|
2025-10-19
| ||
| 21:32 | Fix typos in the documentation of the 'suggested-downloads' setting. ... (check-in: 302c30b5 user: danield tags: timeline-enhance-2025) | |
| 20:38 | Yet another update to the change log. ... (check-in: 83c7fe89 user: drh tags: timeline-enhance-2025) | |
| 20:33 | Update the change log to include enhancements entered on the timeline-enhance-2025 branch. ... (check-in: 5056b3ba 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: 50dba704 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: 57caee03 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: 55beb232 user: drh tags: timeline-enhance-2025) | |
| 17:57 | Improved tarball filename normalization. ... (check-in: 1d44e890 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: 2d89ae65 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: c9c17a81 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: 80d2beab 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: 8a7a38ba 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: 54e1d7dc user: drh tags: timeline-enhance-2025) | |
| 22:54 | Fix formatting for /help/suggested-downloads. ... (check-in: df4f6c18 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: 081a79af 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: df28ba65 user: drh tags: timeline-enhance-2025) | |
| 19:39 | Improve the appearance of the /rchvdwnld page. ... (check-in: d6c9aee9 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: 878407b8 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 to be a compromise between "Compact" and "Verbose". ... (check-in: 07a43dd3 user: drh tags: timeline-enhance-2025) | |
| 13:17 | Rename the /tarlist page to /download. Rename the suggested-tarlist property to suggested-downloads. ... (check-in: 717fbdc2 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: 7d8e30dd user: drh tags: timeline-enhance-2025) | |
| 12:37 | Consistent naming of tarball links. ... (check-in: 3d63613a user: drh tags: timeline-enhance-2025) | |
| 11:55 | Add the "ziplink" robot-restrict tag. Improvements to the /rchvdwnld page. ... (check-in: 58a99696 user: drh tags: timeline-enhance-2025) | |
| 02:29 | Fix redundant element on the displayed download lines on the /rchvdwnld page. ... (check-in: 38567e2f 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: 6b515d7b 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: bdbf5db2 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: 983331a1 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: 881b705b user: drh tags: timeline-enhance-2025) | |
| 15:49 | Improvements to the display of /brtimeline. ... (check-in: 8b00a971 user: drh tags: timeline-enhance-2025) | |
| 14:49 | Only check the path again if the previous conditions are met. ... (check-in: ee445fee 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: 7531b945 user: andybradford tags: trunk) | |
| 14:18 | Use CSS instead of <string> markup to add emphasis to the check-in hash. ... (check-in: 6950c148 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: 33de43f0 user: drh tags: timeline-enhance-2025) | |
| 13:35 | Merge trunk fixes into the timeline-enhance-2025 branch. ... (check-in: 36f17b0c user: drh tags: timeline-enhance-2025) | |
| 13:34 | Fix the /finfo page display that was broken by recent infrastructure enhancements. ... (check-in: 1ff0d0b0 user: drh tags: trunk) | |
| 12:57 | Restrict the use of the new "tarzip" parameter to non-robots. ... (check-in: d568a2fb user: drh tags: timeline-enhance-2025) | |
| 12:39 | Add the "tarzip" query parameter to /timeline. ... (check-in: 2dc364f6 user: drh tags: timeline-enhance-2025) | |
| 12:05 | Improvements to the /tarlist page. ... (check-in: 6827cd05 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: 9cc36d23 user: drh tags: trunk) | |
| 11:14 | OLD_STYLE macro restores legacy display of /brtimeline ... (check-in: 2d94dadc 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: 4da636fe 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: be76a57b user: drh tags: trunk) | |
| 10:56 | Fixes to the previous check-in. ... (closed check-in: 535e39be 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: 67a2350f 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 discussion in forum post 7b3e0e0582525d for more details. ... (check-in: 6fc68740 user: andybradford tags: get-command-directory) | |
| 01:32 | Fix technote linkage on the timeline. ... (check-in: f181c88a user: drh tags: timeline-enhance-2025) | |
|
2025-10-16
| ||
| 23:55 | Omit unused variables in the timeline generator. ... (check-in: d5cff124 user: drh tags: timeline-enhance-2025) | |
| 23:54 | Change the default value of the suggested-tarlist setting to "1 trunk". ... (check-in: 69b95380 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: ece92e22 user: drh tags: timeline-enhance-2025) | |
| 23:18 | Add the (experimental) /tarlist page to offer suggested tarballs and ZIPs for download. ... (check-in: 2c6d015c user: drh tags: timeline-enhance-2025) | |
| 18:47 | Reformat the "extra" section of timeline entries. Very experimental. ... (check-in: ba434ab4 user: drh tags: timeline-enhance-2025) | |
| 17:51 | More improvements to no-graph timelines. ... (check-in: 78b56efa user: drh tags: timeline-enhance-2025) | |
| 17:47 | Improvements to the no-graph display of timelines. ... (check-in: 085082f1 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: ddd12b85 user: drh tags: timeline-enhance-2025) | |
| 16:59 | Show the branch name in the extra section of the /brtimeline page. ... (check-in: c8e0268a user: drh tags: timeline-enhance-2025) | |
| 15:10 | Timeline computes the main branch name once, instead of once per row. ... (check-in: fa3e6ed2 user: drh tags: timeline-enhance-2025) | |
| 15:03 | Enhancements to the infrastructure that generates timeline displays. ... (check-in: 37955439 user: drh tags: timeline-enhance-2025) | |
| 07:24 | Spelling correction to error message for "fossil get" command. ... (check-in: 196cb772 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: 088be210 user: andybradford tags: trunk) | |
| 00:14 | Fix usage statement for new "fossil get" command as mentioned in forum post 7b3e0e0582525d3b. ... (check-in: 788e68b0 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" command. ... (check-in: 2f9920a1 user: drh tags: trunk) | |
| 23:22 | Back out erroneous overwrites of the VERSION and .editorconfig files. ... (closed check-in: fa522a07 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: cfb5a861 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: 489b2626 user: drh tags: get-command) | |
| 21:58 | Improved comments and extra abuse defense. ... (check-in: a1f420c6 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: 9a767601 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: 8028c868 user: drh tags: get-command) | |
| 17:15 | Implement the "fossil get" command. ... (check-in: 552eee77 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 option is provided. ... (check-in: 9abda297 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: 3c639f74 user: drh tags: trunk) | |
|
2025-10-11
| ||
| 16:06 | Squish multiple comment typos ... (check-in: 8af68648 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: c64f28d2 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: cc09064f user: stephan tags: trunk) | |
| 16:41 | Update the change log. ... (check-in: 96dec624 user: drh tags: trunk) | |
| 16:32 | Add support the branch name selection box in the submenu. ... (check-in: 5f158ae8 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: 70539eee 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: f4240ecc 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 check-in: 5a3f0386 user: mgagnon tags: dir_page_recent_branch_menu) | |
| 18:22 | stash drop help tweak suggested in forum post d5c5c0f980. ... (check-in: e2783d07 user: stephan tags: trunk) | |
| 13:35 | Updates to the antibot.wiki page, to discuss the latest enhancements to robot defenses. ... (check-in: 14e23927 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: 4d198d0e user: drh tags: trunk) | |
| 12:51 | Updates to the Robot Defense Settings page to make it easier to configure the latest defensive options. ... (closed check-in: 7f846263 user: drh tags: tarball-robot-defense) | |
| 12:19 | Work toward improving the defense against abusive robots downloading tarballs. ... (check-in: da43fd9f user: drh tags: tarball-robot-defense) | |
| 10:29 | Omit "zip" from the default robot-restrict settings. ... (check-in: a199b74f user: drh tags: trunk) | |
| 09:34 | In the timeline, replace a hard-coded 'trunk' with a db_get('main-branch'), as suggested in forum post 61450a0395 (this time in the correct branch). ... (check-in: cc5ffebb user: stephan tags: trunk) | |
| 09:33 | In the timeline, replace a hard-coded 'trunk' with a db_get('main-branch'), as suggested in forum post 61450a0395. ... (closed check-in: 263c5194 user: stephan tags: tktview-newest-first) | |
|
2025-10-08
| ||
| 15:25 | replace c++ comments single line comment. ... (check-in: ee5db213 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: c0948343 user: mgagnon tags: trunk) | |
| 14:40 | Fix a harmless UBSAN warning in makeheaders.c ... (check-in: a456dcbb user: drh tags: trunk) | |
| 14:28 | Disable the graph if the "oldestfirst" query parameter is used on a timeline. ... (check-in: 39262f69 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: 80c5e679 user: danield tags: trunk) | |
| 13:14 | Add the -r option to the 'timeline' command to display items in chronological order. ... (check-in: 7ac9d8bf 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: 4bfbe5f5 user: danield tags: trunk) | |
|
2025-10-07
| ||
| 20:04 | Remove some debug output. ... (check-in: 52586ea6 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: 531668f5 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: 8725737d user: danield tags: trunk) | |
|
2025-10-06
| ||
| 19:08 | Improvements to the anti-robot documentation page. ... (check-in: 8d328126 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: 819da69d user: wyoung tags: trunk) | |
|
2025-10-03
| ||
| 17:31 | Fix spelling errors found by the Debian QA tools. ... (check-in: 7db623e5 user: danield tags: trunk) | |
| 17:27 | Improve the recommented value for robot-exception. ... (check-in: 3bbd18a2 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: 57c8bec8 user: drh tags: trunk) | |
| 14:36 | Remove a pointless source code test from "make test" ... (check-in: 871f6b36 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: 4619d2ef user: drh tags: trunk) | |
|
2025-10-02
| ||
| 19:36 | Align the delta_parse() debug function with the SQLite sources. ... (check-in: a8dbbac9 user: drh tags: trunk) | |
| 14:14 | Update the built-in SQLite to the latest trunk check-in for beta testing. ... (check-in: 3ca3a6a6 user: drh tags: trunk) | |
|
2025-09-30
| ||
| 18:13 | Update the version number 2.28 to begin the next dev cycle. ... (check-in: c8fcc971 user: drh tags: trunk) | |
| 11:03 | Version 2.27 ... (check-in: 99675884 user: drh tags: trunk, release, version-2.27) | |