Code

OK, all those big ol' commits resulted in the movement of the ZPT packages
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 5 Sep 2002 00:38:11 +0000 (00:38 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 5 Sep 2002 00:38:11 +0000 (00:38 +0000)
into the roundup.cgi package.
I also added daemonification to roundup-server.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1069 57a73879-2fb5-44c3-a270-3262357dd7e2

TODO.txt

index c707f7d7022ba0f28c1bb4c8e73b32d98b0293db..53ae244981aa55ecb69069b3d357ca4b138006ce 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
@@ -49,14 +49,12 @@ pending web: search "refinement"
 pending web: have roundup.cgi pick up instance config from the environment 
 
 New templating TODO:
-. move PageTempalates, TAL, ZTUtils into roundup.cgi and clean up
 . rewritten documentation (can come after the beta though so stuff is settled)
 . modify cgitb to handle PageTemplate errors better
 . add :required to edit action
 active web: title is stoopid
 active hyperdb: full-text searching doesn't appear to match stuff in titles,
                 even though they're supposed to be indexed...
-active web: daemonify roundup-server (fork, logfile, pidfile)
 active web: UNIX init.d script for roundup-server
 
 ongoing: any bugs
@@ -83,4 +81,5 @@ done security: implement and use the new logical control mechanisms
 done web: saving of named queries (GM)
 done web: handle "not found", access and item page render errors better (RJ)
 done web: fix double-submit by having new-item-submit redirect at end (RJ)
+done web: daemonify roundup-server (fork, logfile, pidfile)