Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" plus check-in "2020-03-17 10:45:38" occurring around 2020-03-17 10:45:38.
2020-03-26
| ||
05:30 | Removed obsolete reference to the historical limitation of the grep command accepting only a single filename. ... (check-in: 30a2af8e39 user: stephan tags: trunk) | |
03:01 | Fix typos. ... (check-in: 58f00d333a user: ashepilko 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
| ||
20:24 | Update openssl version number to 1.1.1e. Update custom makefile. ... (check-in: 77a7078f74 user: jan.nijtmans tags: trunk) | |
15:04 | Add the "nsm" or "No-SubMenu" query parameter to the /wiki page. ... (check-in: 993700abaf user: drh tags: trunk) | |
2020-03-23
| ||
01:08 | Clear the environment by setting its first entry to NULL; fixes the macOS-bound bug as per [https://fossil-scm.org/forum/forumpost/2fcb3a490b|forumpost/2fcb3a490b] ... (check-in: 6e7211a26d user: ashepilko 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-21
| ||
19:57 | Assorted improvements to www/globs.md, mainly to clarity and grammar. ... (check-in: 7898593d9d user: wyoung tags: trunk) | |
2020-03-20
| ||
04:02 | Rename test function to match the test command name ... (check-in: 77be1777e1 user: andygoth tags: trunk) | |
2020-03-19
| ||
15:11 | Add a configure time check for the existence of setenv(3) in libc for use by fossil_setenv() which has nicer semantics than its current underlying implementation on POSIX systems, putenv(3). This doesn't fix any known issue other than a technical memory leak, but I'm checking it in in case someone finds the code useful someday. ... (Closed-Leaf check-in: ff8f2decf5 user: wyoung tags: setenv-alternative) | |
2020-03-18
| ||
17:25 | Merged glob-docs branch down to trunk. ... (check-in: b45a985c86 user: wyoung tags: trunk) | |
17:25 | Assorted improvements to globs.md, especially to the discussion of * expansion on Windows vs POSIX. ... (Closed-Leaf check-in: bb292b64ae user: wyoung tags: glob-docs) | |
15:09 | Correct a statement that contradicts the first paragraph in the same section. ... (check-in: ce5925c202 user: florian tags: glob-docs) | |
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) | |
14:14 | Change the HTTP reply status for range requests from "206 OK" to "206 Partial Content". ... (Closed-Leaf check-in: 8a1e1c9096 user: florian tags: audio-captcha) | |
14:08 | Have repeated clicks to the "Speakit" button restart the audio-captcha from the beginning instead of repeating several times in parallel. ... (check-in: 1bf8df8ad2 user: florian tags: audio-captcha) | |
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
| ||
12:17 | Filter notifications to reduce multiple alerts if forum-posts are edited. ... (Closed-Leaf check-in: 1c84fa5569 user: graham tags: alert-filter) | |
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:37 | Resolve mis-expansion of ATTACH DATABASE reported in [https://fossil-scm.org/forum/forumpost/e5cf69b8a0|forumpost/e5cf69b8a0]. ... (check-in: bcdc2f4451 user: stephan 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) | |
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) | |