Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user drh occurring around 2012-09-27 17:29:17.
2012-10-11
| ||
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 the underlying infrastructure used to compute the age of files is retained. ... (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. ... (Closed-Leaf check-in: b21df7ecaf user: drh tags: experimental) | |
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-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|bcf41d31ca]: Mark "Closed". ... (artifact: 65f4d2719e user: drh) | |
12:10 | Merge the controlInfoLink branch into trunk. ... (check-in: 71c3b67a79 user: drh tags: trunk) | |
2012-10-03
| ||
14:58 | Import the latest SQLite core from upstream. ... (check-in: 7f3379f3a9 user: drh tags: trunk) | |
2012-10-02
| ||
23:01 | • Edit [2d63ffdd4f912ef0|2d63ffdd4f]: Mark "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) | |
22:59 | • Edit [064afb225a7e7cb3|064afb225a]: Mark "Closed". ... (artifact: 4e2229d26f user: drh) | |
2012-09-29
| ||
14:08 | Make the "--tk" option to the "diff" command also imply the "-i" option to force the use of the internal diff engine. ... (check-in: 5a4fbb0a28 user: drh tags: trunk) | |
2012-09-28
| ||
10:18 | Update to the latest SQLite amalgamation, for the purpose of testing recent changes in SQLite. ... (check-in: c0f245de25 user: drh tags: trunk) | |
2012-09-27
| ||
21:16 | Merge the partialCommitPerms branch which fixes an issue with permission bit changes of non-specified files being picked up by a partial commit. ... (check-in: a0da8b3873 user: drh tags: trunk) | |
17:29 | Update the pre-checkin checklist to talk about the new --tk option to the diff command. ... (check-in: 394177917c user: drh tags: trunk) | |
13:02 | Merge the fix for [711d04b6d8577] into trunk. Only bail out of a commit if none of the selected files have changed, rather than if any selected file is unchanged. ... (check-in: 3a5e81cedb user: drh tags: trunk) | |
12:08 | • Fixed ticket [c179f93e63]: fossil commit crashes when added paths contain Shift-JIS plus 1 other change ... (artifact: 7080ac671c user: drh) | |
11:51 | Alternative fix for ticket [711d04b6d8577]. ... (Closed-Leaf check-in: 94e2deef6d user: drh tags: ticket-711d04b6d8) | |
11:36 | • Edit [eab9f88e7f6c173e|eab9f88e7f]: Edit check-in comment. ... (artifact: 623e9c5195 user: drh) | |
2012-09-26
| ||
13:52 | For the --tk option to the diff command, invoke "tclsh" instead of "wish" and invoke "package require Tk" at the beginning of the script. ... (check-in: aba451e9d5 user: drh tags: trunk) | |
12:55 | Add the --tk option to "fossil diff" in order to launch a Tcl/Tk GUI display of colorized side-by-side diffs. ... (check-in: 22e5d711e5 user: drh tags: trunk) | |
11:59 | Add the --baseurl open to the "fossil server" and "fossil http" commands, for use with reverse proxies such as nginx. ... (check-in: ecb85f61a9 user: drh tags: trunk) | |
00:11 | Escape "<" and ">" characters denoting removed and inserted line in the HTML version of side-by-side diff. ... (check-in: 28cfb2fb10 user: drh tags: trunk) | |
2012-09-25
| ||
16:19 | Isolate the logic used to figure out the text encoding of the check-in comment coming back from the users editor into windows-only code. ... (check-in: 397c990400 user: drh tags: use-utf8-in-win-external-editor) | |
2012-09-24
| ||
23:26 | Updates to the "branching.wiki" document. ... (check-in: d06396d31d user: drh tags: trunk) | |
14:24 | • Fixed ticket [336924579d]: my test with windows-i18n branch plus 1 other change ... (artifact: b9236e45c1 user: drh) | |
11:42 | • Fixed ticket [c8c0b78c84]: Windows 7: "fossil ui" and "fossil server" fail plus 1 other change ... (artifact: 5311d61676 user: drh) | |
2012-09-21
| ||
23:32 | Add an apple-touch-icon.png ... (check-in: fd05645df5 user: drh tags: trunk) | |
2012-09-19
| ||
14:48 | Updates to the script that generates the "download.html" page. ... (check-in: 9d2216a1f8 user: drh tags: trunk) | |
12:23 | Updates to the permuted documentation index. ... (check-in: 1006126146 user: drh tags: trunk) | |
11:52 | A couple of minor documentation updates. ... (check-in: a55fd04538 user: drh tags: trunk) | |
11:32 | Updates to the quick-start page. ... (check-in: 2e9691055e user: drh tags: trunk) | |
10:28 | Merge the selectRemoteUser branch into trunk, so that now the username in the remote_url is a potential source of the user name. ... (check-in: 24b2c6688a user: drh tags: trunk) | |
2012-09-18
| ||
22:58 | If unable to determine the user by the normal techniques, don't guess. Print a helpful error message and quit. Otherwise strange user names end up in the log. ... (check-in: 1e7262b724 user: drh tags: trunk) | |
22:29 | • Edit [75bcb48089c3e374|75bcb48089]: Change user to "mistachkin". ... (artifact: fda340d733 user: drh) | |
20:14 | Use the list of configuration properties when transfering content from the template repo to the new repo. Also transfer the ticket formats. ... (check-in: 78cf4138d9 user: drh tags: newTemplate) | |
15:37 | Add the name= query parameter to the <base> for wiki pages, so that hyperlinks to fragments work correctly. ... (check-in: a116d974b4 user: drh tags: trunk) | |
12:52 | Update the built-in SQLite to the latest version on the fullscan-covering-index branch. This is for the purpose of testing SQLite changes. ... (check-in: ac2d29326b user: drh tags: trunk) | |
00:03 | Fix the <base> tag in the default header. ... (check-in: eb1513b7a9 user: drh tags: trunk) | |
2012-09-11
| ||
12:16 | • Fixed ticket [906c533302]: Mingw broken command-line parsing plus 1 other change ... (artifact: f92b6b59bc user: drh) | |