Code

Allow to turn off translation of generated html options in menu method
[roundup.git] / roundup / backends /
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-07-01 berThe PostgreSQL backend quotes database names now for...
2011-07-01 berPostgreSQL backend minor improvement: database creation...
2011-07-01 berXapian indexing improved: Slightly faster and slightly...
2011-04-16 schlatterbeckFixed bug in filter_iter refactoring (lazy multilinks...
2011-04-14 schlatterbeckSecond patch from issue2550688 -- with some changes:
2011-04-14 schlatterbeckFix first part of Password handling security issue25506...
2011-04-06 schlatterbeck- small performance optimisation for 'get': do common...
2011-03-29 stefanAdd flags to allow to restrict DB modifications.
2011-03-21 schlatterbeck- optimisation for date: if the database provides us...
2011-03-21 schlatterbeck- Optimisation: Late evaluation of Multilinks (only...
2011-03-16 schlatterbeckConfiguration issue: On some postgresql 8.4 installatio...
2011-02-26 berFix search for xapian 1.2 issue2550676.
2010-11-08 berMultilinks can be filtered by combining elements with...
2010-11-04 stefanfix SQL generation for empty WHERE clause.
2010-10-22 schlatterbeckclear the cache on commit for rdbms backends: Don't...
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.
next