Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user mistachkin occurring around 2012-12-07 20:58:16.
|
2013-02-13
| ||
| 20:16 | Correct comment and remove superfluous return statement. Closed-Leaf check-in: a49749ed5d user: mistachkin tags: utf16Bom | |
| 03:14 | Improvements to the UTF-16 BOM detection. check-in: 81c4d78137 user: mistachkin tags: utf16Bom | |
|
2013-01-17
| ||
| 03:30 | Change 'checkin-count' to simply 'checkins' to keep the output aligned. check-in: d59455e3f2 user: mistachkin tags: trunk | |
|
2013-01-13
| ||
| 02:01 | Allow the FOSSIL_USER environment variable to be used as a fallback when creating a new repository. check-in: a0dd51e9af user: mistachkin tags: trunk | |
|
2013-01-08
| ||
| 17:08 | Fix typo in the new 5 minute guide. check-in: 5b7f084fd4 user: mistachkin tags: trunk | |
|
2013-01-07
| ||
| 17:33 | Merge updates from trunk. Closed-Leaf check-in: a6647539f6 user: mistachkin tags: tclRdOnly | |
| 17:21 | Merge updates from trunk. check-in: 4f365f7b77 user: mistachkin tags: th1Hooks | |
| 17:18 | Re-sync custom MinGW makefile. check-in: 1fdeece215 user: mistachkin tags: trunk | |
|
2012-12-23
| ||
| 07:23 | Add support for running raw TH1 commands via the web interface (requires setup permissions). Closed-Leaf check-in: 6358cc3714 user: mistachkin tags: adminTh1 | |
|
2012-12-21
| ||
| 13:31 | Correct typo in the description of the moderation setup page. check-in: c89a694d54 user: mistachkin tags: trunk | |
|
2012-12-18
| ||
| 21:04 | Fix a couple typos in comments. check-in: 55a28e7f5a user: mistachkin tags: trunk | |
| 03:59 | Add help text for the 'access-log' setting. check-in: 67985cd668 user: mistachkin tags: trunk | |
|
2012-12-17
| ||
| 00:38 | Change the footer in the 'Enhanced Default' skin to show the approximate time needed to generated the HTML for the page. check-in: 0c6e645175 user: mistachkin tags: trunk | |
|
2012-12-16
| ||
| 07:16 | Remove unused local variable. check-in: 01d6ef7cf8 user: mistachkin tags: trunk | |
|
2012-12-13
| ||
| 12:31 | When determining the interactive user, check the FOSSIL_USER environment variable. Also, add a property to the Windows resource file indicating if markdown support was compiled into the binary. check-in: 743b64ecf2 user: mistachkin tags: trunk | |
|
2012-12-11
| ||
| 20:58 | Improve consistency when referring to the 'build.wiki' page in several places. check-in: d5261ae5f0 user: mistachkin tags: trunk | |
|
2012-12-10
| ||
| 10:08 | • Edit [e94c7cc4dee7e233|e94c7cc4de]: Mark "Closed". artifact: e8ee5d38df user: mistachkin | |
| 10:05 | • Edit [f382b9a559250f1d|f382b9a559]: Mark "Closed". artifact: d1ad270fc9 user: mistachkin | |
| 10:03 | • Edit [de1ef7e99fd1ea46|de1ef7e99f]: Mark "Closed". artifact: f7bedb918b user: mistachkin | |
|
2012-12-08
| ||
| 06:58 | Merge updates from trunk. check-in: ea529b633d user: mistachkin tags: th1Hooks | |
| 06:46 | Merge updates from trunk. check-in: fc7e8d01d4 user: mistachkin tags: tclRdOnly | |
| 02:26 | Silence unused variable compiler warning. Modify MinGW makefiles to fix an overly long line. check-in: f51c8a4447 user: mistachkin tags: trunk | |
| 01:01 | In the markdown engine, use fossil_strnicmp() to allow easy compilation with MSVC. check-in: 3ad20f4b25 user: mistachkin tags: trunk | |
| 00:41 | Merge markdown support for embedded documentation into the trunk. check-in: 61079c3bef user: mistachkin tags: trunk | |
|
2012-12-07
| ||
| 20:58 | Merge updates from trunk. Closed-Leaf check-in: de1ef7e99f user: mistachkin tags: markdown | |
|
2012-12-04
| ||
| 03:09 | Make definition and usage of BROKEN_MINGW_CMDLINE consistent with the other compile-time options. check-in: 3c188df5ac user: mistachkin tags: trunk | |
| 02:04 | Restore default PREFIX in custom makefile. check-in: e354c795b3 user: mistachkin tags: trunk | |
|
2012-11-30
| ||
| 00:40 | Move the new utf8.c file into alphabetical order in the makemake.tcl tool. check-in: 3e0f48c76d user: mistachkin tags: trunk | |
| 00:38 | Update custom MinGW makefile with recent changes. check-in: 2d754ca84b 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: 609ea54f7b user: mistachkin tags: improve_commit_warning | |
| 07:56 | Fix a couple line length issues and modify an error message. check-in: 3527aa4474 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: 36734cfcf7 user: mistachkin tags: zlib | |
| 06:31 | Support building with zlib in the compat directory, phase 1. check-in: d17f4473cf user: mistachkin tags: zlib | |
|
2012-11-26
| ||
| 23:54 | Changes to support easier debugging on Windows. Closed-Leaf check-in: 642e543c28 user: mistachkin tags: winDebug | |
| 22:51 | Merge byte-order-mark handling enhancements to trunk. check-in: 9b800ee41c user: mistachkin tags: trunk | |
| 21:49 | • Edit [e0152697fbf28724|e0152697fb]: Mark "Closed". artifact: c970bd9126 user: mistachkin | |
| 21:48 | • Edit [52a68687005a09a6|52a6868700]: Mark "Closed". artifact: 3f4772be47 user: mistachkin | |
| 20:52 | • Edit [e9954e588bccc798|e9954e588b]: Mark "Closed". artifact: 5a019250b0 user: mistachkin | |
| 20:52 | • Edit [02062c2b6a481468|02062c2b6a]: Mark "Closed". artifact: 264aca4a4f user: mistachkin | |
| 20:47 | Modify commit error message about unresolved merge conflicts to include the option used to disable the check. check-in: 2ff70a3130 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: 5e83504f78 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: cb856ccdb1 user: mistachkin tags: trunk | |
| 00:06 | • Edit [02062c2b6a481468|02062c2b6a]: Move to branch mistake. Edit check-in comment. artifact: bb51de4bbd user: mistachkin | |
|
2012-11-25
| ||
| 22:59 | • Edit [e9954e588bccc798|e9954e588b]: Mark "Closed". artifact: 7f37341eb8 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: e9954e588b user: mistachkin tags: bellon-unicode | |
| 22:01 | Adjust check for bypassing Unicode/CR/NL warning. check-in: be15485aa6 user: mistachkin tags: bellon-unicode | |
| 02:57 | Use binary mode for CGI related trace files. Closed-Leaf check-in: 95f02a572e 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: 0e082b0414 user: mistachkin tags: trunk | |
| 10:26 | Merge changes from the dbOpenConfig branch. check-in: 4d73175e29 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: 52a6868700 user: mistachkin tags: dbOpenConfig | |