Fossil

Timeline
Login

Timeline

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

50 events by user drh occurring around 2010-02-23 15:33:14.

2010-03-04
23:51
Add the FOSSIL_ALLOW_OUT_OF_ORDER_DATES compile-time option to disable the check that forces new check-ins to be younger than their parents. ... (check-in: 62b4df4ea4 user: drh tags: trunk)
23:41
Here is an altenative fix to [8b3c5d30f7e] that explicitly disables the LOCKING_STYLE option of SQLite. ... (check-in: 879a030e1c user: drh tags: trunk)
22:39 Fixed ticket [8b3c5d30f7]: Cannot build under MacOS/X 10.4 ... missing 'gethostuuid' plus 1 other change ... (artifact: 0dfa7eaaf7 user: drh)
22:39
Update SQLite to pre-3.6.23 that leaves SQLITE_ENABLE_LOCKING_STYLE turned off by default. This should help it to build correctly on Tiger. Ticket [8b3c5d30f7e6] ... (check-in: 73223b8bd6 user: drh tags: trunk)
13:42 Ticket [8b3c5d30f7] Cannot build under MacOS/X 10.4 ... missing 'gethostuuid' status still Open with 2 other changes ... (artifact: 4295e2a677 user: drh)
2010-03-03
04:08
Improvements to the graph layout algorithm to render a more compact graph when there is lots of branching and merging. ... (check-in: 71edacd95f user: drh tags: trunk)
03:34
Add a hyperlink on branch tags of the info display that carries the user to a timeline of the branch. ... (check-in: 732e3db329 user: drh tags: trunk)
2010-03-02
18:20 Fixed ticket [80d3ba8b0f]: fossil add can't add two files whose names only differ by an underscore or dash plus 1 other change ... (artifact: df7dc78e7c user: drh)
18:20
On windows, use COLLATE NOCASE instead of LIKE to do case insensitive comparisons - to avoid issues with wildcards. Ticket [80d3ba8b0ff]. ... (check-in: d97a4cdf8d user: drh tags: trunk)
2010-03-01
00:54
Update the how-to-build documentation in the BUILD.txt file at the root of the source tree. ... (check-in: 355d37ca8c user: drh tags: trunk)
00:48 Ticket [1b20ab6cdb] "Fossil : no such file: in -E2F0FD85......." status still Open with 2 other changes ... (artifact: 156a9a6da3 user: drh)
00:45 Closed ticket [cbda8d3bb0]: Check-in [8fe33aa575] removed 'config.mak' for customization of make plus 2 other changes ... (artifact: 7fef8e083a user: drh)
00:42 Edit [0ddd305acb7f4b0b|0ddd305acb]: Change branch background color to "#f0ffc0". Move to branch ron-make. Timestamp 2010-02-28 07:01:29. ... (artifact: ab59d2163e user: drh)
2010-02-27
12:26
A wiki-style hyperlink to a well-formed ISO8601 date-time will link to the timeline at that date and time. ... (check-in: 7ca773bc31 user: drh tags: trunk)
2010-02-26
13:09
Update SQLite to pre-3.6.23. ... (check-in: 1efd09ed4f user: drh tags: trunk)
2010-02-25
14:06
Pull over the latest clear-title changes from trunk. ... (check-in: 16e703be11 user: drh tags: clear-title)
12:59 Fixed ticket [7c3ca0eae8]: "not a ordinary file" errors in update command plus 1 other change ... (artifact: 85eed76eb4 user: drh) ... 1 similar event omitted.
12:58
If a file has been deleted from the filesystem, but not deleted by fossil, then make the "update" command restore that file. Ticket [7c3ca0eae8287] ... (check-in: 63d5a4fe25 user: drh tags: trunk)
12:39 Closed ticket [93166ec5cc]: disk I/O error on commit (AIX) plus 1 other change ... (artifact: d4661ce44c user: drh)
2010-02-24
22:39
Back out the changes of [0e2281fc8a757] since they were causing a segfault while trying to enter a new ticket. The ticket [6b498a792c0] should still be fixed. ... (check-in: 5a6634c453 user: drh tags: trunk)
21:51 Ticket [93166ec5cc] disk I/O error on commit (AIX) status still Open with 2 other changes ... (artifact: de442f41f5 user: drh)
04:11
Updates to the file format documentation. ... (check-in: f01ec9db8b user: drh tags: trunk)
2010-02-23
21:30
Improved graph layout algorithm attempts to keep merge arrows in between their source and destination. ... (check-in: 0f27a59808 user: drh tags: trunk)
16:14
Fix the Makefile so that all parameters are commented and so that it works with non-GNU makes. ... (check-in: 8fe33aa575 user: drh tags: trunk)
15:33
Make the "clearsign" PGP signing default to off. ... (check-in: 28987096ac user: drh tags: trunk)
15:28 Fixed ticket [ddd45723b9]: About a half of check-in link on timeline is not clickable plus 1 other change ... (artifact: 393fcf653d user: drh)
15:28
Fix the width of the graph canvas so that it does not overlap and disable hyperlinks in the check-in comment text. Ticket [ddd45723b9a2]. ... (check-in: 847ae1fe0f user: drh tags: trunk)
2010-02-18
15:50 Edit [5edfe089caa0c85e|5edfe089ca]: Edit check-in comment. Timestamp 2010-02-18 13:47:55. ... (artifact: 0a48e260ed user: drh)
15:49 Edit [ae2adb543bd8066d|ae2adb543b]: Edit check-in comment. Timestamp 2010-02-18 11:22:15. ... (artifact: 00e627a435 user: drh)
15:48
Remove the byte-order mark from the beginning of index.wiki. ... (check-in: e964b55dd6 user: drh tags: trunk)
2010-02-16
17:50 Fixed ticket [eff2cbe5ae]: info prints two colons for user-home plus 1 other change ... (artifact: ed86236170 user: drh)
17:49
Remove surplus ":" from the user-home: line in windows builds. Ticket [eff2cbe5ae11c] ... (check-in: 0ee44737e8 user: drh tags: trunk)
2010-02-10
20:13 Ticket [46bf4baedc] wrongly reported illigal character, "" and "" status still Closed with 1 other change ... (artifact: b88445aa5f user: drh) ... 1 similar event omitted.
13:13
Bug fix in the graph layout algorithm. ... (check-in: 95ae79d504 user: drh tags: trunk)
2010-02-09
17:54
JavaScript graph drawing enhancements using an HTML5 canvas (if available) suggested by Joshua Paine. ... (check-in: 6fd9141368 user: drh tags: trunk)
13:36
Enable the graph for tag timelines, but omit descenders. ... (check-in: 22b6887e40 user: drh tags: trunk)
12:34 Closed ticket [017b54f42a]: fossil update -n does not work plus 2 other changes ... (artifact: d1efb2828b user: drh)
12:32 Fixed ticket [03c9f4deef]: Disable built-in robots.txt file plus 1 other change ... (artifact: 9c344996c3 user: drh)
12:31
Disable the built-in robots.txt file. Ticket [03c9f4deef] ... (check-in: f2626a53c3 user: drh tags: trunk)
12:28 Fixed ticket [e42448edec]: "co --latest" not working anymore? plus 1 other change ... (artifact: 09d7b13d52 user: drh)
12:28
Get the --latest option on the "co" command working when the current checkout is on a dead branch. Ticket [e42448edec1]. ... (check-in: c98948242e user: drh tags: trunk)
11:57
Modify the check-in command to detect clock skew and abort if found. ... (check-in: 8fdac87b68 user: drh tags: trunk)
11:37
Prevent a segfault in the graph computation due to time skew. The graph is still not drawn right, but at least it displays something now. ... (check-in: ff9efe3026 user: drh tags: trunk)
11:13
Add the "ng" query parameter to the "timeline" to disable the graph. ... (check-in: 2f22c476c1 user: drh tags: trunk)
2010-02-08
22:12
Additional refinements to the Makefile stemming from the cut-over of SSL. ... (check-in: 5c30ad4ce1 user: drh tags: trunk)
22:00 Fixed ticket [1927cbd979]: BSD Make broken w/ SSL merge plus 1 other change ... (artifact: 80948a71d2 user: drh)
22:00
Remove GNU-isms from the Makefile. Ticket [1927cbd979]. ... (check-in: fcd7ecb7f1 user: drh tags: trunk)
21:42
Fix another graph layout bug. ... (check-in: f312587a65 user: drh tags: trunk)