Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around 408d584e21d1ae05.
2021-09-21
| ||
16:19 | Initial implementation of "span data-foo" wrappers around @name and #tag references. Seems functional on a test-markdown-render basis, but the definitions of what counts as a reference and what to do with them still remains to be handled. ... (check-in: 31a607d33c user: wyoung tags: markdown-tagrefs) | |
16:10 | Reimplemented chat message operations popup as an inlined DOM element to enable a confirmation option on the global delete button, per request from drh (and it's also more platform-portable). ... (check-in: fb9026e264 user: stephan tags: trunk) | |
15:02 | Updated changelog for chat preview. Hyperlinks in preview mode now have target=_blank. Removed extraneous FORM element around chat input area, as it caused only grief with regards to Enter key handling (always activating the first button in the list, which is now the preview button). ... (check-in: 60ed1ff951 user: stephan tags: trunk) | |
14:34 | /chat restored accidentally-removed configurable notification sounds. More layout tweaks on chat buttons. ... (check-in: cf81ddf97a user: stephan tags: trunk) | |
14:24 | /chat: close config/preview area if user sends a message, to help avoid confusion and a corner-case layout bug. Minor layout tweaking of the single-line edit mode via collaborative /chat effort. ... (check-in: 03f33cd3c2 user: stephan tags: trunk) | |
13:34 | /chat links now open in a new tab by default. Reduced min-width of input field to help out FF on Android. ... (check-in: cea66528e2 user: stephan tags: trunk) | |
13:25 | /chat now uses full-fledged markdown instead of its former special-case markup. Added a message preview option to support that. ... (check-in: 6c1ac839e3 user: stephan tags: trunk) | |
13:18 | In single-line edit mode, wrap the chat buttons if the screen is not "wide enough." Give the edit field a min-width of (experimentally) 24em. ... (Closed-Leaf check-in: 3ca1ec5248 user: stephan tags: chat-markdown) | |
13:10 | Reduced side margin/padding on text input field to improve phone usability. ... (check-in: ac6e7ae9da user: stephan tags: chat-markdown) | |
13:00 | Prettified chat buttons via collaborative chat session dogfooding. ... (check-in: 607854c90f user: stephan tags: chat-markdown) | |
11:52 | /chat: tell the file selection widget not to wrap, so that the help button stays on the same line (reported from Martin G's phone). ... (check-in: 4fc065ba4a user: stephan tags: chat-markdown) | |
11:32 | Moved the 350-ish lines/9k of chat-specific CSS into style.chat.css. ... (check-in: bd4dd24373 user: stephan tags: chat-markdown) | |
11:20 | Initial go at a preview mode for /chat. Still some UI/UX decisions to be made. ... (check-in: f33eefe2bb user: stephan tags: chat-markdown) | |
10:08 | Merge fixes from trunk ... (check-in: 3f2365fe26 user: drh tags: chat-markdown) | |
09:47 | Fixed a comment to match the code, as reported [forum:/forumpost/81e0168804 | on the forum]. ... (check-in: 898b8f2082 user: wyoung tags: trunk) | |
08:01 | Corrected th1 lappend to persist its result, as reported in [forum:97f8815dd3ddd7df|forum post 97f8815dd3ddd7df]. ... (check-in: cb531a5416 user: stephan tags: trunk) | |
06:22 | Assorted small improvements to the gitusers doc ... (check-in: 7cd51fa341 user: wyoung tags: trunk) | |
04:09 | /chat: add a button to the user/timestamp popup to toggle between parsed and plain-text rendering for that message, per /chat request. ... (check-in: 9a17e76ebf user: stephan tags: chat-markdown) | |
2021-09-20
| ||
12:14 | Merge trunk changes into the chat-markdown branch. ... (check-in: 807b8d9bf4 user: drh tags: chat-markdown) | |
12:13 | Fix hyperlinks to the Fossil Book to use the newer URL. ... (check-in: e014f3080f user: drh tags: trunk) | |
11:28 | /chat: add pikchr click handlers to incoming messages. ... (check-in: 326eccf245 user: stephan tags: chat-markdown) | |
2021-09-19
| ||
22:48 | Removed about a hundred lines of dead code from the diff context loading bits. Reported by Florian B. in the forum. ... (check-in: 47438b7137 user: stephan tags: trunk) | |
14:37 | Restored "diff --command CMD" flag that got lost in the latest diff refactorings. (One-off method for supplying the diff-command setting.) ... (check-in: cae7036bb7 user: wyoung tags: trunk) | |
08:15 | /wikiedit, /fileedit, and /pikchrshow: tweak ctrl-enter preview toggle event handling to avoid spurious addition of CRNL to text area (patch from Warren in /chat). ... (check-in: d6e7917a3e user: stephan tags: trunk) | |
07:28 | Applied patch from Warren at [forum:26371e6b32cb4ebc] to resolve the new behavior of markdown catching message prefixes of #NNN as a header. ... (check-in: 408d584e21 user: stephan tags: chat-markdown) | |
05:53 | Updated change log and chat.md for the /chat switch to markdown. ... (check-in: 32bd273ebf user: stephan tags: chat-markdown) | |
04:11 | /chat now uses markdown, instead of its minimal custom markup. Chat messages are rendered at send-time, not save-time, so this retroactively affects all messages. ... (check-in: 52d40548ed user: stephan tags: chat-markdown) | |
03:55 | Fixed a few minor errors in the new http-over-ssh.md doc and added a memorial to a fallen hero. ... (check-in: 9d4a132761 user: wyoung tags: trunk) | |
03:34 | Put a space after all "###" used as inline headers in www/customgraph.md to make them behave the same if we follow the CommonMark spec and require at least one space or tab after the last #. All other www/*.md files already do this. ... (check-in: bc08b0972a user: wyoung tags: trunk) | |
2021-09-18
| ||
21:25 | Corrected display of 'hooks' setting in /setup_settings, per [forum:d1ac688c1b|forum post d1ac688c1b]. ... (check-in: 5d9a7442fa user: stephan tags: trunk) | |
15:15 | Fix the "fossil commit" command so that it does not get confused by files added by merge and then edited but keeping the same file size. See [forum:/forumpost/03f6b307f89c990b|forum thread 03f6b307f89c990b] for discussion and a more detailed description of the problem. ... (check-in: ed5843cf31 user: drh tags: trunk) | |
03:52 | • Edit [c23aa77411fdb65e|c23aa77411]: Edit check-in comment. ... (artifact: a52627733a user: stephan) | |
03:40 | Reimplemented /chat settings selection to be more usable, device-portable, and extensible. Re-enabled client-side selection of repo-specific chat nofication sounds. ... (check-in: 9c777150ed user: stephan tags: trunk) | |
03:26 | /chat: Corrected storage of selected audio URI to account for multiple sounds. Updated change log and chat.md. ... (Closed-Leaf check-in: c23aa77411 user: stephan tags: chat-config-options) | |
02:36 | /chat: re-enable inclusion of unversioned sound files (mp3, wav, ogg) in the list of chat notification sounds. ... (check-in: 2a59a9a15a user: stephan tags: chat-config-options) | |
01:37 | Assorted small improvements to the new http-over-ssh.md doc. ... (check-in: d8f470757e user: wyoung tags: trunk) | |
00:51 | Added the www/server/any/http-over-ssh.md doc, an elaboration of Andy Bradford's OpenSSH ForceCommand based solution for forcing access via ssh:// URLs to go through a wrapper script that rewrites the command, exchanging "test-http" for "http", causing the Fossil RBAC system to come into play in a secure fashion. Linking to it from the top-level "server/" index and from the #webonly section of the caps/ index where it cites this limitation. Reworked the latter section now that we have a documented alternative. ... (check-in: be8ed971f9 user: wyoung tags: trunk) | |
2021-09-17
| ||
23:24 | Removed dev-mode-only automatic toggle of config area. ... (check-in: 563ce12aca user: stephan tags: chat-config-options) | |
23:21 | Replace /chat config popup with a friendlier and more flexible widget. Reintroduces ability to select from multiple alerts. Seems to work but needs more testing. [forum:d97c869900 | Forum post d97c869900]. ... (check-in: 6f5e04b340 user: stephan tags: chat-config-options) | |
21:48 | Clarified the read/write access issue in the #webonly section of the main user capabilities doc. ... (check-in: 391bc36987 user: wyoung tags: trunk) | |
19:48 | Formatting improvements on the change log. Improvements to the help text for the "fossil ui" command. ... (check-in: 76f65b4362 user: drh tags: trunk) | |
19:32 | Update the changes log. Fix a minor typo in the help text for "diff". ... (check-in: 5839abaee4 user: drh tags: trunk) | |
19:06 | Bring the help text for the "fossil all git" command into alignment with the implementation after changes on [/timeline?c=202108141825|2021-08-14]. ... (check-in: 1033e0ff88 user: drh tags: trunk) | |
10:46 | Tolerate one or two punctuation characters at the end of a symbolic name, if the name does not otherwise match, to accomodate names taken from the ends of URLs where some extra punctuation from the following text was included with the URL. ... (check-in: d81190bd72 user: drh tags: trunk) | |
02:38 | • Edit [93cee1f56e581b5c|93cee1f56e]: Edit check-in comment. ... (artifact: 9a22e5feaa user: wyoung) | |
02:34 | • Edit [93cee1f56e581b5c|93cee1f56e]: Edit check-in comment. ... (artifact: 05be0e98fe user: wyoung) | |
02:32 | Updated the JS doc's section about the hamburger menu to reflect the recent addition of this menu to other stock skins. ... (check-in: 36d84427f6 user: wyoung tags: trunk) | |
02:11 | • Edit [93cee1f56e581b5c|93cee1f56e]: Edit check-in comment. ... (artifact: 894c49668a user: wyoung) | |
02:03 | • Edit [93cee1f56e581b5c|93cee1f56e]: Edit check-in comment. ... (artifact: 431c6e74d4 user: wyoung) | |
02:02 | Converted all uses of the [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-name | obsolete] named anchor feature from HTML before 4.0 to use fragment identifiers instead. (<tt>www/*</tt> subtree only.) Where possible, changed constructs like <verbatim><a name="foo"></a><h3></verbatim> to <verbatim><h3 id="foo"></verbatim> Also fixed a few cases where the link target came after a header so the browser would scroll the header off the screen when visiting the targeted section. Added a 50em pad at the bottom of one such edited doc to allow the intra-doc link targets to be useful since it's a short enough doc that on sufficiently tall browser windows, scrolling isn't possible, so using those anchors has no visible effect. ... (check-in: 93cee1f56e user: wyoung tags: trunk) | |