Timeline
Not logged in

21 events occurring around 2007-10-06 16:40:48.

2007-10-06
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)