Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
100 most recent check-ins
|
2026-06-11
| ||
| 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. (leaf check-in: 15782c0049 ... 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: f6785741d9 ... 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: 77c3ce12e9 ... user: stephan tags: forum-editor-2026) | |
| 07:51 | Fix moderation approval in the forum broken by recent refactoring. (check-in: 888383791d ... 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: ee59442ab3 ... user: stephan tags: forum-editor-2026) | |
|
2026-06-10
| ||
| 23:15 | Yet another button fix on Blitz skin. (check-in: 23b69d340b ... user: mgagnon tags: forum-editor-2026) | |
| 21:26 | Update some docs for the current reality. (check-in: 91a6d48a93 ... 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: 0db7eccd47 ... user: stephan tags: forum-editor-2026) | |
| 20:26 | Docs and generic non-functional cleanups. (check-in: 9af97ebf35 ... 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: e48fe702ca ... 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: 32539a2c0b ... user: stephan tags: forum-editor-2026) | |
| 16:56 | Fix another button quirk in the Blitz skin. Reported by Martin G. (check-in: 750a963dea ... 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. (leaf check-in: 0f8a7d6095 ... 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: 133387b19d ... user: stephan tags: forum-editor-2026) | |
| 10:00 | Increase min-height on the forum editor textareas a tick. (check-in: a15427ea99 ... user: stephan tags: forum-editor-2026) | |
| 09:46 | Merge trunk enhancements and fixes into the forum-editor-2026 branch. (check-in: 5e71becc09 ... user: drh tags: forum-editor-2026) | |
| 09:44 | Improved error reporting when encountering a malformed delta. (leaf check-in: cb5edcab07 ... user: drh tags: trunk) | |
| 09:02 | Harden delta processing against malicious delta inputs. (check-in: 60c7b5f423 ... 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: 5d770fe291 ... 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: 6bcfdf15f7 ... user: stephan tags: forum-editor-2026) | |
| 08:38 | Remove an unnecessary part of the previous checkin. (check-in: d6f86204fe ... 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: cb1e0213b3 ... user: stephan tags: forum-editor-2026) | |
|
2026-06-09
| ||
| 22:53 | Document the draft behavior when neither localStorage nor sessionStorage are available. (check-in: 411a3c5da2 ... user: stephan tags: forum-editor-2026) | |
| 22:49 | Document draft edits in www/forum.wiki. (check-in: 341751e569 ... 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: 04e8708769 ... 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: bee75fb8b2 ... 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: 0f539c6c29 ... 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: ab52bc8331 ... 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: 598d45f816 ... user: stephan tags: forum-editor-2026) | |
| 11:13 | Removed a "new" qualifier on description of a feature that was added in 2020. (check-in: cc021ea610 ... 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: 5b46aafb6a ... 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: 26a96e8d95 ... 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: 2bfb72a63e ... user: wyoung tags: trunk) | |
| 10:28 | Clarity tweaks to §2.5.3 of previous (check-in: 4146f2d04e ... 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: ef49e3fdc7 ... 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: 810b65546d ... 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: 03f2393dae ... 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: 7f54bb7d5e ... user: stephan tags: forum-editor-2026) | |
| 09:55 | Wiki syntax fix for previous (check-in: e4beb0be58 ... 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: 21c98b4281 ... user: wyoung tags: trunk) | |
| 09:12 | Darkmode skin: make disabled buttons very slightly less prominent. (check-in: 6456e3cb3f ... user: stephan tags: forum-editor-2026) | |
| 09:10 | Ardoise skin: consolidate the various flavors of buttons. Blitz skin: remove a duplicted selector. (check-in: 3d9a5cce68 ... user: stephan tags: forum-editor-2026) | |
| 08:58 | Fix misalignment of the Attacher widget's add-a-row button. (check-in: ddb40c5316 ... 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: e068cffcbe ... user: stephan tags: forum-editor-2026) | |
| 08:42 | Fixed a broken link (check-in: a90f60ccd3 ... user: wyoung tags: trunk) | |
| 08:39 | Updated GitHub repo count (check-in: 765b215409 ... user: wyoung tags: trunk) | |
| 08:29 | Tightened up §2.3 in that same doc (check-in: 939136a7ea ... 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: 210435c0d1 ... user: stephan tags: forum-editor-2026) | |
| 08:05 | Updated the file sizes and hosting costs in www/fossil-v-git.wiki (check-in: b95abfd325 ... 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: 78478f45e9 ... 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: 35fe8bf940 ... 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: 76e735502f ... 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: 45896a35fd ... 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: 308405f042 ... user: stephan tags: forum-editor-2026) | |
| 19:50 | Merge in trunk. (check-in: 919cfb8711 ... user: stephan tags: forum-editor-2026) | |
| 19:48 | Dark mode skin: style buttons consistently, regardless of their type. (check-in: 4e852f8584 ... 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: 5780702fc1 ... user: stephan tags: forum-editor-2026) | |
| 19:44 | New "Forum Threads" category under the /reports webpage. (check-in: 59985724d7 ... user: drh tags: trunk) | |
| 19:29 | Update the built-in SQLite to the latest trunk version, for testing. (check-in: a570ebc608 ... 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: 69cc41e6b3 ... 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: 079ea1c339 ... user: stephan tags: forum-editor-2026) | |
| 16:13 | Correct new-post for anonymous users. Remove the captcha support from the forum pieces - it was introduced inadvertently, is not part of trunk's forum, and supporting it for anonymous users with inline responses would require more surgery. (check-in: 0896ceb795 ... user: stephan tags: forum-editor-2026) | |
| 14:46 | Remove stray debug output. (check-in: d41bd65821 ... user: stephan tags: forum-editor-2026) | |
| 14:45 | CSS: ensure that links in the attachment widget's error messages are legible (add contrast). (check-in: f3bf844574 ... user: stephan tags: forum-editor-2026) | |
| 14:41 | When pasting in the attachment description field, if it's a clipboarded file then attach it rather than paste its name. Suggested by Martin G. (check-in: 45c5ce742b ... user: stephan tags: forum-editor-2026) | |
| 14:25 | Fix sorting of /ajax/X routes - a recent addition broke preview in /chat and /fileedit. (check-in: d14ee6c4fe ... user: stephan tags: forum-editor-2026) | |
| 14:19 | Typo fixes and make the editor input field a bit shorter by default. (check-in: 16e97eaeff ... user: stephan tags: forum-editor-2026) | |
| 13:20 | Move the shift-enter-previews toggle out of the way, to the bottom of the editor tab. (check-in: fc9ff7c707 ... user: stephan tags: forum-editor-2026) | |
| 13:09 | Do not link attachments to unknown targets as wiki pages in /info. (check-in: 22771143cd ... user: stephan tags: forum-editor-2026) | |
| 13:04 | Roll back [195571aa79e79f0] because it turns out that the duplicate init is necessary due to how manifest_parse() works. This fixes the all-attachments-save-as-empty bug. (check-in: febb8c155b ... user: stephan tags: forum-editor-2026) | |
| 11:58 | Get replying basically working. Attachments to responses are being saved but are not showing up in the attachment list later, which is weird. Just now noticing that forum threads can be rendered under /info, in which case the Edit/Reply buttons do not get hijacked for the new editor because this JS isn't loaded in that page. Whether that's a feature or bug is TBD. (check-in: 6269e5d700 ... user: stephan tags: forum-editor-2026) | |
| 11:09 | Fix editing of a thread title in the new editor. (check-in: 14abbc4d46 ... user: stephan tags: forum-editor-2026) | |
| 10:58 | Elide empty/phantom (deleted) attachments from forum post attachment list. Hook status selection into the editor, with the caveat that changing ONLY the status via the editor will save a new copy of the post (identical to the previous one) so that should be done using the status selection widget shown in the post instead (which is now disabled while the editor is open). (check-in: 344c64e271 ... user: stephan tags: forum-editor-2026) | |
| 09:42 | Correct re-labeling of the Editing... button after discarding or submiting the edit. Ensure that the editor gets scrolled into view. (check-in: 4e81a9ee7b ... user: stephan tags: forum-editor-2026) | |
| 09:25 | Get responses editing properly in the new editor. Fix editor-submitted attachments to target the oldest version of a post rather than the current, else the attachments "get lost" from other views. Remove some duplicted code. (check-in: 72d79e4284 ... user: stephan tags: forum-editor-2026) | |
|
2026-06-07
| ||
| 20:34 | Fix purging of old messages. Disable both Reply and Edit buttons when replying or editing because doing both at once would lead to madness. (check-in: 8e98f3e32e ... user: stephan tags: forum-editor-2026) | |
| 19:47 | Milestone: the first inline edit in threaded forum view. There's lots of refinement to do, though, and it currently can only save the top-most post due to mishandling of the title. (check-in: 7d7b74dd88 ... user: stephan tags: forum-editor-2026) | |
| 17:38 | Incremental (does-not-yet-)work on hooking into the edit/reply buttons. (check-in: 9688320143 ... user: stephan tags: forum-editor-2026) | |
| 16:47 | Add the internal-use /ajax/artifact.json?uuid=X route to support the forum editor. It emits artifact_to_json(X). Fix ajax_route_bootstrap()'s csrf check to trigger only for requests which require POST. (check-in: 35448ae96a ... user: stephan tags: forum-editor-2026) | |
| 15:53 | Add a Discard button to the post editor. Start hooking into Reply/Edit buttons in thread views but it's currently disabled. (check-in: 44aafa6117 ... user: stephan tags: forum-editor-2026) | |
| 14:56 | Correct handling of the passing-on of debug-related flags when saving a forum post with the new editor. It now honors the no-notifications, require-moderation, and dry-run flags and unqueues notifications for the associated attachments if needed. (check-in: 4bf65a5a90 ... user: stephan tags: forum-editor-2026) | |
| 14:49 | Fix a duplicated blob initialization in attach_commit(). (check-in: 195571aa79 ... user: stephan tags: forum-editor-2026) | |
| 13:09 | Milestone: first new forum post with the new editor. (check-in: 46bb3a1255 ... user: stephan tags: forum-editor-2026) | |
| 11:55 | Incremental work on the server side of the forum post ajax save. (check-in: e157156160 ... user: stephan tags: forum-editor-2026) | |
| 09:25 | Make the draft's mimetype and status persistent. (check-in: 033d265fd0 ... user: stephan tags: forum-editor-2026) | |
| 09:01 | Fix a bad call to rollback when attachment saving fails due to a bad captcha. Edit: closing this branch, as this feature now lives in the forum-editor-2026 branch. (closed check-in: 3e32def5b2 ... user: stephan tags: attach-v2) | |
| 08:58 | Add the skeleton for ajax-friendly forumpost saving. Restructure the draft post object to more easily support additional persistent fields. Fix a bad call to rollback when attachment saving fails due to a bad captcha. (check-in: 2ee0f61f8c ... user: stephan tags: forum-editor-2026) | |
|
2026-06-06
| ||
| 20:18 | Disable the captcha when it's not needed, as it complicates testing. (check-in: 1c75911980 ... user: stephan tags: forum-editor-2026) | |
| 20:11 | Integrate the captcha in the new editor form. Start hooking in to /forumedit, but it's incomplete. (check-in: c7a84df415 ... user: stephan tags: forum-editor-2026) | |
| 19:15 | Experimentally add a 'toggle header' button to maximize screen space on mobile devices. (check-in: 6ffb97a8c5 ... user: stephan tags: forum-editor-2026) | |
| 18:10 | Docs. Add a help tab and move the markup format reference link into there to save toolbar space. (check-in: 205d80ed04 ... user: stephan tags: forum-editor-2026) | |
| 17:16 | /forumnew?legacy forces use of the older static form, as a way of testing that the old form remains working through this upheaval. (check-in: 354e82947a ... user: stephan tags: forum-editor-2026) | |
| 17:01 | Remove some unnecessary quoting. Only emit window.fossil.config.forumStatuses if the repo has any. (check-in: 218cca5e91 ... user: stephan tags: forum-editor-2026) | |
| 16:56 | Integrate a status-selection widget into the new editor but disable it for reasons described in the code comments. (check-in: bd2bb5facc ... user: stephan tags: forum-editor-2026) | |
| 16:35 | Refactor how /attachadd reads POSTed files so that we can reuse it in the new forum editor. (check-in: 4a8bebc81c ... user: stephan tags: forum-editor-2026) | |
| 16:26 | Cleanups. Need to veer off and refactor the attach code to support the next step. (check-in: c02e4fcb5c ... user: stephan tags: forum-editor-2026) | |
| 15:28 | Style tweaks and minor JS modernization. Remove some stray debug output. (check-in: ae9871601e ... user: stephan tags: forum-editor-2026) | |
| 15:17 | Add shift-enter-toggles-preview option, as in /chat, /wikiedit, and /fileedit. This is generally useful but some software keyboards misinteract with it. (check-in: 806ab64561 ... user: stephan tags: forum-editor-2026) | |
| 14:41 | Fix a var name typo. Rename a class method. (check-in: 603413367d ... user: stephan tags: forum-editor-2026) | |
| 14:34 | Have /forumnew stash edits in local/sessionStorage and restore its state if it's reloaded. It clears the stash on a successful submit (which is still TBD). Process pikchrs in the preview. (check-in: adcbe4496b ... user: stephan tags: forum-editor-2026) | |