changeset 3528:762d65fefea5 1.0.0

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Tue, 31 Jan 2006 03:12:40 +0000
parents 8ee9b38789af
children 4fd84dcfed33
files MANIFEST.in TODO.txt doc/installation.txt
diffstat 3 files changed, 2 insertions(+), 24 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
-
--- 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`_.
 

Roundup Issue Tracker: http://roundup-tracker.org/