Mercurial > p > roundup > code
diff CHANGES.txt @ 430:350685601f37
Database transactions.
. 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)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 01 Dec 2001 07:17:50 +0000 |
| parents | 831e91e23963 |
| children | a28a80b714f9 |
line wrap: on
line diff
--- a/CHANGES.txt Fri Nov 30 20:47:58 2001 +0000 +++ b/CHANGES.txt Sat Dec 01 07:17:50 2001 +0000 @@ -10,12 +10,17 @@ . Some more flexibility in the mail gateway and more error handling. . Login now takes you to the page you back to the were denied access to. . Admin user now can has a user index link on their web interface. + . 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. Fixed: . Lots of bugs, thanks Roché and others on the devel mailing list! . login_action and newuser_action return values were being ignored . Woohoo! Found that bloody re-login bug that was killing the mail gateway. + . Fixed login/registration forwarding the user to the right page (or not, + on a failure) 2001-11-23 - 0.3.0
