Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around 2007-10-10 21:15:17.
2007-10-17
| ||
03:09 | Added new option --trunk-only, state and processing. ... (check-in: 3bde1a2e2f user: aku tags: trunk) | |
03:08 | New helper command to delete item from list by name instead of position. ... (check-in: 4e49cbf03b user: aku tags: trunk) | |
2007-10-15
| ||
20:45 | Fix the "add" command is that it does not allow users to accidently add files that contain shell wildcard characters. ... (check-in: da9d38e2c3 user: drh tags: trunk) | |
00:03 | Continued work on pass II, starting to post-process tags, branches, and revisions, cleaning up cvs quirks, determining higher-level aggregates ... ... (check-in: e5441b908d user: aku tags: trunk) | |
2007-10-14
| ||
01:58 | 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 from the state now too. ... (check-in: 67c24820c7 user: aku tags: trunk) | |
00:30 | Add a sample ticket configuration script. This is just working notes. It will eventually be removed. ... (check-in: d29dd11f2e user: drh tags: trunk) | |
00:29 | 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. ... (check-in: 39aa870f8f user: drh tags: trunk) | |
2007-10-13
| ||
23:57 | Completed loading of pass I from persistent state when skipped. ... (check-in: 54ac684df7 user: aku tags: trunk) | |
23:42 | 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. This code will not be used. ... (Closed-Leaf check-in: 4df56a9e7e user: aku tags: trunk) | |
23:29 | 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. ... (check-in: ae19c0fcb4 user: aku tags: trunk) | |
21:15 | 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. ... (check-in: 27470a9304 user: aku tags: trunk) | |
05:39 | The basic work of setting up and linking revisions, tags, and branches is complete. ... (check-in: cb70cf4ad6 user: aku tags: trunk) | |
01:18 | Much improved wiki rendering. Automatic paragraph tags now match correctly. All tags should balance. ... (check-in: c963a7763d user: drh tags: trunk) | |
2007-10-12
| ||
23:18 | Fix some (certainly not all) problems with wiki editing. ... (check-in: df646a7f4c user: drh tags: trunk) | |
22:56 | The g.zExtra parameter is now always available as P("name"). This means the /wiki/xyz and /wiki?name=xyz are equivalent URLs. ... (check-in: 677aa71bca user: drh tags: trunk) | |
07:20 | 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. ... (check-in: 40eaf58ec7 user: aku tags: trunk) | |
07:18 | Continued to flesh out revision and symbol processing. Started on the project level classses. ... (check-in: da9295c6f6 user: aku tags: trunk) | |
05:57 | 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. ... (check-in: be891232a2 user: aku tags: trunk) | |
05:56 | 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. ... (check-in: bd131addb9 user: aku tags: trunk) | |
2007-10-11
| ||
02:11 | Add the g.zExtra output to the test_env page. Fix a bug in the computation of g.zTop. ... (check-in: 1ce716b2ec user: drh tags: trunk) | |
01:56 | Add the g.zBaseURL and g.zTop printouts to the test_env test page. ... (check-in: 218577e3af user: drh tags: trunk) | |
01:20 | Fix a C++-ism. ... (check-in: a84089319c user: drh tags: trunk) | |
01:17 | Remove unused hard-coded tags from the schema. Output a row count as a status indicator when doing a rebuild. ... (check-in: e38fc922a5 user: drh tags: trunk) | |
2007-10-10
| ||
23:10 | 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. ... (check-in: 61ce5e3685 user: drh tags: trunk) | |
21:15 | 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. ... (check-in: 50a58adb76 user: drh tags: trunk) | |
15:21 | Fix the wiki editor so that it can handle wiki page names that include spaces. ... (check-in: 9f89a8e68e user: drh tags: trunk) | |
05:36 | 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. ... (check-in: a10f654ac7 user: aku tags: trunk) | |
04:23 | API tweak rcs parser, definition of symbols, call through the callback once per symbol instead of once for the whole set. ... (check-in: 338854a61a user: aku tags: trunk) | |
03:39 | Added diff-command and gdiff-command to the valid settings ... (check-in: 29bc8da1d9 user: jnc tags: trunk) | |
03:28 | Added a lot of skeleton files for the revision and symbol data structures, for both project and file level. ... (check-in: 84de38d73f user: aku tags: trunk) | |
02:49 | 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. ... (check-in: f3807dbd88 user: jnc tags: trunk) | |
2007-10-09
| ||
02:35 | Refinements to the timeline for giving better information about wiki pages. ... (check-in: dfea940da8 user: drh tags: trunk) | |
2007-10-07
| ||
14:38 | Fixed omitsign discrepancies. Windows version now looks for USERNAME instead of USER when creating new database. ... (check-in: a21806dcf3 user: jnc tags: trunk) | |
2007-10-06
| ||
22:13 | Found easier way to access the typevariables of singletons when writing the rcs parser. Now moved the other singletons to the same construction. ... (check-in: 70b0aa899a user: aku tags: trunk) | |
22:06 | 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. ... (check-in: 8487172254 user: aku tags: trunk) | |
21:59 | 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 ... (check-in: 3d88cfd05d user: aku tags: trunk) | |
21:19 | Continued work on pass II, skeleton of it completed by adding outline of code for persistence. ... (check-in: 6d1811d61e user: aku tags: trunk) | |
21:01 | Added skeleton and dump methods to make file objects proper sinks for the rcs parser. ... (check-in: 2e3815c3b4 user: aku tags: trunk) | |
21:00 | 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 revisions (example: ChangeLogs). ... (check-in: e7bb3d073d user: aku tags: trunk) | |
20:58 | Nicer parser integration into pass II, and sort files for easier filesystem traversal during parsing. ... (check-in: ec053168a8 user: aku tags: trunk) | |
18:43 | Fleshed out pass II, added skeleton of rcs archive class, started integration of rcs parser. ... (check-in: 8a93ffa9c1 user: aku tags: trunk) | |
18:28 | Bringing back in the old parser for rcs archives. ... (check-in: 860f533e98 user: aku tags: trunk) | |
17:10 | Enforce well-formedness constraints on wiki pagenames. ... (check-in: 488afb9746 user: drh tags: trunk) | |
16:40 | Do not attempt to access the global_config table if the ~/.fossil database has not been opened. ... (check-in: 3cdb768fca user: drh tags: trunk) | |
16:37 | Timeline comments are now rendered as wiki. Wiki changes appear on the timeline. ... (check-in: 6d58613757 user: drh tags: trunk) | |
13:13 | Now able to enter and edit and display wiki pages. Still many problems to be resolved. ... (check-in: bf428e6854 user: drh tags: trunk) | |
03:56 | Added pass II (collection of revision and symbols), basic skeleton and state definitions, and integrated into the pass manager. ... (check-in: fdbc01df95 user: aku tags: trunk) | |
03:55 | Added documentation to state definition, and debugging output to the state system itself. ... (check-in: 10f9d51bb2 user: aku tags: trunk) | |
03:53 | Better formatting for --help-passes, align codes. ... (check-in: 43d72c6246 user: aku tags: trunk) | |
2007-10-05
| ||
13:47 | Add the shun table. Do not process artifacts named in the shun table. ... (check-in: 70d5cc86b7 user: drh tags: trunk) | |