Check-in [7fe1e734e9]
Not logged in
Overview

SHA1 Hash:7fe1e734e9d6158d8b9bfaaf624dd3c211f33d00
Date: 2007-07-31 10:10:37
User: drh
Comment:Remove one to-do item. Add another.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified todo.txt from [809029b84e] to [9ee026f875].

@@ -1,19 +1,16 @@
 Things to work on:
 
- *  On every push, pull, or clone command, remember the URL of the
-    server using db_put().  On subsequent pushes and pulls, allow
-    the URL to be omitted and substitute the URL that was used the
-    previous time.  Display the saved URL as part of the "info"
-    command in the cli.
-
  *  Bug: The timeline is visible in sqlitert even though anonymous
     access is turned off.  The timeline menu item should be omitted
     and the timeline page should be disallowed if the user does not
     have the right access permissions.  Feel free to add new access
     permissions (view timeline permission?) if this seems like something
     appropriate to do.
+
+ *  Use the wiki_convert() routine to render comments and other text
+    on web pages.
 
  *  If the server does not have write permission on the database
     file, or on the directory containing the database file (and
     it is thus unable to update database because it cannot create
     a rollback journal) then it currently fails silently on a push.