Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" plus check-in "2018-06-23 18:44:37" occurring around 2018-06-23 18:44:37.
2018-06-25
| ||
18:20 | Fix another SQL error on the receiver side of "fossil config pull" ... (check-in: 0b6d3eaf6c user: drh tags: trunk) | |
18:17 | Fix a syntax error in the SQL of the "config pull" mechanism. ... (check-in: 4e699c295b user: drh tags: trunk) | |
18:13 | Change the schema of the subscriber table to make it compatible with the "fossil config sync" mechanism. Upgrading through this check-in requires running "fossil email reset" to rebuild the email notification schema, and losing subscriber information. ... (check-in: 9040de46ec user: drh tags: trunk) | |
16:19 | Fix harmless compiler warnings. Also remove the "ago" text from the "Last Change" column in the subscriber list webpage. ... (check-in: 69d332ff96 user: drh tags: trunk) | |
16:14 | Enhance the subscriber since to include the creation time and so that a new random subscriber code is set. ... (check-in: 7e87699dcf user: drh tags: trunk) | |
15:56 | Add the ability to transfer subscriber information using the "fossil config sync alert" command. ... (check-in: 22c3354dcb user: drh tags: trunk) | |
14:45 | Enhancements to administrator access to the subscriber list. ... (check-in: b7b877ef49 user: drh tags: trunk) | |
14:26 | Extend the user capability system to allow the use of upper-case ASCII letters for new capabilities. ... (check-in: e45cfde7aa user: drh tags: trunk) | |
13:47 | Add information about the server error log to the security audit page. Provide the new /errorlog page for viewing the server logfile online. ... (check-in: a9e74eb311 user: drh tags: trunk) | |
13:32 | Make sure emailerShutdown() correctly closes the emailqueue database. ... (check-in: b9121b4797 user: drh tags: trunk) | |
2018-06-24
| ||
23:22 | Include the HTTP_REFERER value in the error log file. Also, omit empty environment variables from the error log. ... (check-in: 4c839973e4 user: drh tags: trunk) | |
23:17 | Any call to fossil_fatal() while generating a webpage changes the output to a 400 Bad Request with an appropriately formatted web page. ... (check-in: a0863d2b46 user: drh tags: trunk) | |
19:27 | Do not report errors to the error log on a 304 reply. ... (check-in: 60c8eca305 user: drh tags: trunk) | |
18:47 | Fix the /doc webpage so that it does not call fossil_fatal() when it cannot find the requested document. It simply does a 404 routine. By not calling fossil_fatal(), it avoids unnecessary entries in the error log. ... (check-in: 29cb8260c0 user: drh tags: trunk) | |
18:22 | Only invoke the email alert sender after a successful HTTP request. Mark Not Found requests as 404, unsuccessful. ... (check-in: 4eb3e0f20e user: drh tags: trunk) | |
17:51 | Improvements to the /test-warning webpage. ... (check-in: 8d9ad7501e user: drh tags: trunk) | |
17:44 | Extra defenses against running the digest alert generator in a context where the transaction will rollback, thus failing to record the new digest time. Change the "fossil server" and "fossil ui" commands to always log errors to the console if no other error logging is defined. ... (check-in: f87fb02780 user: drh tags: trunk) | |
16:38 | Enhance the --sqltrace logic. Using those enhancements, locate and fix and unclosed transaction in the email alert sender logic. ... (check-in: f3de8b6632 user: drh tags: trunk) | |
10:07 | Fix an SQL syntax error. ... (check-in: 0398e41aa6 user: drh tags: trunk) | |
2018-06-23
| ||
20:30 | Fix documentation typos. ... (check-in: 1ba3eeeb43 user: drh tags: trunk) | |
20:11 | Fix typos and update documentation. ... (check-in: 08165ad45e user: drh tags: trunk) | |
19:55 | Do not require Email-Notify permission to operate the /alerts page with a valid subscriberCode. ... (check-in: 1591058951 user: drh tags: trunk) | |
19:51 | Fix the use of captchas on the /msgadmin page. ... (check-in: 43532cd1d5 user: drh tags: trunk) | |
19:36 | Add the /msgadmin page. ... (check-in: 0c4d3c128a user: drh tags: trunk) | |
18:44 | Automatically send alert emails after each webpage request. ... (check-in: d4e9df1729 user: drh tags: trunk) | |
17:50 | Include the email-sender.tcl script as an example of how to relay from the database drop to /usr/sbin/sendmail. ... (check-in: a677f72f83 user: drh tags: trunk) | |
17:17 | New note on why SMTP might be hard to implement as a sending method. ... (check-in: b3e72035a1 user: drh tags: trunk) | |
17:07 | Webpages function (with an sensible error) if the email notification tables are not in the schema. ... (check-in: 98d2338a43 user: drh tags: trunk) | |
16:44 | Improved documentation. No substantive code changes. ... (check-in: 9cf915d4af user: drh tags: trunk) | |
15:49 | Add the decode-email.c utility program source code. ... (check-in: 17b4d3e49a user: drh tags: trunk) | |
15:48 | Add an initial draft of design notes for the email notification system. ... (check-in: aeb98be80f user: drh tags: trunk) | |
14:24 | Rework the internal email sending logic so that it is connection-oriented. This makes it more efficient and makes it easier to add support for an SMTP sending method at a later date. ... (check-in: b42189878e user: drh tags: trunk) | |
01:33 | Futher corrections to the email alert trigger. ... (check-in: 2c3b903043 user: drh tags: trunk) | |
01:26 | Fix minor problems with email notification. ... (check-in: d7ccfb64a3 user: drh tags: trunk) | |
01:24 | Fix minor problems in email notification. ... (check-in: 1cdf6f2049 user: drh tags: trunk) | |
00:53 | Merge in support for email notifications. Munch more work is needed, but it seems ready to begin functional testing. ... (check-in: b77f1aaed0 user: drh tags: trunk) | |
00:49 | Fix some minor problems with email notification support ... (Closed-Leaf check-in: c256626026 user: drh tags: email-alerts) | |
2018-06-22
| ||
01:37 | Add the --nocompress option to the "fossil clone" command. ... (check-in: 96d0a4becf user: drh tags: trunk) | |
2018-06-21
| ||
17:07 | Merge codecheck1 enhancements from trunk. ... (check-in: 4d13d94893 user: drh tags: email-alerts) | |
16:40 | Strengthen the codecheck1.c utility program to help find cases where query parameters are used in unsafe ways. No unsafe usage of query parameters was detected in the current code. ... (check-in: bb9233a61a user: drh tags: trunk) | |
15:19 | Merge the popen() on windows fix from trunk. ... (check-in: ef2426dc9e user: drh tags: email-alerts) | |
15:02 | Provide an implementation for popen() and pclose() on Windows to fix the build. ... (check-in: 565b5ff0c2 user: drh tags: trunk) | |
12:34 | Non-working code for the /subscribe and /alerts web pages. This is an incremental check-in. ... (check-in: e91143e813 user: drh tags: email-alerts) | |
12:24 | Remove the configuration of the show-version-diffs property from the /setup_timeline page as that property is no longer used. ... (check-in: 8d230be45c user: drh tags: trunk) | |
2018-06-20
| ||
22:53 | Do not show the "Change user:" form on the /logout page. It adds little value but much confusion. ... (check-in: 00bed59b69 user: drh tags: trunk) | |
22:39 | First attempt at a /subscribe page. Non-functional display only. ... (check-in: fb3934ec53 user: drh tags: trunk) | |
19:56 | Manage the email.c file. Accidentally omitted from the previous three check-ins. Bummer. ... (check-in: fa83e4b3e1 user: drh tags: trunk) | |
19:04 | Add a new capability that allows signup for email notification. Change the name of the older "EMail" privilege to "View-PII" to avoid confusion. ... (check-in: 25eafed114 user: drh tags: trunk) | |
18:47 | Merge the speculative Forum changes. This is because I need the enhancements to the user capabilities in order to add a new capability for Email Notifiation. The Forum logic itself is not ready, and is subject to change and removal. But it is well isolated and shouldn't hurt anything if it hangs out on trunk for a while. ... (check-in: 9a2e5f4717 user: drh tags: trunk) | |
18:25 | Add the "email" command and basic infrastructure for generating outbound email messages. ... (check-in: 5200323a41 user: drh tags: trunk) | |