summaryrefslogtreecommitdiff
path: root/src/mailman/model/tests/test_listmanager.py
Commit message (Expand)AuthorAgeFilesLines
* IListManager.get() now accepts both List-IDs and FQDN list names.Barry Warsaw2017-06-241-0/+18
* Delete subscription requests when a mailing list is deleted.Barry Warsaw2017-01-081-5/+11
* Delete all pendings when mailing list is deletedAbhilash Raj2017-01-081-0/+18
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Full coverage.Barry Warsaw2016-10-261-1/+17
* Implement the review suggestionsAurélien Bompard2016-10-261-4/+5
* Add a method to find list using properties filtersAurélien Bompard2016-10-261-0/+8
* MySQL is now an officially supported database.Barry Warsaw2016-07-291-1/+3
* Import order flake8 plugin.Barry Warsaw2016-03-271-1/+1
* Clean up the model and languages directories.Barry Warsaw2016-03-251-17/+7
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Clean up maxking's branch a little bit.Barry Warsaw2015-08-041-7/+13
* Add tests for autoresponserecordAbhilash Raj2015-08-031-2/+12
* Fix zope lookup error in the previous commitAbhilash Raj2015-08-031-1/+1
* Add tests for #115Abhilash Raj2015-08-031-0/+9
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
* All model tests except for pendings.rst is passing now.Barry Warsaw2014-12-131-8/+20
* Clean up pass.Barry Warsaw2014-09-221-4/+3
* Test repair:Barry Warsaw2014-09-211-0/+9
* modify all storm queries to work with SAAbhilash Raj2014-09-121-4/+4
* * Fix IntegrityError (against PostgreSQL) when deleting a list with contentBarry Warsaw2014-03-151-0/+15
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Checkpointing.Barry Warsaw2013-11-251-1/+4
* * Creation of lists with upper case names should be coerced to lower case.Barry Warsaw2013-03-061-0/+14
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * Held messages can now be moderated through the REST API. Mailing listBarry Warsaw2012-01-301-2/+2
* copybumpBarry Warsaw2012-01-011-1/+1
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-301-9/+0
* Complete bug 827036 work.Barry Warsaw2011-08-171-9/+74
* Send event notifications whenever a mailing list is created or deleted.Barry Warsaw2011-08-161-0/+71