Mercurial > p > roundup > code
view TODO.txt @ 2687:99bd8a4b8abf
init.initialize() was removed in [[CVS:1.30]] (27-jul-2004)
initialize test trackers as it is done in admin.py
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Sun, 26 Sep 2004 12:17:42 +0000 |
| parents | 5bdbf5e2e750 |
| children | b4fb224300b1 |
line wrap: on
line source
This file contains items that need doing before the next release: Required: - documentation of i18n: TAL tags for translation - translation databases in trackers - implementing logging for roundup-server, including command-line switches - per-property permission spec - fix documentation referring to configuration (config.ini, mysql.txt and postgresql.txt) - fix documentation referring to customisation using interfaces.py - fix admin_guide referring to structure of trackers - add config.ini section descriptions - review use of hasPermission etc. in classic template - how to override Client class methods like determine_user? - clean up roundup.cgi - include demo.py and the test system in the binary distributions Optionally: - 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
