Code

- Add tests for Interval.pretty().
[roundup.git] / roundup / indexer.py
2003-01-14 richard.get() was intentional after all
2003-01-12 richard- fixed rdbms searching by ID (sf bug 666615)
2002-09-25 richardhandle multiple unrelated indexed classes
2002-09-10 richardremoved Log
2002-07-19 richardImplemented the destroy() method needed by the session...
2002-07-18 gmcmAdd Number and Boolean types to hyperdb.
2002-07-14 richardoops
2002-07-14 richardSome TODOs
2002-07-09 gmcmOptimize Class.find so that the propspec can contain...
2002-07-09 richardOnly save the index if the thing is loaded and changed...
2002-07-09 richardWe're indexing numbers now, and _underscore words
2002-07-09 richardAdded reindex command to roundup-admin.
2002-07-09 richardMore indexer work:
2002-07-08 richardcleaned up the indexer code:
2002-05-25 rochecompaanMerged search_indexing-branch with HEAD