Timeline
Not logged in

202 checkins occurring around 2007-09-24 23:56:25.

2007-10-14
01:58:07 * [67c24820c7] Reworked the whole handling of meta data (author, commit message, plus project/branch information), so that revisions now store only the meta id, everything else is stored centrally. All the relevant pieces (author, cmessage, symbols, projects) now also get numeric ids assigned early instead of when being saved to the state. Project ids are loaded ... (user: aku, tags: trunk)
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
23:57:15 * [54ac684df7] Completed loading of pass I from persistent state when skipped. (user: aku, tags: trunk)
23:42:08 * [4df56a9e7e] Closed-Leaf For the record an alternative design for the main method of the pass manager where the four principal loops (skip, setup, run, and defer) are merged into two (skip/setup) and (run/defer). Not really less code, also more complex to understand and maintain. The fact that 'setup' and 'run' is performed for the same passes is more difficult to see. Thi... (user: aku, tags: trunk)
23:29:17 * [ae19c0fcb4] Fork Extended pass manager to handle the skipped and defered passes coming before and after the actually executed passes. Extended passes I and II to have the required methods. Implemented loading (for skipped passes) as skeletons, implemented discarding (for defered passes) completely. Extended state manager with ability to discard state. (user: aku, tags: trunk)
21:15:30 * [27470a9304] Extended pass I to capture the 'file executable' info of rcs archives. Currently the only way to store this info in the destination will be the use of fossil tags. (user: aku, tags: trunk)
05:39:00 * [cb70cf4ad6] The basic work of setting up and linking revisions, tags, and branches is complete. (user: aku, tags: trunk)
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)
07:20:47 * [40eaf58ec7] Extended rcs parser with another callback run after the processing of the revision tree completed, before starting on description and delta texts. Updated file class to intercept the callback. (user: aku, tags: trunk)
07:18:27 * [da9295c6f6] Continued to flesh out revision and symbol processing. Started on the project level classses. (user: aku, tags: trunk)
05:57:53 * [be891232a2] Extended rcs parser to tag errors which are syntax errors in the RCS archive. Extended pass handling to capture trouble and distinguish between internal problems and syntax errors. (user: aku, tags: trunk)
05:56:46 * [bd131addb9] Started to flesh out the handling symbols and revisions coming in from the rcs parser. First fragments of revision object. Type methods for classification of revision numb ers. (user: aku, 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)
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)
05:36:27 * [a10f654ac7] Added more checks to pass I looking for possible file/directory conflicts in the repository, and modified traverser to report on and ignore sub directories of Attic's. (user: aku, tags: trunk)
04:23:22 * [338854a61a] API tweak rcs parser, definition of symbols, call through the callback once per symbol instead of once for the whole set. (user: aku, tags: trunk)
03:39:04 * [29bc8da1d9] Added diff-command and gdiff-command to the valid settings (user: jnc, tags: trunk)
03:28:22 * [84de38d73f] Added a lot of skeleton files for the revision and symbol data structures, for both project and file level. (user: aku, tags: trunk)
02:49:29 * [f3807dbd88] Removed unnecessary items from WWW Configuration, also made RSS Title and Description into generic Project Name and Project Description settings, which will be used elsewhere in the web site. (user: jnc, 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-07
14:38:54 * [a21806dcf3] Fixed omitsign discrepancies. Windows version now looks for USERNAME instead of USER when creating new database. (user: jnc, tags: trunk)
2007-10-06
22:13:25 * [70b0aa899a] Found easier way to access the typevariables of singletons when writing the rcs parser. Now moved the other singletons to the same construction. (user: aku, tags: trunk)
22:06:05 * [84871722547960b] Broke static dependency cycle repository <- project <- file <- repository, now using dynamic/runtime object references instead. This allows us to keep the nice and readable format for our files, code is readable too. (user: aku, tags: trunk)
21:59:03 * [3d88cfd05d] Started capture of revision information in file objects. Capturing authors and commit messages and repository level. Completed persistence for these latter too. Rearranged the requirements, imports, and exports a bit to handle the new dependency cycle repository <- project <- file <- repository (user: aku, tags: trunk)
21:19:26 * [6d1811d61e] Continued work on pass II, skeleton of it completed by adding outline of code for persistence. (user: aku, tags: trunk)
21:01:15 * [2e3815c3b4] Added skeleton and dump methods to make file objects proper sinks for the rcs parser. (user: aku, tags: trunk)
21:00:48 * [e7bb3d073d] rcs parser rewritten to snit type, singleton, using callbacks to convey information. Got a grip on regexp -start -indices (^ -> \A, indices are absolute). This means that I now don't have to shift the unprocessed string down in memory, it is all index processing now. This makes for a much faster parser, especially for large files with many revision... (user: aku, tags: trunk)
20:58:24 * [ec053168a8] Nicer parser integration into pass II, and sort files for easier filesystem traversal during parsing. (user: aku, tags: trunk)
18:43:01 * [8a93ffa9c1] Fleshed out pass II, added skeleton of rcs archive class, started integration of rcs parser. (user: aku, tags: trunk)
18:28:33 * [860f533e98] Bringing back in the old parser for rcs archives. (user: aku, tags: trunk)
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)
03:56:32 * [fdbc01df95] Added pass II (collection of revision and symbols), basic skeleton and state definitions, and integrated into the pass manager. (user: aku, tags: trunk)
03:55:06 * [10f9d51bb2] Added documentation to state definition, and debugging output to the state system itself. (user: aku, tags: trunk)
03:53:41 * [43d72c6246] Better formatting for --help-passes, align codes. (user: aku, 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)
07:27:52 * [042d54bae5] Completed integration of state with pass I, now saving projects and files into it. (user: aku, tags: trunk)
07:08:35 * [d174affb48] Collapse multiple uses of a project path into one project. (user: aku, tags: trunk)
07:07:51 * [78da61db0e] Added documentation for the persistent state of pass I. (user: aku, tags: trunk)
06:50:57 * [fb1e36d290] Extended state handling with methods to declare usage and structure of state, started integration of state with pass I, collection of projects and files. (user: aku, tags: trunk)
05:33:14 * [eb656de7d9] Added the basic parts of the state manager and integrated it with option processor and pass manager. (user: aku, tags: trunk)
2007-10-04
17:37:00 * [e7cf189265] Changes to cgi.c in check-in e63a9fd9d0 broke the windows build because of undefined socklen_t. Added the appropriate include file (user: mjanssen, tags: trunk)
04:34:59 * [52f2254007] Continued work on pass I. Filled in the repository management, and basic implementation of project objects. Missing are persistence and the foundation for that (cache database). (user: aku, tags: trunk)
04:32:49 * [2929a438ef] Extended option processing, added handling of verbosity/quietness. (user: aku, 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)
04:18:18 * [47740cc1f6] Added stub for repository management, added most of pass I, collecting archives in the repository. (user: aku, 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)
10:34:46 * [307233d828] Added rudimentary proxy support to fossil chat client (user: mjanssen, tags: trunk)
06:48:55 * [591151532206c] Added the pass management, integrated with application and option processor. (user: aku, tags: trunk)
05:33:09 * [d57b7b4a05] Re-added the user feedback and error reporting utilities, with modifications, and completed the handling of the informational options. (user: aku, tags: trunk)
03:05:43 * [2a98ac44bd] Third attempt at getting a cvs importer which can handle branches. Using cvs2svn code and design notes as a guide. (user: aku, 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
04:44:19 * [7a64b9e738] CVS import. First, fixed sig::next regarding two things. One, we have to take the root version of a file into account as a possible predecessor. Two, a missing changed file may be misclassified and actually be added instead. Second, modified the search for a root changeset of a branch. We now try the existing regular intersection first for exactnes... (user: aku, tags: trunk)
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)
07:06:45 * [f6f5c902e6] Bugfix for 3852590ce6. Make the use of cache files in the rcs parser actually dependent on the user option. (user: aku, tags: trunk)
05:06:18 * [72dac950c3] Continued work on the import of branches. Main principle now is to handle the branches vertically. First the trunk, then the branch starting with the first unprocessed changeset, and so forth. Looks more promising than the previous approach. Currently handles just a bit over half of the test projects (11 of 21 in 6 repositories). (user: aku, tags: trunk)
05:02:06 * [3852590ce6] New feature for importer. rcs parser extended so that it can store parse results for quick loading in future runs. This feature has no real use in regular use of the importer, i.e. one-shot conversion of a CVS repository to fossil. It is however useful for debugging when the source repository is scanned many times during test runs. Especially for l... (user: aku, tags: trunk)
04:17:37 * [41561125cd] Added safemerge option to commit, update and settings (user: jnc, tags: trunk)
03:38:58 * [8d55aa3597] Merge Merged in new revision support for diff and revert commands into mainstream (user: jnc, tags: trunk)
03:37:12 * [574763bab9] Added revision support to diff and revert (user: jnc, 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
21:28:30 * [92291035fe] Merge, Fork Merged the compiler warning fixes into mainstream (user: jnc, tags: trunk)
21:21:35 * [e63a9fd9d0] Fixed many uninitialized variable warnings and some potential bug found via -Wall -Werror on gcc. (user: jnc, tags: trunk)
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)
20:21:27 * [cfc7984ede] Styled the vinfo page (user: jnc, tags: trunk)
19:32:07 * [e6d1cd9679] Merge, Fork Merger w/fossil chat update (5e3f) (user: jnc, tags: trunk)
19:31:18 * [99eabf9b0c] Updated the default style.css a bit to make more visually appealing, however, we should finish styling the existing html output, then find someone more artistically talented to come up with a final default css theme. (user: jnc, 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)
07:19:55 * [e4517465f3] Autosync is now working. Added autosync to tag add, tag branch and branch create. (user: jnc, tags: trunk)
07:15:02 * [6847e9b22a] Ran an old fossil, did not auto-push... Updated ideas.txt to reflect that work has begun on this task and what has already been done. Hopefully this one will auto-push... (user: jnc, tags: trunk)
07:11:57 * [0431f14edf] Once a successful commit is made, if autosync is on, a push is now done. This commit will be the first test of that new functionality :-) (user: jnc, tags: trunk)
06:56:54 * [b773dda29b] Autosync config parameter added (autosync). Setting this to 1, y or Y (or yes, Yes, yes, YES, etc...) will cause autosync's to happen during certian operations. Right now, the only operation paying attention to this is update. If autosync and you do fossil update, a pull takes place first, then an update. Others will follow (commit for one). (user: jnc, tags: trunk)
03:14:30 * [913608a5a6] Fix some problems with tag propagation. More problems remain. (user: drh, tags: trunk)
01:25:32 * [6f9c0e4a1e] After looking at it a bit, mjanssen and I decided <...> looks better than *...* for marking the current checkout (user: jnc, tags: trunk)
01:02:25 * [2db88ec639] Timeline and Leaves on TTY now marks with *...* (vs ...) you current working revision (user: jnc, tags: trunk)
00:17:39 * [af3a751841] When checking for win32 absolute paths, I added a check to make sure we don't overstep the bounds of a string (user: jnc, tags: trunk)
2007-09-24
23:58:55 * [798a48ee46] Merge Merged mjanssen's timeline updates (user: jnc, tags: trunk)

23:56:25 * [b8cc22ebdf] Merge Merged dhr's todo and ideas update (user: jnc, tags: trunk)

23:19:33 * [d54731dac9] Accidently changed time format in timeline_query_for_tty output in checkin aad573b31c reverted so that timeline shows local timestamps again. (user: mjanssen, tags: trunk)
22:23:32 * [aeb2ac781d] Fix the menu of fossil_chat.tcl for mac. (user: drh, tags: trunk)
22:13:23 * [45f9af3240] Fossil chat client entry widget will not lose focus on Win32 when receiving a message. (user: mjanssen, tags: trunk)
21:05:45 * [e0232ce1a0] Fork Use tcl_platform to determine username, this is platform independent (user: mjanssen, tags: trunk)
21:03:40 * [e202319ebb] Fossil chat client (Initial commit) (user: mjanssen, tags: trunk)
20:50:30 * [aad573b31c] Timeline calculated localtime incorrectly so it didn't display latest changes if user is in TZ UTC+X (user: mjanssen, tags: trunk)
20:21:52 * [df3d6cbff5] Corrected "fossil user password" error message. It had an extra user (user: mjanssen, tags: trunk)
19:42:15 * [c841af0d50] Fixed error with absolute pathnames when opening a repo on Win32 (user: mjanssen, tags: trunk)
19:32:26 * [5a30fa45df] Build from build directory (user: anonymous, tags: trunk)
17:11:51 * [255bacf907] Added revert command, currently only offering revert to current version. Organized todo.txt a bit, added new bug report (user: jnc, tags: trunk)
14:02:30 * [01ce2cf3dc] Added a gdiff command. diff command now runs config diff-command, gdiff command (graphical diff) now runs config gdiff-command. With both, if -i is supplied, internal diff is used. With both, if they are not configured, internal diff is used. Fixed bug with internal diff giving files in reverse order. Also put div id="sub-menu" inside of submenu if... (user: jnc, tags: trunk)
12:55:42 * [43b33702b4] Minor updates to the todo.txt and ideas.txt files. (user: drh, tags: trunk)
06:53:46 * [c82fb61775] Fork Added support for a user defined diff command, which if set (fossil config diff-command), is run by default. The user can give a -i flag to run the internal diff command regardless of user defined diff command setting. Removed command tkdiff, no longer needed. Made the config remove message a bit more clear, when removing a config setting, it state... (user: jnc, tags: trunk)
04:37:18 * [5cd9597428] Added style.css page that get's from the repo or uses a built in style.css. Removed static formatting in header/footer, replaced with divs, spans and ids which the style.css can totally control. The default style.css is simple, uses blue colors from timeline date area. Fixed minor bug on setup_ulist where it would display footer at top. (user: jnc, tags: trunk)
01:38:45 * [55dc2abc60] Some elements moved to correct order in wiki AllowedMarkup array. Removed hardcoded link in resolveHyperlink and also made it handle outside links, such as http, ftp, mailto, etc... When looking for valid HTML codes, I changed isalpha to isalnum so that H1, H2, etc... would be recognized. Better code for setting inital checkout db entry. (user: jnc, tags: trunk)
2007-09-23
23:05:42 * [746a0b8588] One more minor change to the fix of ff4c, set the current checkout to 1 if this is a brand new file. (user: jnc, tags: trunk)
22:27:56 * [4dc622f36c] Fixed bug in open_cmd. As of ff4c, open now runs update --latest as well, which would err on a brand new, blank, database. open_cmd now only runs update --latest if the current pid != 0 (user: jnc, tags: trunk)
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)
18:24:21 * [07eaead5dc] Added RSS feed. You can set the RSS title, description in Setup. Added header to style to include title and pointer to the new RSS feed. The new RSS feed is BaseURL/timeline.rss (user: jnc, tags: trunk)
15:02:58 * [2ad378d065] Fork Branching now working correctly, including adding of bgcolor tag and correct R line (user: jnc, 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)
03:21:13 * [17596784d0] Forgot a line of debug code, writting manifest.new... now removed (user: jnc, tags: trunk)
03:17:30 * [96f0d64a70] Merge Merged win32 info update and branch addition (user: jnc, tags: trunk)
03:13:32 * [b8a8959ec5] fossil branch command added. Base branch new works. Specifying a color causes a malformed manifest file error. branch list does not work, just skeleton code right now. (user: jnc, 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)
21:40:01 * [34accdd0cd] More descriptive build process in win32.txt, also removed win32 port from the todo.txt (user: jnc, 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:38:04 * [b57d456718] Merge Merged win32.txt which caused the branch initially (user: jnc, tags: trunk)
18:34:49 * [8372cc0b81] Socket operations now functional in Win32 port. Added quotes around the filename portion of the command to edit thus working of windows in paths where the temp directory contains spaces. Added -all flag to clean command. If not specified each file is prompted for before removing. (user: jnc, 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)
06:49:47 * [46f96301f1] Forgot to remove path problems from 'Outstading Issues' (user: jnc, tags: trunk)
06:47:11 * [c7278fd013] Fork Win32 port now functional except network operations. This commit was done on windows :-). See win32.txt for status of all commands. No networking commands are functional yet. All path operations are now functioning. (user: jnc, 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
22:07:35 * [5890c67d86] Added win32 build notes (user: jnc, tags: trunk)
21:53:28 * [83c876b447] Win32 port: compiles, all tests pass but many functions fail due to path separators. Incomplete. Path fixes to come next (user: anonymous, tags: trunk)
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-20
07:37:36 * [25bc721076] Fork Entered the general structure planned for processing of branches. Incomplete. This code right now exits when it finds branch csets. Some debug output to see detailed internals from which to pull the pieces together. (user: aku, tags: trunk)
07:33:12 * [a9dcf09124] Trim the commit messages to remove irrelevant leading and trailing line-endings. (user: aku, tags: trunk)
07:14:44 * [cbbf9a7575] Got rid of the explicit revision tree and rephrased the trunk processing to use a loop which is more self-explanatory. Started to add in code needed when we process the branches as well, currently they will have now effect. (user: aku, tags: trunk)
07:08:40 * [330f2da791] Moved the counting of imported changesets to the beginning for a more accurate percent calculation and proper ending at 100%. (user: aku, tags: trunk)
03:51:49 * [a5476aed27] Modified sorting of timeline entries for the same second to properly split files and file versions from each other, and to have newer revisions later. Further added a storage for error messages to be repeated when the importer exist. First user is the code reporting corrupted archive files detected during a checkout. (user: aku, tags: trunk)
2007-09-17
07:05:01 * [ae54e928c2] Further work on the CVS frontend. The main parts for doing the extraction and management of changesets are now in a separate package. (user: aku, tags: trunk)
04:14:18 * [10e3b3ed76] Fixed bug in the new code setting up the timeline, forgot to clean up loop state, causing data from previous iterations to bleed into the current one, causing the use of bogus data and ultimatively a bogus timeline. Note! Incidentially a bug in the old code was fixed by the new one, the use of mismatching revisions and commit messages. That caused ... (user: aku, tags: trunk)
03:13:07 * [2740b48b63] Cleaned up the creation of the workspace directory. (user: aku, tags: trunk)
03:03:25 * [1593006ef3] More structuring of the CVS backend, encapsulated the management of the global timeline of events in the project in a separate package. (user: aku, tags: trunk)
01:43:07 * [6f121db1e2] Added structure to the CVS frontend code, putting the repository traversal into its own package. (user: aku, tags: trunk)
01:41:58 * [ebb94f75cb] Semantics of the progress display extended to allow an empty maximum to signal use of an infinite (open-ended) display. (user: aku, tags: trunk)
01:00:32 * [f76192b245] Merge Pulled the latest CLI, website, and sqlite changes into the importer branch. (user: aku, tags: trunk)
00:58:51 * [bbcb6326c9] Merge Pulled in the navbar and timeline changes. (user: aku, tags: trunk)
00:56:40 * [d8c18fc148] Reworked the CVS handling code to have a simpler API, more like the reworked Fossil API. The API now has a form where adding the handling of branches should not require complex changes in the import controller any longer. Extended the system to allow the user to restrict the importing to a sub-directory of the chosen repository, via the new switch ... (user: aku, tags: trunk)
2007-09-15
03:18:31 * [b504674c5f] Fixed problems with the untested statistics module. Moved cset <-> uuid map out of cvs to control layer, separate package. Currently not really useful, will be needed when handling cvs branches. Moved some user feedback around, and the import control too. (user: aku, tags: trunk)
2007-09-14
23:23:48 * [18251642f3] Moved the handling of the import statistics into its own package. Untested. (user: aku, tags: trunk)
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
08:02:26 * [7b2619b7ef] Unhacked the fossil backend. IOW reworked the API and made it nicer, more structured, better command and option names. Gave the internals more structure, and simplified the handling of -breakat (old -stopat breakpoint). Updated users, and updated the user visible switches as well. Added a -h switch for help. (user: aku, tags: trunk)
06:59:24 * [cdf5e6d8b7] Encapsulated access to the fossil and cvs applications in their own packages. (user: aku, tags: trunk)
06:24:31 * [d4aa7da67d] Continuing namespace changes, rcs parser. Basic structure is now ok IMHO. (user: aku, tags: trunk)
06:22:29 * [00228d1547] Continuing namespace changes, cvs frontend. (user: aku, tags: trunk)
06:03:30 * [45cd12f05a] Continuing namespace changes, fossil backend. (user: aku, tags: trunk)
05:43:56 * [9671b65174] Continued restructuring of the code (namespace hierarchy, import control). (user: aku, tags: trunk)
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
04:19:59 * [469002ccdf] Added navbar to all pages, linking back to the index. Fixed typo in the index page. (user: aku, tags: trunk)
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
02:21:46 * [4038525bc5] Fork Slight editorial changes to sync documentation, fixing spelling errors. (user: aku, tags: trunk)
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)
00:58:18 * [86a7f249c1] Started to restructure the namespace hierarchy, beginning at the bottom, with the log module. (user: aku, 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)
06:33:23 * [c172959c32] Moved the import control code into its own package. The application has been reduced to command line processing and handing over to the new package. (user: aku, tags: trunk)
05:35:02 * [be32ebcb41] Redid the logging system aka user feedback completely. Verbosity levels, influenced by the new -v switch. Indentations in the output removed, parsing by tools easier, still human readable. Adapted all users of the previous feedback code to use the new system. (user: aku, tags: trunk)
03:50:43 * [3e899ae0e5] Updated documentation of the delta encoder to mention the new limits on searching the hash chain. (user: aku, tags: trunk)
03:48:40 * [8469631cc9] Extended import app with switch to stop execution just before a specific changeset, to aid in debugging problems. (user: aku, 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)
02:03:31 * [734febe649] Fix calculating percentage of committed changesets. (user: aku, tags: trunk)
2007-09-04
22:00:31 * [492531e3a8] Importer extended to allow capture of exact fossil commit command (user: aku, tags: trunk)
05:38:29 * [7003caa982] (no comment) (user: aku, tags: trunk)
05:36:56 * [df91d389d5] First semi-complete app for import from CVS. Trunk only, wholesale only. (user: aku, 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)