Fossil

Timeline
Login

Timeline

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

127 check-ins for the month beginning 2012-11-01 by user drh

Following month ↑
2012-11-30
21:03
Bump the version number to 1.25 and add a change log in preparation for the next release. ... (check-in: ed1e34c7 user: drh tags: trunk)
16:09
CSS changes: set the cursor to "pointer" on ticket reports. ... (check-in: d091c609 user: drh tags: trunk)
15:52
Allow characters *[]? to appear in filenames. Tickets [46bf4baedce] and [d17d6e5b174bd6] and [10aee063c413c107] ... (check-in: 647bb7b7 user: drh tags: trunk)
15:22
Click on the timeline graph once to select a node. Click on a different node to see a diff between the two nodes. Click on the selected node to unselect it. ... (check-in: 5bff5e5c user: drh tags: trunk)
15:16
Add javascript to ticket reports tables so that clicking on column headers causes the table to be sorted by that header. Clicking again reverses the sort order. ... (check-in: 20f17aeb user: drh tags: trunk)
15:07
Add javascript to ticket reports tables so that clicking on column headers causes the table to be sorted by that header. Clicking again reverses the sort order. ... (Closed-Leaf check-in: c43da4fc user: drh tags: click-to-sort-reports)
03:33
Fix the click coordinates so that they work even when the page has been scrolled. ... (Closed-Leaf check-in: 7b3def02 user: drh tags: click-graph-to-diff)
03:14
Fix compiler warning. ... (check-in: 95cce92a user: drh tags: click-graph-to-diff)
03:10
Click on the timeline graph once to select a node. Click on a different node to see a diff between the two. Click on the selected node to undo the selection. Works with check-in timelines and file timelines. ... (check-in: a7dde41f user: drh tags: click-graph-to-diff)
2012-11-29
20:23
All the --verbose option on "all sync", "all push", and "all pull". ... (check-in: 4ee99cc8 user: drh tags: trunk)
18:46
Modify the test-echo command to also show the name of the executable. ... (check-in: 5ed566f8 user: drh tags: trunk)
18:39
Fix the "all" command on mac, broken by the penultimate check-in. ... (check-in: 2f187c2f user: drh tags: trunk)
18:31
Fix harmless compiler warnings on windows. ... (check-in: 9eb2df37 user: drh tags: trunk)
18:21
Fix the build for mingw: do not translate command-line options from unicode to utf8 because mingw has already done that for us. ... (check-in: f1a82cf3 user: drh tags: trunk)
16:54
Fix a missing on object descriptions. ... (check-in: 7e609e0e user: drh tags: trunk)
13:15
Translate decomposed-UTF8 filenames on MacOS into precomposed-UTF8. Fix for ticket [e399bc1edfe45b] ... (check-in: ca728447 user: drh tags: trunk)
13:12
Translate decomposed-UTF8 filenames on MacOS into precomposed-UTF8. Fix for ticket [e399bc1edfe45b] ... (Closed-Leaf check-in: 1002e723 user: drh tags: ticket-e399bc)
03:14
Untested changes designed to fix broken filename encodings on MacOS. Move all character-set converting routines into a new file called utf8.c. Add the fossil_filename_to_utf8() routine, which converts Unicode to utf8 on windows and decomposed utf8 into precomposed utf8 on Mac. Ticket [e399bc1edfe45b] ... (check-in: c24e568f user: drh tags: ticket-e399bc)
01:45
Give the user the option to convert file into UTF8 if they are in some other encoding when committed. The commit aborts regardless, to give the operator an opportunity to retest the changes before committing again. ... (check-in: 22b570f4 user: drh tags: trunk)
2012-11-28
23:05
Serious bug fix: Avoid deleting the respository if the repository is in the checkout and you do a "fossil close". ... (check-in: fcdeaa29 user: drh tags: trunk)
20:37
Add the "fossil cat" command, which is an alias for "fossil finfo -p" ... (check-in: 607ff085 user: drh tags: trunk)
19:28
Take care that xfer error messages and user prompts always begin at the start of a new line. ... (check-in: f1ef2213 user: drh tags: trunk)
11:13
Add a conditional #include in an attempt to get the build working on Cygwin. ... (check-in: b9634467 user: drh tags: trunk)
2012-11-27
16:26
Enhancements to ticket processing. There are now two tables: TICKET and TICKETCHNG. There is one row in TICKETCHNG for each ticket artifact. Fields from ticket artifacts go into either or both of TICKET and TICKETCHNG, whichever contain matching column names. Default ticket edit and viewing scripts are updated to use TICKETCHNG. The TH1 scripting language is enhanced to support this, including the new "query" command for doing SQL queries against the repository database. All changes should be backwards compatible. ... (check-in: 4f8c8975 user: drh tags: trunk)
15:32
Fix some HTML markup irregularities. Improvements to the default ticket viewer. ... (Closed-Leaf check-in: 7575b52e user: drh tags: ticket-enhancements)
13:21
Add zlib sources to the tree in the compat/zlib subdirectory and use them to build Fossil on windows systems that lack a zlib library. ... (check-in: 7ef7284d user: drh tags: trunk)
13:15
Make the --admin-user for the "init" command also be the login user. Ticket [1038e224fa3956] ... (check-in: 4eb637fd user: drh tags: trunk)
00:23
Assume that the NetSurf browser is operated by a human. ... (check-in: 77cd6e0d user: drh tags: trunk)
2012-11-26
21:30
Fix a string-quoting error in the previous commit. ... (check-in: 3c8195c8 user: drh tags: ticket-enhancements)
19:32
Change the default ticketing scripts to take advantage of TICKETCHNG. ... (check-in: fb3b0f66 user: drh tags: ticket-enhancements)
19:16
More trouble-shooting and debugging aids for ticket processing: With debug_tktnew and debug_tktedit or with tktview?showfields, a listing of the aField[] data structure in ticket handling code is shown at the top of the screen. ... (check-in: 7de5f6c0 user: drh tags: ticket-enhancements)
16:28
Improvements to TH1 variable setup when processing tickets that use TICKETCHNG. ... (check-in: cc8a3256 user: drh tags: ticket-enhancements)
2012-11-25
18:06
Fix formatting of the Login Group screen. Ticket [f687f1eb987148]. ... (check-in: 7a8938ab user: drh tags: trunk)
17:05
Fix an out-of-order variable declaration. ... (check-in: 77dc754b user: drh tags: trunk)
11:50
Disallow invalid unicode characters in filenames. ... (check-in: 897dfa48 user: drh tags: trunk)
11:16
Use binary mode for CGI trace files. Make CGI trace cross-platform. ... (check-in: 6a8084ab user: drh tags: ticket-enhancements)
2012-11-24
23:54
Bug fixes in the TICKETCHNG update mechanism. ... (check-in: 7136ff4c user: drh tags: ticket-enhancements)
23:07
When --httptrace is used with "fossil ui" or "fossil server", create log files containing the text of each HTTP request. ... (check-in: 6f3d328f user: drh tags: ticket-enhancements)
22:40
Fix a bug in TH1 trace output. ... (check-in: 48cf0994 user: drh tags: ticket-enhancements)
20:53
Add support fo the TICKETCHNG table in the repository database. ... (check-in: 48645c39 user: drh tags: ticket-enhancements)
14:44
Add the "query" command to the TH1 language, used to query the repository database. ... (check-in: f6ac3c6f user: drh tags: ticket-enhancements)
01:01
Provide extra buttons to get to "Plaintext" views of tickets and ticket artifacts. Invert the order of ticket history so that the oldest changes are on top and more recent changes are appended. Reject [...] style hyperlinks if they do not begin with ./ or ../. ... (check-in: aaa8e45b user: drh tags: ticket-enhancements)
00:04
Improvements to hyperlinks showing details of tickets and attachments. ... (check-in: ceda22ac user: drh tags: ticket-enhancements)
2012-11-23
23:25
Display ticket titles as plaintext on the timeline. Provide a hyperlink to attachments on the timeline. ... (check-in: c6a5efa1 user: drh tags: ticket-enhancements)
23:00
Make timeline-plaintext the default for new repositories. ... (check-in: ae63f485 user: drh tags: ticket-enhancements)
22:29
New and improved default ticket setup. ... (check-in: 340040a8 user: drh tags: ticket-enhancements)
21:45
Add the [string trimleft] and [string trimright] commands to TH1. ... (check-in: b28ae72e user: drh tags: ticket-enhancements)
18:32
No - render non-check-in timeline comments as wiki, since that is needed to resolve hyperlinks. ... (check-in: 5139ad6e user: drh tags: ticket-enhancements)
18:24
Render timeline comments for items other than check-ins as HTML. All such comments should be automatically generated (or regenerated via "fossil rebuild") so we can control their formatting. ... (check-in: 73752b32 user: drh tags: ticket-enhancements)
16:37
Add the [string trim ...] command to TH1. Accept query parameters in tktview. ... (check-in: 7ba3f653 user: drh tags: ticket-enhancements)
15:57
All markup of the form
...</verbatim> with an options
"links" or "links=BOOLEAN" attribute.  Improved TH1 tracing and error
reporting capabilities.  Improved documentation on how reports work.

...
(check-in: 23c75abd user: drh tags: ticket-enhancements)
01:50
When db_open_config() is called with the useAttach parameter set to non-zero, it may need to close and reopen the database using ATTACH if that was not done previously. ... (check-in: fe453a48 user: drh tags: trunk)
2012-11-22
23:35
Be consistent about display of check-in comments as either text/plain or text/x-fossil-wiki. When the user configures text/plain, use that format everywhere. ... (check-in: 2c6fa9c3 user: drh tags: trunk)
14:03
Use the new WIKI_LINKSONLY rendering option for check-in comments on the timeline when the "plain text comments" option is enabled. ... (check-in: 05a53dc0 user: drh tags: trunk)
12:16
Improved help message for the unsupported test-content-put command. ... (check-in: a191d8fb user: drh tags: trunk)
11:54
Fix the text of one of the error messages generated by the artifact parser. ... (check-in: 7b8e4752 user: drh tags: trunk)
2012-11-21
23:32
Backout check-in [fb04f278294a8ca6f] since it causes "fossil set" to fail. ... (check-in: bb3fe399 user: drh tags: trunk)
21:02
Enhancements to TH1 scripting in support of new ticket functionality. ... (check-in: 74e3f905 user: drh tags: trunk)
16:28
Add support for <verbatim type="allow-links"> ... (check-in: bf67db06 user: drh tags: trunk)
15:11
Add the WIKI_LINKSONLY formatting option for the wiki formatter. ... (check-in: 4615bc8f user: drh tags: trunk)
01:08
Improvements to comments on recently added CAPTCHA code. ... (check-in: 64231a67 user: drh tags: trunk)
00:51
Optionally require a CAPTCHA (controlled by Admin/Access) when a user who is not logged in tries to edit wiki, or a ticket, or an attachment. ... (check-in: 82b8587a user: drh tags: trunk)
2012-11-20
22:13
Change the action= attribute of <form> elements using javascript, as an additional defense against spam-bots. ... (check-in: dfa35794 user: drh tags: trunk)
20:31
When db_open_config() is called with the useAttach parameter set to non-zero, it may need to close and reopen the database using ATTACH if that was not done previously. ... (check-in: fb04f278 user: drh tags: trunk)
17:14
Extra buttons on wiki viewing pages that make it easier to find and delete spam. ... (check-in: 66b3d398 user: drh tags: trunk)
14:28
Prevent blank user names from being displayed for items awaiting moderation. Also, Show much less output on a sync operation, unless the --verbose flag is given. ... (check-in: 15708574 user: drh tags: trunk)
13:42
Only suppress bad hyperlinks for check-in comments and tickets. Continue to show the broken hyperlinks on wiki pages. ... (check-in: 26ac3923 user: drh tags: trunk)
02:05
Show much less output on a sync operation, unless the --verbose flag is given. ... (Closed-Leaf check-in: 407cd4c5 user: drh tags: less-verbose-sync)
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: c3bfb008 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: 90676f48 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: 285eeba6 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: e5b8eb12 user: drh tags: trunk)
19:07
Avoid the <nobr> tag in generated HTML. ... (check-in: 8ea929ca 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: 6cc26220 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: 141b9907 user: drh tags: fix-sync-delta-loop)
2012-11-15
20:43
The annotator follows name changes. ... (check-in: ee33b951 user: drh tags: trunk)
20:25
Enhance the finfo page to show renames and/or where the file was added. ... (check-in: dac6424e 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: a9372c05 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: eb3cc76d 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: badd78e1 user: drh tags: trunk)
2012-11-14
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: 99053ab1 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: 4e368da1 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: 87d6aa31 user: drh tags: trunk)
2012-11-12
15:22
Fix a boundary case in the SSH link startup logic. ... (check-in: 5776dfad user: drh tags: trunk)
15:12
Increase the amount of randomness in the probe string used to initialize an SSH synchronization link. ... (check-in: 0e9b58c8 user: drh tags: trunk)
15:01
Fix a link problem with the default skin and skin#5. ... (check-in: 62c565ec 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: 00cf858a 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: 4473a27f user: drh tags: trunk)
17:59
Add the --binary-ok flag to the "fossil commit" command. Ticket [63cc656c9dfef126] ... (check-in: 8c7faee6 user: drh tags: trunk)
2012-11-10
01:12
Reverse the labels on the Add/Delete indentation buttons in the Wysiwyg editor. Ticket [9d4cb9cf117b10a68] ... (check-in: 449947b7 user: drh tags: trunk)
00:26
Enhance the fossil_reserved_name() function to include the repository filename and its journals and auxiliary files. Ticket [7d790e7e5e0f701e01]. ... (check-in: 8b06be70 user: drh tags: trunk)
2012-11-09
23:35
Pull the latest SQLite from upstream for testing purposes. ... (check-in: 50c534ee 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: 76e8600b 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: 691f1884 user: drh tags: trunk)
16:51
Properly escape spaces in URLs in an href attribute. ... (check-in: cd8aad43 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: 353438a8 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: a1064042 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: 9e0da274 user: drh tags: trunk)
13:46
Escape all characters in the href attributes of <a> elements that have special meaning to HTML. Ticket [5ff2043c96682049]. ... (check-in: d5c46845 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: 35bfedef user: drh tags: ticket-5ff2043c96)
2012-11-07
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: 14fdae7e 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: 76c6f8fc 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: 28272fa1 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: bc74a817 user: drh tags: trunk)
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: d764f449 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: 90e928de user: drh tags: trunk)
2012-11-05
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: cd2c0e4c user: drh tags: trunk)
2012-11-04
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: db0c5127 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: c0fe455c user: drh tags: trunk)
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: 27298fff user: drh tags: trunk)
2012-11-03
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: 19ca7c6c 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: dccb97fc user: drh tags: trunk)
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: d6605776 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: 640a4f49 user: drh tags: trunk)
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: fca9c526 user: drh tags: trunk)
21:38
Add the -g option to builds using the Mingw makefile. ... (check-in: 004a31a6 user: drh tags: trunk)
21:33
Fix an out-of-order variable declaration in blob.c. ... (check-in: 9073d8dc 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: 52199a50 user: drh tags: trunk)
02:41
Clean up some harmless compiler warnings. ... (check-in: 0a4193be 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: ba418ee1 user: drh tags: trunk)
02:34
Make sure the MODREQ table exists before using it in the "modreq" webpage. ... (Closed-Leaf check-in: def256a2 user: drh tags: moderation)
02:26
Additional tweaks to the wiki/ticket editing logic with moderation control. ... (check-in: d3d094ff 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: 628c4024 user: drh tags: moderation)
17:56
Add moderator approval for attachments. ... (check-in: 9ac46731 user: drh tags: moderation)
15:08
Tickets are now held for moderator approval. ... (check-in: aa4dd798 user: drh tags: moderation)
14:34
Wiki moderation now appears to be working. ... (check-in: b7ccf110 user: drh tags: moderation)
13:11
More infrastructure for wiki and ticket moderation. ... (check-in: f7938ebd user: drh tags: moderation)
Previous month ↓