Fossil

Timeline
Login

Timeline

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: 11d1233d 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: 74549a9a user: drh tags: trunk)
12:43
Add audio prompts to captchas so that they can be completed by visually impaired users. ... (check-in: dcf44107 user: drh tags: trunk)
12:40
Add "Speak the text" buttons consistently to all captchas. ... (Closed-Leaf check-in: 93bbd28a user: drh tags: audio-captcha)
04:05
Fix the makefile by removing a spurious javascript file. ... (check-in: 899b4091 user: drh tags: audio-captcha)
03:59
Add "Speak the text" buttons on captchas. ... (check-in: 3b10bdd6 user: drh tags: audio-captcha)
03:13
Add infrastructure to support solving the captcha via audio. ... (check-in: 5ddc0fdc user: drh tags: audio-captcha)
2020-03-13
20:38
Remove the 'd' capability, which has never been used. ... (check-in: 12740540 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: cc46524f 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: 98270ad6 user: drh tags: trunk)
15:44
Improve the the UX user self-management in the default skin. ... (check-in: 2ee58cf5 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: 35d8736b 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: 4a70f948 user: wyoung tags: trunk)
2020-03-12
22:53
Show the title of a forum thread without truncation. ... (check-in: 81d66a35 user: ashepilko tags: trunk)
18:43
Add /forummain as an alias for /forum. ... (check-in: 4b82e96a 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: 8059b9ca user: wyoung tags: eradicate-d-cap)
18:03
Added comments and documentation for the removal of d cap. ... (check-in: 7454cce8 user: wyoung tags: eradicate-d-cap)
18:02
Removed a "#if 0" related to this branch. ... (check-in: dfa6609a 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: 1b63f689 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: 55a76439 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: 3941824d 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: afb4f748 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: 6e890f73 user: drh tags: trunk)