Timeline
Not logged in

22 checkins occurring around 2007-10-10 03:39:04.

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