Fossil

Timeline
Login

Timeline

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

16 check-ins using file src/timeline.c version 93656d2699

2012-10-10
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)
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:18
merge trunk make Notepad the default comment editor on Windows ... (check-in: 10cf72bd3b user: jan.nijtmans tags: use-utf8-in-win-external-editor)
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
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)