Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
23 check-ins using file src/alerts.c version cf05b28253
2021-09-17
| ||
23:02 | Add sig_nonce card to support low signature security. ... (Leaf check-in: f4ec38f5b7 user: rransom tags: trunk) | |
19:48 | Formatting improvements on the change log. Improvements to the help text for the "fossil ui" command. ... (Leaf 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:10 | Fix public-key auth design to put signature first The existing login card mechanism already puts a (SHA-1) hash of the entire message at the beginning; there is no reason to put the signature at the end or bother with stream signatures at this time. ... (check-in: 8e654c4157 user: rransom 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: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: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) | |
00:34 | Remove obsolete diagram source files that have now been replaced by Pikchr. The files are still accessible in older versions, of course, and can be easily resurrected if needed. But there is no reason to include them in modern source tarballs. ... (check-in: dbf94ab50c user: drh tags: trunk) | |
2021-09-16
| ||
22:50 | xekri skin: make /chat names and timestamps slightly more legible. ... (check-in: 919468b358 user: stephan tags: trunk) | |
17:12 | Moved the [2d8a9046a1] CSS change into (table.diff pre), as the previous placement reportedly makes no difference. ... (check-in: bb2e6c6185 user: stephan tags: trunk) | |
17:05 | Xekri skin: added same logo toggle as in [c4c64257cf], improved page layout in chat mode, and slightly modernized the header layout. Gave chat message area in all skins a very slight side padding. ... (check-in: 714ff82433 user: stephan tags: trunk) | |
15:39 | Added diff context loading to the list of places we use JS in javascript.md. ... (check-in: 30a2b87c4e user: stephan tags: trunk) | |
15:38 | Added text-size-adjust:none CSS to table.diff in an attempt to keep iPhones from scaling the code text size up, bringing it out of alignment with the line numbers. Whether this works remains to be seen. ... (check-in: 2d8a9046a1 user: stephan tags: trunk) | |
15:36 | Eagle skin: added a toggle in the header to switch the logo link between the historical behavior (link to top of the current domain) and new (link to top of current repo), defaulting to the original behavior. [forum:f7a84dc19d51efa8|Forum post f7a84dc19d51efa8]. ... (check-in: c4c64257cf user: stephan tags: trunk) | |
06:59 | Add public-key authentication design ... (check-in: fd8be2cdb0 user: rransom tags: trunk) | |
2021-09-15
| ||
19:50 | Prevent an extra leading slash from the post-login redirector. Also, on the 'register' page, include the email notifications input element if the 'selfreg-verify' setting is enabled, even when the 'default-perms' setting does not include the 'Email Alerts' ('7') permission. ... (check-in: 129ea22423 user: mistachkin tags: trunk) | |
19:43 | Fix harmless compiler warning on Win32. ... (check-in: e1996e2558 user: mistachkin tags: trunk) | |
19:42 | Update the custom MinGW makefile. ... (check-in: 47bda8418a user: mistachkin tags: trunk) | |
08:04 | wiki list CLI command no longer lists deleted pages by default: use --all to include those (same parameter name as /wcontent uses for that purpose). [forum:cf4195f8bf6824fa | Forum post cf4195f8bf6824fa]. ... (check-in: 88e5336007 user: stephan tags: trunk) | |
2021-09-14
| ||
22:07 | eagle skin: cleaned up the clock-update JS function and modernized the logo appearance a bit. /fileedit: fixed a help test typo. ... (check-in: 7912deb5fd user: stephan tags: trunk) | |
09:04 | /wikiedit and /fileedit can now dynamically load more diff context. Discovered that the unified diff scrolling under the new diff model is not quite right and the magical CSS invocations to solve it properly elude me: for now they're scrolling (if needed) from a higher parent container level of the DOM than they should be, so the line numbers scroll along with the code. ... (check-in: ef69044cf9 user: stephan tags: trunk) | |
2021-09-13
| ||
21:30 | Fix typo. ... (check-in: 1e5dc324ef user: mistachkin tags: trunk) | |