Fossil

Timeline
Login

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

3 check-ins using file src/db.c version 984f70bf72

2008-07-24
13:31
Fix a missing end-transaction in the content_new() procedure. check-in: dc09f09432 user: drh tags: trunk
12:29
Clarify the formatting rules for <verbatim>. Ticket [aee2a1a927f] check-in: 2c3ccaa048 user: drh tags: trunk
02:04
Store private ticket fields (ex: the originators email address) as their SHA1 hash so that malefactors cannot read them. Add the new "concealed" table to the repository database and store mappings from SHA1 hashes back to email addresses in that table. Ticket [a24ec6005f]. Note: run "rebuild" on repositories after updating to this version of fossil in order to create the "concealed" table. Need to add the ability to manage the concealed table from the web interface and the ability to sync concealed content between trusted repositories. check-in: f46fe42d6d user: drh tags: trunk