This Day In History For 2026-10-02
1 Year Ago (more context)
|
2025-10-02
| ||
| 19:36 | Align the delta_parse() debug function with the SQLite sources. check-in: a8dbbac969 user: drh tags: trunk | |
| 14:14 | Update the built-in SQLite to the latest trunk check-in for beta testing. check-in: 3ca3a6a667 user: drh tags: trunk | |
| 01:48 | Correct some of the calculations and reduce code by reusing existing decoder. Leaf check-in: 08df9ea0de user: andybradford tags: md5-color-hash | |
2 Years Ago (more context)
|
2024-10-02
| ||
| 14:47 | Update the comment for the code copied from the SQLite shell. check-in: d98999f801 user: florian tags: comment-formatter-wcwidth | |
| 14:45 | Have the `test-comment-format' command call `verify_all_options()' to report unknown command-line options. check-in: fb0845d1aa user: florian tags: comment-formatter-wcwidth | |
| 14:43 | Fix the off-by-one errors if a fullwidth character only fits partially, and take into account character widths when scanning forward to find the distance to the next space. check-in: d5479ba7c6 user: florian tags: comment-formatter-wcwidth | |
| 06:51 | Render forum content as <description> in RSS feed. page /timeline.rss renders final HTML; command rss renders the source. Closed-Leaf check-in: 9fbdea8b2b user: vor0nwe tags: rss-forum-content | |
3 Years Ago (more context)
|
2023-10-02
| ||
| 12:46 | Warn user of before merging private to public, or afterwards with --force. check-in: f3fef43c2e user: preben tags: warn-on-merging-private-branch | |
| 11:38 | Prompt user to publish artifacts when merging a private branch into a public branch. check-in: c07679128e user: preben tags: warn-on-merging-private-branch | |
4 Years Ago (more context)
|
2022-10-02
| ||
| 09:15 | Shortcuts G and SHIFT+G to load the default timeline, or the timeline around the current check-out. check-in: 2ed74216fb user: florian tags: timeline-keyboard-navigation | |
| 08:11 | Shortcuts U and SHIFT+U to reload the current page in Unified Diff or Side-By-Side Diff mode. check-in: 35cf6f3022 user: florian tags: diff-keyboard-navigation | |
| 03:58 | Typo fixes in the /dir browser header: All File ==> All Files. check-in: 7727f9a6fb user: stephan tags: trunk | |
5 Years Ago (more context)
|
2021-10-02
| ||
| 18:13 | Fix minor documentation typo. check-in: 8d88f08801 user: drh tags: trunk | |
| 14:35 | Cherrypicked [658db85ce2], which was intended for trunk. check-in: 9dd8d5efc7 user: stephan tags: trunk | |
| 14:33 | Removed now-invalid doc snippet, per [forum:f6a4695090|forum post f6a4695090]. check-in: 658db85ce2 user: stephan tags: chat-input-rework | |
| 04:57 | Added a toggle to play the audio alert (or not) for one's own messages (default=off) and added docs describing each configurable setting. check-in: 8534eb75e1 user: stephan tags: chat-input-rework | |
| 04:21 | Do not play notification sound for the sender's own messages. This change was made and reverted before so may be subject to further debate. check-in: 87c29eee98 user: stephan tags: chat-input-rework | |
| 02:09 | Reordered two config menu entries. Removed the enter/ctrl-enter toggle toast because that info is now in the edit widget's placeholder text and the toast can block access to config view entries for a few seconds. check-in: b2d55ec947 user: stephan tags: chat-input-rework | |
10 Years Ago (more context)
|
2016-10-02
| ||
| 01:26 | Update custom MinGW makefile. check-in: 903af996f5 user: mistachkin tags: trunk | |
| 00:45 | Update the built-in SQLite to the latest 3.15.0 beta for testing. Add new performance-enhancing compile-time options to the SQLite build. check-in: dfe32f53ac user: drh tags: trunk | |
| 00:29 | Say "An undo is available" instead of "A undo is available" check-in: 994b319f4b user: andygoth tags: trunk | |
15 Years Ago (more context)
|
2011-10-02
| ||
| 23:59 | Minor error handling cleanups (nicer resultText strings). Removed a call to sqlite3_config() from the JSON bootstrap code which _seems_ to be the cause of an SQLITE_MISUSE warning. check-in: af72cc7599 user: stephan tags: json-multitag-test, json | |
| 23:43 | Accommodated recent API changes. check-in: 901a0133e3 user: stephan tags: json-multitag-test, json | |
| 23:21 | Fixed an incorrect setting of the content type in one error-handling case. check-in: 35e4e9188b user: stephan tags: json-multitag-test, json | |
| 22:58 | Added /json/branch/create. Finally found g.zErrMsg, and started using it in conjunction with json error reporting. check-in: 8eaf58ee51 user: stephan tags: json-multitag-test, json | |
| 21:01 | moved /json/branch code into its own file. check-in: 1a4c874e43 user: stephan tags: json-multitag-test, json | |
| 20:15 | renamed json timeline "showFiles" option to "files" because we do not really "show" anything." check-in: bc7af5192a user: stephan tags: json-multitag-test, json | |
| 19:57 | Added tag/branch option to /json/timeline/ci, analog to HTML mode t/r options. check-in: 762128512a user: stephan tags: json-multitag-test, json | |
| 19:56 | Added empty_Stmt, analog to empty_Blob, to work around an assertion triggered during some error handling code. check-in: 4db6d7c5ce user: stephan tags: json-multitag-test, json | |
| 18:28 | Merged in trunk [ae64088627df]. Added /json/timeline/checkin as alias for /json/timeline/commit (checkin is historically more correct/consistent). check-in: a9070a4944 user: stephan tags: json-multitag-test, json | |
| 18:18 | s/userName/name/, for consistency. check-in: 94689bbf29 user: stephan tags: json-multitag-test, json | |
| 13:30 | minor hack to name_search() to make it stop searching after it determines there is an ambiguity. check-in: ae64088627 user: stephan tags: trunk | |
| 12:41 | json mode now accepts command=string request parameter if path length is 1 (no subcommand was specified). check-in: 225fd3dad3 user: stephan tags: json-multitag-test, json | |
| 12:31 | initial code for reading POST data from a file/stdin in CLI mode. check-in: 8145cdbf3b user: stephan tags: json-multitag-test, json | |
| 11:43 | minor cleanups and doc additions to the json/artifact handling. check-in: 6d0667831a user: stephan tags: json-multitag-test, json | |
| 11:16 | Reorganized json_page_artifact(), fixed a C99ism, fixed permissions check. check-in: c926170034 user: stephan tags: json-multitag-test, json | |
| 11:15 | removed an implemented TODO reminder. check-in: f270f0b5c1 user: stephan tags: json-multitag-test, json | |
| 10:51 | Added missing license header to new files. Updated (c) date to 2011. check-in: 8a665715c2 user: stephan tags: json-multitag-test, json | |