Code

. added generic item editing
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 13 Sep 2002 03:31:19 +0000 (03:31 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 13 Sep 2002 03:31:19 +0000 (03:31 +0000)
commit148ca245739e56349e14a6f5542a3366e415a394
tree5c0b9e03d9abe5d7a1a895df8bd49e82660babf4
parent409eb83c2e0afff876c57c3e39a2d9ba5770f39f
 . added generic item editing
 . much nicer layout of template rendering errors
 . added context/is_edit_ok and context/is_view_ok convenience methods and
   implemented use of them in the classic template

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1158 57a73879-2fb5-44c3-a270-3262357dd7e2
14 files changed:
CHANGES.txt
doc/customizing.txt
roundup/cgi/PageTemplates/Expressions.py
roundup/cgi/PageTemplates/MultiMapping.py
roundup/cgi/cgitb.py
roundup/cgi/templating.py
roundup/templates/classic/dbinit.py
roundup/templates/classic/html/_generic.index
roundup/templates/classic/html/_generic.item
roundup/templates/classic/html/issue.index
roundup/templates/classic/html/issue.item
roundup/templates/classic/html/query.item
roundup/templates/classic/html/user.index
roundup/templates/classic/html/user.item