diff TODO.txt @ 1320:3758a5af985f

Lots of little fixes in this update: - fixed Date.local() - email quoted text stripping is controllable again [SF#650742] - extract attachment name from content-disposition if name missing [SF#637278] - removed FILTER_POSITION from bundled configs - reverse message listing in issue display (reversion of recent change) - bad entries for multilink editing in cgi don't traceback now [SF#640310]
author Richard Jones <richard@users.sourceforge.net>
date Tue, 10 Dec 2002 00:11:16 +0000
parents b2d04ce03802
children 80eef084069a
line wrap: on
line diff
--- a/TODO.txt	Mon Dec 09 02:51:46 2002 +0000
+++ b/TODO.txt	Tue Dec 10 00:11:16 2002 +0000
@@ -16,6 +16,8 @@
                   [value, value, ...] implies "in"
 pending hyperdb   migrate "id" property to be Number type
 pending hyperdb   multilink sorting by length is dumb
+pending hyperdb   lastchangedby auto-property giving last user to change an
+                  item
 pending tracker   split instance.open() into open() and login()
 pending mailgw    allow commands (feature request #556996)
                   like "help", "dump issue123" (would send all info about
@@ -33,6 +35,8 @@
                   strictness (ie. turn off username==address matching)
 pending mailgw    Use in-reply-to for determining message lineage when subject
                   line lets us down
+pending mailgw    Allow different brackets delimiting [issueNNN] in Subject
+pending email     email sig could use a "remove me from this list"
 pending messages  Snarf the first whole sentence, or full first line of
                   messages for the summary - whichever is longer.
 pending project   switch to a Roundup instance for Roundup bug/feature tracking
@@ -56,14 +60,18 @@
 pending web       automagically link designators
 pending web       add checkbox-based removal/addition for multilink entries
                   (eg "add me"/"remove me" for nosy list)
-pending web       multilink item removal action (with retirement)
 pending web       search "refinement" - pre-fill the search page with the
                   current search parameters
 pending web       column-heading sort stuff isn't implemented
+pending web       multilink item removal action with retirement
+pending web       implement a python dict version of the form values
 
 active  web       UNIX init.d script for roundup-server
 bug     web       query editing isn't fully implemented
 bug     web       no testing for parsePropsFromForm
 active  web       revert to showing entire message in classic issue display
+bug     hyperdb   pysqlite and locks
+                  http://www.hwaci.com/sw/sqlite/c_interface.html
+bug     web       implement the request.url attribute?
 ======= ========= =============================================================
 

Roundup Issue Tracker: http://roundup-tracker.org/