Timeline
Not logged in

22 checkins occurring around 2007-11-22 22:55:05.

2007-11-24
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)
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)