Code

- fix mailgw list of methods -- use getattr so that a derived class will
[roundup.git] / test /
2011-10-07 schlatterbeckSending of PGP-Encrypted mail to all users or selected...
2011-10-07 schlatterbeckPGP support is again working (pyme API has changed...
2011-10-06 schlatterbeckFix PGP implementation -- the pyme API has changed...
2011-08-24 schlatterbeckFix matching of incoming email addresses to the alterna...
2011-07-15 schlatterbeck- Fix StringIO issue2550713: io.StringIO in newer versi...
2011-07-15 schlatterbeckFix mailer encoding test:
2011-06-06 schlatterbeckYet another fix to the mail gateway, messages got ...
2011-06-01 schlatterbeckYet another fix to the mail gateway, messages got ...
2011-05-29 schlatterbeckFix file-unlink bug in mailgw (Ralfs oversight when...
2011-04-16 schlatterbeckFixed bug in filter_iter refactoring (lazy multilinks...
2011-04-15 schlatterbeckAdd new config-option 'password_pbkdf2_default_rounds...
2011-04-14 schlatterbeckuse idea from Eli Collins to use a list of deprecated...
2011-04-14 schlatterbeckAdd new config-option 'migrate_passwords' in section...
2011-04-14 schlatterbeckFix first part of Password handling security issue25506...
2011-04-14 schlatterbeck- fix new mailgw test (-c option :-)
2011-04-14 schlatterbeck- Add regression test for -c option to mailgw -- bug...
2011-03-21 schlatterbeck- Optimisation: Late evaluation of Multilinks (only...
2010-12-23 schlatterbeck- Factor MailGW message parsing into a separate class...
2010-10-22 schlatterbeckclear the cache on commit for rdbms backends: Don't...
2010-10-21 schlatterbeckfix broken tests by adding additional permissions now...
2010-10-21 schlatterbeckmore fixes to search permissions:
2010-10-20 schlatterbecksearch permissions must allow transitive properties
2010-10-19 schlatterbeck- Add explicit "Search" permissions, see Security Fix...
2010-10-06 schlatterbeck- some formatting
2010-10-05 schlatterbeck- new mailgw config item unpack_rfc822 that unpacks...
2010-10-04 schlatterbeckFix charset of first text-part of outgoing multipart...
2010-09-17 schlatterbeck- more logger fixes, sorry for the noise.
2010-09-07 schlatterbeck- fix small indentation glitch
2010-08-12 richardimprove handling of '>' when URLs are converted...
2010-08-09 richardforce tests checking text output to work in the "C...
2010-08-04 schlatterbecknew mailgw config option subject_updates_title, see...
2010-07-12 richardmake URL detection a little smarter about brackets...
2010-07-12 richardmemorydb API consistency fix
2010-07-10 richardmoar test coverage
2010-04-16 richardAccept single-character subject lines
2010-03-05 schlatterbeck- unify bool searching (filter method) across backends
2010-03-05 schlatterbeck- unify number searching across backends
2010-02-23 richardThe email for the first message on an issue was sometim...
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
2010-02-05 richardminor fix to memorydb
2010-02-02 richardfix test
2010-02-02 richardadd in-memory hyperdb implementation to speed up testing
2010-02-01 richardhandle quoting/escaping specials after encoding; fix...
2010-02-01 richardAttempt to generate more human-readable addresses in...
2009-12-27 schlatterbeck- add a small word-splitting test for the indexers...
2009-12-27 schlatterbeckFix handling of non-ascii in realname in the nosy maile...
2009-12-21 schlatterbeckProper handling of 'Create' permissions in both mail...
2009-12-15 schlatterbeckClean up all the places where role processing occurs...
2009-12-14 schlatterbeckFix linking of an existing item to a newly created...
2009-12-07 richardFix some security assertions in mailgw to only assert...
2009-11-30 schlatterbeckFix security-problem: If user hasn't permission on...
2009-11-28 richardissue2550549: Some bugs issue classifiers were causing...
2009-10-09 schlatterbeckcorrections for python2.3 compatibility:
2009-09-29 schlatterbeckNew config option csv_field_size: Pythons csv module...
2009-09-11 berAdded more indexer tests for stopwords, case-in-sensiti...
2009-08-10 richardpy2.4 compat
2009-07-15 schlatterbeckfix problem with bounce-message if incoming mail has...
2009-07-14 schlatterbeckThe mail-gateway used to process messages fetched,...
2009-03-16 richardfix bug introduced into CVS export and view (issue...
2009-03-13 richarddo all the pre-release stuff including full test suite...
2009-03-13 richardfix unit test compatibility
2009-03-12 richardAdd some new encoding tests to mailgw:
2009-03-12 richardmigrate from MimeWriter to email
2009-03-12 richardAdd compatibility package to allow us to deal with...
2009-03-12 richardPlug a number of security holes:
2009-03-10 stefanAdjust to interface change in pytz.
2009-02-27 stefan* Add support for actions to XMLRPC interface.
2009-02-27 stefanAdjust to new location for templates in source tree.
2009-02-23 stefanRobustify Date.set.
2009-02-16 stefanMake cgi.templating more fault-tolerant towards invalid...
2009-02-06 stefansvn repository setup
2004-04-09 richardfix mailgw test harness
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 richardversion info in scripts
2004-04-05 richardsort/group by multilink in RDBMS
2004-03-29 richardstart at templating tests
2004-03-25 richard*cough* look over there...
2004-03-24 richardminor pre-release / test fixes
2004-03-24 richardpre-release stuff
2004-03-24 richardmore metakit fixes
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-03-02 jlgijsbersUse assertRaises instead of introducing _nocheck machin...
2004-02-29 richardtest fix
2004-02-20 richardfixes to some unit tests, and a cleanup
2004-02-17 richardtest fixes
2004-02-14 jlgijsbersSimple version of collision detection, with tests and...
2004-02-11 jlgijsbersMove out parts of client.py to new modules:
2004-01-27 wc2so1added testPasswordUnset
2004-01-20 richardmore compliance testing, this time for find()
2004-01-20 richarduse the upload-supplied content-type if there is one
2004-01-20 richard*** empty log message ***
next