Timeline
Not logged in

10 descendants and 10 ancestors of [9c01af2d22]

2008-02-04
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)
13:14:45 * [97ff24dec7] Better error message when attempting to create a new repository in a directory that does not exist. (user: drh, tags: trunk)
02:45:55 * [e487b77b1a] Add file and directory browsing capabilities to the web interface. (user: drh, tags: trunk)
00:25:00 * [e0580dfeee] Honor the -f flag on commit. (It was using -r in place of -f due to a typo, apparently.) (user: drh, tags: trunk)
2008-02-03
22:12:34 * [44811a65f8] login_page() now honors the 'g' (goto) parameter after a successful password update (user: stephan, tags: trunk)
22:07:24 * [334f8e6e2f] Added rudimentary /my page. (user: stephan, tags: trunk)

21:56:52 * [9c01af2d22] refactored some /tagview code into more generic bits. Added string_xform.c. (user: stephan, tags: trunk)

21:50:20 * [74ba41a510] added db_generic_query_view() to simplify /tabview and /my implementations (user: stephan, tags: trunk)
18:00:27 * [2cb3290e67] Fork Fixed a memory leak in tagview_page_list_tags(). Minor other refactorings. (user: stephan, tags: trunk)
17:22:58 * [b81e93f576] Corrected incorrect access rights check (did require Setup rights). Documentation corrections/additions. A few style conformance formatting changes. (user: stephan, tags: trunk)
16:35:12 * [649dd8a6af] got rid of '... might be used initialized' warnings (user: stephan, tags: trunk)
16:32:28 * [02a7c850b4] Refactored to use a shared query-rendering routine. (user: stephan, tags: trunk)
02:41:50 * [b312f5ff5b] Merge Merge in some changes to the CGI reply generator that we made back in early December but got lost on an abandoned branch. Distributed version control is nice, but it also leaves open the real danger of losing changes this way. We need to work on interface features to minimize the risk of losing changes like this, and to identify lost changes quic... (user: drh, tags: trunk)
02:38:32 * [c403f9dc40] Documentation updates. (user: drh, tags: trunk)
01:36:14 * [0523983440b] Merge Merged importer to mainline. (user: aku, tags: trunk)
01:33:45 * [3e76f2a5f0] Removed the now obsolete textrange information from the revision table and updated the file revision code to not store its textrange any longer. (user: aku, tags: trunk)
01:25:07 * [2ab3a2f603] Added a few search features (name/id/name-like). Changed default view to only show the 10 arbitrarily chosen # most recent tags. Still need to sort out tags for different types of entries (wiki/ticket/baseline) (user: stephan, tags: trunk)