Fossil

Timeline
Login

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

77 events for the month beginning 2020-03-01 by user drh

Following month ↑
2020-03-31
21:13
Eliminate IP prefix tracking as part of the login cookie. ... (check-in: 7d18c40b83 user: drh tags: trunk)
2020-03-29
14:04
Fix a minor formatting error in the alerts.md document. ... (check-in: 6ec931a13d user: drh tags: trunk)
2020-03-28
18:21
Add email-url, email-admin, and email-subname to the settings that can be managed by the "fossil alert setting" command. ... (check-in: a0ae0c9ff6 user: drh tags: trunk)
2020-03-27
22:25
In the previous check-in, fix the subscriber count after doing a purge. ... (check-in: 8ccab68fc6 user: drh tags: trunk)
22:23
Add the ability to purge old pending subscriptions from the /subscribers page. ... (check-in: 8c40c38f5e user: drh tags: trunk)
15:37
Do not use the IP address as part of the login cookie if the server is set to redirect all HTTP requests over to HTTPS. ... (check-in: ce4bece946 user: drh tags: trunk)
15:19
Fix an accidental fork. ... (check-in: a5d6567ea6 user: drh tags: trunk)
14:45
Only show both the display name and the login if they are different. If they are the same, show just the login. ... (check-in: 069b7ee7a4 user: drh tags: trunk)
14:41
Show both the display name and the login on forum pages. ... (check-in: d5455f5b1b user: drh tags: trunk)
14:30
Use the display name rather than the login for forum posts. ... (check-in: 2e71dc25d9 user: drh tags: trunk)
13:00
Add the "unused" query parameter to the /setup_ulist page. ... (check-in: 7711a4fbc2 user: drh tags: trunk)
11:29
On a timeline date-time link back to a timeline, set the y=a query parameter so that all artifacts are shown in the target timeline. ... (check-in: 2cdd7573ed user: drh tags: trunk)
11:13
Show the number of pending subscriptions in the subscription stats. ... (check-in: 02ad349134 user: drh tags: trunk)
2020-03-26
18:54
Add a new subscription option to receive edits to forum posts. If this option is not selected, then alerts are only sent on the initial post, not on edits. Also: Use the "forumObs" class on timeline forum text that has been subsequently edited. ... (check-in: e5653a4ceb user: drh tags: trunk)
14:48
Set the autocomplete="off" parameter on the password input to the user editing screen. ... (check-in: a02385427f user: drh tags: trunk)
13:53
Validate the email address in the subscription editing form. ... (check-in: 32a8d11025 user: drh tags: trunk)
13:18
Add the "Send a message to ..." link for administrators on the subscription configuration page. ... (check-in: bb05299ee7 user: drh tags: trunk)
13:11
Improvements to the "Notification" setup screen. Take steps to ensure that the email address does not get cleared when editing subscriber preferences. ... (check-in: 60d40d5b58 user: drh tags: trunk)
10:40
Fix a formatting issue on the load-management documentation page. ... (check-in: c2c998d9cc user: drh tags: trunk)
02:24
Documentation typo fix. ... (check-in: 455c743ab4 user: drh tags: trunk)
2020-03-25
17:48
Add the email address editing to the subscriber information screen (/alerts). Improved cross-linking between subscriber and user editing screens for administrators. ... (check-in: 54a6f098ec user: drh tags: trunk)
2020-03-24
15:04
Add the "nsm" or "No-SubMenu" query parameter to the /wiki page. ... (check-in: 993700abaf user: drh tags: trunk)
2020-03-22
15:58
Further enhancements to the ticket history mechanism so that it takes into account the difference between TICKET and TICKETCHNG fields. ... (check-in: fc70ec085e user: drh tags: trunk)
15:33
The "formatted" mode for the ticket history viewer assumed that all text was Fossil-Wiki formatted. It did not account for Markdown (since that feature was added long before Markdown formatting was added). And, indeed, there is no general way for it to know what the mimetype of the text is. Hence, disable formatted mode, and show all text as plaintext. ... (check-in: f1e8cd6977 user: drh tags: trunk)
15:02
Add the "raw" query parameter to the /tkthistory page. ... (check-in: 4c9e24fdcc user: drh tags: trunk)
14:29
Update the built-in SQLite to the latest 3.32.0 alpha that includes fixes for the DBCONFIG_MAINDBNAME problem. ... (check-in: 8d114c2aff user: drh tags: trunk)
2020-03-18
15:03
Repeated clicks on the audio-captcha button cause it to start over. Change the title of 206 HTTP replies to "Partial Content". ... (check-in: 8466a15722 user: drh tags: trunk)
14:56
Try to make it easier for people to find the documentation on how to add new commands to the Fossil core. ... (check-in: 29c3e99d73 user: drh tags: trunk)
00:45
Don't even show the "Awaiting Moderator Approval" message, as that would be redundant. ... (check-in: 2233a7b7ac user: drh tags: trunk)
00:42
Do not show the text forum messages that are pending moderation in the timeline view. ... (check-in: bf410211c7 user: drh tags: trunk)
2020-03-17
10:45
Add the -R option to the "fossil uv" on-line help. ... (check-in: bc7c27cb85 user: drh tags: trunk)
2020-03-16
19:45
Experimental: Change the X-Fossil-From: header in alert emails to Sender:. This might help with Outlook users. Or it might make things worse. The only think I know to do is try it and see what happens. ... (check-in: b4dcf8e4ef user: drh tags: trunk)
19:33
Minor default CSS changes for improved rendering of code snippets with long lines in the forum. ... (check-in: 192c809a31 user: drh tags: trunk)
2020-03-15
21:24
Enhance the /announce page so that it provides an option to send a message to all forum moderators. ... (check-in: 84d854c6d1 user: drh tags: trunk)
20:43
Fix the /announce/test2 feature so that it works without asserting. ... (check-in: ea4ccfdc2d user: drh tags: trunk)
18:35
Add support for the Range: attribute in HTTP requests for the "fossil server" and "fossil http" commands. ... (check-in: b6892ccdd6 user: drh tags: trunk)
15:43
Introduce a new version of db_multi_exec() that does not do printf-style formatting. ... (check-in: 0ea56bb239 user: drh tags: trunk)
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)
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)
2020-03-12
18:43
Add /forummain as an alias for /forum. ... (check-in: 4b82e96ac8 user: drh tags: trunk)
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)
10:42 Edit [ba56f5e5ccb117df|ba56f5e5cc]: Move to branch mistake. Edit check-in comment. ... (artifact: cea4f1aded user: drh)
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-07
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-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)
14:35
Fix the mimetype for /favicon.ico. ... (check-in: 00e2f0511e user: drh tags: trunk)
2020-03-02
15:41
Trying to improve the documentation for skin development. This is a work-in-progress. ... (check-in: 2698c16b1c user: drh tags: trunk)
12:57
Add the /favicon.ico web page. ... (check-in: 81b3ce3a13 user: drh tags: trunk)
12:50
When viewing a forum thread, use the title of the thread as the page title. ... (check-in: 59f126d90b user: drh tags: trunk)
Previous month ↓