Code

fixed form elements names in search form to allow grouping and sorting
[roundup.git] / roundup / backends /
2003-01-08 richardfixed searching on date / interval fields (sf bug 658157)
2003-01-05 richardfire auditors and reactors in rdbms retire (thanks...
2002-12-12 richardimplemented whole-database locking
2002-12-11 richardfixed nasty sorting bug that was lowercasing properties
2002-11-28 richarddon't double-close
2002-11-06 richardworking toward 0.5.2 release
2002-11-06 richard- fixed filtering by id in anydbm
2002-10-31 richardhardening for stringFind with missing props
2002-10-31 richardwork-around for sqlite bug
2002-10-08 richardallow blank passwords again (sf bug 619714)
2002-10-07 richard- fixed filter() with no sort/group (sf bug 618614)
2002-10-04 richardmerge from maint-0-5
2002-10-03 richardmerge from maintenance branch
2002-10-02 gmcmFix (re)indexing & find in back_metakit.
2002-09-27 richard- fixed bug in login if the username wasn't known
2002-09-26 gmcmAdd clearCache method to DB.
2002-09-26 richardadded Class.find() unit test, fixed implementations
2002-09-25 richard*** empty log message ***
2002-09-25 richardfix to SQL filtering
2002-09-24 richardfix to SQL lookup() and retirement
2002-09-24 richardadded missing stringFind to sql backends
2002-09-23 richardbetter detection of a useful gadfly
2002-09-23 richardimport fixes
2002-09-23 richardimport fixes
2002-09-23 richardfix to LRU cache
2002-09-23 richardSome speedups - both of the SQL backends can handle...
2002-09-23 richardsome speedups, some fixes to the benchmarking
2002-09-20 gmcmRemove some nasty debugging code.
2002-09-20 gmcmFix as many of the unit test cases as possible.
2002-09-20 richardOn second thought, that last checkin was dumb.
2002-09-20 richardmissed some of the creator prop spec fixes .. metakit...
2002-09-20 richard- verify contents of tracker module when the tracker...
2002-09-19 richardsimple LRU cache for SQL databases
2002-09-19 richardremoved debugging
2002-09-19 richardfix to setid
2002-09-19 richardAdded some words to the installation doc about choosing...
2002-09-18 richardfixes to the rdbms backends
2002-09-18 richardsqlite backend!
2002-09-17 richardinclude the "content" property in getprops....
2002-09-16 richardgadfly backend now complete - can handle schema changes...
2002-09-15 richardnicer error message for invalid class lookup
2002-09-13 richardFixed:
2002-09-12 richardadd close() methods where they are missing!
2002-09-12 richardnicer error message
2002-09-11 richarddefault value for GADFLY_DATABASE
2002-09-10 richardhandled some XXXs
2002-09-10 richardMade "creator" property a String like it should be...
2002-09-10 richardremoved Log
2002-09-09 richardmore 'n' -> 'c' :(
2002-09-05 richardmoved
2002-09-04 richardbetter error message
2002-09-04 richardbugfix
2002-09-03 richard*** empty log message ***
2002-09-03 richardallow overiding of the index args roundup/cgi/templating.py
2002-09-03 richardoops
2002-09-03 richardhandle disappearing users for journaltags
2002-09-03 richardFixed nasty bug that was preventing changes to multilin...
2002-09-01 richard. Lots of cleanup in the classic html (stylesheet,...
2002-08-30 richardminor edits
2002-08-30 richardvery basic filter support
2002-08-23 richardimplemented multilink changes (and a unit test)
2002-08-23 richardfixed read-only gadfly retire()
2002-08-23 richardahhh, I understand now
2002-08-23 richardThat's gadfly done, mostly. Things left:
2002-08-22 richardConsistent quoting
2002-08-22 richardWhee! It's not finished yet, but I can create a new...
2002-08-22 richarduse more robust date stamp comparisons in pack(), make...
2002-08-21 richardIn preparing to turn back on link/unlink journal events...
2002-08-19 richardfull database export and import is done
2002-08-19 richardhandle "unset" initial Link values (!)
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.
next