Code

- update changelog and give credits to reporter
[roundup.git] / roundup / backends /
2010-03-05 schlatterbeck- unify bool searching (filter method) across backends
2010-03-05 schlatterbeck- unify number searching across backends
2010-02-26 richardfix
2010-02-26 richardmore modernisation
2010-02-23 richardanother module modernised
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-11-24 stefanFix race condition.
2009-11-24 stefanFix Issue2550609, hopefully for real, this time.
2009-11-24 stefanFix Issue2550609.
2009-11-24 stefanFix Issue2550609.
2009-10-21 berCleanup, minor: Removed an outdated comment about the...
2009-10-09 schlatterbeckcorrections for python2.3 compatibility:
2009-09-11 berIndexers behaviour made more consistent regarding lengt...
2009-08-10 richardcompatibilty fix for pysqlite2 / unicode
2009-08-10 richardremove unused, deprecated import
2009-07-27 richard- re-order sqlite imports to handle multiple installed...
2009-03-16 stefanFix issue2550505
2009-03-12 stefanDon't check for node's existence if we know it exists.
2009-03-12 richardforce sqlite3 in py2.6+ to treat our stored text as...
2009-03-12 richardAdd compatibility package to allow us to deal with...
2009-03-10 richardFix some broken logging.
2009-02-27 stefanFix issue2550510
2009-02-24 stefanUniformly use """...""" instead of '''...''' for comments.
2009-02-24 stefanUniformly use """...""" instead of '''...''' for comments.
2009-02-24 stefanMake RDBMS cache-size configurable.
2009-02-20 stefanFix typo.
2009-02-20 stefanCorrect handling of a Multilink filterspec with an...
2009-02-20 stefanRobustify SQL<->HyperDB data type conversion.
2009-02-20 stefanEnhance and simplify logging.
2009-02-16 stefanFix issue2550505.
2009-02-16 stefanFuse multiple DELETE calls into one for multilinks.
2009-02-16 stefanExecute cursor via Database.sql().
2009-02-12 stefanFix issue2550501
2009-02-06 stefansvn repository setup
2004-04-08 richardmysql and postgresql schema mutation now handle added...
2004-04-07 richardsqlite backend uses the global lock again
2004-04-05 richardversion info in scripts
2004-04-05 richardsort/group by multilink in RDBMS
2004-04-02 richardExport and import now include journals (incompatible...
2004-03-31 richardOTK generation was busted (thanks Stuart D. Gathman)
2004-03-31 richardbetter sqlite columns
2004-03-31 richardMySQL and Postgresql use BOOL/BOOLEAN for Boolean types
2004-03-26 richardbetter fix
2004-03-26 richardhandle older sessions
2004-03-26 richardmissed a print
2004-03-26 richardFix for sqlite backend migration.
2004-03-24 richardminor pre-release / test fixes
2004-03-24 richardmore metakit fixes
2004-03-24 richardmore metakit fixes
2004-03-24 richardFix some tests.
2004-03-24 richardMySQL migration of old backend database to new, typed...
2004-03-23 richard*** empty log message ***
2004-03-22 richardImplemented proper datatypes in mysql and postgresql...
2004-03-21 richardsqlite doesn't need external locking
2004-03-21 richardThat's the last of the RDBMS migration steps done!...
2004-03-19 richardPart-way to having the metakit backend handle "content...
2004-03-19 richardThis is my attempt to include the "actor" property...
2004-03-19 richardA few big changes in this commit:
2004-03-18 richardFinished implementation of session and one-time-key...
2004-03-17 richard*** empty log message ***
2004-03-15 richardAdded the "actor" property. Metakit backend not done...
2004-03-12 richardsecurity fixes and doc updates
2004-03-12 richardmake mysql / postgresql work again. beginnings of otk...
2004-03-05 richard*** empty log message ***
2004-02-26 drkorg*** empty log message ***
2004-02-26 richardMissed checkin.
2004-02-23 wc2so1A classes key can now be changed in the metakit backend...
2004-02-23 wc2so1Added __doc__ strings to back_metakit.
2004-02-19 richardfix permission handling around rego
2004-02-11 richarddocumentation cleanup
2004-01-27 wc2so1Changed to 1.56
2004-01-26 wc2so1 1 Added an explicit close to the Indexer class. This...
2004-01-20 richardfix to metakit from Brian Kelley
2004-01-20 richardmore compliance testing, this time for find()
2004-01-20 richarduse the upload-supplied content-type if there is one
2003-12-10 richardmore unit tests, fixes and cleanups
2003-12-05 richardmore unit tests to improve coverage (up from 85% to...
2003-12-05 richardfix more metakit dumbness
2003-12-05 richardRefactored CGI file serving so that FileClass contents...
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-12 richardclarified minimum version required for MySQL backend...
2003-11-12 richard- fixes for sf bug 818339
2003-11-12 richardfixed ZRoundup - mostly changes to classic template
2003-11-11 richard- that's the postgresql backend in (cleaned up doc...
2003-11-10 richardmore database closing cleanups, finally mysql has no...
2003-10-25 richard- using Zope3's test runner now, allowing GC checks...
2003-10-07 anthonybaxterhyperdb grows a refresh_database() method. There will...
2003-10-07 richard- Fix a couple of failures in mysql backend unit tests.
2003-10-07 anthonybaxterexpand an XXX comment
2003-10-07 anthonybaxtermake the RDBMS common backend and the SQLite and MYsql...
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-05 jlgijsbersNormalize multiline strings for emacs.
2003-09-04 richardInitial implementaion (half-baked) at new Tracker instance.
next