22 events occurring around 2007-11-21 03:19:21.
2007-11-22
| ||
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) |