Code

python2.3 compatibility fixes
[roundup.git] / roundup / backends /
2010-10-21 schlatterbeckpython2.3 compatibility fixes
2010-10-07 schlatterbeck- refactor: move import_journal to hyperdb -- it was...
2010-10-07 schlatterbeck- lower memory footprint for (journal-) import -- only...
2010-09-17 schlatterbeck- more logger fixes, sorry for the noise.
2010-09-16 schlatterbeck- more logger fixes -- use correct hierarchical logger...
2010-09-07 schlatterbecknew rdbms config item sqlite_timeout makes the previous...
2010-08-09 richardremove unnecessary brackets
2010-07-12 richardsession API consistency
2010-07-10 richardfix up some pre-Python2.6 compatibility issues in the...
2010-07-10 richardfix up some pre-Python2.6 compatibility issues in the...
2010-06-28 ber- Indexer Xapian, made Xapian 1.2 compatible. Needs...
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...
next