Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around b1036fe5bfafbac6.
2012-12-01
| ||
03:26 | • Edit [cc09cda247c9f844]: Marked "Closed". artifact: 5fb053e718 user: drh | |
03:25 | Improvements to command-line argument glob expansion on windows. Globbing now works correctly when compiled with mingw-w64 and with msvc. It is mostly correct when compiled with mingw, but fails for some files with non-ascii names. check-in: 8205c01cd4 user: drh tags: trunk | |
03:18 | Make sure the SQLite memory allocator is initialized before trying to use it to convert MBCS into UTF8. Closed-Leaf check-in: cc09cda247 user: drh tags: cmdline-expansion | |
02:57 | Do not allow the "fossil server" command to serve any static content file that contains ".fossil" anywhere in its name. This prevents repository files and/or their journals from being downloaded as static content. check-in: e726c8082e user: drh tags: trunk | |
2012-11-30
| ||
22:57 | • New ticket [b142647bfa] Captcha for wiki page edits confused by uppercase letters. artifact: 5396bc91dc user: anonymous | |
22:48 | • Changes to wiki page compillingOnWindows artifact: c1b1ba01b6 user: anonymous | |
21:03 | Bump the version number to 1.25 and add a change log in preparation for the next release. check-in: ed1e34c760 user: drh tags: trunk | |
16:59 | forgot makemake.tcl and Makefile.mingw.mistachkin changes check-in: 08802c4af4 user: jan.nijtmans tags: cmdline-expansion | |
16:43 | merge trunk. Add fallback mechanism for MinGW check-in: 2459ee7b71 user: jan.nijtmans tags: cmdline-expansion | |
16:39 | • Fixed ticket [8ca2aae391]: Command-line wildcards broken with Fossil 1.24 on Windows, in some cases crashing Fossil (1.23 was OK) plus 1 other change artifact: 4a44e41efd user: drh | |
16:38 | • Fixed ticket [10aee063c4]: Fossil didn't support for UTF8 to storage filenames. plus 1 other change artifact: 1c1436a1ae user: drh | |
16:38 | • Edit [647bb7b79f3c2ac8]: Edit check-in comment. artifact: 11e152d035 user: drh | |
16:36 | • Fixed ticket [d17d6e5b17]: Handle file names containing brackets, interrogation mark or asterisk plus 1 other change artifact: 503c86fa78 user: drh | |
16:36 | • Edit [647bb7b79f3c2ac8]: Edit check-in comment. artifact: 764280d5d3 user: drh | |
16:09 | CSS changes: set the cursor to "pointer" on ticket reports. check-in: d091c609d2 user: drh tags: trunk | |
16:09 | merge trunk check-in: 380ad5312a user: jan.nijtmans tags: ticket-d17d6e5b17 | |
15:58 | • Edit [7885b60187266b40]: Marked "Closed". Edit check-in comment. artifact: b9a0dfa786 user: drh | |
15:53 | • Fixed ticket [46bf4baedc]: wrongly reported illigal character, "" and "" plus 1 other change artifact: dc44506c53 user: drh | |
15:52 | Allow characters *[]? to appear in filenames. Tickets [46bf4baedce] and [d17d6e5b174bd6] and [10aee063c413c107] check-in: 647bb7b79f user: drh tags: trunk | |
15:22 | Click on the timeline graph once to select a node. Click on a different node to see a diff between the two nodes. Click on the selected node to unselect it. check-in: 5bff5e5cc5 user: drh tags: trunk | |
15:16 | Add javascript to ticket reports tables so that clicking on column headers causes the table to be sorted by that header. Clicking again reverses the sort order. check-in: 20f17aeb05 user: drh tags: trunk | |
15:07 | Add javascript to ticket reports tables so that clicking on column headers causes the table to be sorted by that header. Clicking again reverses the sort order. Closed-Leaf check-in: c43da4fcd1 user: drh tags: click-to-sort-reports | |
14:24 | merge trunk g.nameOfExe should have filename_to_utf translation as well on UNIX/OSX check-in: bac4b248f5 user: jan.nijtmans tags: cmdline-expansion | |
14:09 | fix testcase check-in: e08073d333 user: jan.nijtmans tags: trunk | |
13:27 | (experimental) command-line expansion for MinGW-w64. Should work on MSVC as well. Doesn't work with MinGW. check-in: b1036fe5bf user: jan.nijtmans tags: cmdline-expansion | |
13:12 | • Changes to wiki page compillingOnWindows artifact: 1a7c19db55 user: anonymous | |
13:10 | • Changes to wiki page compillingOnWindows artifact: 55fa42a0ed user: anonymous | |
13:05 | Changes to allow *[]? in check-in comments were added by check-in [647bb7b79f3c2a], which is sufficient to address ticket [46bf4baedcea6c]. The additional logic in this branch that tries to do special encodings for double-quote characters on windows is complication we can do without. Was: fix merge problem, which cause an OSX broken build check-in: 7885b60187 user: jan.nijtmans tags: ticket-d17d6e5b17 | |
12:36 | merge trunk. appears to work well again. check-in: 0c65916136 user: jan.nijtmans tags: ticket-d17d6e5b17 | |
03:33 | Fix the click coordinates so that they work even when the page has been scrolled. Closed-Leaf check-in: 7b3def02ed user: drh tags: click-graph-to-diff | |
03:14 | Fix compiler warning. check-in: 95cce92af0 user: drh tags: click-graph-to-diff | |
03:10 | Click on the timeline graph once to select a node. Click on a different node to see a diff between the two. Click on the selected node to undo the selection. Works with check-in timelines and file timelines. check-in: a7dde41fec user: drh tags: click-graph-to-diff | |
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
| ||
21:21 | merge trunk. Seems to work now. Still to be tested more. check-in: 49bdd78b75 user: jan.nijtmans tags: ticket-d17d6e5b17 | |
20:23 | All the --verbose option on "all sync", "all push", and "all pull". check-in: 4ee99cc8a6 user: drh tags: trunk | |
18:46 | Modify the test-echo command to also show the name of the executable. check-in: 5ed566f805 user: drh tags: trunk | |
18:39 | Fix the "all" command on mac, broken by the penultimate check-in. check-in: 2f187c2f22 user: drh tags: trunk | |
18:31 | Fix harmless compiler warnings on windows. check-in: 9eb2df37ef user: drh tags: trunk | |
18:21 | Fix the build for mingw: do not translate command-line options from unicode to utf8 because mingw has already done that for us. check-in: f1a82cf34f user: drh tags: trunk | |
16:54 | Fix a missing on object descriptions. check-in: 7e609e0e50 user: drh tags: trunk | |
15:13 | merge trunk. Broken on win32! check-in: 258cedd625 user: jan.nijtmans tags: ticket-d17d6e5b17 | |
14:50 | • Ticket [e399bc1edf] Non-ASCII characters in file and folder names are not handled correctly status still Fixed with 3 other changes artifact: a0ad8e4a68 user: drh ... 2 similar events omitted. | |
13:15 | Translate decomposed-UTF8 filenames on MacOS into precomposed-UTF8. Fix for ticket [e399bc1edfe45b] check-in: ca728447a6 user: drh tags: trunk | |
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 | |
10:27 | • Edit [609ea54f7b0c2c27]: Edit check-in comment. artifact: ce0faf2caf user: jan.nijtmans | |
10:26 | • Edit [609ea54f7b0c2c27]: Edit check-in comment. artifact: 5d3e8b6057 user: jan.nijtmans | |
10:24 | • Edit [609ea54f7b0c2c27]: Edit check-in comment. artifact: 28ae0dc827 user: jan.nijtmans | |