Timeline
Not logged in

22 checkins occurring around 2007-10-14 00:30:39.

2007-10-17
04:37:05 * [cfe4b269ac] Added detection of irrelevant trunk revisions for files added to a branch but not the trunk. Repository extended to keep inverted indices for the meta data and commit messages for retrieval of commit messages per meta data, required for the previous. fixed problem with file objects, we kept only the rcs path, and need the user visible path too. (user: aku, tags: trunk)
04:33:49 * [09af24fc7c] Extended file-level symbols and project-level trunk with methods to allow users to distinguish them (trunk vs. not trunk, for use as lines of development). (user: aku, tags: trunk)
03:24:30 * [b5b2d61527] Switched procs to methods, got rid of unwieldy and error-prone explicit import of instance variables. (user: aku, tags: trunk)
03:15:12 * [177a0cc55c] Fix setting of myimported, wrong condition. Fix item assignment when sorting branches. Fix parent/child linkage when setting up branch dependencies. Completed processes on non-trunk default branch revisions. Added skeleton code for the deletion of superfluous revisions. (user: aku, tags: trunk)
03:10:46 * [a3cd0c3099] More handling for option --trunk-only. (user: aku, tags: trunk)
03:09:58 * [3bde1a2e2f] Added new option --trunk-only, state and processing. (user: aku, tags: trunk)
03:08:06 * [4e49cbf03b] New helper command to delete item from list by name instead of position. (user: aku, 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)
00:03:30 * [e5441b908d] Continued work on pass II, starting to post-process tags, branches, and revisions, cleaning up cvs quirks, determining higher-level aggregates ... (user: aku, tags: trunk)
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)