Timeline
Not logged in

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

19 check-ins using file src/main.c version a20b6f676e

2018-06-25
22:44
Fix a typo in the processing of Forum record syncs. check-in: b71ab777f0 user: drh tags: trunk
22:01
Make sure the subscriber table is not synced unless the client has appropriate permissions. check-in: 7f0c7fcfce user: drh tags: trunk
20:59
On the /stat page, change the name of "Alerts:" to "Pending Alerts:". check-in: 6f34395cc8 user: drh tags: trunk
20:56
Report on the email notification setup and status in the /stat page for administrators. check-in: 4ef590906d user: drh tags: trunk
20:26
Add the file_directory_size() utility function for measuring the number of objects in a directory. check-in: 94e846d282 user: drh tags: trunk
19:26
More random and slightly incoherient notes on the www/emaildesign.md document. check-in: 6f0e0598ce user: drh tags: trunk
18:43
Fix an extra call to db_end_transaction() in "fossil config pull ticket". check-in: f5eb03f5e5 user: drh tags: trunk
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