Diff
Not logged in

Differences From:

File todo.txt part of check-in [71ed18cc4b] - Do not attempt to verify phantoms. Set the default max message size at 500K instead of 1MB. Updates to the todo list. by drh on 2007-08-01 02:03:31. [view]

To:

File todo.txt part of check-in [933875bbd1] - Updates to the todo list. by drh on 2007-08-01 02:07:43. [view]

@@ -8,8 +8,12 @@
     it is thus unable to update database because it cannot create
     a rollback journal) then it currently fails silently on a push.
     It needs to return a helpful error.
 
+ *  If the server returns an error (for example if the outbound /xfer
+    message exceeds the maximum POST size of the server) the client
+    does not report this error back to the user as it should.
+
  *  When constructing a new manifest (see the commit_cmd function
     in checkin.c, near line 303) make an attempt to PGP clearsign
     the manifest before checking it in.  There will need to be
     configuration parameters for the PGP (or more likely GPG)
@@ -33,39 +37,21 @@
     the ipaddr.
 
  *  Additional information displayed for the "vinfo" page:
 
-     +  The comment and user for this version (available in
-        the event table).
-     +  All decendents of this version (together with date,
-        user, comment, and hyperlink to the vinfo page) for
-        N generations.  N to be determined.  Perhaps configurable
-        using db_get_int()/db_set_int().  Note: decendents can
-        be found using the plink table.
      +  All leaves of this version that are not included in the
         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.
-     +  All ancestors of the current version with date, user,
-        comment, hyperlink.  M generations back, where M is
-        to be determined.
-     +  List of files added or modified by this version.
-        Information available in the mlink table.  Hyperlinks to
-        the finfo page for each file.
-     +  Hyperlinks to diff all files in this version against any
-        of the named decendents or ancestors.  The unified_diff()
-        function will compute a unified diff given to file blobs.
+     +  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.
 
-     +  All historical changes to this file with version number,
-        user, and comment, and hyperlink to the vinfo page for
-        the version.  Information available from the minfo table.
      +  Hyperlinks for diffing consecutive versions of the file.
 
  *  Timeline enhanced so that you can specify a range of dates.