Mercurial > p > roundup > code
diff CHANGES.txt @ 440:de5bf4191f11
Enabled transaction support in the bsddb backend.
It uses the anydbm code where possible, only replacing methods where
the db is opened (it uses the btree opener specifically.)
Also cleaned up some change note generation.
Made the backends package work with pydoc too.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 10 Dec 2001 22:20:01 +0000 |
| parents | 9d97c1a4ddad |
| children | a0c598702f17 |
line wrap: on
line diff
--- a/CHANGES.txt Mon Dec 10 21:02:53 2001 +0000 +++ b/CHANGES.txt Mon Dec 10 22:20:01 2001 +0000 @@ -11,8 +11,9 @@ . 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. + the database when the commit() method is called. Only the anydbm and + bsddb3 backends are modified in this way - the bsddb3 backend needs a + lot more work anyway... - the CGI and mailgw automatically commit() at the end of processing a single transaction - the admin tool requires an explicit "commit" - it will prompt at exit @@ -20,7 +21,6 @@ during the session (up to the last commit). . Added the "display" command to the admin tool - displays a node's values - Fixed: . Lots of bugs, thanks Roché and others on the devel mailing list! . login_action and newuser_action return values were being ignored @@ -34,6 +34,8 @@ . #487476 ] INSTALL.txt . #489760 ] [issue] only subject . fixed doc/index.html to include the quoting in the mail alias. + . fixed the backends __init__ so we can pydoc the backend modules + . web i/f reports "note added" if there are no changes but a note is entered 2001-11-23 - 0.3.0
