summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7cd224c)
raw | patch | inline | side by side (parent: 7cd224c)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 19 Aug 2002 23:20:59 +0000 (23:20 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 19 Aug 2002 23:20:59 +0000 (23:20 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@969 57a73879-2fb5-44c3-a270-3262357dd7e2
TODO.txt | patch | blob | history |
diff --git a/TODO.txt b/TODO.txt
index 63e0c91884107cff08fde75318492af25b23de0e..02a9211ae21f8c513c8cd8a10383cdcb13bb0e89 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
State Description
------------------------------------------------------------------------------
pending example: meta/parent bug implementation (feature request #506815)
+pending example: replace the "extended" example with a "help desk" one, and
+ rename "classic" to "bug tracker"
pending hyperdb: write a backend for gadfly
pending hyperdb: range searching of values (dates in particular)
- filter specifies {property: (comparison function, value)}
pending hyperdb: make creator, creation and activity available pre-commit
pending hyperdb: migrate "id" property to be Number type
pending hyperdb: allow classes to define their ordering (properties, asc/desc)
-pending hyperdb: entire database export and import (files, journals and all)
pending instance: including much simpler upgrade path and the use of
non-Python configuration files (ConfigParser)
-pending instance: move the header link config out into an html template
-pending instance: cleanup to support config (feature request #498658)
pending instance: split instance.open() into open() and login()
pending instance: rename to "instance" to "tracker"
-pending instance: sanity check instance setup after all these changes
pending mailgw: allow commands (feature request #556996)
like "help", "dump issue123" (would send all info about
issue123, including a digest of all messages, but probably
pending web: Quick help links next to the property labels giving a
description of the property. Combine with help for the actual
form element too, eg. how to use the nosy list edit box.
-pending web: feature request #507842
pending web: clicking on a group header should filter for that type of entry
+pending web: have the page layout (header/footer) be templatable
pending web: have index page handle mid-page errors better so header and
- footer are still visible!
+ footer are still visible
+pending web: re-work cgi interface to abstract out the explicit "issue"
+ interface
+pending admin/web?: retrieval of "mbox" archive of all messages
ongoing any bugs
done hyperdb: fix the journal bloat (RJ)
done hyperdb: add Boolean and Number types (GM)
done hyperdb: update design document (RJ)
+done hyperdb: entire database export and import (incl files) (RJ)
done mailgw: better help message (feature request #558562) (RJ)
done security: add info from doc/security.txt to design doc (RJ)
done security: switch to sessions for web authentication (RJ)