Code

help for winzip users
[roundup.git] / roundup / backends / back_bsddb3.py
2004-02-11 richarddocumentation cleanup
2003-11-14 richard- Fixed retirement of items in rdbms imports (sf bug...
2003-09-08 jlgijsbers- Extended getuid() to replace figure_curuserid().
2003-05-09 richardA couple of form value handling changes:
2002-10-03 richardmerge from maintenance branch
2002-09-13 richardFixed:
2002-09-10 richardremoved Log
2002-07-19 richardImplemented the destroy() method needed by the session...
2002-07-14 richard. all storage-specific code (ie. backend) is now implem...
2002-07-08 richardWas reopening the database with 'n'.
2002-05-21 richardWell whadya know, bsddb3 works again.
2002-01-14 richard . changed all config accesses so they access either...
2001-11-21 richardAdded a target version field to the extended issue...
2001-10-09 richardMoved the data stringification up into the hyperdb...
2001-10-09 richardAdded the Password property type. See "pydoc roundup...
2001-08-12 richardusing isinstance(blah, Foo) now instead of isFooType
2001-08-07 richardstupid typo
2001-08-07 richardAdded the copyright/license notice to (nearly) all...
2001-08-03 anthonybaxter'n' -> 'c' for create.
2001-07-30 richardHandle non-existence of db files in the other backends...
2001-07-30 richardMakes schema changes mucho easier.
2001-07-24 anthonybaxterbsddb3 implementation. For now, it's the bsddb implemen...