Mercurial > p > roundup > code
view TODO.txt @ 2921:ad4fb8a14a97
more doc updates, not so many TODOs any more
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 18 Nov 2004 05:05:25 +0000 |
| parents | fb25f2567a91 |
| children | 9614a101b68f |
line wrap: on
line source
This file contains items that need doing before the next release: Required: - implementing logging for roundup-server, including command-line switches - Security review: - write up security model used in classic tracker - ensure classic template actually implements the model detailed Optionally: - clean up roundup.cgi (switch to config file, use proper logging, remove all the crap) - have rdbms backends look up the journal for actor if it's not set - migrate to numeric ID values (fixes bug 817217) - configuration editing in Web User Interface: core config, standalone server config, detectors and extensions configurations - refactor backends to have a common Database class that manages them all, allowing different Class implementations from differen backends in the one tracker. Once this is done, re-work the security stuff so that the roles attribute is a Multlilink and the security module defines the roles "class". - include the test system in the binary distributions
