Fossil

Timeline
Login

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

17 check-ins using file src/db.c version 33a18a0ab9

2018-07-15
18:31
Improvements to error logging. Only log fossil_panic() calls, not fossil_fatal() calls. check-in: 06d4751a44 user: drh tags: trunk
2018-07-14
22:16
More cases of incorrect permission checks. check-in: a2e1f9fb40 user: drh tags: trunk
20:11
The -DFOSSIL_OMIT_DNS compile-time option avoids trying to link -lresolv. check-in: 023ce4edde user: drh tags: trunk
20:07
Fix display text typo on the skin editor page for non-administrators. check-in: 3a903bfd49 user: drh tags: trunk
19:57
Fixes to login checking for the skin editor. check-in: 09e6fc3df3 user: drh tags: trunk
19:40
New "Normal" mode for viewing email messages in webmail. check-in: 3ddc881713 user: drh tags: webmail
18:36
Webmail navigation updates. Move message between Unread/Read/Trash. Show 50 messages per page with Newer and Older links when appropriate. check-in: 485d01fb17 user: drh tags: webmail
16:35
Merge changes from trunk. check-in: c1f8668bca user: drh tags: webmail
16:34
Work on the webmail interface. Still very incomplete. check-in: 0af017583e user: drh tags: webmail
16:22
Add missing option to diff option summary check-in: 9b7332766f user: andygoth tags: trunk
16:22
Silence const warning (GCC 8.1.1) check-in: 83288757e5 user: andygoth tags: trunk
15:12
Update the built-in SQLite to the lastest 3.25.0 alpha version due to improved error message processing in that version. 3.25.0 also includes support for window functions, but we do not (yet) use that feature in Fossil. check-in: d66f322457 user: drh tags: trunk
14:58
Work toward revamping the webmail page. check-in: d68879f70c user: drh tags: webmail
14:13
Add the --nocompress option to the "ui", "server", and "http" commands. This option prevents HTTP reply compression, which is useful during debugging. The option is on by default for "test-http". Also, make sure the mimetype for error messages is set to text/html. check-in: cfc7aca2c1 user: drh tags: trunk
00:54
Do not allow people to subscribe to notifications for which they do not have read permission. check-in: 6e6e3c8b25 user: drh tags: trunk
2018-07-13
21:36
Improved process debugging for "fossil ui" and "fossil server". Sanely close the open database connection upon receiving SIGPIPE. check-in: 83b171bcd1 user: drh tags: trunk
20:36
An early attempt at the /setup_smtp page. Partly working. check-in: 1e799919b8 user: drh tags: trunk