Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 check-ins related to "trunk" plus check-in "2007-10-05 06:50:57" occurring around 2007-10-05 06:50:57.

2007-10-10
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)
13:03
The control file parser now reads ticket changes and wiki pages. ... (check-in: 2ab2db0bd3 user: drh tags: trunk)
07:27
Completed integration of state with pass I, now saving projects and files into it. ... (check-in: 042d54bae5 user: aku tags: trunk)
07:08
Collapse multiple uses of a project path into one project. ... (check-in: d174affb48 user: aku tags: trunk)
07:07
Added documentation for the persistent state of pass I. ... (check-in: 78da61db0e user: aku tags: trunk)
06:50
Extended state handling with methods to declare usage and structure of state, started integration of state with pass I, collection of projects and files. ... (check-in: fb1e36d290 user: aku tags: trunk)
05:33
Added the basic parts of the state manager and integrated it with option processor and pass manager. ... (check-in: eb656de7d9 user: aku tags: trunk)
2007-10-04
17:37
Changes to cgi.c in check-in [e63a9fd9d0] broke the windows build because of undefined socklen_t. Added the appropriate include file ... (check-in: e7cf189265 user: mjanssen tags: trunk)
04:34
Continued work on pass I. Filled in the repository management, and basic implementation of project objects. Missing are persistence and the foundation for that (cache database). ... (check-in: 52f2254007 user: aku tags: trunk)
04:32
Extended option processing, added handling of verbosity/quietness. ... (check-in: 2929a438ef user: aku tags: trunk)
2007-10-03
12:28
Add the tkt.c source file as an empty template. ... (check-in: a3e4a5d27d user: drh tags: trunk)
12:20
Test commands for importing and exporting ticket configurations. ... (check-in: 1e9c0e287e user: drh tags: trunk)
04:18
Added stub for repository management, added most of pass I, collecting archives in the repository. ... (check-in: 47740cc1f6 user: aku tags: trunk)
02:33
Begin adding setup screens for ticket configuration. ... (check-in: 0edee97370 user: drh tags: trunk)
2007-10-02
18:58
Begin adding the ticket configuration processing logic. ... (check-in: 2e9d52f27f user: drh tags: trunk)
15:22
Notes on how to proceed with ticket integration added to ideas.txt. ... (check-in: d8f27c5afd user: drh tags: trunk)
10:34
Added rudimentary proxy support to fossil chat client ... (check-in: 307233d828 user: mjanssen tags: trunk)
06:48
Added the pass management, integrated with application and option processor. ... (check-in: 5911515322 user: aku tags: trunk)
05:33
Re-added the user feedback and error reporting utilities, with modifications, and completed the handling of the informational options. ... (check-in: d57b7b4a05 user: aku tags: trunk)
03:05
Third attempt at getting a cvs importer which can handle branches. Using cvs2svn code and design notes as a guide. ... (check-in: 2a98ac44bd user: aku tags: trunk)
2007-09-28
20:08
Combine the "config" and "setting" commands into a single "settings" command. ... (check-in: 134e2aeccc user: drh tags: trunk)
15:44
Add enumeration lists and indented paragraphs in the wiki. ... (check-in: ab637af752 user: drh tags: trunk)
2007-09-27
04:44
CVS import. First, fixed sig::next regarding two things. One, we have to take the root version of a file into account as a possible predecessor. Two, a missing changed file may be misclassified and actually be added instead. Second, modified the search for a root changeset of a branch. We now try the existing regular intersection first for exactness, and in case of failure we fall back to a voting scheme to locate the most acceptable aka non-conflicting changeset. ... (check-in: 7a64b9e738 user: aku tags: trunk)
03:24
Updates to the ideas.txt file with notes on ideas for doing tickets. ... (check-in: bd35e98274 user: drh tags: trunk)
2007-09-26
19:46
If you "sync" against a server for which you do not have push permission, you get an error message but it still does the pull. ... (check-in: 2b51dbe02b user: drh tags: trunk)
16:20
Cleanup of the safemerge flag on update. Override available using the --force option. ... (check-in: 7eecb079ed user: drh tags: trunk)
13:49
Fix a bug in autosync commit - cleanup the onremote temp table after use. ... (check-in: a15122ff2d user: drh tags: trunk)
12:24
Minor changes to the quickstart.html document. ... (check-in: d8d6dc85e1 user: drh tags: trunk)
12:21
Fix a bug in clone - have it open the global settings database file so that it can access the default-user setting. ... (check-in: cbe0ace8f3 user: drh tags: trunk)
07:06
Bugfix for 3852590ce6. Make the use of cache files in the rcs parser actually dependent on the user option. ... (check-in: f6f5c902e6 user: aku tags: trunk)