202 events by user drh occurring around 2007-08-31 20:14:33.
2007-11-16
| ||
20:42:31 | * | [36b96b8616] Rework the merge algorithm. It now only works for text files. But, it no longer gets confused by line endings (\r\n versus \n) and it reports conflicts. (user: drh, tags: trunk) |
03:17:35 | * | [f1b55da0ac] Bug fixes in the Myers diff algorithm. (user: drh, tags: trunk) |
2007-11-15
| ||
21:49:14 | * | [57b2735ebd] Enhanced text diff subroutine uses Myers enhancements to Wagners minimum edit distance algorithm. White space at the end of lines is ignored. (user: drh, tags: trunk) |
2007-11-08
| ||
16:14:13 | * | [50ff86afd0] Add the --detail flag to the merge command. (user: drh, tags: trunk) |
2007-11-07
| ||
22:22:02 | * | [ac6bb3ce06] Improvements to the merge algorithm so that it works better for common changes. Still more work needed. (user: drh, tags: trunk) |
2007-11-05
| ||
02:42:58 | * | [929d28e358] Added the "e" capability for viewing ticket submitter email addresses. Additional tinkering toward the design of tickets. This check-in is only thinly tested. (user: drh, tags: trunk) |
2007-11-03
| ||
04:39:37 | * | [a67fbd784d] Add support for built-in variables in subscript. (user: drh, tags: trunk) |
04:23:43 | * | [92f6081d11] Add basic math operators to subscript. (user: drh, tags: trunk) |
04:01:55 | * | [8ef26c5e72] Subscript interpreter is now running. (user: drh, tags: trunk) |
2007-10-28
| ||
23:27:12 | * | [f08adf3d58] Added a "wiki" link to the main menu. Added built-in description of wiki formatting rules. Added a wiki "homepage" that displays when the "wiki" URI is used without a pagename. Added support for a wiki sandbox that does not save to the repository. (user: drh, tags: trunk) |
21:26:07 | * | [f40230a7e8] The "wiki" URI without a page name argument now gives you a list of existing wiki pages. This works fine as long as there are a reasonable number (no more than a few hundred) wiki pages. We need to think of something better for large wikis. We also need to think of ways to give users better guidance for creating new wiki pages. (user: drh, tags: trunk) |
21:09:32 | * | [e75f9a2ab4] Fixes to the rendering of <verbatim> and <nowiki> (user: drh, tags: trunk) |
20:52:52 | * | [8ffd32c2b7] Add the ability to edit the CSS for all pages in the Setup menu. Other miscellaneous changes toward getting ticketing to work. (user: drh, tags: trunk) |
2007-10-27
| ||
13:52:17 | * | [421a1e1fa4] Fix the hyperlink to wiki so that it uses a query parameter for the wiki page name. (user: drh, tags: trunk) |
2007-10-26
| ||
18:18:59 | * | [783df88ba8] Prevent duplicate logins on the "user add" command. Also, allow the login to be specified on the command line. (user: drh, tags: trunk) |
2007-10-23
| ||
19:43:47 | * | [f4c30de75a] No changes from the previous check-in. This just confirms that the previous check-in has now been tested and appears to work correctly. (user: drh, tags: trunk) |
18:04:19 | * | [f66089ec43] Untested, experimental patch for correct redirect to the /index page when only the CGI script name is specified. (user: drh, tags: trunk) |
16:35:04 | * | [8fb641e071] Get rid of the (silly?) int_least16_t type in sha1.c and just use good old "int" instead. Makes things easier to compile on older systems. (user: drh, tags: trunk) |
16:30:21 | * | [17486c353f] Add a #include of <sys/types.h> to sha1.c. I am told this help it to compile on BSD systems. (user: drh, tags: trunk) |
2007-10-21
| ||
11:11:02 | * | [8f423ad438] Fix a bug in wiki rendering that caused an extra paragraph end tag following a hyperlink. (user: drh, tags: trunk) |
2007-10-15
| ||
20:45:11 | * | [da9d38e2c3] Fix the "add" command is that it does not allow users to accidently add files that contain shell wildcard characters. (user: drh, tags: trunk) |
2007-10-14
| ||
00:30:39 | * | [d29dd11f2e] Add a sample ticket configuration script. This is just working notes. It will eventually be removed. (user: drh, tags: trunk) |
00:29:14 | * | [39aa870f8f] Work toward a new mechanism for configuring the ticket subsystem and rendering ticket entry, editing, and viewing screens. Nothing works, but it is all commented out so the code code compile. (user: drh, tags: trunk) |
2007-10-13
| ||
01:18:52 | * | [c963a7763d] Much improved wiki rendering. Automatic paragraph tags now match correctly. All tags should balance. (user: drh, tags: trunk) |
2007-10-12
| ||
23:18:35 | * | [df646a7f4c] Fix some (certainly not all) problems with wiki editing. (user: drh, tags: trunk) |
22:56:18 | * | [677aa71bca] The g.zExtra parameter is now always available as P("name"). This means the /wiki/xyz and /wiki?name=xyz are equivalent URLs. (user: drh, tags: trunk) |
2007-10-11
| ||
02:11:42 | * | [1ce716b2ec] Add the g.zExtra output to the test_env page. Fix a bug in the computation of g.zTop. (user: drh, tags: trunk) |
02:10:31 | * | Changes to wiki page Fossil (user: drh) |
01:56:57 | * | [218577e3af] Add the g.zBaseURL and g.zTop printouts to the test_env test page. (user: drh, tags: trunk) |
01:20:45 | * | [a84089319c] Fix a C++-ism. (user: drh, tags: trunk) |
01:17:20 | * | [e38fc922a5] Remove unused hard-coded tags from the schema. Output a row count as a status indicator when doing a rebuild. (user: drh, tags: trunk) |
2007-10-10
| ||
23:10:48 | * | [61ce5e3685] Get rid of the "locking" capability on wiki pages. Assume that anybody who can write or append to a wiki page can do so to any wiki page. Add the /wikiappend page for appending comments to the end of wiki. (user: drh, tags: trunk) |
21:15:17 | * | [50a58adb76] Many changes and bug fixes in the wiki processing. Moving toward a workable wiki system. The "Home" menu option now takes you to the wiki page whose name is the same as the Project Name. There is a "wcontent" page, but no link to it yet. Many other changes. (user: drh, tags: trunk) |
15:21:53 | * | [9f89a8e68e] Fix the wiki editor so that it can handle wiki page names that include spaces. (user: drh, tags: trunk) |
2007-10-09
| ||
02:35:22 | * | [dfea940da8] Refinements to the timeline for giving better information about wiki pages. (user: drh, tags: trunk) |
2007-10-06
| ||
17:10:47 | * | [488afb9746] Enforce well-formedness constraints on wiki pagenames. (user: drh, tags: trunk) |
16:40:48 | * | [3cdb768fca] Do not attempt to access the global_config table if the ~/.fossil database has not been opened. (user: drh, tags: trunk) |
16:37:39 | * | [6d58613757] Timeline comments are now rendered as wiki. Wiki changes appear on the timeline. (user: drh, tags: trunk) |
13:13:33 | * | [bf428e6854] Now able to enter and edit and display wiki pages. Still many problems to be resolved. (user: drh, tags: trunk) |
2007-10-05
| ||
13:47:00 | * | [70d5cc86b7] Add the shun table. Do not process artifacts named in the shun table. (user: drh, tags: trunk) |
13:03:22 | * | [2ab2db0bd3] The control file parser now reads ticket changes and wiki pages. (user: drh, tags: trunk) |
2007-10-03
| ||
12:28:55 | * | [a3e4a5d27d] Add the tkt.c source file as an empty template. (user: drh, tags: trunk) |
12:20:00 | * | [1e9c0e287e] Test commands for importing and exporting ticket configurations. (user: drh, tags: trunk) |
02:33:31 | * | [0edee97370] Begin adding setup screens for ticket configuration. (user: drh, tags: trunk) |
2007-10-02
| ||
18:58:44 | * | [2e9d52f27f] Begin adding the ticket configuration processing logic. (user: drh, tags: trunk) |
15:22:13 | * | [d8f27c5afd] Notes on how to proceed with ticket integration added to ideas.txt. (user: drh, tags: trunk) |
2007-09-28
| ||
20:08:32 | * | [134e2aeccc] Combine the "config" and "setting" commands into a single "settings" command. (user: drh, tags: trunk) |
15:44:08 | * | [ab637af752] Add enumeration lists and indented paragraphs in the wiki. (user: drh, tags: trunk) |
2007-09-27
| ||
03:24:49 | * | [bd35e98274] Updates to the ideas.txt file with notes on ideas for doing tickets. (user: drh, tags: trunk) |
2007-09-26
| ||
19:46:37 | * | [2b51dbe02b] If you "sync" against a server for which you do not have push permission, you get an error message but it still does the pull. (user: drh, tags: trunk) |
16:20:41 | * | [7eecb079ed] Cleanup of the safemerge flag on update. Override available using the --force option. (user: drh, tags: trunk) |
13:49:54 | * | [a15122ff2d] Fix a bug in autosync commit - cleanup the onremote temp table after use. (user: drh, tags: trunk) |
12:24:07 | * | [d8d6dc85e1] Minor changes to the quickstart.html document. (user: drh, tags: trunk) |
12:21:20 | * | [cbe0ace8f3] Fix a bug in clone - have it open the global settings database file so that it can access the default-user setting. (user: drh, tags: trunk) |
02:00:26 | * | [097479f99a] Better defaults for new databases and clones. Use *CURRENT* to identify the current checkout for TTY timelines. (user: drh, tags: trunk) |
2007-09-25
| ||
20:39:14 | * | [16551da2e3] Merge Merge the vinfo CSS patches. (user: drh, tags: trunk) |
20:35:32 | * | [64569b3a7a] Fix a C++-ism in style.c (user: drh, tags: trunk) |
20:23:52 | * | [fff234b77c] Updates to the autosync logic. Add the "setting" command. (user: drh, tags: trunk) |
15:12:16 | * | [5e3f5322e2] Updates to the fossil_chat.tcl script. (user: drh, tags: trunk) |
08:38:24 | * | [ce7900a0b6] Fork Correct tag propagationl. Now works even when rebuilding in a randomized order. (user: drh, tags: trunk) |
03:14:30 | * | [913608a5a6] Fix some problems with tag propagation. More problems remain. (user: drh, tags: trunk) |
2007-09-24
| ||
22:23:32 | * | [aeb2ac781d] Fix the menu of fossil_chat.tcl for mac. (user: drh, tags: trunk) |
12:55:42 | * | [43b33702b4] Minor updates to the todo.txt and ideas.txt files. (user: drh, tags: trunk) |
2007-09-23
| ||
20:18:58 | * | [dad40ffac0] Merge Merge the RSS changes. (user: drh, tags: trunk) |
18:55:36 | * | [820a1a1a53] Fix a C++-ism. (user: drh, tags: trunk) |
18:49:50 | * | [ff4cc5fae2] Fixes to the timeline webpage and the "open" and "update" commands. (user: drh, tags: trunk) |
11:43:40 | * | [dea1ae50d3] Relax the lexigraphical ordering requirement on manifests. Now the lines of a manifest (or cluster or control file) must occur in lexigraphical order after the arguments have been defossilized. (user: drh, tags: trunk) |
2007-09-22
| ||
23:41:29 | * | [09c4adeb6f] Rework the tag system so that propagation to children is a property of each tag and does not depend on the tag name beginning with "br". Older tag artifacts might not work. The database will need to be rebuilt after upgrading to this version. (user: drh, tags: trunk) |
19:43:55 | * | [3c5482959c] Merge, Fork Merge in the w32 changes. (user: drh, tags: trunk) |
19:32:21 | * | [3ed9214338] Fix a bug in the manifest parser so that it is able to parse the PGP headers even if the header contains \r characters. (user: drh, tags: trunk) |
19:03:22 | * | [b5d82ebd7e] Bug fix in the update command. (user: drh, tags: trunk) |
18:13:31 | * | [72b3b1ad47] Incremental web interface enhancments. (user: drh, tags: trunk) |
17:38:57 | * | [c2d1e3c70a] Improved display of version information on the help command. Display fossil version number and date on the bottom of every webpage. (user: drh, tags: trunk) |
15:50:14 | * | [3b5514ed82] The "tag" command allows tag artifacts to be inserted for creating and cancelling tags and properties. Timeline responds to bgcolor, br-bgcolor, comment, and user properties. (user: drh, tags: trunk) |
12:38:05 | * | [9395aba4f4] Timeline now responses to comment and user properties. (user: drh, tags: trunk) |
02:22:06 | * | [f73c0e792b] More work on tags and properties. Getting late. Need to check-in changes before stopping for the day... (user: drh, tags: trunk) |
01:40:39 | * | [5e2392307d] Turn tags into properties. Allow properties to control background color on timelines. Still experimental. (user: drh, tags: trunk) |
2007-09-21
| ||
19:18:07 | * | [3dc92fdb7f] Fork Improvements to the control-file parser. Not recognizes the T-line for tags. (user: drh, tags: trunk) |
18:33:13 | * | [ce1c1a2907] Add the --randomize parameter to the rebuild command. Used for testing. (user: drh, tags: trunk) |
02:41:53 | * | [2bc0e2c565] Work toward adding a tagging system. Code compiles but is incomplete and probably does not work. (user: drh, tags: trunk) |
2007-09-14
| ||
21:24:15 | * | [bc68e61bb2] Rename CLI commands: leaves->descendents and branches->leaves. (user: drh, tags: trunk) |
21:10:52 | * | [d773eee943] Fix the "leaves" webpage. (user: drh, tags: trunk) |
14:59:38 | * | [c287665ba8] Update the SQLite amalgamation file to version 3.5.0. (user: drh, tags: trunk) |
2007-09-13
| ||
03:52:04 | * | [fcabd4774c] Improvements to the CLI timeline display. When an update fails due to multiple descendents, show all of the descendents in timeline format. (user: drh, tags: trunk) |
2007-09-12
| ||
02:25:37 | * | [776753118f] The nonce of a login card in the sync protocol is now the SHA1 hash of the remainder of the sync message. The signature is the SHA1 hash of the concatenation of the nonce and the users password. (user: drh, tags: trunk) |
01:46:14 | * | [6f5654c7ab] Fix bugs in undo/redo. Appears to work now but not heavily tested. (user: drh, tags: trunk) |
2007-09-11
| ||
02:25:19 | * | [a36177bcce] Add the "undo" and "redo" commands. Untested at this point so don't try to use them yet. (user: drh, tags: trunk) |
2007-09-10
| ||
00:48:55 | * | [9a76119307] Fix a C++-ism in the timeline module. (user: drh, tags: trunk) |
00:43:02 | * | [01e3e3f51e] Merge Merge in the delta encoder changes. (user: drh, tags: trunk) |
00:39:28 | * | [26131cfcc5] Add a first draft of the synchronization protocol document. Unproofed. (user: drh, tags: trunk) |
2007-09-09
| ||
17:51:16 | * | [48c4e69d2b] Cluster-based synchronization appears to be working. (user: drh, tags: trunk) |
2007-09-08
| ||
16:01:28 | * | [e1c1877c99] Sync using clusters appears to work. More testing is needed before we go live. (user: drh, tags: trunk) |
2007-09-06
| ||
00:47:02 | * | [f6b4c6458b] Raise the hash chain limit in the delta module from 50 to 250. (user: drh, tags: trunk) |
2007-09-05
| ||
18:46:59 | * | [b816fadfc7] Fix pathological N*2 behavior in the delta generator. (user: drh, tags: trunk) |
2007-09-03
| ||
01:28:57 | * | [ba486fec5a] Add the unclustered table and the M lines to manifests. Process clusters in manifest_parse and manifest_crossref. The xfer process still does not yet use clusters though so it is still compatible. But that is about to change. (user: drh, tags: trunk) |
2007-09-02
| ||
20:33:16 | * | [251545cd43] Fork Added text notes on ideas for dealing with tickets and wiki. (user: drh, tags: trunk) |
02:01:35 | * | [11976cfdc2] Add the "index.wiki" wiki page. Fix a bug in the wiki rendering engine. The page displays now, but not correctly - there are clearly additional bugs to be found and fixed. (user: drh, tags: trunk) |
01:23:13 | * | [4f641e7e4e] The /index webpage pulls up the wiki page specified in Setup/Configuration.s (user: drh, tags: trunk) |
2007-09-01
| ||
21:11:33 | * | [b2e55c0d4d] Add the /wiki and /bwiki web pages. Currently renders content from the check-out as readonly. (user: drh, tags: trunk) |
01:55:50 | * | [abce5105e2] Updates to the timeline routines. Added the pqueue module. (user: drh, tags: trunk) |
2007-08-31
| ||
20:14:33 | * | [e15fe43153] A new decendent finding algorithm is (hopefully) faster. Changes to the timeline are in process and might not yet work. (user: drh, tags: trunk) |
2007-08-30
| ||
21:37:42 | * | [4d03017923] Put a colored asterisk beside entries of interest in the timeline, rather than doing lots of annoying text color and background changes. (user: drh, tags: trunk) |
20:27:14 | * | [4c82c7773f] Fix some annoyances with "merge". This involves a schema change to the _FOSSIL_ file. Older versions will continue to work, but it would make since to "close" and "open" local source tree after updating to this version of fossil, in order to update the schema. (user: drh, tags: trunk) |
19:46:06 | * | [f030c0aea7] Fix multiple bugs in the comment parser of the commit command. Allow blank lines in comments. (user: drh, tags: trunk) |
18:05:19 | * | [1871a93dd4] Fix bugs that can cause a segfault if a blank check-in comment is entered. (user: drh, tags: trunk) |
2007-08-29
| ||
11:51:05 | * | [fad606934c] Merge Merge aku's makefile changes. (user: drh, tags: trunk) |
11:48:58 | * | [4d051c1eda] New timeline formatting experiment. Foreground font color changes when mousing over the vinfo hyperline show all immediate parents in red and immediate children in green and hide all entries that are not part of the current line. (user: drh, tags: trunk) |
03:22:20 | * | [b616c3d8c3] Fork Patch up makemake.tcl to incorporate aku's edits, then regenerate the main.mk file. (user: drh, tags: trunk) |
2007-08-28
| ||
03:04:09 | * | [18b1f6788d] Make sure the same manifest never gets inserted into the metadata tables twice - resulting in duplicate timeline entries. (user: drh, tags: trunk) |
2007-08-27
| ||
05:02:17 | * | [53416550852e] Fix a bug in the javascript. Only versions that are independent of the mouse-over version are grayed out now. (user: drh, tags: trunk) |
04:09:07 | * | [a028affcf2] Fix a bug in the javascript generator of the previous check-in. (user: drh, tags: trunk) |
04:03:32 | * | [bbdd4f9915] Add some javascript to the timeline to gray out versions that are not part of the line that is moused over. Also include leaf, fork, and merge markers on the timeline. Experimental. (user: drh, tags: trunk) |
00:04:32 | * | [8c828207a2] Give an error if an attempt is made to merge, update, or checkout against an incomplete baseline - one that contains phantoms. Update the xfer protocol to converge on a stable synchronization faster and (hopeful) not quit until the sync is complete. (user: drh, tags: trunk) |
2007-08-26
| ||
19:51:35 | * | [fd8b28ad87] New text in "ideas.txt" (user: drh, tags: trunk) |
03:03:58 | * | [452a71f40b] Merge, Fork Merge in aku's documentation updates. (user: drh, tags: trunk) |
2007-08-25
| ||
21:01:17 | * | [634fd117b1] Jot down some notes for how to move forward. (user: drh, tags: trunk) |
19:52:42 | * | [741aac4d4e] Fork Regenerate the manifest.uuid file on a "commit". (user: drh, tags: trunk) |
19:45:38 | * | [b4571bb75e] Fix a makefile dependency to force a rebuild whenever the manifest.uuid changes. (user: drh, tags: trunk) |
19:39:58 | * | [def4449a87] Add the "baseline" command that shows the UUID of the fossil baseline from which the fossil executable was built. (user: drh, tags: trunk) |
19:31:31 | * | [95e17f4e3f] Generate the "manifest.uuid" file containing the SHA1 hash of the "manifest" file whenever the manifest is generated. Makefiles can used the "manifest.uuid" to insert the version number into the executable. (user: drh, tags: trunk) |
19:00:33 | * | [b0ad3f90bc] Merge Merging aku's changes into the head. (user: drh, tags: trunk) |
18:58:16 | * | [424d47e453] Merge Attempting the same merge that aku tried and got empty files with. (user: drh, tags: trunk) |
18:51:54 | * | [b846db063c] Changes to the CLI version of the timeline command to show places where forks occur in the tree and where content is merged. Lots more work is needed to show the structure of a tree well. This is definitely a work in progress. (user: drh, tags: trunk) |
12:31:55 | * | [507ee45f25] Fix an off-by-one bug in the network protocol handler so that it can accept a zero-length file. (user: drh, tags: trunk) |
03:30:15 | * | [e319e8e870] Improvements to timeline formatting. Added the "concepts.html" document. (user: drh, tags: trunk) |
2007-08-24
| ||
21:32:37 | * | [39fa010b7f] Improved formatting of the user list webpage. (user: drh, tags: trunk) |
2007-08-23
| ||
23:10:56 | * | [0cd202a86e] Website updates. Change the message for unrecognized commands to refer the user to "help". (user: drh, tags: trunk) |
19:52:19 | * | [22c1ac41d4] Fork Add separate "clone" permissions. Previously, one needed "History" premission in order to clone. But sometimes we want to grant clone without granting history. (user: drh, tags: trunk) |
2007-08-19
| ||
11:06:53 | * | [4ac16995e8] Fix the "Leaves" computation on the vinfo web page. Improvements to the vinfo web page. (user: drh, tags: trunk) |
2007-08-18
| ||
11:42:24 | * | [6607844a01] Added options to the "timeline" CLI command. Additional help comments. (user: drh, tags: trunk) |
02:45:47 | * | [c9fdb846fb] Add the "help" command and the "clean" command. More work is needed on the text for various help messages. (user: drh, tags: trunk) |
2007-08-17
| ||
19:53:53 | * | [e5b74951d9] Omit the -static option from the default Makefile. (user: drh, tags: trunk) |
2007-08-11
| ||
01:16:31 | * | [4452576730808f] Add the "close" command. (user: drh, tags: trunk) |
2007-08-10
| ||
03:52:14 | * | [f5588c800b] Fix a C++-ism in the previous check-in. (user: drh, tags: trunk) |
03:50:25 | * | [50150adeec] More sync fixes: The previous version was not pulling new branches off of the server. This should fix that. (user: drh, tags: trunk) |
02:59:52 | * | [edbb332d54] The xfer mechanism has been completely reworked to better support delta compression and to require fewer round-trips. The wire protocol is roughly the same but is different enough that you will need to recompile before sync will work. (user: drh, tags: trunk) |
00:08:25 | * | [573a464cb7] Complete rework of the xfer mechanism. Compiles but not yet working. (user: drh, tags: trunk) |
2007-08-09
| ||
19:07:28 | * | [bd3c1d0023] Additional work on the xfer mechanism, trying to increase the use of delta compression. (user: drh, tags: trunk) |
17:42:59 | * | [73bddaebb9] The delta compress on xfer is working better now, but still needs work. (user: drh, tags: trunk) |
11:55:52 | * | [6eca3132fe] Fix an off-by-one error that can cause a segfault during sync. (user: drh, tags: trunk) |
10:48:51 | * | [9a9cd81738] Add the -m/--comment and the --nosign options to the commit command. (user: drh, tags: trunk) |
10:43:39 | * | [13b7ac16e4] Require history permission in order to clone. (user: drh, tags: trunk) |
03:47:28 | * | [4c072728b4] Add a quick hack that disables delta compression on xfer. This gives people a chance to synchronize the previous fix. We will eventually remove the hack. (user: drh, tags: trunk) |
03:44:31 | * | [869534e182] Fix a bug in the xfer server that prevents it from receiving deltas. (user: drh, tags: trunk) |
03:19:18 | * | [eea381f416] Progress toward delta compression on the xfer protocol. The compression works well. But the client is not telling the server what files it has so the server does not have anything to delta against. (user: drh, tags: trunk) |
01:08:19 | * | [b110d77c36] Website updates. (user: drh, tags: trunk) |
2007-08-08
| ||
15:30:04 | * | [fe6ee8a431] Do not remove files that have been edited when doing an "update". Instead, mark the files as CONFLICT. (user: drh, tags: trunk) |
15:22:43 | * | [20bcbcf2f2] Make sure a user does not attempt to "fossil add" the manifest or the _FOSSIL_ files. (user: drh, tags: trunk) |
15:18:53 | * | [a040ae6e17] Write the new manifest file to the root of the check-out tree when doing an update. (user: drh, tags: trunk) |
14:45:20 | * | [77327ae14e] Omit the files "manifest" and "_FOSSIL_" from the "extra" list. (user: drh, tags: trunk) |
2007-08-04
| ||
00:38:38 | * | [5c74c300b1] Changes to the checksum verification steps to allow a partial commit of changes after new files are added to the tree. (user: drh, tags: trunk) |
00:26:40 | * | [aafd536a5c] Prohibit partial check-ins of a merge. To allow such a thing would confuse the branch tracking logic. There are still problems in the partial check-in logic for cases were new files have been added to the repository. (user: drh, tags: trunk) |
00:08:17 | * | [f5e8b1d736] Merge Merge in and correct the changes to the new repository initialization. Also fix other misc bugs seen while testing. (user: drh, tags: trunk) |
2007-08-03
| ||
23:30:52 | * | [6aff11f03f] Show an error if unrecognized command-line options appear on the commit command. Also add the (undocumented) "omit-ci-sig" configuration option on the database. Setting omit-ci-sig omits the PGP signature on check-in. (user: drh, tags: trunk) |
23:04:05 | * | [a48936e834] Changes to the way new repositories are created. Also make the CGI output blob available to all modules through a function call. (user: drh, tags: trunk) |
2007-08-01
| ||
21:59:38 | * | [e37451d9c2] Fork Add the ability to sign manifests using GPG during a check-in. Due to a bug in the manifest parser, older versions will not be able to check-out signed manifests. (user: drh, tags: trunk) |
21:03:03 | * | [394505791628e] Add primitive start-time and duration controols to the timeline. Additional checksums on check-in and check-out. (user: drh, tags: trunk) |
20:05:49 | * | [0e265b0184] Documentation updates. Added Makefile. (user: drh, tags: trunk) |
16:42:06 | * | [36df57aa39] Update the todo list. (user: drh, tags: trunk) |
16:13:49 | * | [1a9c6dbfb7] File differences and file viewer added to the www interface. (user: drh, tags: trunk) |
15:13:52 | * | [1245b42ba3] Fix the test-verify command so that it ignores phantoms. (user: drh, tags: trunk) |
13:50:58 | * | [0238e54ff3] Client must ignore SIGPIPE when writting to the HTTP socket. (user: drh, tags: trunk) |
13:32:11 | * | [6dab6149b1] From the vinfo webpage, provide a hyperlink to download a ZIP archive the version. (user: drh, tags: trunk) |
13:08:31 | * | [ae40356c57] Avoid an unnecessary HTTP round-trip on syncs. (user: drh, tags: trunk) |
12:49:41 | * | [afcdc7ec97] Add the "leaves" webpage and the "branches" CLI command. We need to work on the nomenclature. (user: drh, tags: trunk) |
12:20:24 | * | [04f7535ee3] The merge at dd9633a03d did not work because of the bug just fixed. This change moves the changes that should have been in that merge into the main line of the tree. (user: drh, tags: trunk) |
12:17:14 | * | [5c3e87171a] Fix a problem in the commit logic that caused it to ignore merge changes. Add another test to the commit to detect future problems of a similar nature. (user: drh, tags: trunk) |
10:31:31 | * | [dd9633a03d] Merge Merging in the ipaddr update changes. (user: drh, tags: trunk) |
10:29:17 | * | [35d7ba08ac] Always do at least two cycles with no file transfers before quiting. (user: drh, tags: trunk) |
10:27:08 | * | [0c102d06c3] Fixes to the sync algorithm. (user: drh, tags: trunk) |
02:27:11 | * | [8df950d14a] Add a bug observation to the todo list. (user: drh, tags: trunk) |
02:07:43 | * | [933875bbd1] Updates to the todo list. (user: drh, tags: trunk) |
02:03:31 | * | [71ed18cc4b] Do not attempt to verify phantoms. Set the default max message size at 500K instead of 1MB. Updates to the todo list. (user: drh, tags: trunk) |
01:24:37 | * | [9df32e2808] Added the vdiff webpage with links from vinfo. (user: drh, tags: trunk) |
00:55:18 | * | [86c8768475] Add the finfo web page. (user: drh, tags: trunk) |
00:40:40 | * | [30d7afe328] Improvements to the vinfo webpage. Show descendents, ancestors, and files changed. (user: drh, tags: trunk) |
2007-07-31
| ||
23:33:15 | * | [fd36718ad9] Merge Add the new "history" permission. Merge in changes that require permissions to view the timeline. (user: drh, tags: trunk) |
22:59:31 | * | [9c952d247e] Separate "nobody" and "anonymous" logins. (user: drh, tags: trunk) |
20:53:10 | * | [5b58559c0c] Bug fix in the mlink table builder. Use the "rebuild" method to correct the problem in preexisting repositories. (user: drh, tags: trunk) |
20:36:20 | * | [ce825ac954] When syncing without a URL, print the name of the server, taking care to omit any userid and password. (user: drh, tags: trunk) |
20:20:40 | * | [dead090c0b] Update the ZIP archiver to include date information. Provide a function that constructs a ZIP archive from manifest. (user: drh, tags: trunk) |
19:18:53 | * | [9b780d220b] Add a ZIP archive generator. (user: drh, tags: trunk) |
10:10:37 | * | [7fe1e734e9] Fork Remove one to-do item. Add another. (user: drh, tags: trunk) |
01:34:45 | * | [8dbee6731d] The push, pull, and sync commands remember the last server and reuse it if the URL argument is omitted. Sync via network only now. (user: drh, tags: trunk) |
00:06:08 | * | [9c28ba4956] More additions to the todo.txt list. (user: drh, tags: trunk) |
2007-07-30
| ||
23:18:04 | * | [f767ae0568] To more items added to the todo.txt list. (user: drh, tags: trunk) |
23:01:35 | * | [08c4cc6d16] Added the todo.txt list. (user: drh, tags: trunk) |
21:23:44 | * | [fa0ba20a51] Merge Fix another bug in the pivot finder. Null-merge with the dan-branch so that we now only have a single leaf on the tree. (user: drh, tags: trunk) |
18:57:36 | * | [211c476d23] Send the HOST header parameter with /xfer requests. (user: drh, tags: trunk) |
18:38:43 | * | [bfe6e64f94] Fix a bug in the /xfer login logic. (user: drh, tags: trunk) |
17:43:49 | * | [947842fb0b] Fix a bug in login. (user: drh, tags: trunk) |
17:24:47 | * | [1a4dd313a8] Show the user who make the change on the timeline, both on the www interface and in the cli. (user: drh, tags: trunk) |
17:05:25 | * | [5602bbbaff] Fix a bug in the logic for finding a pivot during a merge. (user: drh, tags: trunk) |
16:35:16 | * | [3a25b68390] Only request the password one time on a push or pull. (user: drh, tags: trunk) |
14:28:17 | * | [e621b6dbe3] Fork Use POST instead of GET for the /xfer method. Other bug fixes in the URL parser. (user: drh, tags: trunk) |
13:34:35 | * | [396cc2a4eb] When errors occur during CGI, make sure the error is returned in a correct CGI reply. (user: drh, tags: trunk) |
13:01:08 | * | [5eac33a6bd] Bug fix in the local database finder. (user: drh, tags: trunk) |
2007-07-24
| ||
18:15:40 | * | [01e7596a98] Fork File format document change: UUIDs use lowercase not uppercase hex. (user: drh, tags: trunk) |
13:00:19 | * | [ac1dea8eac] Fix a bug in the "rm" command. Delete an obsolete documentation file. (user: drh, tags: trunk) |
12:54:24 | * | [d8590e093f] Merge in the latest SQLite updates. (user: drh, tags: trunk) |