Fossil

Timeline
Login

Timeline

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

11 check-ins using file src/configure.c version 2e763365

2010-01-12
13:55
Merge the experimental password changes into the trunk. check-in: 596f3c10 user: drh tags: trunk
13:47
Reverted previous commit [1bf6cf832d] as it contains a major flaw of wiki links not being rendered. I tested on simple cases only, will reimplement in a way that allows wiki links to be rendered properly. check-in: b9897bb9 user: jeremy_c tags: trunk
13:38
Added an option to enable ALL HTML, CSS and JavaScript tags/attributes for wiki pages. This comes with a strong warning against doing so on any public project. check-in: db344436 user: jeremy_c tags: trunk
2010-01-11
17:11
Added a 'New Ticket' link to the 'View Ticket' sub menu check-in: 1bf6cf83 user: jeremy_c tags: trunk
16:21
Additional clarification in the Password Management document. Closed-Leaf check-in: 261e5534 user: drh tags: experimental
16:09
Updates to the Password Management document. check-in: 1cba86ea user: drh tags: experimental
15:07
Add the /doc/tip/www/password.wiki document. check-in: cac5675e user: drh tags: experimental
2010-01-10
20:56
Change the hash algorithm for passwords so that USER.PW field stores a SHA1 hash of the project-code, user login, and user password, rather than just a hash of the user password. That way, the if two users select the same password, or if the one user selects the same password for multiple projects, the password hashes are still different. check-in: 4b58a7b8 user: drh tags: experimental
18:41
Fix ticket [135d8acbae] - parent/child indicators on timeline fail if there are suppressed lines because they still generate an entry in the JavaScript for the id that was skipped. check-in: 29751794 user: eric tags: trunk
14:27
Merged ticket report list fixes from [cd93f5965b] into trunk check-in: 023c9fed user: jeremy_c tags: trunk
00:07
Fixes to the configurable "report list". Load the correct default TH script when no report list script is specified. Send and receive the report list TH script together with other ticket configuration scripts. check-in: cd93f596 user: drh tags: experimental