Skip to content

Commit 5e69185

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent def09a0 commit 5e69185

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

TODO.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1614
Optionally:
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+

0 commit comments

Comments
 (0)