Timeline
Not logged in

22 events occurring around 2007-10-12 05:56:46.

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