Code

Add config-option "nosy" to messages_to_author setting in [nosy] section
[roundup.git] / test / db_test_base.py
2011-10-07 schlatterbeckSending of PGP-Encrypted mail to all users or selected...
2011-04-16 schlatterbeckFixed bug in filter_iter refactoring (lazy multilinks...
2011-04-14 schlatterbeckFix first part of Password handling security issue25506...
2011-03-21 schlatterbeck- Optimisation: Late evaluation of Multilinks (only...
2010-10-22 schlatterbeckclear the cache on commit for rdbms backends: Don't...
2010-09-17 schlatterbeck- more logger fixes, sorry for the noise.
2010-08-09 richardforce tests checking text output to work in the "C...
2010-03-05 schlatterbeck- unify bool searching (filter method) across backends
2010-03-05 schlatterbeck- unify number searching across backends
2010-02-08 richarddon't have mailgw tests close the db - they're not...
2010-02-08 richardMake memorydb pass all tests;
2010-02-05 richardmake some more memorydb tests pass
2009-12-07 richardFix some security assertions in mailgw to only assert...
2009-09-29 schlatterbeckNew config option csv_field_size: Pythons csv module...
2009-03-13 richardfix unit test compatibility
2009-03-12 richardAdd compatibility package to allow us to deal with...
2009-02-27 stefanAdjust to new location for templates in source tree.
2009-02-06 stefansvn repository setup
2004-04-08 richard*** empty log message ***
2004-04-08 richardoops
2004-04-08 richardmysql and postgresql schema mutation now handle added...
2004-04-05 richardsort/group by multilink in RDBMS
2004-03-24 richardFix some tests.
2004-03-22 richardImplemented proper datatypes in mysql and postgresql...
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 richardmake mysql / postgresql work again. beginnings of otk...
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-11-16 jlgijsbers- Add docstring to safeget method.
2003-11-16 jlgijsbersAdd 'safeget' method to hyperdb, including tests, and...
2003-11-14 richard- Fixed retirement of items in rdbms imports (sf bug...
2003-11-12 richard- fixes for sf bug 818339
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-11-05 jlgijsbersRemove duplication: use a 'extra_config' attribute...
2003-11-05 richardtest fix
2003-11-02 richardmore unit test work
2003-10-25 richard- using Zope3's test runner now, allowing GC checks...