Fossil

Timeline
Login

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

51 events occurring around 2012-11-27T16:26:29.

2012-11-29
13:15
Translate decomposed-UTF8 filenames on MacOS into precomposed-UTF8. Fix for ticket [e399bc1edfe45b] ... (check-in: ca728447 user: drh tags: trunk)
13:12
Translate decomposed-UTF8 filenames on MacOS into precomposed-UTF8. Fix for ticket [e399bc1edfe45b] ... (Closed-Leaf check-in: 1002e723 user: drh tags: ticket-e399bc)
10:27 Edit [609ea54f7b0c2c27|609ea54f]: Edit check-in comment. ... (artifact: ce0faf2c user: jan.nijtmans)
10:26 Edit [609ea54f7b0c2c27|609ea54f]: Edit check-in comment. ... (artifact: 5d3e8b60 user: jan.nijtmans)
10:24 Edit [609ea54f7b0c2c27|609ea54f]: Edit check-in comment. ... (artifact: 28ae0dc8 user: jan.nijtmans)
10:19 Edit [609ea54f7b0c2c27|609ea54f]: Edit check-in comment. ... (artifact: 2b69ba4b user: jan.nijtmans)
09:59
One more thing I spotted (but cannot test!): UTF8-mac encoded values could enter fossil through environment variables as well... ... (check-in: 42951c59 user: jan.nijtmans tags: ticket-e399bc)
09:53
Tested now on win32 and cygwin (with some fixes, please evaluate!). I cannot test it on OSX, but I think this should function as intended. ... (check-in: a0148eac user: jan.nijtmans tags: ticket-e399bc)
09:19 Edit [22b570f4f33e1d9b|22b570f4]: Edit check-in comment. ... (artifact: db33ed03 user: jan.nijtmans)
08:57
unbreak win32 ... (check-in: 0ff5b5ed user: jan.nijtmans tags: ticket-e399bc)
07:57
This change is intended to detect, during commit, whether some file contents cannot be interpreted as either UTF-8 or ASCII. This typically happens when the file is in the iso8859-1 (UNIX) or cp1252 (win32) encoding. Nothing very bad happens, only fossil cannot display the characters. For example, see: http://core.tcl.tk/tcl/info/7559185e9a

It would be nice if fossil detects this situation, so the user has the choice to change the encoding to utf-8, or answer 'y' if this is intended.

Probably missing is a 'latin-glob', 'non-utf8-glob' (any ideas for a better name?) setting.

An improvement would be to allow the 'c' response, which aborts the commit but first converts it to utf-8 (assuming iso8859-1 on UNIX and cp1252 on win32)

Another thing this change does is warn if the file contains long lines which cannot be handled by fossil. The user is given the chance to break the long lines into shorter ones. This cannot be done automatically. Maybe add a "longlines-glob" setting as well.

Feedback welcome! ... (check-in: 609ea54f user: mistachkin tags: improve_commit_warning)

07:56
Fix a couple line length issues and modify an error message. ... (check-in: 3527aa44 user: mistachkin tags: trunk)
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: c24e568f user: drh tags: ticket-e399bc)
01:45 Edit [9d67e2e2d3da0705|9d67e2e2]: Mark "Closed". ... (artifact: acc12f81 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: 22b570f4 user: drh tags: trunk)
00:54 Ticket [e399bc1e] Non-ASCII characters in file and folder names are not handled correctly status still Open with 3 other changes ... (artifact: 3872e762 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: fcdeaa29 user: drh tags: trunk)
21:54 New ticket [e399bc1e] Non-ASCII characters in file and folder names are not handled correctly. ... (artifact: 7b695975 user: anonymous)
20:37
Add the "fossil cat" command, which is an alias for "fossil finfo -p" ... (check-in: 607ff085 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: f1ef2213 user: drh tags: trunk)
11:13
Add a conditional #include in an attempt to get the build working on Cygwin. ... (check-in: b9634467 user: drh tags: trunk)
08:45
merge trunk ... (check-in: 58a98df4 user: jan.nijtmans tags: ticket-d17d6e5b17)
08:44
merge trunk ... (Closed-Leaf check-in: 9d67e2e2 user: jan.nijtmans tags: convert_before_commit_v2)
08:43
merge trunk ... (check-in: 569d0e2c user: jan.nijtmans tags: improve_commit_warning)
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: 4f8c8975 user: drh tags: trunk)
15:32
Fix some HTML markup irregularities. Improvements to the default ticket viewer. ... (Closed-Leaf check-in: 7575b52e user: drh tags: ticket-enhancements)
14:53
unbreak mingw-w64 build ... (check-in: 14cf3f3c user: jan.nijtmans tags: trunk)
13:22 Edit [36734cfcf7a4bc83|36734cfc]: Mark "Closed". ... (artifact: f4e643fb 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: 7ef7284d user: drh tags: trunk)
13:16 Edit [9f3622b22a654f51|9f3622b2]: Mark "Closed". ... (artifact: edd0c0ae user: drh)
13:15 Fixed ticket [1038e224]: problems setting admin user at init plus 1 other change ... (artifact: d3809f0b user: drh)
13:15
Make the --admin-user for the "init" command also be the login user. Ticket [1038e224fa3956] ... (check-in: 4eb637fd user: drh tags: trunk)
12:10
merge trunk ... (check-in: 2e1f2e69 user: jan.nijtmans tags: improve_commit_warning)
11:26
merge trunk ... (check-in: 71cd228b user: jan.nijtmans tags: ticket-d17d6e5b17)
11:11 Ticket [1038e224] problems setting admin user at init status still Open with 2 other changes ... (artifact: 31094127 user: jan.nijtmans)
11:10
Suggested fix for [1038e224fa] ... (Closed-Leaf check-in: 9f3622b2 user: jan.nijtmans tags: ticket-1038e224fa)
10:23 New ticket [1038e224] problems setting admin user at init. ... (artifact: 14565450 user: anonymous)
09:46
merge trunk ... (check-in: 35f5c40c user: jan.nijtmans tags: convert_before_commit_v2)
09:42
blob_to_utf8_no_bom(): the starts_with_utf16(le|be)_bom calls were swapped. ... (check-in: d27cddf1 user: jan.nijtmans tags: trunk)
09:15
missed a small part when merging ... (check-in: 5d3a492d user: jan.nijtmans tags: convert_before_commit_v2)
09:10 Edit [7e7dcdd2c9b6be29|7e7dcdd2]: Mark "Closed". ... (artifact: a1ef8bdb user: jan.nijtmans)
09:10
merge trunk ... (check-in: 43caa737 user: jan.nijtmans tags: convert_before_commit_v2)
07:03
Modify the MinGW makefile to support building with zlib in the compat directory. ... (Closed-Leaf check-in: 36734cfc user: mistachkin tags: zlib)
06:31
Support building with zlib in the compat directory, phase 1. ... (check-in: d17f4473 user: mistachkin tags: zlib)
00:23
Assume that the NetSurf browser is operated by a human. ... (check-in: 77cd6e0d user: drh tags: trunk)
2012-11-26
23:54
Changes to support easier debugging on Windows. ... (Closed-Leaf check-in: 642e543c user: mistachkin tags: winDebug)
22:51
Merge byte-order-mark handling enhancements to trunk. ... (check-in: 9b800ee4 user: mistachkin tags: trunk)
22:47
merge trunk ... (check-in: f05090e5 user: jan.nijtmans tags: ticket-d17d6e5b17)
21:49 Edit [e0152697fbf28724|e0152697]: Mark "Closed". ... (artifact: c970bd91 user: mistachkin)
21:48 Edit [52a68687005a09a6|52a68687]: Mark "Closed". ... (artifact: 3f4772be user: mistachkin)