Timeline
Not logged in

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

50 events occurring around 1bf6cf832df74b95.

2010-01-14
14:26 Ticket [e77e876caf] wiki typos status still Fixed with 1 other change artifact: 971c139002 user: anonymous
14:15 Ticket [708eab9d48] Message "killed" opening large repository status still Open with 1 other change artifact: 915f157a28 user: drh ... 2 similar events omitted.
11:14 Ticket [a9722a15d2] Fossil leaves files in inconsistent state after error status still Open with 1 other change artifact: 209df67ba7 user: anonymous ... 1 similar event omitted.
2010-01-13
22:32 Ticket [70fd24aec3] "co --latest" doen't actually get latest in repo. status still Open with 2 other changes artifact: 1f0e28f148 user: eric
16:02 Ticket [a9722a15d2] Fossil leaves files in inconsistent state after error status still Open with 2 other changes artifact: 3948dff8ab user: drh ... 1 similar event omitted.
13:05 Edit [acba194c0dfb3e7e]: Change branch background color to "#c0c0c0". Move to branch dead-end. Marked "Closed". Edit check-in comment. Timestamp 2010-01-13 10:10:17. artifact: ff0694193c user: drh
10:10
Fixed bug where /doc could only be read if the user had checkout security - drh adds: This is not a bug. Checkout permission prevents /doc from being used to "checkout" any version of any file. Closed-Leaf check-in: acba194c0d user: jeremy_c tags: dead-end
09:58
Fixed bug where the ticket report view page was checking the wrong security attribute (too secure) which was causing people who should be able to view ticket reports to not be able to view ticket reports. check-in: 5fc36e2faa user: jeremy_c tags: trunk
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
22:18 New ticket [70fd24aec3] "co --latest" doen't actually get latest in repo.. artifact: 16435d34bb user: bharder
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
10:41 Ticket [6248d17d6f] file not found status still Open with 1 other change artifact: 42f927e22d user: eric
07:08 Ticket [a395f43b33] The wiki name "表予申能十ソ" is not well-formed. status still Open with 1 other change artifact: 75f704aada user: anonymous ... 1 similar event omitted.
2010-01-11
22:06 Changes to wiki page Fossil artifact: 9d22ae3f80 user: drh
20:23 Changes to wiki page Fossil artifact: c009072262 user: anonymous
20:11 Ticket [1457156b27] "fossil gdiff" uses internal diff under some conditions status still Open with 1 other change artifact: ade57c06c3 user: anonymous
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
06:44 Ticket [375e570332] fossil: bad object id: 0 on up status still Open with 1 other change artifact: 86b73781d6 user: anonymous ... 1 similar event omitted.
04:49 Ticket [1457156b27] "fossil gdiff" uses internal diff under some conditions status still Open with 1 other change artifact: 0d25dc7703 user: altufaltu
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
17:53 Ticket [135d8acbae] Website: Ancestors/Descendant JavaScript not working on fossil-scm.org status still Open with 2 other changes artifact: d6f4761aa3 user: eric ... 1 similar event omitted.
14:27
Merged ticket report list fixes from [cd93f5965b] into trunk check-in: 023c9fed38 user: jeremy_c tags: trunk
13:03 Ticket [1457156b27] "fossil gdiff" uses internal diff under some conditions status still Open with 1 other change artifact: 39513c7637 user: anonymous ... 1 similar event omitted.
12:41 Edit [cfe33dcf9204b0ea]: Change branch background color to "#c0ffc0". Move to branch experimental. Edit check-in comment. Timestamp 2010-01-09 22:03:21. artifact: 2a9f9568ea user: drh
10:49 New ticket [1457156b27] "fossil gdiff" uses internal diff under some conditions. artifact: 303909cea9 user: anonymous
04:57 Ticket [e523287834] user passwords are stored in plain text status still Closed with 1 other change artifact: b553e1c6ba user: rwilson ... 1 similar event omitted.
00:46 New ticket [83e9e0016b] html tags are apparently not escaped or converted when presented via timeline.rss. artifact: 1e7e10c808 user: anonymous
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:54 Ticket [68b4e947d0] '"Fossil"' is not recognized as an internal or external command status still Open with 1 other change artifact: 82b8ff9289 user: anonymous