# HG changeset patch # User Richard Jones # Date 1138677160 0 # Node ID 762d65fefea5d8f7cfb2a64dcd1419ed9de87d1f # Parent 8ee9b38789afa9b049632f57e57a259e7b5e5334 *** empty log message *** diff -r 8ee9b38789af -r 762d65fefea5 MANIFEST.in --- a/MANIFEST.in Mon Jan 30 03:34:35 2006 +0000 +++ b/MANIFEST.in Tue Jan 31 03:12:40 2006 +0000 @@ -7,7 +7,7 @@ recursive-include doc *.html *.png *.txt *.css *.1 recursive-include detectors *.py recursive-include templates *.* home* page* -global-exclude .cvsignore *.pyc *.pyo +global-exclude .cvsignore *.pyc *.pyo .DS_Store include run_tests.py *.txt demo.py MANIFEST.in MANIFEST exclude BUILD.txt I18N_PROGRESS.txt TODO.txt exclude doc/security.txt doc/templating.txt diff -r 8ee9b38789af -r 762d65fefea5 TODO.txt --- a/TODO.txt Mon Jan 30 03:34:35 2006 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -This file contains items that need doing before the next release: - -Required: -- Security review: - - write up security model used in classic tracker - - ensure classic template actually implements the model detailed -- "Web Access" revocation needs work - the context should not be rendered - -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 - diff -r 8ee9b38789af -r 762d65fefea5 doc/installation.txt --- a/doc/installation.txt Mon Jan 30 03:34:35 2006 +0000 +++ b/doc/installation.txt Tue Jan 31 03:12:40 2006 +0000 @@ -733,7 +733,7 @@ Further Reading =============== -If you intend to use Roundup with anything other than the defualt +If you intend to use Roundup with anything other than the default templates, if you would like to hack on Roundup, or if you would like implementation details, you should read `Customising Roundup`_.