Code

. We now have basic transaction support! Information is only written to
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sat, 1 Dec 2001 07:17:50 +0000 (07:17 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sat, 1 Dec 2001 07:17:50 +0000 (07:17 +0000)
commitc1fb0c81c783a6741f47e3f4abcd78a3f1cad1ad
tree2950b6e54fbff42d72f26219d1d243e38f2f2030
parent243c0ca70dd8b09abc0bcb404b3d3725592ade27
. We now have basic transaction support! Information is only written to
  the database when the commit() method is called. Only the anydbm
  backend is modified in this way - neither of the bsddb backends have been.
  The mail, admin and cgi interfaces all use commit (except the admin tool
  doesn't have a commit command, so interactive users can't commit...)
. Fixed login/registration forwarding the user to the right page (or not,
  on a failure)

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@442 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
roundup-admin
roundup/backends/back_anydbm.py
roundup/cgi_client.py
roundup/hyperdb.py
roundup/mailgw.py
roundup/templates/classic/dbinit.py
roundup/templates/extended/dbinit.py