This Day In History For 2026-09-28
2 Years Ago (more context)
|
2024-09-28
| ||
| 18:21 | Take into account zero-width and double-width unicode character when formatting the command-line timeline. check-in: 83743188a3 user: drh tags: trunk | |
| 18:19 | Copy the wcwidth() implementation from SQLite over into comformat.c, so that comformat.c does not depend on SQLite. Fix the comformat routine so that it does not begin a new line with spaces. Closed-Leaf check-in: 7b581b48a0 user: drh tags: comment-formatter-wcwidth | |
| 17:59 | Add xsl/xslt mimetype entries for consistency with althttpd. check-in: c0f0e1dc7b user: stephan tags: trunk | |
| 00:34 | Latest upstream autosetup for a --help fix on QNX. check-in: 742450caf4 user: stephan tags: trunk | |
3 Years Ago (more context)
|
2023-09-28
| ||
| 18:59 | Handle --opt=arg as final command line argument, discussed in [forum:a90b5ebd36f4c134]. check-in: 9ac38481ec user: preben tags: find-options-last-arg-fix | |
| 18:39 | Use verify_all_options() with fossil branch ls/lsh. Closed-Leaf check-in: 34e0f6817a user: preben tags: filter-branch-ls-by-user | |
| 17:58 | Fix find_option() error and badly type --users in argument test. check-in: 119cc37ac5 user: preben tags: filter-branch-ls-by-user | |
| 17:16 | Add branch ls --users to list users participating in branches. check-in: 4615e2072a user: preben tags: filter-branch-ls-by-user | |
| 14:15 | Update to the change log. check-in: e3e28f43dc user: drh tags: trunk | |
| 14:13 | Changing a setting to an empty string is now the same as unsetting that value, in most cases. Settings that are exceptions to the rule are marked with the "keep-empty" flag. Fix for the issue reported by [forum:/forumpost/a17b5fa51d607e3d|forum post a17b5fa51d607e3d]. check-in: 1f6ae1efb4 user: drh tags: trunk | |
| 14:08 | Minor tweaks to the hash color test page. check-in: 19799565b7 user: drh tags: trunk | |
| 13:51 | • Edit [fcb40ac9318d405d|fcb40ac931]: Cancel background color. artifact: 103bc238fa user: drh | |
| 13:51 | The "branch ls" command should flag private branches with -R. check-in: 016f6c5ec5 user: drh tags: trunk | |
| 13:44 | • Edit [f36e8886c0092f2c|f36e8886c0]: Cancel background color. artifact: ee81bfe777 user: drh | |
| 13:43 | Remove an unnecessary while() loop. check-in: 225abb37df user: drh tags: trunk | |
| 13:40 | • Edit [e042be53cf82b776|e042be53cf]: Cancel background color. artifact: 85ee59c19e user: drh | |
| 13:39 | • Edit [62ab3a1d80204590|62ab3a1d80]: Mark "Closed". artifact: 41b06f5b52 user: drh | |
| 13:38 | Mark closed leaves with an X on the timeline graph. check-in: 57bea365a3 user: drh tags: trunk | |
| 13:18 | branch ls should also flag private branches with -R. Closed-Leaf check-in: fcb40ac931 user: preben tags: branch-ls-private-fix | |
| 11:40 | Reword branch ls description for --self check-in: d66ccf646e user: preben tags: filter-branch-ls-by-user | |
| 10:42 | Filter branch ls output by user with check-ins on the branches. check-in: d0f15a1b65 user: preben tags: filter-branch-ls-by-user | |
4 Years Ago (more context)
|
2022-09-28
| ||
| 15:35 | add new "Related Work" page linked from the User Links page Suggested by drh@ with lots of tweaks from wyoung@ check-in: 8ab498bd06 user: mark tags: trunk | |
| 14:48 | Fix scrolling if there's only one diff block. check-in: e41214d25b user: florian tags: diff-keyboard-navigation | |
| 14:24 | Implement Javascript-based keyboard navigation for web UI diffs. Shortcuts SHIFT+I or I show or hide all diffs, and P or O show the next or previous diff. See [forum:a78f44576c| Forum Post a78f44576c] for more information. check-in: b7e089e0f3 user: florian tags: diff-keyboard-navigation | |
| 12:28 | improve login-group command documentation and output Prompted by [forum:58f01f6d92], [forum:a7d15cc071], and [forum:1c639bcdea]. Clarify semantics of -R|--repository in 'fossil login-group join' and make user output more helpful. While here, trim some trailing whitespace. check-in: 83bc81e882 user: mark tags: trunk | |
5 Years Ago (more context)
|
2021-09-28
| ||
| 12:09 | Query column miscount fix for (wiki list -t) as reported in [forum:5e6c3e3b78112df3]. check-in: 3a2b13b8d0 user: stephan tags: trunk | |
| 11:51 | Another line-height tweak for the diff view to keep underscores from being truncated in Chromium. check-in: ebf69b498e user: stephan tags: trunk | |
| 11:22 | /chat: experimental HTML5 history support for using the back button to return to a message from which a #nnn message ID was clicked. check-in: 9df3fc6b0f user: stephan tags: markdown-tagrefs | |
| 11:06 | Merged in trunk. /chat changed jump-to-message animation to fade out/in, per requests. Added HTML5 history to /chat clicks on #NNN message references but it's disabled because it's behaving unexpectedly. check-in: 99b23d0fa3 user: stephan tags: markdown-tagrefs | |
| 09:45 | Moved chat.js to fossil.page.chat.js, for consistency with the other single-page apps and to emphasize that it is not to be loaded on arbitrary pages. Changed chat's startup to wait until the page on-load event to avoid a related timing issue. check-in: 3ec8c6c04d user: stephan tags: trunk | |
10 Years Ago (more context)
|
2016-09-28
| ||
| 23:47 | In the random merge test (merge2.test) ignore cases where the parallel random edits overlap, resulting in a merge conflict. check-in: caea288c2d user: drh tags: trunk | |
| 21:24 | Simplification and optimization of the break_into_lines() helper routine in the diff logic. Use the strchr() routine from the standard library to help locate \n characters. check-in: 233e9328ee user: drh tags: trunk | |
| 21:11 | Add "circa" timeline link to show changes made around the time of a given check-in even if they are neither ancestors nor descendants. check-in: b6862a3700 user: andygoth tags: andygoth-circa | |
| 20:26 | Improved hash function for the diff algorithm. check-in: 173cca0d7d user: drh tags: trunk | |
| 19:48 | Performance improvement in LCS length computation used for side-by-side diff coloring. check-in: 08d970d68f user: drh tags: trunk | |
| 18:48 | Fix test suite regression caused by the addtion of the new uv-sync setting in check-in [b9fd5947ef] without updating the list of all settings in tester.tcl. check-in: 0661d65cbd user: rberteig tags: trunk | |
| 18:19 | Performance optimization in the break_into_lines() routine of the diff logic. check-in: 8d48885f81 user: drh tags: trunk | |
| 16:17 | Update the built-in SQLite to the latest 3.15.0 beta. check-in: 95768950b4 user: drh tags: trunk | |
| 16:15 | Use the DBSTAT virtual table as a table-valued function instead of creating a TEMP instance of the table, while generating the /repo-tabsize page. check-in: 14f83bc049 user: drh tags: trunk | |
15 Years Ago (more context)
|
2011-09-28
| ||
| 22:41 | moved some db_finalize() calls so that they would also be called in error cases. check-in: 997274e9be user: stephan tags: json | |
| 22:04 | Added createIfNotExists bool option to /json/wiki/save. check-in: 73e28dd718 user: stephan tags: json | |
| 21:36 | JSON CLI mode now accepts --indent|-I N to set JSON indention level (uses cson_output_opt::indentation semantics). Default for CLI mode is 1 (0 for HTTP mode). check-in: 30e4ebaa19 user: stephan tags: json | |
| 12:09 | merged in trunk [3e141b792c]. check-in: 033e2eb1df user: stephan tags: json | |
| 11:35 | Use the check-in time as the timestamp for zlib compression on tarballs, os that every tarball for the same check-in is identical. check-in: 3e141b792c user: drh tags: trunk | |