Code

- fix import/export regression test for anydbm for latest journal fix
[roundup.git] / roundup / backends / back_anydbm.py
2011-10-06 schlatterbeck- fix import/export regression test for anydbm for...
2011-09-28 schlatterbeckissue2550729: Fix password history display for anydbm...
2011-07-15 berFixed typo in permission "Reture" -> "Retire".
2011-07-15 richardhow odd, the Retire permission wasn't being registered...
2011-04-14 schlatterbeckSecond patch from issue2550688 -- with some changes:
2011-04-14 schlatterbeckFix first part of Password handling security issue25506...
2010-11-08 berMultilinks can be filtered by combining elements with...
2010-10-21 schlatterbeckpython2.3 compatibility fixes
2010-10-07 schlatterbeck- refactor: move import_journal to hyperdb -- it was...
2010-09-17 schlatterbeck- more logger fixes, sorry for the noise.
2010-09-16 schlatterbeck- more logger fixes -- use correct hierarchical logger...
2010-07-10 richardfix up some pre-Python2.6 compatibility issues in the...
2010-03-05 schlatterbeck- unify bool searching (filter method) across backends
2010-03-05 schlatterbeck- unify number searching across backends
2010-02-22 richardBeginnings of a big code cleanup / modernisation to...
2010-02-08 richardactually tuples are fine and expected; also remove...
2010-02-05 richardmake some more memorydb tests pass
2010-02-02 richardadd in-memory hyperdb implementation to speed up testing
2009-02-24 stefanUniformly use """...""" instead of '''...''' for comments.
2009-02-16 stefanFix issue2550505.
2009-02-06 stefansvn repository setup
2004-04-07 richardsqlite backend uses the global lock again
2004-04-02 richardExport and import now include journals (incompatible...
2004-03-19 richardA few big changes in this commit:
2004-03-18 richardFinished implementation of session and one-time-key...
2004-03-15 richardAdded the "actor" property. Metakit backend not done...
2004-03-12 richardsecurity fixes and doc updates
2004-02-11 richarddocumentation cleanup
2003-12-10 richardmore unit tests, fixes and cleanups
2003-12-05 richardmore unit tests to improve coverage (up from 85% to...
2003-11-16 jlgijsbers- Remove implementations of Class.getnode from back_any...
2003-11-14 richard- Fixed retirement of items in rdbms imports (sf bug...
2003-11-10 richardmore database closing cleanups, finally mysql has no...
2003-10-07 anthonybaxterhyperdb grows a refresh_database() method. There will...
2003-09-14 jlgijsbersSimplify backend importing, by moving the imports into...
2003-09-08 jlgijsbers- Extended getuid() to replace figure_curuserid().
2003-09-06 jlgijsbersMove up figure_curuserid(), it should be available...
2003-09-06 jlgijsbersExtract confirm_registration() from client to roundupdb...
2003-09-04 richardInitial implementaion (half-baked) at new Tracker instance.
2003-08-26 richardImporting wasn't setting None values explicitly when...
2003-08-12 richardsort multilinks a little better for grouping (sf bug...
2003-05-09 richardA couple of form value handling changes:
2003-04-22 kedderextended date syntax to make range searches even more...
2003-04-20 keddersearching on ranges of intervals is implemented
2003-03-26 richardfixed missing (pre-commit) journal entries in *dbm...
2003-03-26 richardClass.find() may now find unset Links (sf bug 700620)
2003-03-26 richardsigh++
2003-03-26 richardhandle myriad of argument types to filter()
2003-03-26 richardimplemented ability to search for multilink properties...
2003-03-17 kedderchecked to make sure that the restored item doesn't...
2003-03-16 kedderadded ability to restore retired nodes
2003-03-10 richardfix to sf bug 691071, really this time
2003-03-08 kedderadded support for searching on ranges of dates
2003-03-06 richardrelaxed CVS importing (sf feature 693277)
2003-03-03 richardadded test for error in sqlite backend, and fixed ...
2003-02-28 richardfixes to import/export
2003-02-26 richardfixed export/import of retired nodes (sf bug 685273)
2003-02-25 richard- registration is now a two-step process, with confirma...
2003-02-18 richarddon't attempt to create FileClass items if no content...
2003-02-14 richard- altered Class.create() and FileClass.create() methods...
2003-02-13 richardanydbm should return brand new items, even if cache...
2003-02-12 richard- fixed error in indexargs_url (thanks Patrick Ohly)
2003-02-06 richardFixed a backlog of bug reports, and worked on python...
2003-02-03 keddermore proper multilink sorting/grouping
2003-01-21 richardminor changes
2003-01-15 kedderapplied unicode patch
2003-01-08 richardfixed searching on date / interval fields (sf bug 658157)
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-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-09-26 richardadded Class.find() unit test, fixed implementations
2002-09-24 richardadded missing stringFind to sql backends
2002-09-23 richardsome speedups, some fixes to the benchmarking
2002-09-20 richardOn second thought, that last checkin was dumb.
2002-09-20 richard- verify contents of tracker module when the tracker...
2002-09-19 richardAdded some words to the installation doc about choosing...
2002-09-17 richardinclude the "content" property in getprops....
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-10 richardhandled some XXXs
2002-09-10 richardMade "creator" property a String like it should be...
2002-09-10 richardremoved Log
2002-09-05 richardmoved
2002-09-04 richardbetter error message
2002-09-04 richardbugfix
2002-09-03 richardallow overiding of the index args roundup/cgi/templating.py
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-22 richardConsistent quoting
2002-08-22 richarduse more robust date stamp comparisons in pack(), make...
next