Fossil

Timeline
Login

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

44 check-ins using file src/db.c version 216b7c96b8

2020-03-27
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
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
17:03
Hoist the list of POSIX subsystem features for Windows up to the top of the "Windows" section in globs.md to wave readers off to the "POSIX" section of the same doc before we get into truly Windows-specific details. check-in: 21929d37a3 user: wyoung tags: glob-docs
15:28
Update the list of "Commands that Refer to Globs". check-in: 50a8e53640 user: florian tags: glob-docs
15:25
Mention the tricks to preview glob expansion with the `test-echo' command, and to try glob matching with `test-glob'. check-in: 9a428be514 user: florian tags: glob-docs
15:14
Mention the handy batch script to launch Fossil without glob expansion on Windows. check-in: 1a305a5ceb user: florian 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