This Day In History For 2026-10-07
1 Year Ago (more context)
|
2025-10-07
| ||
| 20:04 | Remove some debug output. check-in: 52586ea6f9 user: stephan tags: tktview-newest-first | |
| 19:46 | Experimentally add a JS toggle to the /tktview comment list to show the comment history in reverse order (newest first). This toggle only appears if JS is available and is persistent on the client. It was added per an off-list request from Steve Landers. check-in: 531668f5b1 user: stephan tags: tktview-newest-first | |
| 19:29 | Small correction to the help text for the 'mv' command, as per forum post 25e2d7024b. check-in: 8725737d32 user: danield tags: trunk | |
2 Years Ago (more context)
|
2024-10-07
| ||
| 13:33 | Update the built-in SQLite to the latest 3.47.0 alpha for testing. check-in: 72070b304b user: drh tags: trunk | |
4 Years Ago (more context)
|
2022-10-07
| ||
| 23:28 | Assorted fixes and improvements to the ssl.wiki doc check-in: 27458ef7ba user: wyoung tags: trunk | |
| 23:06 | Updated the debian/nginx.md doc for Ubuntu 22.04. The biggie is simplifying the TLS configuration, since the manual method we used to have no longer seems to be required with current versions of Certbot. check-in: 716ae7c069 user: wyoung tags: trunk | |
| 22:21 | Fixed a few references to the obsolete tls-nginx.md doc. (It became part of the overall nginx.md server doc long ago.) check-in: 780b58bccf user: wyoung tags: trunk | |
| 22:15 | Assorted updates surrounding my fslsrv wrapper: * Reflected improvements from the tangentsoft.com version into this simpler alternative. Although we don't generally recommend use of this script any more, preferring systemd to get autostart on boot and autorestart on crash, www/server/any/none.md still refers to this script, and it feels like a regression to remove it. If someone is interested in simple-as-possible SCGI service, fslsrv is a fit companion. * Removed direct reference to fslsrv from www/server/debian/service.md since the indirect reference via the SCGI doc suffices. * The full-strength nginx doc now refers to both of these fslsrv variants in a handwavy way, since it's outside the scope of that doc to care how you get your background SCGI servers running. check-in: 1cbcb38cc9 user: wyoung tags: trunk | |
5 Years Ago (more context)
|
2021-10-07
| ||
| 16:45 | /chat: removed some debug output. Reformulated part of the previous checkin to only re-grab input focus if the input field is not document.activeElement. check-in: 85a99733d5 user: stephan tags: trunk | |
| 16:27 | /chat: 1) force the cursor on the input element to always be 'text' (I-beam), even when it doesn't have focus (browser inconsistency) and 2) when the chat window regains visibility after having lost it, give focus to the input element to try to work around a problem where Pale Moon is giving focus to one of the pseudo-buttons. Change (2) comes with a couple of minor but annoying quirks and might have to be undone, but it's worth a try. check-in: 503395796e user: stephan tags: trunk | |
| 13:01 | Fixed a copy/paste error in www/sync.wiki per [forum:/forumpost/3fd51c58d0 | an anonymous forum post]. check-in: 3f736de986 user: wyoung tags: trunk | |
| 04:07 | /chat another CSS-side contenteditable portability workaround to keep Firefox from losing newlines on pasted-in text. check-in: c7fa9f150f user: stephan tags: trunk | |
15 Years Ago (more context)
|
2011-10-07
| ||
| 19:55 | Documentation update. check-in: c0b6c28d29 user: drh tags: trunk | |
| 18:38 | Update the built-in SQLite to the latest 3.7.9 alpha. check-in: f678a7b948 user: drh tags: trunk | |
| 14:19 | fixed a missing db_finalize() in an error-handling case. check-in: 7906bab836 user: stephan tags: json-multitag-test, json | |
| 13:59 | • Edit [54e1f1a53d22519f|54e1f1a53d]: Add tag "json-add-tag-test" with note "tag test". artifact: 2ca0d568e5 user: stephan | |
| 13:51 | First draft, no-frills /json/diff added. check-in: 54e1f1a53d user: stephan tags: json-multitag-test, json-add-tag-test, json | |
| 13:32 | minor tweaks to the prototype shell. check-in: d30b20a56c user: stephan tags: json-multitag-test, json | |
| 12:02 | Added a very, very prototypic/pre-alphalpha demo fossil shell. Requires rhino JS. check-in: 7ab5d85487 user: stephan tags: json-multitag-test, json | |
| 10:59 | Pulled in another round of memory optimizations in cson/sqlite3. Added a few minor error reporting cleanups in JSON mode. check-in: 09e5fcd795 user: stephan tags: json-multitag-test, json | |
| 10:20 | Another round of cson memory optimizations. Object keys can now be cson_strings, which can be refcounted/shared. check-in: 3d252e8754 user: stephan tags: json-multitag-test, json | |
| 10:17 | • Edit [c75759d8d0cf9a38|c75759d8d0]: Cancel tag "json-add-tag-test". artifact: bc6b939c74 user: stephan | |
| 10:17 | • Edit [c75759d8d0cf9a38|c75759d8d0]: Add tag "json-add-tag-test" with note "tag test". artifact: 9f444f15d8 user: stephan | |
| 06:54 | Minor internal tweaks. Pulled in lastest cson_amalgamation for the new convenience functions. check-in: c75759d8d0 user: stephan tags: json-multitag-test, json | |
| 03:52 | /json/wiki/get: renamed request.payload.page to "name" for consistency. Added a TODO to /json/tag/list. check-in: 34056ea238 user: stephan tags: json-multitag-test, json | |
| 03:51 | fixed how many path parts are generated for the "command" response property. check-in: 3d6cc1df78 user: stephan tags: json-multitag-test, json | |
| 03:50 | • Edit [faaf7387d90f126e|faaf7387d9]: Add tag "json-add-tag-test" with note "tag test". artifact: feef922bf2 user: stephan | |
| 03:24 | Removed an unnecessary strcmp(). Removed some debuggering code which corrupted the output of /json/tag/find in raw mode. check-in: faaf7387d9 user: stephan tags: json-multitag-test, json-add-tag-test, json | |
| 03:09 | fixed whoami requests in demo apps to notice when the user has been logged out (and logs him in with the new auth token). check-in: ccc90734e0 user: stephan tags: json-multitag-test, json | |
| 02:58 | Fixed a minor denkfehler in the "bump <1ms runtime to 1ms" logic. Changed g.json.gc to an array (lower memory and better performance for what we use it for). check-in: 19276984bd user: stephan tags: json-multitag-test, json | |
| 02:40 | • Edit [39d9f83781d1ed69|39d9f83781]: Cancel tag "json-add-tag-test". artifact: 66db569047 user: stephan | |
| 02:40 | • Edit [39d9f83781d1ed69|39d9f83781]: Add tag "json-add-tag-test" with note "tag test". artifact: 80d497c0b5 user: stephan | |
| 02:38 | • Edit [39d9f83781d1ed69|39d9f83781]: Cancel tag "json-add-tag-test". artifact: 090ae7bd2d user: stephan | |
| 02:38 | • Edit [39d9f83781d1ed69|39d9f83781]: Cancel tag "json-add-tag-test". artifact: c1bdb502f0 user: stephan | |
| 02:38 | • Edit [39d9f83781d1ed69|39d9f83781]: Cancel tag "json-add-tag-test". artifact: 8d4927387b user: stephan | |
| 02:38 | • Edit [39d9f83781d1ed69|39d9f83781]: Add tag "json-add-tag-test" with note "tag test". artifact: a6f72699cf user: stephan | |
| 02:16 | merged in trunk [4b0f813b8c]. check-in: 39d9f83781 user: stephan tags: json-multitag-test, json | |
| 02:14 | pulled in tonight's libcson changes, which halve the number of allocations needed for creating new JSON values. check-in: 130cc65cb5 user: stephan tags: json-multitag-test, json | |
| 02:13 | • Edit [be41009046fb078d|be41009046]: Cancel tag "json-add-tag-test". artifact: c8da8bfe4e user: stephan | |
| 02:12 | • Edit [be41009046fb078d|be41009046]: Add tag "json-add-tag-test" with note "tag test". artifact: 6c3168aa62 user: stephan | |