Code

removed debug prints
[roundup.git] / roundup / backends /
2002-08-16 richardadded is_retired query to Class
2002-08-01 gmcmUse same regex to split search terms as used to index...
2002-07-31 richard . web forms may now unset Link values (like assignedto)
2002-07-31 gmcmFixes to the search form and saving queries.
2002-07-31 richardcleanup
2002-07-30 gmcmAdapt metakit backend to new security scheme.
2002-07-30 gmcmLock the database, which means another round of making...
2002-07-30 richardSession storage in the hyperdb was horribly, horribly...
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-20 gmcmAn indexer that uses Metakit for storage.
2002-07-19 richardImplemented the destroy() method needed by the session...
2002-07-18 richardUnit tests and a few fixes.
2002-07-18 richardadded tests for number type too
2002-07-18 richardadded tests for boolean type, and fixes to anydbm backend
2002-07-18 gmcmAdd Number and Boolean types to hyperdb.
2002-07-17 gmcmFix bug in setting activity.
2002-07-17 gmcmSaving, running & editing queries.
2002-07-14 richard. fixed the journal bloat from multilink changes -...
2002-07-14 richardSome more TODOs
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-10 richard...except of course it's nice to use valid Python syntax
2002-07-10 richardBe extra safe
2002-07-10 richardexplicit database closing
2002-07-09 gmcmGet rid of some debugging msgs.
2002-07-09 gmcmUpdates to use Richard's cool new indexer.
2002-07-09 richardAdded reindex command to roundup-admin.
2002-07-09 richardMore indexer work:
2002-07-08 gmcmSwich to new indexer.
2002-07-08 gmcmMetakit backend. Metakit's home is equi4.com.
2002-07-08 richardcleaned up the indexer code:
2002-07-08 richardWas reopening the database with 'n'.
2002-06-20 richardMore informative error message
2002-06-19 richardMoved the file storage commit into blobfiles where...
2002-05-25 rochecompaanMerged search_indexing-branch with HEAD
2002-05-22 richard . changed the default message list in issues to displa...
2002-05-21 richardWell whadya know, bsddb3 works again.
2002-05-15 richardignore pyo
2002-05-15 richard . node caching now works, and gives a small boost...
2002-05-12 richardignore coverage files
2002-04-24 rochecompaanAll database files are now created group readable and...
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-27 grubert . add, vim line and cvs log key.
2002-02-27 richardRan it through pychecker, made fixes
2002-02-25 grubert . use blobfiles in back_anydbm which is used in back_b...
2002-02-25 grubert . add module blobfiles in backends with file access...
2002-02-16 richardforgot to patch bsddb backend too
2002-02-16 richard . #514854 ] History: "User" is always ticket creator
2002-02-16 richard . #516854 ] "My Issues" and redisplay
2002-01-22 richard. fixed back_bsddb so it passed the journal tests
2002-01-22 richardI was certain I'd already done this (there's even a...
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-10 richardFrom CHANGES:
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-08-03 anthonybaxter'n' -> 'c' for create.
2001-07-30 richardChecks for ability to import the specific back-end...
2001-07-30 richardHandle non-existence of db files in the other backends...
2001-07-30 richardMakes schema changes mucho easier.
2001-07-25 richardAdded the Roundup spec to the new documentation directory.
2001-07-24 anthonybaxterbsddb3 implementation. For now, it's the bsddb implemen...
2001-07-23 richardmore handling of bad journals
2001-07-23 richardsssh
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...
2001-07-23 richardMoved the backends into the backends package. Anydbm...
2001-07-23 richardMoved the database backends off into backends.
2001-07-23 richardmade backends a package
2001-07-23 richardmoved hyper_bsddb.py to the new backends package as...