Code

removed Log
[roundup.git] / roundup / backends / back_bsddb.py
2002-09-10 richardremoved Log
2002-09-09 richardmore 'n' -> 'c' :(
2002-09-03 richardallow overiding of the index args roundup/cgi/templating.py
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-05-15 richard . node caching now works, and gives a small boost...
2002-04-03 richardFixed serialisation problem by moving the serialisation...
2002-02-27 richardRan it through pychecker, made fixes
2002-02-16 richardforgot to patch bsddb backend too
2002-01-22 richard. fixed back_bsddb so it passed the journal tests
2001-12-10 richardEnabled transaction support in the bsddb backend. It...
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-07-30 richardHandle non-existence of db files in the other backends...
2001-07-30 richardMakes schema changes mucho easier.
2001-07-23 richardmore handling of bad journals
2001-07-23 richardMoved over to using marshal in the bsddb and anydbm...
2001-07-23 richardStoring only marshallable data in the db - no nasty...
2001-07-23 richard*sigh* some databases have _foo.so as their underlying...