Code

Very close now. The cgi and mailgw now use the new security API. The two
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 26 Jul 2002 08:27:00 +0000 (08:27 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 26 Jul 2002 08:27:00 +0000 (08:27 +0000)
commit4d8d40c99d434209f317e08d9977334681efd92d
tree7df6c3d37f9af3c4f0f9b725e096dd5e482cc21d
parente4f4d91699269831abe60373ee71fa66fae0580f
Very close now. The cgi and mailgw now use the new security API. The two
templates have been migrated to that setup. Lots of unit tests. Still some
issue in the web form for editing Roles assigned to users.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@921 57a73879-2fb5-44c3-a270-3262357dd7e2
21 files changed:
COPYING.txt
doc/security.txt
doc/upgrading.txt
roundup/backends/back_anydbm.py
roundup/cgi_client.py
roundup/htmltemplate.py
roundup/mailgw.py
roundup/roundupdb.py
roundup/security.py
roundup/templates/classic/dbinit.py
roundup/templates/classic/html/user.item
roundup/templates/classic/instance_config.py
roundup/templates/extended/dbinit.py
roundup/templates/extended/html/user.item
roundup/templates/extended/instance_config.py
roundup/volatiledb.py
test/test_db.py
test/test_htmltemplate.py
test/test_init.py
test/test_mailgw.py
test/test_security.py