File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,24 @@ Required:
44- documentation of i18n: TAL tags for translation
55- translation databases in trackers
66- implementing logging for roundup-server, including command-line switches
7- - per-property permission spec
87- fix documentation referring to configuration (config.ini, mysql.txt and
98 postgresql.txt)
109- fix documentation referring to customisation using interfaces.py
1110- fix admin_guide referring to structure of trackers
1211- add config.ini section descriptions - DONE?
1312- review use of hasPermission etc. in classic template
14- - clean up roundup.cgi
1513
1614Optionally:
15+ - clean up roundup.cgi (switch to config file, use proper logging, remove
16+ all the crap)
1717- have rdbms backends look up the journal for actor if it's not set
1818- migrate to numeric ID values (fixes bug 817217)
1919- configuration editing in Web User Interface: core config,
2020 standalone server config, detectors and extensions configurations
2121- refactor backends to have a common Database class that manages them all,
2222 allowing different Class implementations from differen backends in the
23- one tracker
23+ one tracker. Once this is done, re-work the security stuff so that the
24+ roles attribute is a Multlilink and the security module defines the
25+ roles "class".
2426- include the test system in the binary distributions
27+
You can’t perform that action at this time.
0 commit comments