Fossil

Timeline
Login

Timeline

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

50 events by user drh occurring around 2012-11-10 01:12:36.

2012-11-19
16:41
Fix the git-fast-export generator so that it does not make links to files that for some reason or another do not exist in the repository. Also fix some stylistic problems in the export code. ... (check-in: c3bfb0083a user: drh tags: trunk)
13:54
Make no transformation to wiki hyperlinks (text inside [..]) if the content is not a valid hyperlink. Formerly, the faulty hyperlink would be displayed within <span class="brokenlink">..<span>. ... (check-in: 90676f48f0 user: drh tags: trunk)
2012-11-17
19:22
Prevent delta loops on sync operations that might otherwise occur if a sequence of file changes ends with a file back to its original state after a sequence of two or more intermediate states. The is a backport/cherrypick of check-in [141b990722ea81e10e5] ... (Closed-Leaf check-in: 285eeba64f user: drh tags: branch-1.19)
19:16
Fix the server-side sync operation so that it will not generate a delta loop when a file changes from its original state through two or more intermediate states and back to its original state and all versions of the file attempt to sync in a single transaction. ... (check-in: e5b8eb1235 user: drh tags: trunk)
19:07
Avoid the <nobr> tag in generated HTML. ... (check-in: 8ea929ca55 user: drh tags: trunk)
15:03
Only show the "pull only - not authorized to push" message once when syncing with a repo for which there is read-only permission. ... (Closed-Leaf check-in: 6cc262207d user: drh tags: fix-sync-delta-loop)
2012-11-16
21:57
Provisional changes aimed at preventing delta loops on sync operations that might otherwise occur if a sequence of file changes ends with a file back to its original state after a sequence of two or more intermediate states. ... (check-in: 141b990722 user: drh tags: fix-sync-delta-loop)
2012-11-15
20:43
The annotator follows name changes. ... (check-in: ee33b951a4 user: drh tags: trunk)
20:25
Enhance the finfo page to show renames and/or where the file was added. ... (check-in: dac6424e66 user: drh tags: trunk)
15:57
Enhancements to the timeline labeling with the uf= option. New hyperlinks from the finfo page to timeline with uf=. ... (check-in: a9372c05f5 user: drh tags: trunk)
15:14
Add the uf= query parameter to timeline. The timeline shows only those checkins that contain the file identified. ... (check-in: eb3cc76d50 user: drh tags: trunk)
12:38
Add the debug= query parameter to the finfo file timeline page. Setting the 1 bit on debug causes the fid, pid, and mid of each file change to be displayed in the timeline. ... (check-in: badd78e167 user: drh tags: trunk)
2012-11-14
20:30 Edit [99053ab14108599b|99053ab141]: Edit check-in comment. ... (artifact: 34ad47454c user: drh)
20:28
Detect infinite loops in the DELTA table and abort out of content_get() when they are found. Fix an off-by-one error in the version-3 clone protocol. This error might cause an incomplete and corrupt clone if a transfer block fills up just before sending the very last blob. Backport of fixes from [2012-08-23 21:15:36] ... (check-in: 99053ab141 user: drh tags: branch-1.19)
17:39
Allow the "fossil ui" command to specify a directory as long as the "--notfound" option is also used. Give a better error message if these conditions are not met. ... (check-in: 4e368da19c user: drh tags: trunk)
17:23
Update the "fossil server DIRECTORY" operation so that it will serve static content contained in DIRECTORY in addition to Fossil repositories. ... (check-in: 87d6aa3196 user: drh tags: trunk)
2012-11-12
15:22
Fix a boundary case in the SSH link startup logic. ... (check-in: 5776dfad81 user: drh tags: trunk)
15:12
Increase the amount of randomness in the probe string used to initialize an SSH synchronization link. ... (check-in: 0e9b58c80c user: drh tags: trunk)
15:01
Fix a link problem with the default skin and skin#5. ... (check-in: 62c565ec96 user: drh tags: trunk)
14:49
Added the --sshtrace command-line option that provides diagnostic output on the connection setup for all SSH sync traffic. Make the SSH connection setup pause waiting for responses, if the desired response is not obtained right away. ... (check-in: 00cf858afe user: drh tags: trunk)
2012-11-11
22:42
Further attempts to help the "ssh" sync protocol move past noisy motd comments and other extraneous login text, synchronize with the remote end, and start exchanging messages successfully. ... (check-in: 4473a27f3b user: drh tags: trunk)
17:59 Fixed ticket [63cc656c9d]: Option to force binary file commits plus 2 other changes ... (artifact: 3b3ab90688 user: drh)
17:59
Add the --binary-ok flag to the "fossil commit" command. Ticket [63cc656c9dfef126] ... (check-in: 8c7faee6c5 user: drh tags: trunk)
17:52 Closed ticket [c30d7c8c63]: newbiest help is mistaken about most basic more help plus 2 other changes ... (artifact: c2b5e99eeb user: drh)
2012-11-10
01:12 Fixed ticket [9d4cb9cf11]: WYSIWYG: Label-Text for Indentation Buttons is Swapped plus 1 other change ... (artifact: 13aa448456 user: drh)
01:12
Reverse the labels on the Add/Delete indentation buttons in the Wysiwyg editor. Ticket [9d4cb9cf117b10a68] ... (check-in: 449947b7d6 user: drh tags: trunk)
00:26 Fixed ticket [7d790e7e5e]: `fossil extras` shows metadata files... plus 1 other change ... (artifact: 3e1e592928 user: drh)
00:26
Enhance the fossil_reserved_name() function to include the repository filename and its journals and auxiliary files. Ticket [7d790e7e5e0f701e01]. ... (check-in: 8b06be709f user: drh tags: trunk)
2012-11-09
23:35
Pull the latest SQLite from upstream for testing purposes. ... (check-in: 50c534ee53 user: drh tags: trunk)
2012-11-08
20:51
Correctly escape ZIP and Tarball filenames for URLs. Limit SHA1 hashs on diff URLs using %S instead of %s. Limit the number of links to follow off of each page in the many-www.tcl test script. ... (check-in: 76e8600b94 user: drh tags: trunk)
20:28
Update the many-www.tcl test script to stage the URLs testing and to run more of them. ... (check-in: 691f188402 user: drh tags: trunk)
18:45 Closed ticket [724d7b7431]: Documentation access URL changes space in "_" plus 2 other changes ... (artifact: 16c3556476 user: drh)
16:51
Properly escape spaces in URLs in an href attribute. ... (check-in: cd8aad4392 user: drh tags: trunk)
16:25
Short-circuit a rare pathological case in the diff generator to prevent it from taking too much time. ... (check-in: 353438a83b user: drh tags: trunk)
16:09
Add a new test script that runs 10,000 web pages without valgrind looking for performance issues or fatal errors. Fix one incorrect SQL statement found by this script. Update the valgrind test script to run discovered web pages in a random order. ... (check-in: a106404272 user: drh tags: trunk)
14:42
Add a test script that runs one thousand web page queries using valgrind, looking for memory issues. Fix one use-after-free issue found using this script. ... (check-in: 9e0da27437 user: drh tags: trunk)
13:47 Edit [35bfedef3e8e946e|35bfedef3e]: Mark "Closed". ... (artifact: f0bc7c76b2 user: drh)
13:47 Fixed ticket [5ff2043c96]: Invalid xhtml markup generated (with patch) plus 1 other change ... (artifact: 9311dba7b9 user: drh)
13:46
Escape all characters in the href attributes of <a> elements that have special meaning to HTML. Ticket [5ff2043c96682049]. ... (check-in: d5c4684508 user: drh tags: trunk)
13:44
Always HTML-encode the href attribute of <a> elements. This check-in simplifies and fixes double-frees in the previous. Ticket [5ff2043c9668] ... (Closed-Leaf check-in: 35bfedef3e user: drh tags: ticket-5ff2043c96)
2012-11-07
11:29 Edit [14fdae7e4018df43|14fdae7e40]: Timestamp 2012-11-07 11:28:00. ... (artifact: a48e7385a0 user: drh)
11:28 Fixed ticket [1e43138b8b]: SQLITE_CONSTRAINT on rename plus 1 other change ... (artifact: 0aa0b3b895 user: drh)
11:28
Show an error message when trying to rename one file on top of another, rather than throwing a uniqueness constraint. Ticket [1e43138b8b8e90f] ... (check-in: 14fdae7e40 user: drh tags: trunk)
2012-11-06
19:47
Make sure that pending deletes from "fossil rm" operations are preserved across a "fossil update". ... (check-in: 76c6f8fcb8 user: drh tags: branch-1.19)
19:42
Make sure that pending deletes from "fossil rm" operations are preserved across a "fossil update". ... (check-in: 28272fa125 user: drh tags: trunk)
18:31
When trying to create a directory, if mkdir fails, make sure the directory doesn't already exist before giving up and reporting an error. ... (check-in: bc74a8171d user: drh tags: trunk)
16:35 Fixed ticket [7541963870]: diff doesn't show newline plus 1 other change ... (artifact: e37d9f2e77 user: drh)
16:35
When one version of a file ends in a newline and the other does not, be sure to show that difference. Ticket [7541963870703f0]. ... (check-in: d764f449d7 user: drh tags: trunk)
00:49
Add a configuration option that allows timeline comments to be rendered as plain text rather than as wiki. ... (check-in: 90e928deea user: drh tags: trunk)
2012-11-05
21:18 Closed ticket [4e2afbb41c]: fossil stash save can lose file modifications plus 2 other changes ... (artifact: d63c4be64b user: drh)