Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 events occurring around 40119a06bc71517f.

2021-10-04
11:39
Update the built-in SQLite sources to the latest 3.37.0 alpha, for testing. ... (check-in: ae433763ae user: drh tags: trunk)
09:54
Refactor and improve the input logic for /chat. ... (check-in: 469f1b0dfc user: drh tags: trunk)
2021-10-03
21:19
Improved the attachment button's visibility in dark-mode skins. ... (Closed-Leaf check-in: 1390dd986d user: stephan tags: chat-input-rework)
20:15
Resized the attachment SVG to an integer number of pixels to avoid a tiny rounding error in some browsers which would truncate a pixel of the right edge. ... (check-in: 083927f575 user: stephan tags: chat-input-rework)
19:56
Rotated the paperclip 45 degrees (it's now horizontal) and restored the behavior that ctrl-enter will send a message if there is only an attachment with no text. ... (check-in: b8a20e20ff user: stephan tags: chat-input-rework)
19:44
Resized the attachment SVG - its bounding box was far, far wider than the glyph. ... (check-in: c6cc5557c0 user: stephan tags: chat-input-rework)
19:34
Experimentally replace paperclip Unicode glyph with an embedded SVG, as the glyph looks greyed out/inactive in some environments. ... (check-in: cc709782b4 user: stephan tags: chat-input-rework)
10:10
Swapped the order of the diff context load buttons to improve usability slightly, per forum feedback. ... (check-in: 4e45fcc997 user: stephan tags: trunk)
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)
2021-10-01
18:17
Eliminated extraneous gap at the bottom of the page caused by the empty file attachment preview element. Tweaked that element's layout a bit when it is visible. ... (check-in: bca3d7f405 user: stephan tags: chat-input-rework)
18:10
Worked around a button glyph misalignment on some older FF versions. ... (check-in: 042fe8771f user: stephan tags: chat-input-rework)
18:01
Added the chat input area resize option to compact mode so there is a recovery strategy if someone manages to paste a whole book into that field. ... (check-in: 797e33ba6b user: stephan tags: chat-input-rework)
17:40
Removed the cumbersome and platform-dependent file selection widget from view and now proxy its activation via a new toolbar button. Saves space and looks nicer. ... (check-in: 2b07b66d59 user: stephan tags: chat-input-rework)
17:14
In compact mode, move the buttons below the input field in order to stop truncation and button layout shifting as the input field automatically resizes during editing. Takes up more a bit more space but provides better UX. ... (check-in: fe0760c95d user: stephan tags: chat-input-rework)
15:49
Button size tweaks for compact mode, to make them slightly more accessible on mobile devices. ... (check-in: 858e8153a7 user: stephan tags: chat-input-rework)
14:14
Added file attachment widget toggle (on by default) and reversed order of config options (top-down instead of bottom-up) because that simply seems more intuitive. ... (check-in: 40cdaeecd4 user: stephan tags: chat-input-rework)
14:01
Fixed chat-view scrolling, which was broken by a flexbox settings change in [71fbd1b01ba42ee6]. ... (check-in: e7e2e5e3c0 user: stephan tags: chat-input-rework)
13:40
Chat button truncation fix on narrow windows. Updated change log for new chat features. ... (check-in: d92a8f07b8 user: stephan tags: chat-input-rework)
13:33
Shrank the chat buttons in compact mode because (spoiler alert) Safari. ... (check-in: c08a707a40 user: stephan tags: chat-input-rework)
13:23
Minor layout improvement in compact mode: input field now really looks like it's one line high instead of 1.x. ... (check-in: 40119a06bc user: stephan tags: chat-input-rework)
13:01
Improved the flow of the chat input buttons so that they don't move around as the input area grows and shrinks. Removed max-height from compact-mode input. This makes compact mode behave more like what was requested in /chat, so that it grows organically as the user types. ... (check-in: 9191823207 user: stephan tags: chat-input-rework)
12:48
Made monospace the default because that setting now also applies to the input area and this chat is often used for conveying code. Accounted for a couple bits of skin-specific weirdness. ... (check-in: f9e2851a99 user: stephan tags: chat-input-rework)
12:26
Reimplemented [607b11ddc6] to use a proper feature check approach rather than user agent string check. ... (check-in: d96f6f195c user: stephan tags: chat-input-rework)
12:13
Found a Chrome-only workaround to tell Chrome not to paste formatting into the chat editor field. ... (check-in: 607b11ddc6 user: stephan tags: chat-input-rework)
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)
2021-09-29
22:41
/chat button size refinement. ... (check-in: c24d2bb67c user: stephan tags: chat-input-rework)
22:30
Added mini-help hint text to /chat config view entries. ... (check-in: 3259251aeb user: stephan tags: chat-input-rework)
22:08
Significant reworking of chat input mode to use a single contenteditable element instead of two text input elements. This required considerable collateral cleanup in how the various settings are handled and communicated within the app. ... (check-in: b9c5792e34 user: stephan tags: chat-input-rework)
17:03
/chat: shift-enter when in preview mode now switches back to message list mode if the input field is empty. It was previously only possible to switch back via button or sending a message. ... (check-in: 79995e1355 user: stephan tags: trunk)
16:50
Merged in trunk for latest changes. ... (check-in: 09f86815c6 user: stephan tags: markdown-tagrefs)
16:45
Consolidated /wikiedit, /pikchrshow, /fileedit, and /chat to use shift-enter to run preview mode. The former 3 previously used ctrl-enter but it was poorly documented and probably not widely used like ctrl-enter is in chat (to send a message). ... (check-in: 13fabf3f4d user: stephan tags: trunk)
07:27
When generating a repository name from the URL, include parsing of port to avoid undesirable behavior discovered in [forum:4409f66dae988dc5] in which the parser doesn't handle single-label host names which include a port (with or without a final slash). ... (check-in: 000f80213e user: andybradford tags: trunk)
06:55
Merged in diff context loading fixes from Florian: off-by-one error for the single-line context case and a race condition for the click-queue. ... (check-in: 36bec9adac user: stephan tags: trunk)
05:56
Fix an off-by-one error that prevents loading single-line diff context chunks at the top of the file(s). See [forum:5f407f5f1f | Forum Post 5f407f5f1f] for a test case. ... (Closed-Leaf check-in: 72f3493802 user: florian tags: diff-js-fixes)
05:47
Fix a race window bug with click-ahead bookkeeping: if loading of diff context chunks is super-fast (localhost and/or cached), but insertion into the document is significantly slowed (e.g. after ~100*15 diff context lines already added to the same block), clicks during document manipulation have a chance to be queued (good) and handled immediately (not necessarily bad) as soon as setTimeout() yields the UI thread, and then another chance to be doubly handled (definitely bad) by the scheduled queue processing. ... (check-in: 6a371417c8 user: florian tags: diff-js-fixes)