Fossil

Timeline
Login

Timeline

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

50 events by user drh occurring around 2018-07-31 13:08:04.

2018-08-07
13:52
Disable the backoffice for SSH clients. ... (Closed-Leaf check-in: 4b4e133a8c user: drh tags: forum-v2)
13:28
More conversions of fossil_panic() into fossil_fatal(). ... (check-in: 666b0ce6a7 user: drh tags: forum-v2)
13:20
Change two instances of fossil_panic() into fossil_fatal(). ... (check-in: 342bd06b6a user: drh tags: forum-v2)
00:22
For non-digest subscribers, alerts for new forum posts are now in separate emails with each email having a subject which is the title of the forum thread, and with appropriate Message-Id and In-Reply-To header fields so that email clients can string together the email thread. Digest subscribes still get just the synopsis. ... (check-in: 4d6591736e user: drh tags: forum-v2)
2018-08-06
21:21 Edit [174ab076eb801cbc|174ab076eb]: Mark "Closed". ... (artifact: 487edab1d2 user: drh)
21:20
Merge the mkbuiltin.c fix from trunk. ... (check-in: 427e257532 user: drh tags: forum-v2)
21:19
Fix the mkbuiltin.c code generator so that it tolerates Windows-style backslash path separators on its arguments. This fixes the windows build that was busted by check-in [774bdc83556442c5]. ... (check-in: 030bf2002f user: drh tags: trunk)
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: 3c532ec55b user: drh tags: forum-v2)
20:40
Merge enhancements from trunk. ... (check-in: 725bf3ba3b user: drh tags: forum-v2)
20:39
Bug fix: Do not send non-digest subscribers the daily digest email. ... (Closed-Leaf check-in: 174ab076eb 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: 81c254311e user: drh tags: failed-fix)
19:15
Improvements to email notification. Rename the "email" command to "alerts". Try to avoid sending alerts about unapproved events, except it is ok to send such alerts to moderators. This is a work in progress. ... (check-in: efbd6caa7c user: drh tags: failed-fix)
12:51
Merge enhancements from trunk. ... (check-in: ce3d571837 user: drh tags: failed-fix)
2018-08-01
07:10 Edit [1073593e901e1791|1073593e90]: Move to branch failed-fix. Edit check-in comment. ... (artifact: b962e5c589 user: drh)
06:49
Extra efforts to close higher-numbered file descriptors prior to starting CGI. ... (check-in: d6053249ec user: drh tags: failed-fix)
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: 1073593e90 user: drh tags: failed-fix)
2018-07-31
23:38
Make backoffice-nodelay consistently default on. ... (check-in: 71260ba25e 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: 2566a37efa user: drh tags: forum-v2)
20:34
Use the fork() system call (when available) to start backoffice, in an attempt to avoid unseemly delays in upstream. ... (Closed-Leaf check-in: e882081f8d user: drh tags: fork-backoffice)
17:38
Make the title of a deleted forum thread "(Deleted)". ... (check-in: 46697ca195 user: drh tags: forum-v2)
17:13
Only show the "Moderation Requests" submenu button if there exist one or more posts in need of moderation. ... (check-in: 397c32b6bb user: drh tags: forum-v2)
17:05
Try to make moderation a little easier, as recent experience suggests that will be a big deal with the forum. ... (check-in: a9e5a1eefd user: drh tags: forum-v2)
15:49
Fix the redirect that occurs after a forum post is rejected by the moderator. ... (check-in: 6a667edb09 user: drh tags: forum-v2)
14:22
Add the backoffice-nodelay setting as a temporary measure to aid in debugging the unseemly delays currently being experienced in the UI. ... (check-in: 0efaa98247 user: drh tags: forum-v2)
13:08
Wrap oversize text/plain wiki and tickets and technotes and forum messages. ... (check-in: fa8ef25777 user: drh tags: forum-v2)
10:30
Fix a minor problem with the user capability summary display. ... (check-in: 2cce85f421 user: drh tags: forum-v2)
04:18
Add the email alerts configuration summary to the security audit page. ... (check-in: a9e67fe615 user: drh tags: forum-v2)
04:08
Add the /forum page with search and a list of recent threads. ... (check-in: 05105248a1 user: drh tags: forum-v2)
03:14
Enable search over the forum. ... (check-in: b3c1ba372e user: drh tags: forum-v2)
01:03
If the user is not logged in, prompt them to do so before continuing to the forum entry pages. ... (check-in: 009ca1f74e user: drh tags: forum-v2)
2018-07-30
23:29
Improved login screen with a "Create A New Account" button. ... (check-in: 14335899ef user: drh tags: forum-v2)
21:39
Futher improvements to the user capability summary display. ... (check-in: 45591e2111 user: drh tags: forum-v2)
21:17
Improved CSS for the user capability summary. ... (check-in: ba232e261e user: drh tags: forum-v2)
21:08
Add the user capability summary to the security audit. ... (check-in: 39d5e6751f user: drh tags: forum-v2)
19:34
Fix errors in the permission checking for email notification. ... (check-in: c286157cc9 user: drh tags: forum-v2)
19:34
Improved error messages to background processes from the database interface. ... (check-in: 72bb00bcab user: drh tags: forum-v2)
19:14
Break out the processing of capability strings into a separate source file. Add new SQL functions: capunion() and fullcap(). Only send email notifications to users who have appropriate capabilities. ... (check-in: 8a28a37c87 user: drh tags: forum-v2)
16:44
Invoke abort() after a call to fossil_panic(), not exit(1). This will leave a core file if the system is correctly configured. Also show the panic on debugging logs. ... (check-in: 8163228997 user: drh tags: forum-v2)
16:01
Add new security-audit checks for forum and "Announce" privileges. ... (check-in: 5d6fc9678d user: drh tags: forum-v2)
14:14
Improvements to error detection and reporting in the artifact parser. Add the test-parse-all-blobs command for verifying the artifact parser against historical repositories. ... (check-in: d2d1a86fa2 user: drh tags: forum-v2)
13:34
Merge backoffice enhancements from trunk. ... (check-in: bb50f0dce8 user: drh tags: forum-v2)
13:25
Backoffice processing improvements: Set a timer on the backoffice to prevent it from running too long. Report errors on failed attempts to open /dev/null. Use "NUL" instead of "/dev/null" on Windows. ... (check-in: 07356e44c1 user: drh tags: trunk)
2018-07-28
13:36
Fix /timeline so that it works with only RdForum permission. ... (check-in: 327c51b423 user: drh tags: forum-v2)
2018-07-27
13:52
Separate /forumpost and /forumthread pages. ... (check-in: 2dfb887310 user: drh tags: forum-v2)
13:29
Improvements to forum thread display. ... (check-in: fd06544c04 user: drh tags: forum-v2)
2018-07-26
10:50
Add the missing forum.js file. Adjust forum.js so that it does a better job of autoscrolling to the selected forum message. ... (check-in: 9ea4805e5c user: drh tags: forum-v2)
01:33
Automatic scroll to the specific message of the thread when calling /info on a forum message. ... (check-in: 8f0e18f4b0 user: drh tags: forum-v2)
01:02
Fixes to the forum hierarchical display algorithm. ... (check-in: 9757488a5d user: drh tags: forum-v2)
2018-07-25
22:34
Begin adding style to the forum display. ... (check-in: 8eccd9a221 user: drh tags: forum-v2)
21:00
Hierarchical display of forum threads. ... (check-in: 7da1299685 user: drh tags: forum-v2)