summaryrefslogtreecommitdiff
path: root/src/mailman/model/listmanager.py
Commit message (Expand)AuthorAgeFilesLines
* IListManager.get() now accepts both List-IDs and FQDN list names.Barry Warsaw2017-06-241-4/+11
* Delete all pendings when mailing list is deletedAbhilash Raj2017-01-081-0/+2
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* Implement the review suggestionsAurélien Bompard2016-10-261-3/+7
* Add a method to find list using properties filtersAurélien Bompard2016-10-261-0/+7
* __iter__() must sort just like mailing_lists property.Barry Warsaw2016-04-131-1/+2
* Clean up the model and languages directories.Barry Warsaw2016-03-251-6/+4
* First massive round of cleanups.Barry Warsaw2016-03-231-6/+4
* Delete bans when their associated list is deletedAurélien Bompard2016-01-141-0/+2
* Several optimizations:Barry Warsaw2016-01-111-6/+4
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Clean up maxking's branch a little bit.Barry Warsaw2015-08-041-1/+1
* Add tests for autoresponserecordAbhilash Raj2015-08-031-1/+1
* Fix #115Abhilash Raj2015-08-031-1/+5
* LP: #1432239 - Make sure acceptable aliases are deleted before the mailingBarry Warsaw2015-03-241-1/+3
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-6/+2
* Merge abompard's fixes to the Postgres test suite.Barry Warsaw2014-10-301-1/+2
* Test repair:Barry Warsaw2014-09-211-1/+2
* all tests except for importer working(ignoring test_migrations.py)Abhilash Raj2014-09-181-2/+2
* fix all tests in mailman.model.testsAbhilash Raj2014-09-131-1/+1
* modify all storm queries to work with SAAbhilash Raj2014-09-121-2/+2
* * change declarative_base class to use ModelMeta classAbhilash Raj2014-09-061-12/+10
* * Fix IntegrityError (against PostgreSQL) when deleting a list with contentBarry Warsaw2014-03-151-0/+2
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* * Creation of lists with upper case names should be coerced to lower case.Barry Warsaw2013-03-061-0/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-041-5/+17
* General code cleanup.Barry Warsaw2012-04-251-3/+2
* - Module modernatizations (print function).Barry Warsaw2012-04-221-21/+28
* ArchitectureBarry Warsaw2012-03-261-3/+2
* * Remove previously deprecated `IListManager.get_mailing_lists()`.Barry Warsaw2012-01-271-6/+0
* * Add property `IListmanager.name_compoments` which returns 2-tuples forBarry Warsaw2012-01-271-0/+8
* Three performance improvements.Barry Warsaw2012-01-271-6/+8
* Storm now has a "load hook" which we can use to restore the rosters when theBarry Warsaw2012-01-271-7/+3
* copybumpBarry Warsaw2012-01-011-1/+1
* Complete bug 827036 work.Barry Warsaw2011-08-171-1/+4
* Send event notifications whenever a mailing list is created or deleted.Barry Warsaw2011-08-161-1/+6
* Remove all pylint vestiges.Barry Warsaw2011-08-031-1/+0
* * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw2011-06-161-3/+3
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Add POST validators.Barry Warsaw2010-03-011-5/+0
* Refactoring the REST support by removing unnecessary stuff and moving otherBarry Warsaw2010-02-251-2/+1
* Complete the conversion to restish. All the tests pass and we're now actuallyBarry Warsaw2010-02-241-0/+1
* * Make the lists.txt doctest pass with restish.Barry Warsaw2010-02-231-5/+10
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* * Add REST interface for joining a mailing list.Barry Warsaw2009-12-281-2/+2
* database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-101-0/+97