Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around 10cf72bd3bba470c.
2012-10-15
| ||
05:28 | unused variable includeDotFiles struct utimbuf -> struct _utimbuf (compiler warning with mingw-w64) a few "const" additions check-in: d2e1469d12 user: jan.nijtmans tags: use-utf8-in-win-external-editor | |
05:11 | merge trunk check-in: 69a0db2dd0 user: jan.nijtmans tags: use-utf8-in-win-external-editor | |
05:09 | bug-fix: is_temporary_file expects utf8, not unicode on Windows check-in: 0e6b7bc363 user: jan.nijtmans tags: trunk | |
2012-10-14
| ||
20:09 | Bug-fix: missing blob_zero. This commit is done with a big-endian unicode comment file check-in: 8a0c2c366c user: jan.nijtmans tags: use-utf8-in-win-external-editor | |
19:55 | implement big-endian unicode decoding for commit message files check-in: 514f71a1cf user: jan.nijtmans tags: use-utf8-in-win-external-editor | |
2012-10-13
| ||
18:38 | merge trunk check-in: 0111420601 user: jan.nijtmans tags: use-utf8-in-win-external-editor | |
17:31 | Omit the "private" tag from private check-ins. This opens up the possibility of publishing check-ins that were originally private. Fix the "deconstruct" command so that it omits private artifacts unless the --private option is used. check-in: 6545e6cf74 user: drh tags: trunk | |
14:19 | Add the --temp option to the "fossil extra" and "fossil clean" commands. check-in: 3206b6485a user: drh tags: trunk | |
2012-10-12
| ||
13:21 | Show the complete text of added and removed files on the "vdiff" webpage. check-in: c32a97e1b2 user: drh tags: trunk | |
2012-10-11
| ||
20:58 | Tweaks to the "fileages" user interface. check-in: da2fe1be82 user: drh tags: trunk | |
19:45 | Cherrypick changes [0c37874941c8972], [9ba8a393fcc569b], and [ae092ec605eed11] in order to backport the --setmtime option of "fossil update" and the --age and -t options of "fossil ls" to version 1.19. check-in: 773c6c5f2c user: drh tags: branch-1.19 | |
19:22 | Add the --setmtime command-line option to "fossil update". When this option is used, the mtime of all unmodified managed files is set to the time when that file was originally checked in. check-in: ae092ec605 user: drh tags: trunk | |
18:33 | Back out the undo/redo logic changes of [0c37874941c89] that caused the mtime to be restored on files. Playing games with mtimes is bad policy. Consider a scenario: "fossil merge; make; fossil undo; make". If the mtimes are reset by undo, then the second "make" above will not work correctly. This is not a complete backout of [0c37874941c89] as... check-in: 5c0843a8f1 user: drh tags: trunk | |
14:21 | Add the "fileage" webpage. check-in: 368347d660 user: drh tags: trunk | |
2012-10-10
| ||
20:03 | Add the internal checkin_mtime() function. Use it to implement the --age and -t options to the "fossil ls" command. check-in: 9ba8a393fc user: drh tags: trunk | |
16:06 | The "fossil undo" and "fossil redo" commands remember file mtimes and restore them appropriately. When upgrading through this version, you may need to run "fossil undo --reset" to clear your old undo stack. check-in: 0c37874941 user: drh tags: trunk | |
2012-10-09
| ||
14:32 | An alternative way to get mime-types from attachments for the "raw" page. Leaf check-in: b21df7ecaf user: drh tags: experimental | |
14:19 | Adding mime types for some openoffice documents check-in: 770cf7fc35 user: viriketo tags: annotate_links | |
14:01 | Fixing the vdiff submenus, so they behave as usual (for this branch) check-in: 4cf8c3d348 user: viriketo tags: annotate_links | |
13:53 | Adding back the branch telling at checkin info for vdiff. check-in: e29d3822e9 user: viriketo tags: annotate_links | |
13:48 | Updating from trunk. I solved some merge conflicts: 1) the checkin info in the vdiff page, taking that from trunk, and 2) the vdiff menu options, which I tried to get similar to what I had in the branch. check-in: f4b082d464 user: viriketo tags: annotate_links | |
13:30 | Making the raw page download guess the mime type based on filename also for attachments, not only repository files. check-in: 5f3916ac5b user: viriketo tags: trunk | |
01:41 | Update SQLite from upstream in order to test SQLite. check-in: 51858373cb user: drh tags: trunk | |
2012-10-08
| ||
13:50 | Fix references to uninitialized memory when existing the SQL shell. check-in: 1955e6a69d user: drh tags: trunk | |
2012-10-07
| ||
17:51 | • Edit [c1fdc63630435a3c]: Cancel tag use-utf8-in-win-external-editor. artifact: 42c9e91d2c user: jan.nijtmans | |
17:18 | merge trunk make Notepad the default comment editor on Windows check-in: 10cf72bd3b user: jan.nijtmans tags: use-utf8-in-win-external-editor | |
17:17 | • Edit [3a20d89d953ba96e]: Move to branch use-utf8-in-win-external-editor. artifact: 51826abc40 user: jan.nijtmans | |
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-06
| ||
03:48 | • Edit [ba91fe5f9e999b98]: Marked "Closed". artifact: f6ccec242d user: jan.nijtmans | |
2012-10-05
| ||
20:39 | Add the "stash show" command. Simplifications to the diff code, and especially the looks_like_binary() function. check-in: 4e0e69f691 user: drh tags: trunk | |
16:36 | Fix a couple of C99-isms in the recent stash changes. check-in: f378800aed user: drh tags: trunk | |
13:55 | On the timeline webpage, remove the (undocumented) "nomerge" query parameter and make no-merge behavior the default when using the "from" and "to" query parameters. A new "shortest" query parameter can be used to find the shortest path, if desired. check-in: 37d107501c user: drh tags: trunk | |
13:48 | Update SQLite from upstream so that Fossil will compile on pre-C99 compilers. This SQLite still has issues with ORDER BY optimization, but those issues do not seem to effect Fossil. check-in: 5a428febd4 user: drh tags: trunk | |
13:44 | Enhancements to the "bisect" command: (1) Create alias "ls" for the "vlist" subcommand. (2) Show an abbreviated listing unless the --all option is used. (3) Automatically show the abbreviated listing after each "next". check-in: eec11147cf user: drh tags: trunk | |
13:10 | Update the "fossil stash" command so that it always prompts for a comment if the -m option is omitted. check-in: 16371dcb1b user: drh tags: trunk | |
12:38 | Get the --tk option working for "fossil stash diff". check-in: 2ed8cdc518 user: drh tags: trunk | |
12:10 | • Edit [bcf41d31ca99067a]: Marked "Closed". artifact: 65f4d2719e user: drh | |
12:10 | Merge the controlInfoLink branch into trunk. check-in: 71c3b67a79 user: drh tags: trunk | |
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 | |
14:58 | Import the latest SQLite core from upstream. check-in: 7f3379f3a9 user: drh tags: trunk | |
2012-10-02
| ||
23:01 | • Edit [2d63ffdd4f912ef0]: Marked "Closed". artifact: cab4eb3e65 user: drh | |
23:01 | Enable building with the TCL stubs library and then loading the main TCL library at run-time, and only if needed. check-in: 25f7fa1157 user: drh tags: trunk | |
22:59 | Merge the enhancements that adds the "diff-binary" setting for passing binary files to the external diff program. check-in: f8339c2743 user: drh tags: trunk | |