Fossil

Timeline
Login

Timeline

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

51 events for the month beginning 2012-11-01 by user mistachkin

Following month ↑
2012-11-30
00:40
Move the new utf8.c file into alphabetical order in the makemake.tcl tool. ... (check-in: 3e0f48c7 user: mistachkin tags: trunk)
00:38
Update custom MinGW makefile with recent changes. ... (check-in: 2d754ca8 user: mistachkin tags: trunk)
2012-11-29
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)
2012-11-27
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)
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)
21:49 Edit [e0152697fbf28724|e0152697]: Mark "Closed". ... (artifact: c970bd91 user: mistachkin)
21:48 Edit [52a68687005a09a6|52a68687]: Mark "Closed". ... (artifact: 3f4772be user: mistachkin)
20:52 Edit [e9954e588bccc798|e9954e58]: Mark "Closed". ... (artifact: 5a019250 user: mistachkin)
20:52 Edit [02062c2b6a481468|02062c2b]: Mark "Closed". ... (artifact: 264aca4a user: mistachkin)
20:47
Modify commit error message about unresolved merge conflicts to include the option used to disable the check. ... (check-in: 2ff70a31 user: mistachkin tags: trunk)
20:40
Make the --force option to commit undocumented. Add --allow-empty, --allow-fork, and --allow-older options. Rename the --conflict option to --allow-conflict. Remove the --binary-ok option. ... (check-in: 5e83504f user: mistachkin tags: trunk)
18:55
Merge commit warning enhancements (i.e. the 'unicode-glob' setting and the '--no-warnings' option to commit). ... (check-in: cb856ccd user: mistachkin tags: trunk)
00:06 Edit [02062c2b6a481468|02062c2b]: Move to branch mistake. Edit check-in comment. ... (artifact: bb51de4b user: mistachkin)
2012-11-25
22:59 Edit [e9954e588bccc798|e9954e58]: Mark "Closed". ... (artifact: 7f37341e user: mistachkin)
22:31
During commit, instead of using the '--force' option to bypass file type warnings, add a new option '--no-warnings'. ... (Closed-Leaf check-in: e9954e58 user: mistachkin tags: bellon-unicode)
22:01
Adjust check for bypassing Unicode/CR/NL warning. ... (check-in: be15485a user: mistachkin tags: bellon-unicode)
02:57
Use binary mode for CGI related trace files. ... (Closed-Leaf check-in: 95f02a57 user: mistachkin tags: cgiTraceBinary)
2012-11-22
10:46
For the MinGW build, enable compiling with debugging symbols if FOSSIL_ENABLE_SYMBOLS is set. ... (check-in: 0e082b04 user: mistachkin tags: trunk)
10:26
Merge changes from the dbOpenConfig branch. ... (check-in: 4d73175e 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: 52a68687 user: mistachkin tags: dbOpenConfig)
00:12
Fix usage error message for 'ticket change' and 'ticket history' commands. Also, silence harmless compiler warnings. ... (check-in: fc5a2176 user: mistachkin tags: trunk)
2012-11-20
23:00
Support calling the TH1 hooks for unknown commands. ... (check-in: 811252b8 user: mistachkin tags: th1Hooks)
22:28
Centralize escaping of reserved HTML characters in the captcha output. ... (check-in: a4603263 user: mistachkin tags: trunk)
22:19
Improve return code handling from the TH1 hooks. ... (check-in: 3ddba1cf user: mistachkin tags: th1Hooks)
20:40
Merge updates from trunk. ... (check-in: 63754ea8 user: mistachkin tags: th1Hooks)
08:27
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: 66196aa8 user: mistachkin tags: th1Hooks)
08:23
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. ... (Closed-Leaf check-in: e0152697 user: mistachkin tags: dbReOpenConfigAttach)
08:21
If applicable, use the OPEN_ANY_SCHEMA flag in Th_FossilInit. ... (check-in: 3c1ad1de user: mistachkin tags: trunk)
06:28
Correct format string typos for TH1 trace statements. ... (check-in: c3e841c7 user: mistachkin tags: th1Hooks)
06:26
Proof-of-concept for generalized TH1 command/webpage hooks. ... (check-in: caad7793 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: b058c8a9 user: mistachkin tags: trunk)
2012-11-19
23:58
Prevent blank user names from being displayed for items awaiting moderation. ... (Closed-Leaf check-in: 89ed7dc5 user: mistachkin tags: modDispUser)
23:57
Fix harmless compiler warning in the wiki rendering code. ... (check-in: 60f71ba2 user: mistachkin tags: trunk)
20:39
Allow the get_utf8_bom function to return the size as well. ... (check-in: d857d20b user: mistachkin tags: convert_before_commit_v2)
04:39
Modularize byte-order-mark and blob UTF-8 conversion handling. ... (check-in: d29dd544 user: mistachkin tags: convert_before_commit_v2)
2012-11-14
18:07
Modify the custom MinGW makefile to support symbols. ... (check-in: 0e812a8e user: mistachkin tags: trunk)
2012-11-11
03:28 Ticket [63cc656c] Option to force binary file commits status still Open with 2 other changes ... (artifact: ed0e0776 user: mistachkin)
2012-11-02
17:49
Make form field widths consistent for settings. Fix comment for the 'binary-glob' setting. ... (check-in: c24b6890 user: mistachkin tags: trunk)
17:37
Allow commit warning for binary data to be disabled via the 'binary-glob' setting. ... (check-in: d25f6ddf user: mistachkin tags: trunk)
17:22
Adjustments to looks_like_utf16 to handle wchar_t being missing or not 2 bytes. ... (check-in: 7d881d82 user: mistachkin tags: trunk)
03:30
Add the new moderation permissions to the list maintained by the JSON code. ... (check-in: 1cc7e8ce user: mistachkin tags: trunk)
03:10
Use local variable when checking for a carriage-return in looks_like_utf8/utf16. Update custom MinGW makefile. ... (check-in: 531b2e2d user: mistachkin tags: trunk)
02:28 Edit [7d3a06b89a399829|7d3a06b8]: Mark "Closed". ... (artifact: e6875deb user: mistachkin)
02:27
Merge commit warning and file content type detection changes to trunk. ... (check-in: 0c7c6144 user: mistachkin tags: trunk)
2012-11-01
20:19
Add detection of binary data with no leading UTF-16 byte-order-mark. ... (Closed-Leaf check-in: 7d3a06b8 user: mistachkin tags: commitWarningV2)
20:09
Improve detection of UTF-8, UTF-16, binary data, and carriage returns during commit operations. ... (check-in: c837e444 user: mistachkin tags: commitWarningV2)
03:45 Edit [d57f0a9361c0da4b|d57f0a93]: Mark "Closed". ... (artifact: dbe1343e user: mistachkin)
03:44
Merge commit warning and looks_like_text() enhancements to trunk. Further changes based on these will occur on a branch. ... (check-in: 61825842 user: mistachkin tags: trunk)
Previous month ↓