Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
21 check-ins using file src/db.c version 7ff0e0ad2d
|
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 | 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 | |
| 10:46 | For the MinGW build, enable compiling with debugging symbols if FOSSIL_ENABLE_SYMBOLS is set. check-in: 0e082b0414 user: mistachkin tags: trunk | |
| 09:32 | merge trunk <p>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 | |
| 20:53 | Just commit some weird filenames, even one with a newline in it, to test the code. Closed-Leaf check-in: ac1af2306b user: jan.nijtmans tags: test-ticket-d17d6e5b17 | |
| 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 <p>Still experimental, but starts looking better check-in: b59dc07818 user: jan.nijtmans tags: ticket-d17d6e5b17 | |
|
2012-11-20
| ||
| 17:14 | Extra buttons on wiki viewing pages that make it easier to find and delete spam. check-in: 66b3d398bb user: drh tags: trunk | |
| 14:28 | Prevent blank user names from being displayed for items awaiting moderation. Also, Show much less output on a sync operation, unless the --verbose flag is given. check-in: 15708574fe user: drh tags: trunk | |
| 13:46 | Experimental fix for issue [d17d6e5b17]. <p>Should have a LOT more testing before merging it to trunk, because it is dangerous! <p>The method used is as described at: <br> [http://cygwin.com/cygwin-ug-net/using-specialnames.html] The only problematic characters left are ':' and '\', all other problematic characters are handled by translating them to characters in the range U+F000 to U+F0FF <p>Feedback welcome. check-in: 82ce90f91c user: jan.nijtmans tags: ticket-d17d6e5b17 | |
| 13:42 | Only suppress bad hyperlinks for check-in comments and tickets. Continue to show the broken hyperlinks on wiki pages. check-in: 26ac392308 user: drh tags: trunk | |
| 08:21 | If applicable, use the OPEN_ANY_SCHEMA flag in Th_FossilInit. check-in: 3c1ad1def9 user: mistachkin tags: trunk | |
| 06:28 | Correct format string typos for TH1 trace statements. check-in: c3e841c745 user: mistachkin tags: th1Hooks | |
| 06:26 | Proof-of-concept for generalized TH1 command/webpage hooks. check-in: caad77934b user: mistachkin tags: th1Hooks | |
| 06:04 | Add 'th1-setup' setting for the optional TH1 script to evaluate after creating and initializing the TH1 interpreter. Revise TH1 integration in preparation for generalized hooks. check-in: b058c8a944 user: mistachkin tags: trunk | |