Fossil

Timeline
Login

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

17 check-ins using file src/report.c version 32747b4d90

2010-01-13
09:35
New option of 'wiki-use-html' which causes the wiki system to use HTML as it's markup language. i.e. do not interfeer with what was entered. ... (check-in: cf3809cc71 user: jeremy_c tags: trunk)
2010-01-12
14:33
Fix typo on the [/doc/tip/www/password.wiki] page. Add a link to that page from the home page. ... (check-in: c16017374e user: drh tags: trunk)
14:10
Transfer SHA1-encoded passwords on a "configure push|pull user" when the client has Admin privilege. ... (check-in: 9c5322463b user: drh tags: trunk)
13:55
Merge the experimental password changes into the trunk. ... (check-in: 596f3c10fe 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: b9897bb934 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: db344436c2 user: jeremy_c tags: trunk)
2010-01-11
17:11
Added a 'New Ticket' link to the 'View Ticket' sub menu ... (check-in: 1bf6cf832d user: jeremy_c tags: trunk)
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)
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: 2975179442 user: eric tags: trunk)
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)