Timeline
Not logged in

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

50 events occurring around a191d8fb7661b09e.

2012-11-24
23:54
Bug fixes in the TICKETCHNG update mechanism. check-in: 7136ff4c65 user: drh tags: ticket-enhancements
23:07
When --httptrace is used with "fossil ui" or "fossil server", create log files containing the text of each HTTP request. check-in: 6f3d328fbf user: drh tags: ticket-enhancements
22:40
Fix a bug in TH1 trace output. check-in: 48cf099427 user: drh tags: ticket-enhancements
20:53
Add support fo the TICKETCHNG table in the repository database. check-in: 48645c39a4 user: drh tags: ticket-enhancements
14:44
Add the "query" command to the TH1 language, used to query the repository database. check-in: f6ac3c6f3d user: drh tags: ticket-enhancements
01:01
Provide extra buttons to get to "Plaintext" views of tickets and ticket artifacts. Invert the order of ticket history so that the oldest changes are on top and more recent changes are appended. Reject [...] style hyperlinks if they do not begin with ./ or ../. check-in: aaa8e45b36 user: drh tags: ticket-enhancements
00:04
Improvements to hyperlinks showing details of tickets and attachments. check-in: ceda22ac80 user: drh tags: ticket-enhancements
2012-11-23
23:25
Display ticket titles as plaintext on the timeline. Provide a hyperlink to attachments on the timeline. check-in: c6a5efa12c user: drh tags: ticket-enhancements
23:00
Make timeline-plaintext the default for new repositories. check-in: ae63f48571 user: drh tags: ticket-enhancements
22:29
New and improved default ticket setup. check-in: 340040a8a5 user: drh tags: ticket-enhancements
21:45
Add the [string trimleft] and [string trimright] commands to TH1. check-in: b28ae72e84 user: drh tags: ticket-enhancements
19:33
some unnecessary spacing check-in: d13143eb3b user: jan.nijtmans tags: trunk
18:48 Changes to wiki page Cookbook artifact: 6308f5ff25 user: anonymous
18:32
No - render non-check-in timeline comments as wiki, since that is needed to resolve hyperlinks. check-in: 5139ad6e36 user: drh tags: ticket-enhancements
18:24
Render timeline comments for items other than check-ins as HTML. All such comments should be automatically generated (or regenerated via "fossil rebuild") so we can control their formatting. check-in: 73752b328b user: drh tags: ticket-enhancements
16:37
Add the [string trim ...] command to TH1. Accept query parameters in tktview. check-in: 7ba3f65382 user: drh tags: ticket-enhancements
15:57
All markup of the form ... with an options "links" or "links=BOOLEAN" attribute. Improved TH1 tracing and error reporting capabilities. Improved documentation on how reports work. check-in: 23c75abde4 user: drh tags: ticket-enhancements
11:29
merge trunk "filename contains illegal characters" is now a warning check-in: d3bee356ba user: jan.nijtmans tags: ticket-d17d6e5b17
10:35
Disallow invalid unicode characters Closed-Leaf check-in: 9242c09ff9 user: jan.nijtmans tags: invalid-unicode
01:50
When db_open_config() is called with the useAttach parameter set to non-zero, it may need to close and reopen the database using ATTACH if that was not done previously. check-in: fe453a4893 user: drh tags: trunk
2012-11-22
23:35
Be consistent about display of check-in comments as either text/plain or text/x-fossil-wiki. When the user configures text/plain, use that format everywhere. check-in: 2c6fa9c3b0 user: drh tags: trunk
14:03
Use the new WIKI_LINKSONLY rendering option for check-in comments on the timeline when the "plain text comments" option is enabled. check-in: 05a53dc06f user: drh tags: trunk
12:59 Edit [6119cb310da07498]: Edit check-in comment. artifact: 113f22f583 user: jan.nijtmans
12:59
merge trunk check-in: 6e9c044e3b user: jan.nijtmans tags: ticket-d17d6e5b17
12:58
Minor fix in checking for drive-prefix (!= absolute filename) check-in: 6119cb310d user: jan.nijtmans tags: ticket-d17d6e5b17
12:16
Improved help message for the unsupported test-content-put command. check-in: a191d8fb76 user: drh tags: trunk
11:54
Fix the text of one of the error messages generated by the artifact parser. check-in: 7b8e475268 user: drh tags: trunk
11:49 Edit [e6a1910fa8a31994]: Edit check-in comment. artifact: 6857020966 user: jan.nijtmans
10:46
For the MinGW build, enable compiling with debugging symbols if FOSSIL_ENABLE_SYMBOLS is set. check-in: 0e082b0414 user: mistachkin tags: trunk
10:26
Merge changes from the dbOpenConfig branch. check-in: 4d73175e29 user: mistachkin tags: th1Hooks
10:16
Modify db_open_config() and associated routines to make their internal state more consistent and discoverable. Closed-Leaf check-in: 52a6868700 user: mistachkin tags: dbOpenConfig
09:32
merge trunk Functional complete and well-tested check-in: e6a1910fa8 user: jan.nijtmans tags: ticket-d17d6e5b17
00:12
Fix usage error message for 'ticket change' and 'ticket history' commands. Also, silence harmless compiler warnings. check-in: fc5a217602 user: mistachkin tags: trunk
2012-11-21
23:32
Backout check-in [fb04f278294a8ca6f] since it causes "fossil set" to fail. check-in: bb3fe3997b user: drh tags: trunk
21:02
Enhancements to TH1 scripting in support of new ticket functionality. check-in: 74e3f90596 user: drh tags: trunk
16:28
Add support for <verbatim type="allow-links"> check-in: bf67db062d user: drh tags: trunk
15:11
Add the WIKI_LINKSONLY formatting option for the wiki formatter. check-in: 4615bc8faf user: drh tags: trunk
09:20
Somehow, part of previous change got lost check-in: 9272573511 user: jan.nijtmans tags: ticket-d17d6e5b17
09:12
Split off in separate functions Still experimental, but starts looking better check-in: b59dc07818 user: jan.nijtmans tags: ticket-d17d6e5b17
01:08
Improvements to comments on recently added CAPTCHA code. check-in: 64231a679d user: drh tags: trunk
00:51
Optionally require a CAPTCHA (controlled by Admin/Access) when a user who is not logged in tries to edit wiki, or a ticket, or an attachment. check-in: 82b8587a50 user: drh tags: trunk
2012-11-20
23:00
Support calling the TH1 hooks for unknown commands. check-in: 811252b842 user: mistachkin tags: th1Hooks
22:28
Centralize escaping of reserved HTML characters in the captcha output. check-in: a460326337 user: mistachkin tags: trunk
22:19
Improve return code handling from the TH1 hooks. check-in: 3ddba1cff5 user: mistachkin tags: th1Hooks
22:13
Change the action= attribute of <form> elements using javascript, as an additional defense against spam-bots. check-in: dfa3579455 user: drh tags: trunk
20:40
Merge updates from trunk. check-in: 63754ea857 user: mistachkin tags: th1Hooks
20:31
When db_open_config() is called with the useAttach parameter set to non-zero, it may need to close and reopen the database using ATTACH if that was not done previously. check-in: fb04f27829 user: drh tags: trunk
17:14
Extra buttons on wiki viewing pages that make it easier to find and delete spam. check-in: 66b3d398bb user: drh tags: trunk
15:23 Ticket [d17d6e5b17] Handle file names containing brackets, interrogation mark or asterisk status still Open with 1 other change artifact: 7ec2f0ae2d user: anonymous ... 1 similar event omitted.