Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user drh occurring around 2012-11-25 17:05:08.
2012-11-29
| ||
13:12 | Translate decomposed-UTF8 filenames on MacOS into precomposed-UTF8. Fix for ticket [e399bc1edfe45b] ... (Closed-Leaf check-in: 1002e7238c user: drh tags: ticket-e399bc) | |
03:14 | Untested changes designed to fix broken filename encodings on MacOS. Move all character-set converting routines into a new file called utf8.c. Add the fossil_filename_to_utf8() routine, which converts Unicode to utf8 on windows and decomposed utf8 into precomposed utf8 on Mac. Ticket [e399bc1edfe45b] ... (check-in: c24e568fb0 user: drh tags: ticket-e399bc) | |
01:45 | • Edit [9d67e2e2d3da0705|9d67e2e2d3]: Mark "Closed". ... (artifact: acc12f8162 user: drh) | |
01:45 | Give the user the option to convert file into UTF8 if they are in some other encoding when committed. The commit aborts regardless, to give the operator an opportunity to retest the changes before committing again. ... (check-in: 22b570f4f3 user: drh tags: trunk) | |
00:54 | • Ticket [e399bc1edf] Non-ASCII characters in file and folder names are not handled correctly status still Open with 3 other changes ... (artifact: 3872e76295 user: drh) ... 1 similar event omitted. | |
2012-11-28
| ||
23:05 | Serious bug fix: Avoid deleting the respository if the repository is in the checkout and you do a "fossil close". ... (check-in: fcdeaa2909 user: drh tags: trunk) | |
20:37 | Add the "fossil cat" command, which is an alias for "fossil finfo -p" ... (check-in: 607ff0855c user: drh tags: trunk) | |
19:28 | Take care that xfer error messages and user prompts always begin at the start of a new line. ... (check-in: f1ef22136f user: drh tags: trunk) | |
11:13 | Add a conditional #include in an attempt to get the build working on Cygwin. ... (check-in: b963446708 user: drh tags: trunk) | |
2012-11-27
| ||
16:26 | Enhancements to ticket processing. There are now two tables: TICKET and TICKETCHNG. There is one row in TICKETCHNG for each ticket artifact. Fields from ticket artifacts go into either or both of TICKET and TICKETCHNG, whichever contain matching column names. Default ticket edit and viewing scripts are updated to use TICKETCHNG. The TH1 scripting language is enhanced to support this, including the new "query" command for doing SQL queries against the repository database. All changes should be backwards compatible. ... (check-in: 4f8c8975bc user: drh tags: trunk) | |
15:32 | Fix some HTML markup irregularities. Improvements to the default ticket viewer. ... (Closed-Leaf check-in: 7575b52e15 user: drh tags: ticket-enhancements) | |
13:22 | • Edit [36734cfcf7a4bc83|36734cfcf7]: Mark "Closed". ... (artifact: f4e643fb69 user: drh) | |
13:21 | Add zlib sources to the tree in the compat/zlib subdirectory and use them to build Fossil on windows systems that lack a zlib library. ... (check-in: 7ef7284d6b user: drh tags: trunk) | |
13:16 | • Edit [9f3622b22a654f51|9f3622b22a]: Mark "Closed". ... (artifact: edd0c0ae65 user: drh) | |
13:15 | • Fixed ticket [1038e224fa]: problems setting admin user at init plus 1 other change ... (artifact: d3809f0b38 user: drh) | |
13:15 | Make the --admin-user for the "init" command also be the login user. Ticket [1038e224fa3956] ... (check-in: 4eb637fd25 user: drh tags: trunk) | |
00:23 | Assume that the NetSurf browser is operated by a human. ... (check-in: 77cd6e0dfb user: drh tags: trunk) | |
2012-11-26
| ||
21:30 | Fix a string-quoting error in the previous commit. ... (check-in: 3c8195c876 user: drh tags: ticket-enhancements) | |
19:32 | Change the default ticketing scripts to take advantage of TICKETCHNG. ... (check-in: fb3b0f66a3 user: drh tags: ticket-enhancements) | |
19:16 | More trouble-shooting and debugging aids for ticket processing: With debug_tktnew and debug_tktedit or with tktview?showfields, a listing of the aField[] data structure in ticket handling code is shown at the top of the screen. ... (check-in: 7de5f6c056 user: drh tags: ticket-enhancements) | |
16:28 | Improvements to TH1 variable setup when processing tickets that use TICKETCHNG. ... (check-in: cc8a325622 user: drh tags: ticket-enhancements) | |
2012-11-25
| ||
18:06 | • Fixed ticket [f687f1eb98]: Missing closing tags in page setup_login_group plus 2 other changes ... (artifact: 7c54123ecd user: drh) | |
18:06 | Fix formatting of the Login Group screen. Ticket [f687f1eb987148]. ... (check-in: 7a8938ab84 user: drh tags: trunk) | |
17:05 | Fix an out-of-order variable declaration. ... (check-in: 77dc754b98 user: drh tags: trunk) | |
11:50 | Disallow invalid unicode characters in filenames. ... (check-in: 897dfa48b4 user: drh tags: trunk) | |
11:50 | • Edit [9242c09ff9c9e9ed|9242c09ff9]: Mark "Closed". ... (artifact: 0fe1ec15bf user: drh) | |
11:16 | • Edit [95f02a572e712e6b|95f02a572e]: Mark "Closed". ... (artifact: 858afb3a49 user: drh) | |
11:16 | Use binary mode for CGI trace files. Make CGI trace cross-platform. ... (check-in: 6a8084abcb user: drh tags: ticket-enhancements) | |
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) | |
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 <verbatim-ID>...</verbatim> 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) | |
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: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) | |
2012-11-21
| ||
23:32 | Backout check-in [fb04f278294a8ca6f] since it causes "fossil set" to fail. ... (check-in: bb3fe3997b user: drh tags: trunk) | |