Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins by user stephan
|
2026-08-27
| ||
| 21:48 | Ensure that /ci_edit adds the new control artifact's rid to the unsent table if it's not private. How it has been synching those without that is unclear, but libfossil tripped on this and a fix on that end, without doing a --verily sync, is also unclear. Edit: fossil doesn't need this. The new RID does not go through unsent but through the uncluste... Leaf check-in: b51a8d0e78 user: stephan tags: mistake | |
|
2026-08-24
| ||
| 16:58 | Lower-case /chat #hashtags filters when they're set rather than on each comparison. check-in: b8c7665e12 user: stephan tags: trunk | |
| 16:54 | Make #hashtag filtering in /chat case-insensitive. check-in: 519f178d64 user: stephan tags: trunk | |
| 16:48 | Merge markdown-tagrefs branch into trunk. Summary: adds hashtag detection to markdown-to-html. /chat adds several capabilities when seeing a #NNN reference. Discussion in [forum:3774a95d2072a595|forum post 3774a95d]. check-in: 7192ce19c0 user: stephan tags: trunk | |
|
2026-08-21
| ||
| 16:59 | Address a nitpick in a pikchr diagram of www/aboutcgi.wiki in response to [forum:9e29c4d79f88|forum post 9e29c4d79f88]. check-in: 40c12262fa user: stephan tags: trunk | |
|
2026-08-20
| ||
| 16:22 | Add a summary of this branch's changes to the change log. Closed-Leaf check-in: 1741e1496c user: stephan tags: markdown-tagrefs | |
|
2026-08-17
| ||
| 16:44 | Change the forbid-delta-manifests setting default from off to on, per off-list request from drh. check-in: febb56c12e user: stephan tags: trunk | |
|
2026-08-16
| ||
| 07:32 | Doc typo fix. check-in: 14716af241 user: stephan tags: trunk | |
| 06:18 | Set /chat's default input mode to contenteditable and document why. check-in: df37d21696 user: stephan tags: trunk | |
|
2026-08-14
| ||
| 10:40 | In /tktview, try to ensure that the checkbox which sorts comments newest-first stays in sync with browsers friendly efforts to reset it when reloading the page. This seems to resolve [forum:270dd75254|forum post 270dd75254]. check-in: ac7ed615ff user: stephan tags: trunk | |
|
2026-08-13
| ||
| 11:20 | Merge trunk into the long-dormant markdown-tagrefs branch. check-in: 62b38332f7 user: stephan tags: markdown-tagrefs | |
|
2026-07-30
| ||
| 10:36 | Minor pedantic doc touchups suggested by an LLM focused on RFCing the fossil artifact format. check-in: f44ad30da1 user: stephan tags: trunk | |
|
2026-07-29
| ||
| 13:09 | Add a paragraph to www/forum.wiki, in the Accessing the Forum section, about how to either disable or bypass the newfangled JS forum bits and use the legacy UI instead. Based on confusion caused by having inadvertently visited a forum post via /info instead of /forumpost. check-in: 5354447e32 user: stephan tags: trunk | |
| 12:24 | Minor typo fixes and remove one 'recently' because in two years it will be severely dated. check-in: 3b1097f6f0 user: stephan tags: hundred-and-one-reasons | |
|
2026-07-24
| ||
| 10:45 | When approving, rejecting, or changing the status of a forum post using the new controls, disable the associated button when its underlying form is submitted so that the user is not tempted to tap those again. Successful posting redirects the page and a failure will unblock the button after a brief wait. check-in: e0c33b0519 user: stephan tags: trunk | |
|
2026-07-11
| ||
| 06:03 | Typo fix reported in [forum:6335ff55f2]. check-in: af8d09b267 user: stephan 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: db3c8e1e49 user: stephan 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: 375726f273 user: stephan tags: trunk | |
| 08:33 | Remove a stray, but harmless, copy/paste line from the previous two checkins. check-in: fb7b36d3fd 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: 12bb89d436 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:31cc00b361496cb8|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 us... check-in: c9525608f0 user: stephan 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:a6256fd7f867ec42|forum post a6256fd7]. check-in: 09ec3734a5 user: stephan 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: b2d347eaa0 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: 2ad508a11c user: stephan 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 [https://sqlite.org/forum/forumpost/d6343657f0865d44|sqlite forum post 2026-06-28T11:49:... check-in: 68414a4117 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-Leaf check-in: a3e5bd4a52 user: stephan tags: mistake | |
|
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: a44ae96c9b user: stephan tags: trunk | |
|
2026-06-21
| ||
| 07:49 | Replace some name=X HTML attributes with id=X so that #X links work. check-in: 904e245715 user: stephan tags: trunk | |
|
2026-06-18
| ||
| 14:22 | Minor typo fix in the change log, reported in the forum. check-in: ec592b517c user: stephan tags: trunk | |
| 12:12 | Avoid unnecessarily allocating a UUID when manifest_parse() fails and is not given an error blob. check-in: 07592007ce user: stephan tags: trunk | |
|
2026-06-16
| ||
| 13:22 | Ensure that the text in the Title field in the new forum editor is visible in dark-style skins. check-in: 4041c766dd 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: 8ada7fa8be 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:b1960bb7d3200328|forum post b1960bb7d3200328]. check-in: ca906591c3 user: stephan tags: trunk | |
|
2026-06-15
| ||
| 14:34 | www/sync.wiki symbol rename which should have been part of [9789e1dce77ac767]. check-in: afd15bbf00 user: stephan tags: trunk | |
|
2026-06-14
| ||
| 13:29 | Update a legacy reference to how page headers are created in a skins, as reported by [forum:d8e2afdfd1|forum post d8e2afdfd1]. check-in: 922ec24c99 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-Leaf check-in: dab3d6817f user: stephan tags: forum-editor-2026 | |
| 06:24 | Remove a dead form field. Consolidate two partially-duplicated CSS rules. check-in: 9ea044d982 user: stephan tags: forum-editor-2026 | |
|
2026-06-13
| ||
| 16:01 | Fix the broken Delete Post page, caused by now-outdated/removed goings-on in this branch. check-in: 01f6259455 user: stephan tags: forum-editor-2026 | |
| 15:33 | Remove the new Stash button from /forumnew, where it is unhelpful. check-in: e9e4c4fabe user: stephan tags: forum-editor-2026 | |
| 13:48 | CSS docs and remove some extraneous empty lines. check-in: 378b3c30c1 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: b45242d8fd 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: 157f5a4c69 user: stephan tags: forum-editor-2026 | |
| 13:01 | Restore the Discard button which was inadvertently displaced in the previous checkin. check-in: a93764552a 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: 2e788c488b user: stephan tags: forum-editor-2026 | |
| 12:35 | Remove dead captcha-rendering code from the forum editor. Minor internal cleanups. check-in: 0313a31ed1 user: stephan tags: forum-editor-2026 | |
| 10:41 | Slight forum editor animation tweaks. Add some arguably superfluous "just in case" error handling. check-in: 77b92673aa user: stephan tags: forum-editor-2026 | |
| 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: 22648d1832 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: 8da3b3f796 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: 86dc0502db 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: 778b397274 user: stephan tags: forum-editor-2026 | |