Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around 3c0848797d1c7e1e.
2018-08-08
| ||
18:15 | Remove the /test-backoffice-lease webpage, since it doesn't really work correctly. Use only the "fossil test-backoffice-lease" command moving forward. We can wrap that command in a Wapp script if necessary. ... (Closed-Leaf check-in: b6aadace39 user: drh tags: backoffice-full-close) | |
18:13 | Set the default backoffice-nodelay back to off. ... (check-in: 353a4e12d5 user: drh tags: backoffice-full-close) | |
18:10 | A simpler method of ensuring that backoffice does not cling to the standard input and output. ... (check-in: 8c52c67412 user: drh tags: backoffice-full-close) | |
17:57 | In the backoffice process, close the 0, 1, and 2 file descriptiors and reopen them as /dev/null, on unix. ... (check-in: 6865fb72cf user: drh tags: backoffice-full-close) | |
17:21 | Added initial version of www/forum.wiki document and a link to it from the front page. ... (check-in: 4ed14b1f3f user: wyoung tags: trunk) | |
16:20 | If the "fds" query parameter is provided, then the /test-backoffice-lease webpage shows the open file descriptors. ... (check-in: 918e1ddd8e user: drh tags: trunk) | |
14:40 | Turn backoffice-nodelay on by default. ... (check-in: af599d6adc user: drh tags: trunk) | |
14:23 | Add the /test-backoffice-lease web page. ... (check-in: 4a544e5dcb user: drh tags: trunk) | |
14:08 | Make sure the backoffice has all file descriptors closed before it starts. ... (check-in: 15f85cfdaa user: drh tags: trunk) | |
13:52 | • Edit [4344f806d6944ed2|4344f806d6]: Edit check-in comment. ... (artifact: 8a0182761b user: wyoung) | |
13:47 | Add table sorting to the subscriber list. ... (check-in: 988cf44ded user: drh tags: trunk) | |
13:19 | Added Forum navbar before Tickets in all skins that had such a link, pointing to /forum if the user is anonymous and has capability 2 or 3, or is logged in and has any capabilities in 2-6 inclusive. ... (Closed-Leaf check-in: 4344f806d6 user: wyoung tags: forum-skin-links) | |
12:27 | Adjust the homepage to point to the new forum instead of to the legacy mailing lists. ... (check-in: ec88836dd6 user: drh tags: trunk) | |
11:35 | Add initial documentation about email alerts. Remove obsolete forum features from the "fossil config" command. ... (check-in: 62411f371f user: drh tags: trunk) | |
09:21 | Update internal Unicode character tables, used in regular expression handling, from version 10.0 to 11.0. ... (check-in: 1aff43a74a user: jan.nijtmans tags: trunk) | |
02:21 | Fix the build on unix. ... (check-in: 88240d4d4a user: drh tags: trunk) | |
02:15 | More enhancements to backoffice diagnostics. ... (check-in: 864a6f3922 user: mistachkin tags: trunk) | |
01:51 | Add documentation about the backoffice. ... (check-in: c6522a0fe0 user: drh tags: trunk) | |
01:27 | Fix the MSVC specific link flags. ... (check-in: 27c4e7b02d user: ashepilko tags: cmake-ide) | |
00:03 | Fix some compiler warnings. ... (check-in: 250fc00dd3 user: mistachkin tags: trunk) | |
00:01 | Add the test-backoffice-lease command for testing the backoffice. ... (check-in: f26ef80609 user: drh tags: trunk) | |
2018-08-07
| ||
23:48 | Make the backoffice module tracing behave more consistently on Win32. ... (check-in: 0fe9da816f user: mistachkin tags: trunk) | |
23:22 | Merge changes from the previous two check-ins. ... (check-in: 300682604f user: mistachkin tags: trunk) | |
23:16 | Change backoffice-nodelay to default off. ... (check-in: 12c487c46f user: drh tags: trunk) | |
23:08 | Improve Win32 error handling in the backoffice module and fix a compiler warning. ... (check-in: 3c0848797d user: mistachkin tags: trunk) | |
23:03 | Make it possible to debug child processes on Windows. ... (check-in: e285341f0c user: mistachkin tags: trunk) | |
23:01 | Fix harmless compiler warning. ... (check-in: 7014c2ddf1 user: mistachkin tags: trunk) | |
21:45 | In the backoffice module, use GETPID macro consistently, fix compiler warning with MinGW, and add an assert(). ... (check-in: af87fa5bcd user: mistachkin tags: trunk) | |
21:44 | Fix harmless compiler warning. ... (check-in: 014bb2d7de user: mistachkin tags: trunk) | |
21:43 | Fix error when compiling with JSON support enabled (TODO: review semantics to preserve JSON error handling). ... (check-in: f430f6234a user: mistachkin tags: trunk) | |
21:42 | Update the custom MinGW makefile. ... (check-in: 32641d15d8 user: mistachkin tags: trunk) | |
21:21 | Report the time of the last backoffice run in the /stat page for administrators. ... (check-in: ae6e8d9771 user: drh tags: trunk) | |
20:58 | Improved windows code for the backoffice. Properly check to see if processes still exist. Provide a timeout feature. ... (check-in: 43c29877be user: drh tags: trunk) | |
20:11 | Use the Windows _wspawnv() interface with the _P_NOWAIT option to start a separate backoffice process whenever necessary. Add the backoffice-logfile setting for monitoring backoffice operation. ... (check-in: 2583cae18a user: drh tags: trunk) | |
18:53 | Allow manifest artifacts to omit the C and U cards, because otherwise there are some historical manifest artifacts in Fossil itself that will not parse, and there may be similar artifacts in other repositories. ... (check-in: b3ccc4bf34 user: drh tags: trunk) | |
18:30 | Improvements to the way backoffice is launched, especially on unix where it now runs in a separate process using fork(). Also fix some minor bugs in other parts of the system that were found while testing backoffice. ... (check-in: 4180dc6b5a user: drh tags: trunk) | |
18:28 | Improvements to comments. No code changes. ... (Closed-Leaf check-in: 1b54dd79bf user: drh tags: fork-backoffice) | |
17:55 | Adjust include directories list to pick up autoconfig.h ... (check-in: ad12f35c98 user: ashepilko tags: cmake-ide) | |
17:48 | Fix the separate-process backoffice so that it works smoothly on linux. Still work to be done on Windows. ... (check-in: af7d67c6a2 user: drh tags: fork-backoffice) | |
17:41 | • Edit [e882081f8df0170e|e882081f8d]: Mark "Closed". ... (artifact: dc76f293e6 user: drh) | |
15:50 | Use the fork() system call (when available) to start backoffice, in an attempt to avoid unseemly delays in upstream. ... (check-in: a4b59c3207 user: drh tags: fork-backoffice) | |
15:12 | A new implementation for "Forum" in which each forum post is an artifact. This merge includes lots of enhancements to email notification, backoffice, configuration, and other subsystems, all in support of the new forum artifacts. The forum feature is not complete nor bug-free but at this point it seems good enough to continue development on trunk. ... (check-in: 99fcc43f5d user: drh tags: trunk) | |
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) | |