Code

Use a real parser for templates.
authorgmcm <gmcm@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 13 Aug 2002 20:16:10 +0000 (20:16 +0000)
committergmcm <gmcm@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 13 Aug 2002 20:16:10 +0000 (20:16 +0000)
commit4f931b20672cfc687cc2929df260cff5f1aa6345
tree3d156f3fffbff935680fbbd4272beef4104f8657
parentc49d3c94d700341818c2fce5d5a667c21b73a88f
Use a real parser for templates.
Rewrite htmltemplate to use the parser (hack, hack).
Move the "do_XXX" methods to template_funcs.py.
Redo the funcion tests (but not Template tests - they're hopeless).
Simplified query form in cgi_client.
Ability to delete msgs, files, queries.
Ability to edit the metadata on files.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@950 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/cgi_client.py
roundup/htmltemplate.py
roundup/template_funcs.py [new file with mode: 0755]
roundup/template_parser.py
test/test_htmltemplate.py