Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around 2020-03-13 15:44:52.
2020-03-14
| ||
23:41 | For the audio captcha, do not actually download the sound file until the user clicks on the button. ... (check-in: 54d93954a9 user: drh tags: trunk) | |
21:00 | Add the nsm query parameter to /timeline for disabling the submenu. ... (check-in: 220ed0a939 user: drh tags: trunk) | |
19:42 | CSS changes to try to prevent over-width forum messages in the timeline display. ... (check-in: b5acbe9b55 user: drh tags: trunk) | |
18:29 | The new vfx query parameter on /timeline shows the formatted text of forum messages directly in the timeline. ... (check-in: c7a536ffa8 user: drh tags: trunk) | |
15:43 | Add the option to show an entire forum thread as "unformatted" text. ... (check-in: b41b39018f user: drh tags: trunk) | |
15:16 | Fix the "(source)" links on the forum to point to the most recent edit of the post, not the original post. ... (check-in: 33dc88c417 user: drh tags: trunk) | |
14:25 | Add the "Speakit" button to the /register page. ... (check-in: 5a7d449493 user: drh tags: trunk) | |
14:22 | Use <h3> tags, with a CSS class for styling, for the title on forum posts, as this works better for screen readers. ... (check-in: fb85d7b632 user: drh tags: trunk) | |
14:07 | Add CSS classes for the forum post labels. ... (Closed-Leaf check-in: ff3365e83e user: drh tags: forum-post-headers) | |
13:50 | In a forum thread display use an <h3> tag for the header on each post. ... (check-in: c29d69ea7a user: drh tags: forum-post-headers) | |
13:36 | Put the "speak the text" buttons for captcha audio closer to the boxes in which the person must enter the text. ... (check-in: a584491ab8 user: drh tags: trunk) | |
13:20 | Add extra silence in between letters of the spoken captcha. ... (check-in: 2e32552331 user: drh tags: trunk) | |
13:13 | Typo fix in the change log. ... (check-in: 76a8eefc80 user: stephan tags: trunk) | |
12:57 | Add the audio-captcha feature to the change log. ... (check-in: b003f7cd53 user: drh tags: trunk) | |
12:49 | Fix a harmless compiler warning. ... (check-in: 11d1233d30 user: drh tags: trunk) | |
12:46 | Show the title of a forum thread without truncation. (This check-in is reapply after having been accidently deleted.) ... (check-in: 74549a9a8d user: drh tags: trunk) | |
12:43 | Add audio prompts to captchas so that they can be completed by visually impaired users. ... (check-in: dcf441077d user: drh tags: trunk) | |
12:40 | Add "Speak the text" buttons consistently to all captchas. ... (Closed-Leaf check-in: 93bbd28aa0 user: drh tags: audio-captcha) | |
04:05 | Fix the makefile by removing a spurious javascript file. ... (check-in: 899b40910a user: drh tags: audio-captcha) | |
03:59 | Add "Speak the text" buttons on captchas. ... (check-in: 3b10bdd683 user: drh tags: audio-captcha) | |
03:13 | Add infrastructure to support solving the captcha via audio. ... (check-in: 5ddc0fdc6b user: drh tags: audio-captcha) | |
2020-03-13
| ||
20:38 | Remove the 'd' capability, which has never been used. ... (check-in: 1274054036 user: drh tags: trunk) | |
18:09 | Provide a "source" link on Wiki/Markdown forum pages that shows the original unformatted source text for that post. ... (check-in: cc46524f48 user: drh tags: trunk) | |
17:18 | In the "test-forumthread" command, if the thread-id argument is omitted show a list of all available threads. ... (check-in: 98270ad613 user: drh tags: trunk) | |
15:44 | Improve the the UX user self-management in the default skin. ... (check-in: 2ee58cf546 user: drh tags: trunk) | |
14:23 | Proposed fix to the UX bug on "Logout" with the default skin, per https://sqlite.org/forum/forumpost/ee69ac2ed3 ... (Closed-Leaf check-in: 35d8736bb3 user: wyoung tags: logout-link-on-name) | |
01:25 | Added documentation for the other legal values for event.type in the "y" parameter to /timeline.rss. ... (check-in: 4a70f9485c user: wyoung tags: trunk) | |
2020-03-12
| ||
22:53 | Show the title of a forum thread without truncation. ... (check-in: 81d66a357d user: ashepilko tags: trunk) | |
18:43 | Add /forummain as an alias for /forum. ... (check-in: 4b82e96ac8 user: drh tags: trunk) | |
18:17 | Repurposed the check for "d" cap in the Security Audit page to warn that it should be removed from use. It checks the anonymous, developer, and reader users for it only, not any one-off uses. It also doesn't check Setup or Admin, but presumably whatever we reuse "d" for in the future will be granted to them by default. ... (Closed-Leaf check-in: 8059b9cac1 user: wyoung tags: eradicate-d-cap) | |
18:03 | Added comments and documentation for the removal of d cap. ... (check-in: 7454cce841 user: wyoung tags: eradicate-d-cap) | |
18:02 | Removed a "#if 0" related to this branch. ... (check-in: dfa6609a9a user: wyoung tags: eradicate-d-cap) | |
17:02 | Removed the favicon byte array added in support of the /favicon.ico URL handler. It's unused since [81b3ce3a1350eaa9], when that page began serving a GIF and now gets the same data from the aLogo byte array. ... (check-in: 1b63f6894f user: wyoung tags: trunk) | |
16:56 | An extension of [3941824d] to remove all mention of 'd' capability from the code, not just ifdef or comment it out. Also removes it from the docs and from the default capability set for Developer, dei -> ei. ... (check-in: 55a7643938 user: wyoung tags: eradicate-d-cap) | |
10:50 | Omit the 'd' capability (the ability to delete wiki and tickets). This capability does not do anything. Apparently, it is a hold-over from the old CVSTrac code. ... (check-in: 3941824d85 user: drh tags: trunk) | |
01:50 | This change is not quite right. Harmless, but ineffective. Was: The 'b' capability should not imply "write" for tickets or wiki unless it is accompanied by the 'w' or 'k' capabilities. ... (Leaf check-in: ba56f5e5cc user: drh tags: mistake) | |
00:57 | Fix a long-standing error in a printf() specification on the /artifact_stats page that only caused problems when compiling on 32-bit windows using mingw32. ... (check-in: afb4f74808 user: drh tags: trunk) | |
00:44 | Add the "gather_artifact_stats()" SQL function to the "fossil sql" command. This function invokes the gather_artifact_stats() C-language routine in order to populate the temporary ARTSTAT table. ... (check-in: 6e890f737f user: drh tags: trunk) | |
2020-03-08
| ||
07:20 | Fix typo in data-sortkey. ... (check-in: 88b8df356b user: ashepilko tags: trunk) | |
2020-03-07
| ||
22:14 | option to separate filenames w/ NULL instead of whitespace. Eases operations w/ whitespace-containing filenames ... (check-in: 6e88c64bb2 user: bch tags: NULLSeparated) | |
16:56 | Use SHA3 to identify unversioned files, if the hash policy is sha3 or higher. ... (check-in: 17525ceddb user: drh tags: trunk) | |
12:21 | Back out the attempt to fix excess line ending whitespace because that check-in mangled some text and inserted unwelcomed unicode characters. ... (check-in: fd1282e685 user: drh tags: trunk) | |
12:06 | Change the default favicon.ico to an actual GIF image of the Fossil lizard. ... (check-in: 5ca0a05a80 user: drh tags: trunk) | |
2020-03-06
| ||
17:27 | Limit the max length of new forum thread's title. ... (check-in: 81fb5e7600 user: ashepilko tags: trunk) | |
17:08 | Improve truncation of UTF-8 encoded title using a function by @florian.balmer per [https://fossil-scm.org/forum/forumpost/6d90d5d99c] ... (check-in: d076853d10 user: ashepilko tags: trunk) | |
10:07 | Update to Unicode-13 ... (check-in: b70a76e354 user: jan.nijtmans tags: trunk) | |
10:06 | eol-spacing in documentation ... (check-in: d65540f5a9 user: jan.nijtmans tags: trunk) | |
2020-03-04
| ||
13:51 | New documentation crosslinks. ... (check-in: abf865bb5f user: drh tags: trunk) | |
2020-03-03
| ||
20:53 | Various minor documentation enhancements. ... (check-in: 787466468d user: drh tags: trunk) | |
19:13 | Properly truncate a UTF-8 encoded title using a function by @florian.balmer per [http://fossil-scm.org/forum/forumpost/52b141aa91] ... (check-in: 35ad8eca06 user: ashepilko tags: trunk) | |