Fossil

Timeline
Login

Timeline

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

50 events by user drh occurring around 2012-11-04 17:41:29.

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)
21:10
Do not run the graphical merging tool nor leave merge-droppings after a dry-run merge. Also improve the merge summary message at the end of a merge. ... (check-in: cd2c0e4cb5 user: drh tags: trunk)
2012-11-04
21:36 Ticket [8ca2aae391] Command-line wildcards broken with Fossil 1.24 on Windows, in some cases crashing Fossil (1.23 was OK) status still Open with 1 other change ... (artifact: 7f0f162d3f user: drh)
17:41
Merge the "spelling" branch into trunk, fixing a huge number of typos, mostly in comments, but occasionally in error messages or help screens. ... (check-in: db0c512767 user: drh tags: trunk)
11:58
Improvements to the fix for [0ff64b0a5fc88e7e]: (1) Better error message and (2) allow the partial commit of the renamed file as long as its destination files is also part of the partial commit. ... (check-in: c0fe455c78 user: drh tags: trunk)
00:46 Fixed ticket [0ff64b0a5f]: manifest file is malformed error after file rename plus 1 other change ... (artifact: 19a3285f62 user: drh)
00:46
Disallow the sequence: "fossil mv A B; fossil add A; fossil commit A;" since doing so requires both the old A and the new A to be in the same check-in. Ticket [0ff64b0a5fc8]. ... (check-in: 27298fffc8 user: drh tags: trunk)
2012-11-03
15:19 Ticket [8ca2aae391] Command-line wildcards broken with Fossil 1.24 on Windows, in some cases crashing Fossil (1.23 was OK) status still Open with 1 other change ... (artifact: 71dfc027b1 user: drh) ... 1 similar event omitted.
02:53
Perserve the "ubg", "brbg", and "ng" query parameters on the timeline when moving the display forwards and backwards in time or changing the length, etc, using the submenu buttons. ... (check-in: 19ca7c6c54 user: drh tags: trunk)
2012-11-02
23:52
Make the repeated-ticket suppressor output text ("N similar events omitted") appear at the end of the first line in the timeline, rather than on a separate line. Less obtrusive this way. ... (check-in: dccb97fc34 user: drh tags: trunk)
22:32 Fixed ticket [03fec0ab60]: Unlike 'fossil extras', 'fossil clean' doesn't consider case-sensitivity plus 1 other change ... (artifact: e084393ba6 user: drh)
22:32
Add the undocumented --test option to "fossil clean", so that we can easily see what is being removed without actually removing it. This found a bug in the case-sensitivity logic, which was also fixed. Ticket [03fec0ab6021c776a4b3] ... (check-in: d66057762f user: drh tags: trunk)
21:53
Be aware of the filename case sensitivity of the underlying filesystem in the "fossil clean" command. Ticket [03fec0ab6021c77]. ... (check-in: 640a4f49b1 user: drh tags: trunk)
21:46 Ticket [8ca2aae391] Command-line wildcards broken with Fossil 1.24 on Windows, in some cases crashing Fossil (1.23 was OK) status still Open with 2 other changes ... (artifact: 68a18127b3 user: drh)
21:45
Only use the Tcl-derived argv/argc parser when compiling on windows using a compiler other than mingw. The crt0 for mingw works, and it also does wildcard expansion. Need to update the parse_windows_command_line() function to do wildcard expansion in order to fix builds using non-mingw windows compilers. Ticket [8ca2aae39172f9] ... (check-in: fca9c52637 user: drh tags: trunk)
21:38
Add the -g option to builds using the Mingw makefile. ... (check-in: 004a31a6c7 user: drh tags: trunk)
21:33
Fix an out-of-order variable declaration in blob.c. ... (check-in: 9073d8dcc7 user: drh tags: trunk)
21:20
Fix a segfault that occurs with the "fossil md5sum" command when files named on the command-line do not actually exist. Ticket [8ca2aae39172f90c]. ... (check-in: 52199a504a user: drh tags: trunk)
21:05 Closed ticket [0f63bc403a]: Windows binary executable is missing the icon plus 3 other changes ... (artifact: 81ecada106 user: drh)
02:41
Clean up some harmless compiler warnings. ... (check-in: 0a4193be58 user: drh tags: trunk)
02:36
Merge the "moderation" branch into trunk. This adds the ability to have an approval process for edits to Wiki and Tickets, including creating new Wiki and Tickets and adding attachments. Probably there are still some problems, but things are working well enough for trunk. ... (check-in: ba418ee1ce user: drh tags: trunk)
02:34
Make sure the MODREQ table exists before using it in the "modreq" webpage. ... (Closed-Leaf check-in: def256a23b user: drh tags: moderation)
02:26
Additional tweaks to the wiki/ticket editing logic with moderation control. ... (check-in: d3d094ff55 user: drh tags: moderation)
2012-11-01
22:54
All aspects of Wiki and Ticket moderation and attachments are working better. But there are still room for improvement before merging this enhancement sprint into trunk. ... (check-in: 628c402414 user: drh tags: moderation)
17:56
Add moderator approval for attachments. ... (check-in: 9ac467310f user: drh tags: moderation)
15:08
Tickets are now held for moderator approval. ... (check-in: aa4dd79835 user: drh tags: moderation)
14:34
Wiki moderation now appears to be working. ... (check-in: b7ccf110f3 user: drh tags: moderation)
13:11
More infrastructure for wiki and ticket moderation. ... (check-in: f7938ebd00 user: drh tags: moderation)