20 ancestors of [2859293737]
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) |
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) |
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) |
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) |
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) |