Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
19 check-ins using file src/timeline.c version 89c165b502
2010-01-11
| ||
16:21 | Additional clarification in the Password Management document. ... (Closed-Leaf check-in: 261e55346d user: drh tags: experimental) | |
16:09 | Updates to the Password Management document. ... (check-in: 1cba86eabb user: drh tags: experimental) | |
15:07 | Add the [/doc/tip/www/password.wiki] document. ... (check-in: cac5675e6c 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: 4b58a7b838 user: drh tags: experimental) | |
14:27 | Merged ticket report list fixes from [cd93f5965b] into trunk ... (check-in: 023c9fed38 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: cd93f5965b user: drh tags: experimental) | |
2010-01-09
| ||
22:34 | Remove some debug/test printfs that were mistakenly left in the previous commit. ... (check-in: e8b76a69ae user: drh tags: experimental) | |
22:03 | Store passwords in USER.PW as either cleartext (as is done in legacy) or as the SHA1 hash of the password. When changing a password or adding a new user, always use the SHA1 hash password. ... (check-in: cfe33dcf92 user: drh tags: experimental) | |
18:43 | Call ticket_init() from the report view so users can have access to all the common ticket code ... (check-in: 6d0b76d01f user: jeremy_c tags: trunk) | |
18:32 | Added a user configurable TH1 template for the ticket report list. ... (check-in: 14253e9b33 user: jeremy_c tags: trunk) | |
13:11 | If a ticket query begins with an underscore then: # Do not include a link to execute the query directly # Do not show to those users that do not have ticket report access This allows you to create ticket report queries that are for form submissions only, not direct access. ... (check-in: 6069602aba user: jeremy_c tags: trunk) | |
12:35 | Added the cgi() SQL function implemented by Brain Theado. ... (check-in: 19f552795b user: jeremy_c tags: trunk) | |
12:16 | Harmonized Admin/Log with other "Pagination" wording. Earlier has become Older, Later has become Newer. ... (check-in: 2239226012 user: jeremy_c tags: trunk) | |
2010-01-08
| ||
18:49 | Fix minor typo in www/theory1.wiki . ... (check-in: 8748d75b5f user: eric tags: trunk) | |
2010-01-06
| ||
14:23 | Fix typos in the copyright release template. Ticket [ffec860709] ... (check-in: cd26978357 user: drh tags: trunk) | |
14:19 | Fix typos in the "Thoughs On The Design Of Fossil" document. Ticket [e77e876caf3] ... (check-in: ce6b68ca64 user: drh tags: trunk) | |
13:48 | Only show propagating tags (not single-checkin tags) in the check-in comment entry template. ... (check-in: 4943c0e504 user: drh tags: trunk) | |
2010-01-05
| ||
21:28 | Added the "Thoughts On The Design Of Fossil" document in answer to recent criticisms and critiques. ... (check-in: a6303982b0 user: drh tags: trunk) | |
15:01 | Fix a potential segfault in the URL shortener of the WWW timeline logic. ... (check-in: d66718f2e8 user: drh tags: trunk) | |