Code

TODO changes
[roundup.git] / test / test_db.py
2002-07-31 richard . web forms may now unset Link values (like assignedto)
2002-07-26 richardVery close now. The cgi and mailgw now use the new...
2002-07-25 richardBugger it. Here's the current shape of the new security...
2002-07-19 richardImplemented the destroy() method needed by the session...
2002-07-18 richardUnit tests and a few fixes.
2002-07-18 richardoops
2002-07-18 richardadded tests for number type too
2002-07-18 richardadded tests for boolean type, and fixes to anydbm backend
2002-07-14 richardminor change to make testing easier
2002-07-14 richardDid some old TODOs
2002-07-14 richardImplemented a switch to disable journalling for a Class...
2002-07-14 richardFixes for the metakit backend (removed the cut-n-paste...
2002-07-14 richard. all storage-specific code (ie. backend) is now implem...
2002-07-11 richardAdded metakit backend to the db tests and fixed the...
2002-07-09 richardAdded reindex command to roundup-admin.
2002-07-09 richardMore indexer work:
2002-06-20 richardCleaned up the hyperdb tests
2002-05-21 richardWell whadya know, bsddb3 works again.
2002-04-15 richard. node ids are now generated from a lockable store...
2002-04-03 richardFixed serialisation problem by moving the serialisation...
2002-02-25 grubert . use blobfiles in back_anydbm which is used in back_b...
2002-01-22 richard. fixed back_bsddb so it passed the journal tests
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-19 rochecompaanJournal entries for link and multilink properties can...
2002-01-16 richard . lots of date/interval related changes:
2002-01-14 richard . changed all config accesses so they access either...
2001-12-17 richardImplemented file store rollback. As a bonus, the hyperd...
2001-12-10 richardAdded transaction tests to test_db
2001-12-03 richardFixes so the tests use commit and not close
2001-12-02 richard. We now use weakrefs in the Classes to keep the databa...
2001-10-09 richardAdded the Password property type. See "pydoc roundup...
2001-08-29 richardDisabled the bsddb3 module entirely in the unit testing...
2001-08-07 richardstupid typo
2001-08-07 richardAdded the copyright/license notice to (nearly) all...
2001-07-30 richardAdded more DB to test_db. Can skip tests where imports...
2001-07-29 richardAdded vim command to all source so that we don't get...
2001-07-29 richardAdded the fabricated property "id" to all hyperdb classes.
2001-07-27 richardmoving tests -> test