22 checkins occurring around 2007-12-05 07:47:36.
2007-12-06
| ||
03:54:15 | * | [08f8085700] Added progress feedback to the file import, and moved the log output to level 8. (user: aku, tags: trunk) |
03:48:25 | * | [bf0b70d5e0] Fixed handling of empty revisions. (user: aku, tags: trunk) |
2007-12-05
| ||
08:07:46 | * | [d0305b305a] Merge Merged mainline into my branch to get the newest application. (user: aku, tags: trunk) |
07:58:56 | * | [6f1c4424b4] Bugfix. Translation implies encoding, not the reverse. This caused problems when parsing files with mixed-mode line-endings. The generated char offsets and lengths were off. Found during expansion. (user: aku, tags: trunk) |
07:57:50 | * | [d9fc75e587] Created new pass for the import of files and changesets. Uses the new file method and fossil accessor class to handle the file import. Changeset -> manifest conversion is _not_ covered yet. (user: aku, tags: trunk) |
07:55:59 | * | [e100314ec2] Extended file handling with main logic to import an archive into fossil. Main parts are determining the various orders for expansion and import, and expanding all revisions in an archive into full texts, iteratively applying the stored deltas. (user: aku, tags: trunk) |
07:53:11 | * | [1a20a81f33] Integrated the new fossil management class with the option processor. New option --fossil to specify the fossil executable if it was not found in the PATH, or to overide the PATH. (user: aku, tags: trunk) |
07:52:00 | * | [b6bf21e2a8] Added helper class managing access to fossil repositories. Already has a basic method to import and delta-compress a series of files. Used 'test' commands of fossil to get the necessary low-level access. (user: aku, tags: trunk) |
07:50:17 | * | [e701313733] Put the graph traversal core of the cycle breaker core into a separate class, for use in other parts of the system. TODO: Rewrite the cycle breaker core in terms of this class. (user: aku, tags: trunk) |
07:47:36 | * | [82e35d3304] Extended project class with method return full path of the project, i.e. inclusive its repository base path. (user: aku, tags: trunk) |
02:29:48 | * | [0ee9711e2e] Went to explicit var-substitution for the dynamic sql queries, makes formatting easier. (user: aku, tags: trunk) |
02:25:30 | * | [5b2d15f183] Fixed typo, although it did not break anything. (user: aku, tags: trunk) |
02:24:25 | * | [229050721f] Fixed log progress use in last breaker pass. Disabled the check regarding revision order. It still triggers and I can't see anything wrong. Pressing forward for now, i.e. get the remaining passes done, then revisit this issue. (user: aku, tags: trunk) |
02:22:52 | * | [c4003e7b93] The handling of detached lines of development (floating branches) still had some bugs regarding the linkage to their revisions, especially the first revision on such branches. Fixed the relevant places, added early integrity checks and updated the main checks to handle the situation. (user: aku, tags: trunk) |
02:21:00 | * | [3c0ef2c379] Removed lots of now dead code. Added a note to the last remaining user of the changeset method 'nextmap'. (user: aku, tags: trunk) |
2007-12-04
| ||
13:05:35 | * | [6af8fdc230] Generate CGI replies as separate header and body so that the header can be extended during the construction of the body. (user: drh, tags: trunk) |
04:54:10 | * | [711e000206] Reworked ComputeLimits in the last breaker pass. Moved the heavy computation of the max predecessor / min successor data down to the sql in the changeset class. (user: aku, tags: trunk) |
02:47:49 | * | [ebb2765954] Add the timeline display preferences page with the ability to turn on and off block markup in timeline comments and to limit the length of timeline comments. (user: drh, tags: trunk) |
01:55:07 | * | [ec1fbd7f68] Fix typos in the "concepts.html" document. (user: drh, tags: trunk) |
01:26:21 | * | [371dd6574c] Fix the revert command so that it works from subdirectories. Other minor comment and help-text changes. (user: drh, tags: trunk) |