Check-in [36df57aa39]
Not logged in
Overview

SHA1 Hash:36df57aa39f80c5bd0a802bfa52fe3fd83b1a0a3
Date: 2007-08-01 16:42:06
User: drh
Comment:Update the todo list.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified todo.txt from [20f337ccce] to [26b8dfdaac].

@@ -30,13 +30,10 @@
  *  The "leaves ?UUID?" command displays all leaf versions for the
     version UUID or for the current version if UUID is omitted.  If
     UUID is itself a leaf, it would be more helpful to display a
     message to that effect:  "<uuid> is itself a leaf"
 
- *  We need a command to show other branches - leaves of the root
-    which are not leaves of the indicated node.
-
  *  The ipaddr field of the rcvfrom table is not being set.  This
     field should be the IP address from which information is received
     for the local repository.  So when somebody does a push of new
     files we record the ipaddr.  Or when we do a pull, we record
     the ipaddr.
@@ -47,18 +44,10 @@
         decendent list.  With date, user, comment, and hyperlink.
         Leaves in the decendent table should be marked as such.
         See the compute_leaves() function to see how to find all
         leaves.
      +  Add file diff links to the file change list.
-     +  Add a link that will download a ZIP archive containing the
-        complete baseline.  Use zip_of_baseline() function in
-        zip.c to construct the ZIP archive.
-
- *  A new webpage: "finfo"  Information about a particular file
-    given its name.
-
-     +  Hyperlinks for diffing consecutive versions of the file.
 
  *  Timeline enhanced so that you can specify a range of dates.
 
  *  The /xfer handler (for push, pull, and clone) does not do
     delta compression.  This results in excess bandwidth usage.