Fossil

Timeline
Login

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

22 ancestors of 11d1233d305c0fd6

2020-03-14
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 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 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 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)
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)