Timeline
Not logged in

22 checkins occurring around 2008-02-04 19:08:55.

2008-02-06
03:05:42 * [41cf3e7c1d] Remove string_xform.c from the makefile. Require a "sym-" prefix on tags used to name baselines or branches. The prefix is omitted when the tag is used for this purpose; it is only there to avoid ambiguity with other built-in tag names. (user: drh, tags: trunk)
2008-02-05
20:49:53 * [4280e0d1f6] Removed annoying yellow/red placeholders. Added links to your wiki changes and your *file* commits. (user: stephan, tags: trunk)
20:48:16 * [91f151d57a] Moved string_xform.c code into encode.c, since that code serves a similar purpose. (user: stephan, tags: trunk)
20:47:53 * [97db3c0433] Moved string_xform.c code into encode.c, since that code serves a similar purpose. (user: stephan, tags: trunk)
15:52:35 * [c9270189c2] Added tracking of file removal in changesets. (user: aku, tags: trunk)
15:51:46 * [8ec5d8c87c] Moved log output for changeset log message to higher verbosity level. (user: aku, tags: trunk)
06:09:27 * [a1bbf19d51] Accept a last trunk-changeset on a vendor branch with the :trunk: already defined, and warn. Force changeset to be vendor-only, out of trunk. (user: aku, tags: trunk)
06:08:11 * [7caaf7afd5] Removed bogus (early) unset. (user: aku, tags: trunk)
00:01:44 * [6f05b4292a] Added /admin/sql page. Added a 'const' to db_generic_query_view() (user: stephan, tags: trunk)
2008-02-04
23:14:15 * [0095e24ba9] Added style info to db_generic_query_view(), so it can be styled via css (user: stephan, tags: trunk)

19:08:55 * [a20dcb5c26] Hyperlinks to directory browser pages on the pathname in the title of the file history viewer, finfo. (user: drh, tags: trunk)

19:07:58 * [8c3ec00311] On the printf extension converters (ex: %T, %w) the "alternate form flag" (ex: %#T, %#w) means first read an integer from the argument list and then only process that number of characters from the string or blob that is read next from the argument list. (user: drh, tags: trunk)
18:28:55 * [eae7ddfa4e] Add support for annotation in the web interface. (user: drh, tags: trunk)
17:34:14 * [c8da83ca36] Allow manifests with zero files. This fixes a problem in which some files do not appear in the filename table. (user: drh, tags: trunk)
17:27:17 * [d27a905b1f] Added link to /timeline?u=... Added several TODO markers. (user: stephan, tags: trunk)
17:26:00 * [b5b04dcf85] Added 'achtung' class. See the code comments. (user: stephan, tags: trunk)
16:39:09 * [9b68bc33bd] Begin inserting code to implement an "annotate" command. (user: drh, tags: trunk)
14:24:28 * [e81cc91aa4] Additional cleanup in the differencing engine. The new "dir" webpage now uses name= instead of the d= for the query parameter. (user: drh, tags: trunk)
14:05:03 * [eeea77f340] Improvements to comments on the diff algorithm code. Completely remove the older Wagner/Myers algorithm which had been commented out. (user: drh, tags: trunk)
13:53:55 * [e8cf0061cc] Tweaks to the diff algorithm give a 4x performance increase. Now comparable to command-line diff. (user: drh, tags: trunk)