Fossil

Today In History
Login

This Day In History For 2026-09-30

1 Year Ago (more context)

2025-09-30
18:13
Update the version number 2.28 to begin the next dev cycle. check-in: c8fcc9714e user: drh tags: trunk
11:03
Version 2.27 check-in: 99675884a9 user: drh tags: trunk, release, version-2.27
11:02 Edit [52558546985f0d33|5255854698]: Move to branch mistake. Mark "Closed". Edit check-in comment. artifact: e50c3357f6 user: drh
10:59
Change to the wrong branch. Closed-Leaf check-in: 5255854698 user: drh tags: mistake
05:35 Edit [4a90f3352dc7f49c|4a90f3352d]: Mark "Closed". Edit check-in comment. artifact: 7f409c5b2e user: andybradford
05:17
Use MD5 to generate the color hash as it's a random function. check-in: d4caf785e3 user: andybradford tags: md5-color-hash

2 Years Ago (more context)

2024-09-30
18:21
Fix the unicode code-point width estimating function to align with the SQLite CLI. check-in: e483b3b15f user: drh tags: trunk

4 Years Ago (more context)

2022-09-30
12:38
Simplification to the JS used as part of anti-robot defenses. check-in: 08535b229e user: drh tags: trunk
11:22
Minor code cleanups and comment updates. check-in: d17b59763e user: florian tags: diff-keyboard-navigation
11:17
Add documentation, thanks @ams for help with wording. An alternative (but not less redundant) approach may be to create a new documentation-only web page to list available keyboard shortcuts for all pages (there's also the global ESC shortcut to close the Hamburger Menu) linked to from the individual command help screens. check-in: 8773bb88a4 user: florian tags: diff-keyboard-navigation

5 Years Ago (more context)

2021-09-30
21:01
Documented the source of the extraneous end-of-line spaces when pasting from a console. Changed the markdown backslash-space-space workaround to backslash-n-spaces. check-in: 87b0b12dc4 user: stephan tags: chat-input-rework
20:37
Documented the reason for not setting a max-height on the new editor widget, and the side effects of that decision. check-in: 71fbd1b01b user: stephan tags: chat-input-rework
20:09
Figured out how to make the new input area resizable via CSS. check-in: 91b653e845 user: stephan tags: chat-input-rework
19:56
Re-enabled ctrl-enter-sends when enter-sends mode is active (was disabled during testing). Update the tooltip on the send button to reflect the current send mode. check-in: 7d6c07496e user: stephan tags: chat-input-rework
19:32
Forcibly disable drop support in the new editor widget, as the browser will otherwise allow the user to drop images to it, which is confusing and does not work with our ability to upload images. Found a way to implement placeholder text in the contenteditable field. check-in: 86d6be3fe2 user: stephan tags: chat-input-rework
17:24
Minor restructuring and docs in the enter/ctrl-enter handling. Trying to get ctrl-enter to add newlines when in enter-sends mode, but it's not working for reasons beyond my ken. check-in: ab9fef759e user: stephan tags: chat-input-rework
15:59
When stripping trailing spaces from lines to avoid the "console paste problem", leave markdown paragraph continuation markers intact. Robustified the config view layout in a trial-and-error attempt to defend against Safari-on-iPhone layout bugs. check-in: cbc7f117e6 user: stephan tags: chat-input-rework
03:43 Edit [a83defad3a950b15|a83defad3a]: Edit check-in comment. artifact: 6606a0e03f user: stephan
03:21
Provide a toast notification when ctrl-enter mode is toggled via keypress. check-in: c448462596 user: stephan tags: chat-input-rework
03:14
Split ctrl-enter/enter input modes and compact/spacious layout into two independent settings. check-in: a83defad3a user: stephan tags: chat-input-rework
02:11
Eliminated some of the new layout quirks caused by the change in /chat input field type. check-in: bcfb758dc3 user: stephan tags: chat-input-rework

10 Years Ago (more context)

2016-09-30
23:47
Start of experimental changes to support directory symlinks. check-in: d6debf638c user: mistachkin tags: dirSymlinks
23:45
Coding style tweaks. No changes to functionality. check-in: 3bb04c90dc user: mistachkin tags: trunk
22:01
Trunkify support for generating manifest.tags file. check-in: 189bfc28e7 user: jan tags: trunk
21:55
Merge from trunk. Closed-Leaf check-in: 9beff66bdc user: jan tags: jan-manifest-tags
20:43
Merge trunk check-in: de845a6764 user: andygoth tags: andygoth-circa
15:24
Add the --checkin option to the "fossil diff" command. check-in: e7c2454da9 user: drh tags: trunk
15:22
Fix a bug in the error message when the --checkin argument of fossil diff has no parent. Closed-Leaf check-in: 38daa9aa75 user: drh tags: diff-show-changes
15:18
Change the name of the --changes option on "fossil diff" to --checkin. check-in: 65724af1ce user: drh tags: diff-show-changes
13:21
Fix a doc typo. Minor improvements to documentation linkage. check-in: c468769dbc user: drh tags: trunk
03:50 Edit [4556962ded6f6497|4556962ded]: Edit check-in comment. artifact: b01972fafe user: andybradford
03:49
Add the "fossil diff --changes" option to show the changes made by a specific checkin UUID. check-in: 4556962ded user: andybradford tags: diff-show-changes

15 Years Ago (more context)

2011-09-30
17:00
minor ajax test code cleanups. check-in: 7eb52b23ae user: stephan tags: json
16:36
Added more integration tests. check-in: 10e677c968 user: stephan tags: json
16:35
added preliminary support for cookies in the rhino ajax client, but it does not seem to be doing anything. check-in: ef9d839311 user: stephan tags: json
16:17 Edit [4bf9048e25b88f63|4bf9048e25]: Mark "Closed". artifact: 2189ecd603 user: tsbg
15:50
Fixed POST sending for rhino-based ajax impl (was sending Content-Type form-urlencoded). Login over rhino works :). check-in: a36d5c0ed8 user: stephan tags: json
15:48
minor fix for fossil's internal handling of name=xyz parameter. check-in: 9f2535f1e0 user: stephan tags: json
14:11
Some touch-ups in the JS code. Started adding Rhino-based tests for integration/unit-testing CGI/server modes. check-in: 42a07be4c5 user: stephan tags: json
10:51
It seems like blob_constant_time_eq() is unnecessary for sync protocol signatures; removed. check-in: 48bcfbd47b user: dmitry tags: dmitry-security
09:41
Catch zero length early in blob_constant_time_eq(). check-in: e3d022dffa user: dmitry tags: dmitry-security
09:01
Merged in trunk [9bfa186be09f]. Fixed an inexplicable duplicate call to db_find_and_open_repository() which has since disappeared from the trunk. check-in: 8185bddf2e user: stephan tags: json