Fossil

Changes On Branch failed-fix
Login

Changes On Branch failed-fix

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

Changes In Branch failed-fix Excluding Merge-Ins

This is equivalent to a diff from 71260ba2 to 174ab076

2018-08-06
20:47
Boo. All day I have been checking in changes to the failed-fix branch when I should have been putting them on the forum-v2 branch. This is a cherry-pick merge that moves all of the changes from today from failed-fix over to forum-v2 in one go. The "email" command is renamed to "alert" and is revised for a better interface. Events that are waiting on moderator approval are not shown to non-moderator users. (check-in: 3c532ec5 user: drh tags: forum-v2)
20:40
Merge enhancements from trunk. (check-in: 725bf3ba user: drh tags: forum-v2)
20:39
Bug fix: Do not send non-digest subscribers the daily digest email. (Closed-Leaf check-in: 174ab076 user: drh tags: failed-fix)
19:39
Rearrange some of the subcommands on "fossil alerts" for better UX. Fix a problem in the /webmail display for messages with no subject. Improved comments. (check-in: 81c25431 user: drh tags: failed-fix)
2018-08-01
06:43
Change the backoffice-nodelay setting back to default off. Work around a bug in althttpd by making sure CGI runs with no file descriptors open other than 0, 1, and 2. (Edit:) These changes proved insufficient to clear the problem. (check-in: 1073593e user: drh tags: failed-fix)
2018-07-31
23:38
Make backoffice-nodelay consistently default on. (check-in: 71260ba2 user: drh tags: forum-v2)
23:37
Make the backoffice-nodelay a setting visible on the settings display, and make it on by default. This is a temporary fix to avoid webserver problems until such time as I can figure out what it is about backserver sleeping that is causing the webserver to latch up. (check-in: 2566a37e user: drh tags: forum-v2)

Changes to src/backoffice.c.

Changes to src/cgi.c.

Changes to src/db.c.

Changes to src/email.c.

Changes to src/json_timeline.c.

Changes to src/main.c.

Changes to src/makemake.tcl.

Changes to src/translate.c.

Changes to src/webmail.c.

Changes to src/winhttp.c.

Changes to test/tester.tcl.

Changes to win/Makefile.mingw.mistachkin.

Changes to win/Makefile.msc.