Fossil

Timeline
Login

Timeline

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

50 events by user mistachkin occurring around 2012-11-01 20:19:49.

2012-11-22
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-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)
20:40
Merge updates from trunk. ... (check-in: 63754ea857 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: 66196aa8b7 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: e0152697fb user: mistachkin tags: dbReOpenConfigAttach)
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)
2012-11-19
23:58
Prevent blank user names from being displayed for items awaiting moderation. ... (Closed-Leaf check-in: 89ed7dc591 user: mistachkin tags: modDispUser)
23:57
Fix harmless compiler warning in the wiki rendering code. ... (check-in: 60f71ba20a user: mistachkin tags: trunk)
20:39
Allow the get_utf8_bom function to return the size as well. ... (check-in: d857d20bef user: mistachkin tags: convert_before_commit_v2)
04:39
Modularize byte-order-mark and blob UTF-8 conversion handling. ... (check-in: d29dd5449c user: mistachkin tags: convert_before_commit_v2)
2012-11-14
18:07
Modify the custom MinGW makefile to support symbols. ... (check-in: 0e812a8edd user: mistachkin tags: trunk)
2012-11-11
03:28 Ticket [63cc656c9d] Option to force binary file commits status still Open with 2 other changes ... (artifact: ed0e077633 user: mistachkin)
2012-11-02
17:49
Make form field widths consistent for settings. Fix comment for the 'binary-glob' setting. ... (check-in: c24b689019 user: mistachkin tags: trunk)
17:37
Allow commit warning for binary data to be disabled via the 'binary-glob' setting. ... (check-in: d25f6ddf35 user: mistachkin tags: trunk)
17:22
Adjustments to looks_like_utf16 to handle wchar_t being missing or not 2 bytes. ... (check-in: 7d881d8280 user: mistachkin tags: trunk)
03:30
Add the new moderation permissions to the list maintained by the JSON code. ... (check-in: 1cc7e8ce29 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: 531b2e2df0 user: mistachkin tags: trunk)
02:28 Edit [7d3a06b89a399829|7d3a06b89a]: Mark "Closed". ... (artifact: e6875debca user: mistachkin)
02:27
Merge commit warning and file content type detection changes to trunk. ... (check-in: 0c7c61447f 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: 7d3a06b89a user: mistachkin tags: commitWarningV2)
20:09
Improve detection of UTF-8, UTF-16, binary data, and carriage returns during commit operations. ... (check-in: c837e44445 user: mistachkin tags: commitWarningV2)
03:45 Edit [d57f0a9361c0da4b|d57f0a9361]: Mark "Closed". ... (artifact: dbe1343eaf 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: 6182584217 user: mistachkin tags: trunk)
2012-10-30
02:17
Refactor commit warning functionality. Break out UTF-16 BOM detection into a new function. Style and comment fixes. ... (Closed-Leaf check-in: d57f0a9361 user: mistachkin tags: commitWarning)
2012-10-28
23:01
Simplify the looks_like_binary() macro. Remove literal tab character, adjust styling and comments in looks_like_text(). ... (check-in: c8e72df08e user: mistachkin tags: trunk)
2012-10-21
19:07
Make sure that Tcl integration related script errors have consistent casing. ... (check-in: d769ee702b user: mistachkin tags: trunk)
2012-10-16
23:14
Merge updates from trunk. ... (check-in: ce3b312a15 user: mistachkin tags: tclRdOnly)
2012-10-07
14:49
Add the new 'tcl-rdonly' setting to the list of those that should be transferred. ... (check-in: 2335ae4f22 user: mistachkin tags: tclRdOnly)
14:28
Update the 'makemake' script with the MinGW makefile changes for the markdown feature as well. ... (check-in: 0db09a2061 user: mistachkin tags: markdown)
14:22
Experimental proof-of-concept for the 'tcl-rdonly' setting and related functionality. ... (check-in: 851e0755e5 user: mistachkin tags: tclRdOnly)
13:55
Enhance Tcl integration with support for notifications before and after Tcl scripts are evaluated. ... (check-in: 49c63f8c78 user: mistachkin tags: trunk)
10:29
Add 'markdown' setting to enable runtime control over whether or not it is used. ... (check-in: 1c5085d963 user: mistachkin tags: markdown)
10:15
Merge updates from trunk. ... (check-in: a8add9c1bd user: mistachkin tags: markdown)
10:12
Add 'tcl-setup' setting for the optional Tcl script to evaluate after creating and initializing the Tcl interpreter. Make sure Tcl gets a copy of all the original expanded arguments. ... (check-in: fa4e828653 user: mistachkin tags: trunk)
2012-10-05
08:28
Simplify internal link generation for control artifacts to avoid using escaped HTML entities. ... (Closed-Leaf check-in: bcf41d31ca user: mistachkin tags: controlInfoLink)
2012-10-03
19:54
Integration work for the markdown engine provided by Natacha Porté. ... (check-in: d38c6eef06 user: mistachkin tags: markdown)
2012-09-30
09:29
The 'binary-glob' setting is a versionable project setting and should be listed with the others. ... (check-in: 6ef41eeffe user: mistachkin tags: trunk)
07:39
Make sure the new command line options are always processed; however, wait until after the settings are available. ... (Closed-Leaf check-in: 064afb225a user: mistachkin tags: diffBinExternal)
06:25
Add support for skipping binary files when using an external diff program. The existing 'binary-glob' setting and new 'diff-binary' boolean setting control this feature. ... (check-in: c50eb50718 user: mistachkin tags: diffBinExternal)
01:43
Fix typo in comment. ... (check-in: 97f68e61da user: mistachkin tags: trunk)
2012-09-29
07:40
For custom makefile, build with Tcl stubs support by default. ... (Closed-Leaf check-in: 2d63ffdd4f user: mistachkin tags: tclStubsV2)
07:29
Skip calling Tcl_InitStubs when not compiled to use the Tcl stubs mechanism. ... (check-in: 1f4cfd5776 user: mistachkin tags: tclStubsV2)
07:20
Merge updates from trunk. ... (check-in: fbd3c2a597 user: mistachkin tags: tclStubsV2)
07:16
Some fine-tuning for autosetup to support the Tcl stubs mechanism. ... (check-in: 01de4c53b1 user: mistachkin tags: tclStubsV2)
06:56
Build system changes to support the Tcl stubs mechanism. ... (check-in: 9d0a4a89d7 user: mistachkin tags: tclStubsV2)