Timeline
Not logged in

202 events occurring around 2007-11-16 20:42:31.

2007-11-29
07:02:39 * [b1666f8ff4] Implemented time ranges and dependency retrieval for the tag and branch based changesets. (user: aku, tags: trunk)
06:58:08 * [70d2283564] Moved the existing successor/predecessor code from main class to the proper singleton. Fixed config of main class, isn't simple dispatch any longer. Simplified calculation of the readable representation of changesets and removed code which has become superfluous. (user: aku, tags: trunk)
06:47:18 * [4b15fa348d] Added equivalent checks for the tag and branch based changesets. (user: aku, tags: trunk)
06:40:19 * [de10b2301e] Shuffled and updated the existing checks of revision changesets. (user: aku, tags: trunk)
06:31:08 * [7c28fe1312] Started to adapt the integrity module. Renamed Check to CheckRev, and added analoguous commands for Tags and Branches. Added placeholders for the new integrity commands, updated main changeset integrity command. (user: aku, tags: trunk)
06:23:30 * [8e3012423b] Updated the code printing the changeset statistics to know about change to the changeset types. (user: aku, tags: trunk)
06:21:57 * [215d2f1ad9] Brought knowledge of the new types to the state definition, changed the creation of the initial changesets to use tags and branches. (user: aku, tags: trunk)
06:10:18 * [c74fe3de3f] Integrate the new singletons with the main class, route the relevant places to them. (user: aku, tags: trunk)
05:58:53 * [27b15b7095] This commit starts a series of incremental changes not quite completely overhauling the handling of changesets, i.e. of project-level revisions. Actually this series of changes already started with 8ce7ffff21 as the bug it fixes was found when the first parts of the overhaul tripped the new integrity conditions for the modified changesets.    Backg... (user: aku, tags: trunk)
00:37:41 * [ba9af9aced] Fix the merge conflict detection. (user: drh, tags: trunk)
2007-11-28
14:31:19 * [f088412c49] Remove a stray character that snuck unto the rebuild.c source file. (user: drh, tags: trunk)
08:35:41 * [8ce7ffff21] Bugfix in FilterSym pass. Grafting branches operated on the tags table :( (user: aku, tags: trunk)
05:39:49 * [47d52d1efd] Added convenience method for assertions and used it in place of the existing if/trouble internal constructions. Changed API of 'log write' so that we can defer substituation of the message to when the write actually happen, and converted all places which would be hit by double-substitution. The remaining 'log write' calls will be converted incremen... (user: aku, tags: trunk)
2007-11-27
09:07:37 * [6b520e7d97] Modified to break all backward symbols, not only branches, removed the other custom circle breaking code, should not be needed any longer (See comments for proof). (user: aku, tags: trunk)
09:05:45 * [3e18606b5c] Bugfix: Sort pending nodes fully deterministic, and moved to separate helper command. Tweaked log output. (user: aku, tags: trunk)
09:04:46 * [1c39e57637] Updated to extended changeset string, and added tabular formatting. Further tweaked output, putting timestamp adjust messages on the same line as the changeset itself. (user: aku, tags: trunk)
09:03:07 * [911d56a8c8] Changesets, extended human readable representation, and tweaking of log output. (user: aku, tags: trunk)
08:59:54 * [2e07cd7164] Bugfix in the generation of the initial symbol changesets. Keep entries apart per line-of-development. (user: aku, tags: trunk)
05:08:54 * [678765068d] Bugfixes when generating revision changesets. (1) The dependencies for a revision are a list, not single. (2) Use pseudo-dependencies to separate revisions of the same file from each other if they have no direct dependencies in the state. (user: aku, tags: trunk)
04:26:56 * [8c6488ded2] Continued work on the integrity checks for changesets. Moved callers out of transactions. Two checks are already tripping on bad changesets made by InitCSets (pass 5). (user: aku, tags: trunk)
03:30:50 * [7e9e5fea77] Fix a bug in the unified diff generator. (user: drh, tags: trunk)
02:37:51 * [bf83201c7f] Outline for more integrity checks, focusing on the changesets. (user: aku, tags: trunk)
2007-11-26
16:40:55 * Changes to wiki page To Do List (user: drh)
01:33:50 * [62f37c9722] Begin porting the CVSTrac ticket reporting code over to fossil. The new code is not yet connected into the system. The port is incomplete. (user: drh, tags: trunk)
2007-11-25
21:11:33 * [5f3ddcc1b8] Add ticket configuration editing capability. (user: drh, tags: trunk)
17:13:14 * [4c22ae52fd] Changes to the diff algorithm to put bounds on run-time for very large files with many differences. (This came up on the previous check-in when you try to diff the two versions of sqlite3.c.) (user: drh, tags: trunk)
16:13:52 * [f394d84560] Update SQLite to the latest build from CVS. Add in the FTS3 extension, though it is not yet being used. Additional work toward tickets. (user: drh, tags: trunk)
07:54:09 * [b679ca3356] Code cleanup. Removed trailing whitespace across the board. (user: aku, tags: trunk)
07:44:24 * [1ea319fb67] Another helper, textual, write changeset data to stdout. (user: aku, tags: trunk)
07:41:07 * [bcc630d3f5] Tweaked log output of the topological sorter (revisions) to be tabular (aligned columns), added information (time ranges). (user: aku, tags: trunk)
07:39:53 * [96167b2a48] Changesets: Added accessor for to retrieve number of changesets known, and dropped the "trunk root -> NTDB root" dependency, is problematic. (user: aku, tags: trunk)
07:37:04 * [63052cb60a] Fixed log output for pass 10, and added missing command. (user: aku, tags: trunk)
07:35:30 * [97b4405ecf] Extended cycle breaker with debug facility allowing the user to watch the neighbourhood of specific changesets during the traversal. Extended label information, highlighting of the nodes of interest. Tweaked log output a bit. (user: aku, tags: trunk)
07:32:37 * [00e041dd22] State log output, moved to slightly higher verbosity level to allow them to be suppressed. (user: aku, tags: trunk)
07:31:43 * [eb43120ac1] Dot export extended, allow graph to define label color for highlighting. (user: aku, tags: trunk)
07:30:39 * [124fef5b1c] Filerevtree helper. Added missing requirements, and dialed the verbosity down. (user: aku, tags: trunk)
03:05:21 * [d743f04bd2] Moved more parts taken over by the top. sort passes out the breaker passes, and renumbered them. (user: aku, tags: trunk)
03:00:50 * [b6b7ff79cc] Moved the parts taken over by the top. sort passes out the breaker passes, and renumbered them (comments). (user: aku, tags: trunk)
02:59:21 * [66c85b4db4] Investigation of changeset order differences between running passes 1 to 6 and pass 6 alone show why the topological sort passes are separate in cvs2svn. The breaking of cycles can change the order of things due to different timeranges and dependencies of the broken changesets. Created two new passes for the sorting. The break passes 7 and 8 are no... (user: aku, tags: trunk)
02:54:22 * [b41127b9d8] Tweaked log output of filtering pass a bit. (user: aku, tags: trunk)
02:53:48 * [0868adf92a] Tweaked human readable representation of changesets to include their type. (user: aku, tags: trunk)
02:52:49 * [9668b16455] Bugfix in pass manager, handling of open-ended pass specifications. (user: aku, tags: trunk)
02:51:50 * [54e9b0a143] Tweaks of the log output, and reworked internals to expose not only breaking of cycles, but of paths as well. (user: aku, tags: trunk)
2007-11-24
23:59:47 * [a5e4e1ba96] More work on ticketing. This is a non-working incremental check-in. (user: drh, tags: trunk)
21:28:03 * [d913179b82] Progress toward ticket editing. This is an incremental check-in. (user: drh, tags: trunk)
19:33:46 * [fb358ca492] Progress toward getting ticketing working. We can enter a new ticket and display it. Cannot yet edit a ticket. (user: drh, tags: trunk)
14:06:38 * [6680679c2e] Documentation updates. (user: drh, tags: trunk)
13:18:09 * Changes to wiki page To Do List (user: drh)
05:31:30 * [87cf609021] Created convenience methods to create the human readable repesentation of a changeset and lists of such, and made liberal use of them. (user: aku, tags: trunk)
04:40:11 * [184c56327e] Bugfix in changeset class. Documented and fixed the SQL statements pulling the successor and predecessor information out of the state. It mishandled the Trunk <-> NTDB transitions. (user: aku, tags: trunk)
04:34:26 * [17ec2d682c] Bugfix in changeset class. Forgot to update the map from revisions to containing changesets when breaking the internal dependencies of the initial changesets. This affected only the first fragment as all the revisions put into separate fragments where still pointing to the original changeset. This lead to bogus links at the level of changesets, the... (user: aku, tags: trunk)
04:29:30 * [8c9030e3e8] Bugfix in the changeset class. The index from revisions to containing changesets is not 1:1, but 1:n. While only one revision changeset is possible there can also be zero or more symbol changesets. (user: aku, tags: trunk)
04:19:15 * [6d63634309] Tweaked log output a bit. Bugfixes: Forgot to propagate the border information into SplitRevisions, and a varname typo. (user: aku, tags: trunk)
04:15:46 * [eabaea870a] Added a number of assertions and must-not-happens with associated log output. Plus some small tweaks, and notes. (user: aku, tags: trunk)
03:59:55 * [a99d5798f6] Added missing node attributes in the Replace command. (user: aku, tags: trunk)
03:56:46 * [7ed2f29d7a] Updated passes 6 and 8 for to the changtes in the cycle breaker API (changed signature of save callback). (user: aku, tags: trunk)
02:45:39 * [f9f7cf5684] The autosync setting understands values like "on", "off", "true", and "false" in addition to 0 and 1. Updates to the documentation. (user: drh, tags: trunk)
01:14:14 * Changes to wiki page Fossil (user: drh)
00:10:59 * Changes to wiki page Fossil (user: drh)
00:10:08 * Changes to wiki page To Do List (user: drh)
2007-11-23
23:06:09 * [13732d495d] Fix a bug in the default header. (user: drh, tags: trunk)
22:09:47 * [34af72801d] New default header and footer and CSS. Add the ability to edit the footer. (user: drh, tags: trunk)
12:55:58 * [b346a7cf7d] Fix a redundancy in the text output of the usage comment on the tag command. (user: drh, tags: trunk)
12:49:02 * [6311ce2ec1] Remove obsolete file containing sample ticket configuration script. (user: drh, tags: trunk)
05:43:25 * [5f5620fbd2] Modified cycle breaker API. Hook for processed nodes now takes the graph as new first argument. Extended API, exposed method for dumping the current state of the graph, including ability to dump a sub graph. (user: aku, tags: trunk)
05:41:21 * [86f3319041] Extended the dot graph exporter to allow the export of a subgraph specified through a set of nodes. Default is the export of the whole graph, as before. (user: aku, tags: trunk)
05:38:12 * [64d0019e0f] Added two more debugging helper applications. One to extract and show a file revision tree, the other to display a dot file generated by the importer during cycle breaking passes. (user: aku, tags: trunk)
2007-11-22
22:55:05 * [285929373757b] Add the %w and %W formatting options for internal printf usage. Use these formatting characters to render wiki. Fix additional problems of unterminated wiki on webpage rendering by using %w. (There are probably more problems yet to be discovered and fixed.) (user: drh, tags: trunk)
22:14:38 * [d6ad7aa034] Make sure HTML tags in wiki are terminated in the diff screen too. (user: drh, tags: trunk)
22:02:06 * [3afcc4388c] Fix the rendering of comments with unclosed block HTML markup in the vinfo page. (user: drh, tags: trunk)
07:24:06 * [b8c3542172] Added two helper applications which peek into a conversion state and generate graphs from it. Both helpers look at the tree of symbols and show it in toto (symbol tree), or restrict themselves to the branches, aka lines of development (lodtree). (user: aku, tags: trunk)
07:22:38 * [f284847134] Reworked the dot export internals a bit to be more general regarding labeling and attribute writing. Updated the cycle breaker to define proper labels. (user: aku, tags: trunk)
07:21:12 * [2630e50610] Tweaked the log output for the statistics a bit. (user: aku, tags: trunk)
06:03:47 * [930ec162ce] Fixed the calculation of possible parents for a detached NTDB. Has to be trunk. The symbols were skipped before, causing them to have no parents at all later on, forcing an abort after CollateSymbols. Added some high verbosity log commands for debugging of this area. (user: aku, tags: trunk)
04:56:39 * [47e271a448] Fixed bug in the initialization of mybranchcode for changesets. (user: aku, tags: trunk)
04:21:37 * [e50f9ed55e] Continued work on pass 8. Completed the handling of backward branches, file level analysis and splitting them. Extended changesets with the necessary methods to the predecessor data and proper per-revision maps. (user: aku, tags: trunk)
03:47:38 * [4f1b60dd16] Continued work on pass 8. Renamed 'retrograde' to 'Backward Branch', should be easier to understand, and completed the predicate testing if a branch changeset is backward or not. (user: aku, tags: trunk)
03:33:32 * [4866889e88] Continued work on pass 8, added outline for handling of retrograde branches, extended changesets with predicate allowing us to find the branch changesets. (user: aku, tags: trunk)
03:21:43 * [de4cff4142] Extended changeset class with in-memory database mapping from changeset ids to the proper object, and extended the objects with position information and associated accessors. Extended pass 8 to load the commit order computed in pass 6, this is stored in the new position slot of changesets, and an inverted index mapping from position to changeset at... (user: aku, tags: trunk)
03:11:34 * [65be27aa69] Modified the API for the construction of changesets a bit, now allowing their construction with the correct id, instead of correcting it later. Updated pass 5 to use this, and fixed bug where the id counter for changesets was left uninitialized, allowing the improper generation of duplicate ids. (user: aku, tags: trunk)
03:03:44 * [ad7d5c2d10] Reworked the cycle breaker internals, moving the code handling the replacement of a changset (= node) with its fragments into a separate command. Extended the API, exposing the replacement operation, for use by passes. Added debugging code showing the set of consumable nodes for each iteration. (user: aku, tags: trunk)
02:58:09 * [59207428e2] Moved the functionality for splitting a changeset based on the sets of revisions for the fragments to be into a separate command, and into the changeset class, for use outside of changeset links. (user: aku, tags: trunk)
01:53:24 * [2a707334c9] Fix some compiler warnings. Comment changes on non-functioning code in tkt.c. (user: drh, tags: trunk)
2007-11-21
16:03:19 * [4db464a748] Fix a bug in the unified diff generator. (user: drh, tags: trunk)
13:52:26 * [d2b4469934] Append the pathname to the login cookie name so that separate cookies are used for each server. (user: drh, tags: trunk)
12:21:03 * [68a202e101] Attach login cookies to the root path of the server, so that multiple servers can coexist on the same site. (user: drh, tags: trunk)
04:44:13 * [1f60018119] Fixed typo in cycle breaker logging. Extended pass 8, wrote the outline with all the relevant custom callbacks. (user: aku, tags: trunk)
04:36:13 * [2a0ec504c5] Cycle breaker, API change. The changesets are now communicated via a retrieval callback instead of directly. Updated passes 6 and 7. This allowed us to move the start/done graph exports into the cyclebreaker as well. Changeset selection in pass 8 now in separate command too for this. (user: aku, tags: trunk)
04:11:59 * [1e177a4c91] Cycle breaker, API extension. Added a hook to process the graph between setup and regular consummation. This will be used by pass 8. (user: aku, tags: trunk)
04:05:53 * [2cf0462b82] Cycle breaker, API change. Routing the core cycle breaking through a callback so that users can choose their own algorithms. Updated passes 6 and 7. Moven changesets selection in pass 7 to separate command. (user: aku, tags: trunk)
03:46:22 * [d58423cdc4] API change cycle breaker. The save callback command is now specified through a separate configuration command. Moved callback invokation to helper command. Updated pass 6. Moved changeset selection to helper command. (user: aku, tags: trunk)
03:19:21 * [f0a9e3b523] Try again to get the Login/Logout menu name correct. (user: drh, tags: trunk)
03:17:53 * [bd667b1940] Get the name of the Login/Logout menu option right. (user: drh, tags: trunk)
03:01:40 * [555911dff5] Render the header of every page using subscript. Add a setup page that for editing that subscript. (user: drh, tags: trunk)
2007-11-20
23:54:34 * [e29abeff80] Add the SbS_Render() interface for rendering HTML with embedded subscript. (user: drh, tags: trunk)
06:59:03 * [7f15be9078] Added the ability to export the changeset graphs processed by the passes 6 to 8 using GraphViz's dot-format. This is activated by using the switch '--dots'. Bugfixes in the cycle breaker. First corrected variable names, I forgot to use the standard 'myXXX' format for the typevariables. Second, fixed a bug uncovered by looking at the exported graphs... (user: aku, tags: trunk)
2007-11-18
20:48:07 * [d5e7891b07] Add a more advanced commit-hook mechanism that allows us to specify multiple procedures in a particular order prior to commit. Continuing work toward getting tickets going. (user: drh, tags: trunk)
2007-11-17
17:48:46 * [8c96ed62f5] Continuing work on the infrastructure for tickets. (user: drh, tags: trunk)
04:39:27 * [4e7dd05fc6] Added an option "--batch" with which the user can disable the feedback display standard to interactive use. (user: aku, tags: trunk)
00:29:42 * [38b967dcf5] Merge Merge aku's CVS import changes into the main line. Fix a small bug in diff.c. (user: drh, tags: trunk)

2007-11-16
20:42:31 * [36b96b8616] Rework the merge algorithm. It now only works for text files. But, it no longer gets confused by line endings (\r\n versus \n) and it reports conflicts. (user: drh, tags: trunk)

08:32:40 * [96b7bfb834] Added convenience command to the state package when the sql returns a single row. Added more statistics about revisions, tags, branches, symbols, changesets to various passes. (user: aku, tags: trunk)
06:55:58 * [ce7fb48e8c] Moved out-of-place state declarations to the proper phase (setup, not run). (user: aku, tags: trunk)
06:53:01 * [e7c805f137] Added skeleton of pass 8, the final pass for the breaking of dependency cycles. This pass will handle the remaining cycles crossing revision and symbol changesets. (user: aku, tags: trunk)
06:51:25 * [7b3928681e] Bugfix. Destroy graph object after use. (user: aku, tags: trunk)
04:17:30 * [770a9b576a] Completed pass 7, breaking dependency cycles over symbol changesets. Moved the bulk of the cycle breaker code into its own class as it was common to the passes 6 and 7, and updated the two passes accordingly. Added code to load the changeset counter from the state to start properly. (user: aku, tags: trunk)
03:59:21 * [de64c94f54] Bugfix. When setting up or extended the changeset graph a changeset's successor may lay outside of the set of changesets under consideration, i.e. without a node in the graph. Ignore these. This did not (or only rarely) happen before the bugfix to the successor computation of changesets in project::rev (list instead of single). (user: aku, tags: trunk)
03:54:54 * [2516f4a56d] Bugfix. When I introduced the 'revisionbranchchildren' table to pass 2 I forgot to update pass 4 as well. Added code to drop the excluded revisons from this table as well, as either parent of branches, or branch child of some other revision. (user: aku, tags: trunk)
03:52:18 * [341d96be21] Bugfix. In pass 5, loading the changesets used the type codes instead of the type names. Modified the SQL selecting the data to return the proper names. (user: aku, tags: trunk)
03:17:35 * [f1b55da0ac] Bug fixes in the Myers diff algorithm. (user: drh, tags: trunk)
2007-11-15
21:49:14 * [57b2735ebd] Enhanced text diff subroutine uses Myers enhancements to Wagners minimum edit distance algorithm. White space at the end of lines is ignored. (user: drh, tags: trunk)
07:17:07 * [258366a37a] Added skeleton files for pass 7, the breaking of dependency cycles over symbol-based changesets. (user: aku, tags: trunk)
2007-11-14
05:26:18 * [f631d438b4] Added note regarding 'RevisionTopologicalSortPass', which is not a separate pass for us, but part of pass 6, breaking cycles over revision changesets. (user: aku, tags: trunk)
05:11:56 * [94c39d6375] Completed pass 6, wrote the code performing the breaking of cycles. Done by analysing each triple of changesets in the cycle at the file dependency level to see which revisions can be sorted apart. Added some additional utility routines. Extended the changeset class with the accessors required by the cycle breaker. (user: aku, tags: trunk)
05:08:43 * [67600f777b] Fixed handling of project objects when persisting them. Fill the project map. This is needed if the pass is not skipped. For the skip case we already initialize the project map when 'load'ing from the state. (user: aku, tags: trunk)
2007-11-13
07:22:35 * [85bd219d0b] Continued work on pass 6. Completed creation of changeset graph (nodes, dependencies), started on topological iteration and breaking cycles. Basic iteration is complete, fiding a cycle ditto. Not yet done is to actually break a found cycle. Extended the changeset class with the necessary accessor methods (getting cset type, successors, time range).... (user: aku, tags: trunk)
05:09:07 * [24c0b662de] Reworked the in-memory storage of changesets in pass 5 and supporting classes, and added loading of changesets from the persistent state for when the pass is skipped. (user: aku, tags: trunk)
2007-11-11
00:08:46 * [2a01d50430] Started on pass 6, breaking cycles between revision based changesets. Added skeleton files. (user: aku, tags: trunk)
2007-11-10
23:44:29 * [08ebab80cd] Rewrote the algorithm for breaking internal dependencies to my liking. The complex part handling multiple splits has moved from the pass code to the changeset class itself, reusing the state computed for the first split. The state is a bit more complex to allow for its incremental update after a break has been done. Factored major pieces into separ... (user: aku, tags: trunk)
20:40:06 * [95af789e1f] Oops. pass 5 is not complete. Missed the breaking of internal dependencies, this is done in this pass already. Extended pass _2_ and file revisions with code to save the branchchildren (possible dependencies), and pass 5 and changesets with the proper algorithm. From cvs2svn, works, do not truly like it, as it throws away and recomputes a lot of st... (user: aku, tags: trunk)
07:46:20 * [5f7acef887] Completed pass 5, computing the initial set of changesets. Defined persistent structure and filled out the long-existing placeholder class (project::rev). (user: aku, tags: trunk)
05:34:26 * [54d1e3537e] Started on pass 5, computing the initial approximate set of project level revisions, aka 'ChangeSets'. Skeleton of the pass added. (user: aku, tags: trunk)
2007-11-09
06:42:46 * [959192d4b7] Added note about why we omit cvs2svn's sorting passes. (user: aku, tags: trunk)
06:28:19 * [131f051880] Moved the paranoid integrity checks of pass 2 into a separate package for use by other passes, and changed pass 4 to also run these checks, albeit in a (slightly) relaxed form. See the comments at the point of call for the reason. This completes pass 4. (user: aku, tags: trunk)
2007-11-08
16:14:13 * [50ff86afd0] Add the --detail flag to the merge command. (user: drh, tags: trunk)
2007-11-07
22:22:02 * [ac6bb3ce06] Improvements to the merge algorithm so that it works better for common changes. Still more work needed. (user: drh, tags: trunk)
07:46:31 * [e45f47ec4a] Opcode synchronization reworked, optype table is master from which the in-memory array is loaded. (user: aku, tags: trunk)
06:22:32 * [37734390ca] Pass 4 nearly completed. Rewrite symbol mutation, completed adjustment of symbol parents, added symbol refinement (noop or not flags). Now only missing piece is replication of the pass 2 paranoia checks. Note: Checks in the adjustment of parents are a bottleneck. May need indices, or something we can do in memory. (user: aku, tags: trunk)
06:19:13 * [7ab490df24] Extended pass 2, save branch positions, needed for pass 4, and added optype table to have the revision opcodes available in the state as well. (user: aku, tags: trunk)
2007-11-06
08:05:40 * [3a530ef947] Continued work on pass 4. Now propagating the project level information about prefered parents down to the file level tags. Same for the file level branches is not yet done. (user: aku, tags: trunk)
07:14:07 * [ffafc0bd65] Continued work on pass 4. Added code bringing the file level symbol data into compliance with the project level symbol types, converting tags to branches and vice versa. (user: aku, tags: trunk)
06:47:26 * [69bf6ab99b] Continued work on pass 4. Implemented the deletion of excluded symbols and all parts referencing them. The complex part is the regrafting of NTDB revisions should a NTDB branch be excluded. This is like 'GraftNTDB2Trunk' in 'file' when excluding everything but the trunk. (user: aku, tags: trunk)
04:57:15 * [11e5d7ce42] Started on pass 4, 'FilterSymbols'. Skeleton. (user: aku, tags: trunk)
04:55:29 * [d314894b9a] Extended comment. (user: aku, tags: trunk)
04:53:55 * [4c8a5a44af] Fix in pass 3, do not compute prefered parents for the excluded symbols. Exclude them from the final check as well due to this. (user: aku, tags: trunk)
04:39:41 * [efc78b7a42] Completed pass 3, CollateSymbols. Added code determining for each symbol the prefered parent from all possible parents. This is the symbol with the lowest id among the set with the maximum number of occurences as a parent. (user: aku, tags: trunk)
2007-11-05
09:04:25 * [7eaa420a23] Extended options processing to handle --exclude, --force-tag, and --force-branch options. Extended project::sym class with in-memkory databases to hold the option information and replaced the 'UserConfig' placeholder with the actual code using the new databases to determine symbol types based on user-requests. Extended the pass itself with code per... (user: aku, tags: trunk)
02:42:58 * [929d28e358] Added the "e" capability for viewing ticket submitter email addresses. Additional tinkering toward the design of tickets. This check-in is only thinly tested. (user: drh, tags: trunk)
2007-11-03
04:39:37 * [a67fbd784d] Add support for built-in variables in subscript. (user: drh, tags: trunk)
04:23:43 * [92f6081d11] Add basic math operators to subscript. (user: drh, tags: trunk)
04:01:55 * [8ef26c5e72] Subscript interpreter is now running. (user: drh, tags: trunk)
2007-11-02
06:06:24 * [f888f06fe3] Continued work on pass 3, added code to determine the type of symbols based on the tag-, branch-, and commit-counts. Hook for handling data coming from the option processoris present (UserConfig), but only as a placeholder. (user: aku, tags: trunk)
04:29:05 * [6d4eb24738] Skeleton for pass 3 added, collating the symbols. (user: aku, tags: trunk)
04:26:32 * [c3d5104084] Added code for the loading of pass II data (currently only the smybols) from the state when pass II is skipped. (user: aku, tags: trunk)
04:24:31 * [77904c1f51] Fixed typos. (user: aku, tags: trunk)
2007-10-31
03:45:12 * [cb4d44d60e] Milestone I reached (To save the fundamental repository structure into a sqlite database). (user: aku, tags: trunk)
03:44:01 * [6f8667b03e] Added code creating aggregate symbol statistics. This completes pass 2 (CollRev). (user: aku, tags: trunk)
2007-10-28
23:27:12 * [f08adf3d58] Added a "wiki" link to the main menu. Added built-in description of wiki formatting rules. Added a wiki "homepage" that displays when the "wiki" URI is used without a pagename. Added support for a wiki sandbox that does not save to the repository. (user: drh, tags: trunk)
21:26:07 * [f40230a7e8] The "wiki" URI without a page name argument now gives you a list of existing wiki pages. This works fine as long as there are a reasonable number (no more than a few hundred) wiki pages. We need to think of something better for large wikis. We also need to think of ways to give users better guidance for creating new wiki pages. (user: drh, tags: trunk)
21:09:32 * [e75f9a2ab4] Fixes to the rendering of <verbatim> and <nowiki> (user: drh, tags: trunk)
20:52:52 * [8ffd32c2b7] Add the ability to edit the CSS for all pages in the Setup menu. Other miscellaneous changes toward getting ticketing to work. (user: drh, tags: trunk)
2007-10-27
13:52:17 * [421a1e1fa4] Fix the hyperlink to wiki so that it uses a query parameter for the wiki page name. (user: drh, tags: trunk)
04:59:07 * [831e8f360d] Replaced the ASCII art showing entity links with dia'grams and gif images derived from them. Especially useful when trying to understand the paranoia checks. (user: aku, tags: trunk)
2007-10-26
23:05:50 * Changes to wiki page RockShoxBugs (user: rockshox)
18:18:59 * [783df88ba8] Prevent duplicate logins on the "user add" command. Also, allow the login to be specified on the command line. (user: drh, tags: trunk)
17:43:48 * Changes to wiki page UserPermissions (user: anonymous)
17:43:12 * Changes to wiki page UserPermissions (user: anonymous)
17:40:37 * Changes to wiki page RockShoxBugs (user: anonymous)
06:53:16 * [70d4a81162] Added another consistency check, and revised the comments to use the more exact terms for the various relationships. (user: aku, tags: trunk)
06:11:21 * [2e7cbb2829] Fixed one of the cross-reference checks. (user: aku, tags: trunk)
05:29:46 * [2434ad3bfe] Added lots of checks looking for inconsistent references between the various objects, mainly revisions. (user: aku, tags: trunk)
05:28:24 * [1deb3786aa] Added saving of the fundamental symbol information (project level). (user: aku, tags: trunk)
2007-10-25
05:16:57 * [89e9b357ed] Fixed saving of authors, log messages, meta data. This was wrong since revision 99e165d5c4, when the id databases were introduced. Simplified meta saving due to changed trunk coding (no NULL). (user: aku, tags: trunk)
05:14:20 * [7375ebb988] Formatting change, code alignment. (user: aku, tags: trunk)
05:13:41 * [2c08006d9d] Changed the coding of trunk symbols. Using NULL makes for difficult comparisons later when doing integrity checks. Each trunk now has a regular unique id as a symbol. Added documentation to the table definitions, about references, constraints, etc. (user: aku, tags: trunk)
2007-10-24
14:44:57 * [05f9c95573] Extended pass manager to keep timing data for the executed passes and show them after completion of all passes. (user: aku, tags: trunk)
08:01:01 * [adf168e23e] Extended handling of id's for files so that we have them for backreferences from symbols and revisions. Completed persistence of revisions and symbols at file-level and fixed small problem with left-over links to branches. (user: aku, tags: trunk)
07:54:01 * [fa643aa91d] Disabled check for control characters in the log message. Allowing this for the moment, lets see if we run into trouble later on. Further reworked the check of symbol names, disallow forward slashs only at end. Found legal tags containing forward slashs in the middle. (user: aku, tags: trunk)
2007-10-23
19:43:47 * [f4c30de75a] No changes from the previous check-in. This just confirms that the previous check-in has now been tested and appears to work correctly. (user: drh, tags: trunk)
18:04:19 * [f66089ec43] Untested, experimental patch for correct redirect to the /index page when only the CGI script name is specified. (user: drh, tags: trunk)
16:35:04 * [8fb641e071] Get rid of the (silly?) int_least16_t type in sha1.c and just use good old "int" instead. Makes things easier to compile on older systems. (user: drh, tags: trunk)
16:30:21 * [17486c353f] Add a #include of <sys/types.h> to sha1.c. I am told this help it to compile on BSD systems. (user: drh, tags: trunk)
04:36:31 * [e94b52b6f2] Restructured the code handling NTBD in ExcludeBranch a bit to prevent the asserts in GraftNTDB2Trunk to bail out. (user: aku, tags: trunk)
04:34:12 * [9f3fd3ec4b] Added a bit of path normalization, stripping of a trailing slash from the path to the cvs repository. Before such a slash could break a later coming fileutil::stripPath. (user: aku, tags: trunk)
04:32:06 * [1527954d87] Added more checks to the RCS parser to detect bogus symbol names and problematic log messages. Added ability to rewind back to the beginning of the last recognized token for a nicer positioned error message. (user: aku, tags: trunk)
03:29:36 * [a766b08198] Reworked object deletion to happen centrally after the file has been processed (drop). Simplified the code restructuring the revision tree as it now doesn't have to think about when and where to remove objects. (user: aku, tags: trunk)
02:29:55 * [3a00ac5aa2] Due to quickly building memory pressure for large cvs repositories (thousands of revisions and symbol object) we have to save the pertinent information of a file immediately after it has been processed and then clear the memory. Inserted the basic skeleton for this into pass and file objects. (user: aku, tags: trunk)
2007-10-21
11:11:02 * [8f423ad438] Fix a bug in wiki rendering that caused an extra paragraph end tag following a hyperlink. (user: drh, tags: trunk)
07:08:28 * [436f17a5f0] Simplified the code for excluding non-trunk revisions a bit, using higher-level methods for some changes. Added missing revision destruction. (user: aku, tags: trunk)
06:10:13 * [886b6f257b] Added code able to exclude all non-trunk revisions upon user request. (user: aku, tags: trunk)
04:42:14 * [99e165d5c4] Created a separate common class for the id databases used by the repository, and updated the repository code to use it. (user: aku, tags: trunk)
2007-10-19
07:23:57 * [510cd02303] Continued the work on pass II, wrangling a file into shape. Completed handling of unnecessary initial deletions on branches. (user: aku, tags: trunk)
07:22:44 * [294156a36f] Extended the RCS parser to handle extended (aka new) phrases coming after the regular data of a revision, in the revision tree. (user: aku, tags: trunk)
2007-10-17
04:37:05 * [cfe4b269ac] Added detection of irrelevant trunk revisions for files added to a branch but not the trunk. Repository extended to keep inverted indices for the meta data and commit messages for retrieval of commit messages per meta data, required for the previous. fixed problem with file objects, we kept only the rcs path, and need the user visible path too. (user: aku, tags: trunk)
04:33:49 * [09af24fc7c] Extended file-level symbols and project-level trunk with methods to allow users to distinguish them (trunk vs. not trunk, for use as lines of development). (user: aku, tags: trunk)
03:24:30 * [b5b2d61527] Switched procs to methods, got rid of unwieldy and error-prone explicit import of instance variables. (user: aku, tags: trunk)
03:15:12 * [177a0cc55c] Fix setting of myimported, wrong condition. Fix item assignment when sorting branches. Fix parent/child linkage when setting up branch dependencies. Completed processes on non-trunk default branch revisions. Added skeleton code for the deletion of superfluous revisions. (user: aku, tags: trunk)
03:10:46 * [a3cd0c3099] More handling for option --trunk-only. (user: aku, tags: trunk)
03:09:58 * [3bde1a2e2f] Added new option --trunk-only, state and processing. (user: aku, tags: trunk)
03:08:06 * [4e49cbf03b] New helper command to delete item from list by name instead of position. (user: aku, tags: trunk)
2007-10-15
20:45:11 * [da9d38e2c3] Fix the "add" command is that it does not allow users to accidently add files that contain shell wildcard characters. (user: drh, tags: trunk)
00:03:30 * [e5441b908d] Continued work on pass II, starting to post-process tags, branches, and revisions, cleaning up cvs quirks, determining higher-level aggregates ... (user: aku, tags: trunk)
2007-10-14
01:58:07 * [67c24820c7] 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 ... (user: aku, tags: trunk)
00:30:39 * [d29dd11f2e] Add a sample ticket configuration script. This is just working notes. It will eventually be removed. (user: drh, tags: trunk)
00:29:14 * [39aa870f8f] 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. (user: drh, tags: trunk)
2007-10-13
23:57:15 * [54ac684df7] Completed loading of pass I from persistent state when skipped. (user: aku, tags: trunk)
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)