Code

. use blobfiles in back_anydbm which is used in back_bsddb.
[roundup.git] / roundup / backends / back_anydbm.py
2002-02-25 grubert . use blobfiles in back_anydbm which is used in back_b...
2002-02-16 richard . #514854 ] History: "User" is always ticket creator
2002-01-22 richard. fixed back_bsddb so it passed the journal tests
2002-01-22 rochecompaanlast_set_entry was referenced before assignment
2002-01-22 rochecompaanWe need to keep the last 'set' entry in the journal...
2002-01-21 rochecompaanYou can now use the roundup-admin tool to pack the...
2002-01-18 richardRollback was breaking because a message hadn't actually...
2002-01-14 richard . changed all config accesses so they access either...
2002-01-02 richardSorry for the huge checkin message - I was only intendi...
2001-12-18 rochecompaanFixed bugs:
2001-12-17 richardImplemented file store rollback. As a bonus, the hyperd...
2001-12-16 richardtake a copy of the node dict so that the subsequent set
2001-12-14 richardyuck, a gdbm instance tests false :(
2001-12-12 richardCor blimey this anydbm/whichdb stuff is yecchy. Turns...
2001-12-12 richardI fixed the problems with people whose anydbm was using...
2001-12-10 richardEnabled transaction support in the bsddb backend. It...
2001-12-02 richard. We now use weakrefs in the Classes to keep the databa...
2001-12-01 richard. We now have basic transaction support! Information...
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-09-29 richardCGI interfaces now spit up a top-level index of all...
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 richardMakes schema changes mucho easier.
2001-07-25 richardAdded the Roundup spec to the new documentation directory.
2001-07-23 richardMoved over to using marshal in the bsddb and anydbm...
2001-07-23 richard*sigh* some databases have _foo.so as their underlying...