Fossil

Timeline
Login

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

27 check-ins using file src/db.c version e4c7d9dfef

2020-03-15
15:22
Experimental support for "Range:" headers in HTTP requests. Closed-Leaf check-in: 37c615ad29 user: drh tags: http-range
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
2020-03-12
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
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