Fossil

Timeline
Login

Timeline

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

50 check-ins related to "trunk" plus check-in "2011-10-19 19:54:35" occurring around 2011-10-19 19:54:35.

2011-10-22
11:55
Do not assume the CSS background color is "white". ... (check-in: a9fd1c7951 user: drh tags: trunk)
03:37
Rework the side-by-side diff so that it handles tab characters. Fix an off-by-one error in the line numbers of side-by-side diffs. ... (check-in: 8670373321 user: drh tags: trunk)
2011-10-21
23:44
Improved formatting for command-line side-by-side diff. Extend command-line side-by-side diff to all diff operations, including stash diffs. ... (check-in: ab47cc73d7 user: drh tags: trunk)
21:55
Merge the side-by-side diff spacing bug fix into trunk. ... (check-in: 54e730c339 user: drh tags: trunk)
21:50
Fix a spacing bug in the display of side-by-side diffs. ... (Closed-Leaf check-in: a505abccc6 user: drh tags: diff-enhancements)
21:34
Merge the diff enhancements into trunk. ... (check-in: c244605862 user: drh tags: trunk)
21:31
Add support for side-by-side diff from the command-line "diff" command. ... (check-in: ac81759f65 user: drh tags: diff-enhancements)
20:24
Begin improvement efforts on the "diff" functions by adding the --context option to the "diff" command. ... (check-in: 3bbbbdfd7d user: drh tags: diff-enhancements)
12:52
Version 1.20. ... (check-in: a75e2d2504 user: drh tags: trunk, release, version-1.20)
2011-10-20
17:10
minor 1.20 changelog tweak. ... (check-in: 1d12fcc416 user: stephan tags: trunk)
16:54
Cherrypick the [21af96623e6b337] change onto trunk. ... (check-in: 5abc243042 user: drh tags: trunk)
16:28
merged in trunk for clean base in code review tweaks. ... (check-in: 5a1ec00745 user: stephan tags: stephan-hack)
15:39
added version numbers to the changes where i could find a specific commit. ... (check-in: f93a082391 user: stephan tags: trunk)
15:07
pulled in changelog 1.20. ... (check-in: 2e43ff6f7f user: stephan tags: trunk)
14:50
Change strcpy() to memcpy() inside diff.c to avoid compiler warnings on OpenBSD. ... (check-in: 06e9863cb0 user: drh tags: trunk)
14:40
initial 1.20 changelog. ... (check-in: e080560378 user: stephan tags: stephan-hack)
14:39
pulled in trunk for clean slate on subsequent changes. ... (check-in: a37d80e8af user: stephan tags: stephan-hack)
14:01
Bug fix: Make sure the constant_time_cmp() SQL function is registered when rendering the login page. ... (check-in: 2f4a101ca5 user: drh tags: trunk)
02:08
1.20 initial changelog, this time to the proper branch. ... (check-in: 8b3c6ebb37 user: stephan tags: trunk)
01:14
Merge the maketest_fixes branch into trunk. ... (check-in: 9ee570846b user: drh tags: trunk)
01:12
Additional makefile changes so the "../$CHECKOUT/configure; make test" works. ... (Closed-Leaf check-in: 6f285b5fa9 user: drh tags: maketest_fixes)
00:57
Update the built-in SQLite to the latest 3.7.9 beta. ... (check-in: ccf43e1882 user: drh tags: trunk)
2011-10-19
22:31
merged in trunk [e161670939b93ec]. ... (check-in: 1d0a7103a3 user: stephan tags: json-multitag-test, json)
20:28
Bringing back the fixes for the 'make test' from [bf480a29a6], [e46be99ff4], [129605856a], for an eventual merge to trunk. ... (check-in: 5692702d50 user: viriketo tags: maketest_fixes)
19:54
Merge in the annotatecmd_fix branch. ... (check-in: e161670939 user: drh tags: trunk)
18:59
Fix for ticket [e5999e25eedeb]. Code style fix. ... (check-in: 4a296c0b1c user: jan tags: trunk)
01:49
Fix a missed class="button" on the info page. ... (check-in: 5f0899bba6 user: drh tags: trunk)
01:44
Increase the version number to 1.20. Improvements to style sheets. ... (check-in: 91db2ccfa2 user: drh tags: trunk)
01:29
Merge updates from trunk. ... (check-in: 62d928cb41 user: mistachkin tags: tcl-integration)
2011-10-18
23:37
When editing the properties of a check-in and comparing the old and new comment text, ignore leading and trailing whitespace and the differences between \r\n and \n. Hopefully this will reduce the number of unwanted comment edits. ... (check-in: 48928829e2 user: drh tags: trunk)
20:55
Adding a boolean setting to choose the use of 'targets' in the anchors href. Default enabled. Related to the thread starting at [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg06588.html] ... (check-in: d29df2f0a2 user: viriketo tags: targets_setting)
19:49
Bringing the changes I had in [4bae75a08e] to a trunk-derived branch. ... (check-in: ef5d2176f9 user: viriketo tags: annotate_links)
19:45
Should fix ticket [f0f9aff371f2]. Until now, the annotate_cmd was taking the last (or any?) checkin that had the artifact to be annotated, totally unrelated to what version is checked out. I made annotate_cmd respect the checkout, and annotate only from the past until the checked out version. This makes the command slower, but at least does what I'd like it to do. Maybe someone else can come up with a faster or simpler implementation. I changed the compute_direct_ancestors code so I could call it twice in a single run. ... (Closed-Leaf check-in: c7c4279f13 user: viriketo tags: annotatecmd_fix)
2011-10-17
23:12
Fix typo in warning message. ... (check-in: c80ee413ab user: drh tags: trunk)
16:08
merged in trunk [fda7c2c63d] for side-by-side diffs. ... (check-in: 571f3aca5b user: stephan tags: json-multitag-test, json)
16:01
Fixed an incorrect const qualifier (caught by clang). ... (check-in: fda7c2c63d user: stephan tags: trunk)
13:09
Font size adjustments for side-by-side diff. Use the dp= query parameter of timeline on the info page. ... (check-in: eefb31683b user: drh tags: trunk)
11:37
Fix the labeling of timelines with the dp=UUID query parameter. ... (check-in: a47fde8eed user: drh tags: trunk)
01:19
Merge the side-by-side diff code into trunk. ... (check-in: 0bde74ea1e user: drh tags: trunk)
01:18
Remove unused variables and surplus blank lines from the side-by-side diff code. ... (Closed-Leaf check-in: a92908a6b5 user: drh tags: jan-sbsdiff)
01:12
Add new warnings for when Fossil overwrites an unmanged file on "update" or "merge". Undo has been and continues to be available to recover the overwritten files. ... (check-in: 39f979b08c user: drh tags: trunk)
2011-10-16
23:24
Merge the latest trunk changes into the side-by-side diff branch. ... (check-in: 23c3affad4 user: drh tags: jan-sbsdiff)
23:10
Fix a typo in the timeline EVENT table entries generated by "fossil rebuild" in the previous check-in. ... (check-in: fd486df492 user: drh tags: trunk)
23:00
Show tag changes on the timeline. A "fossil rebuild" is required to take advantage of this new feature. Also put a • character in front of non-checkin timeline entries to make them stand out more. ... (check-in: 87540ed6e6 user: drh tags: trunk)
17:32
Fix new and harmless compiler warnings that appeared with the upgrade to GCC 4.6.1. ... (check-in: d8bbe4add6 user: drh tags: trunk)
12:56
Merge latest changes from trunk ... (check-in: 1349e5ed20 user: ashish tags: ashish-ipv6)
10:04
merged/resolved trunk [ee723ed98ddb0a]. ... (check-in: a40ac8fdc4 user: stephan tags: json-multitag-test, json)
2011-10-15
17:36
Vary the number of columns of displayed files in the File List depending on the length of the longest filename in the list. ... (check-in: ee723ed98d user: drh tags: trunk)
17:18
Update to the Fossil-v-Git matrix. ... (check-in: a52287876c user: drh tags: trunk)
15:42
Merge the latest trunk changes into the side-by-side diff branch. ... (check-in: 15de70c21f user: drh tags: jan-sbsdiff)