summaryrefslogtreecommitdiff
path: root/src/mailman/model/mailinglist.py
Commit message (Expand)AuthorAgeFilesLines
* IListManager.get() now accepts both List-IDs and FQDN list names.Barry Warsaw2017-06-241-2/+2
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Simplified the various list settings and remamed several things.Mark Sapiro2016-12-261-8/+6
* Merged from master.Mark Sapiro2016-12-091-1/+1
|\
| * Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* | DMARC mitigations, part 1a.Mark Sapiro2016-10-311-3/+10
|/
* Fix many failures.Barry Warsaw2016-09-081-8/+21
* CheckpointingBarry Warsaw2016-09-011-7/+1
* Intermediate CommitAbhilash Raj2016-09-011-11/+20
* MySQL is now an officially supported database.Barry Warsaw2016-07-291-27/+27
* New template system. Closes #249Barry Warsaw2016-07-161-24/+1
* Clean up the model and languages directories.Barry Warsaw2016-03-251-25/+29
* First massive round of cleanups.Barry Warsaw2016-03-231-5/+4
* Close #208Barry Warsaw2016-03-201-2/+2
* Last cleanups.Barry Warsaw2016-02-291-40/+36
* Revert "Rename the HeaderMatch.chain column to action"Aurélien Bompard2016-02-291-6/+6
* Review suggestions: improve unit testsAurélien Bompard2016-02-291-5/+4
* Review suggestions: rename the new index column to positionAurélien Bompard2016-02-291-40/+40
* Use a better way to delete from a collectionAurélien Bompard2016-02-291-3/+2
* Rename the HeaderMatch.chain column to actionAurélien Bompard2016-02-291-6/+6
* Use a property for HeaderMatch.indexAurélien Bompard2016-02-291-13/+36
* The order of a mailing list's header matches is significantAurélien Bompard2016-02-291-14/+115
* Super duper.Barry Warsaw2016-01-261-2/+2
* Add indexes on the MailingList tableAurélien Bompard2016-01-141-3/+3
* Several optimizations:Barry Warsaw2016-01-111-6/+5
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Add a send-digests subcommand to send list digests right now.Barry Warsaw2015-12-201-1/+1
* Digests improvements:Barry Warsaw2015-12-191-2/+1
* Clean up pass through abompard's branch.Barry Warsaw2015-10-201-2/+7
* Use and interface for the set of header_matchesAurélien Bompard2015-10-201-2/+48
* Implement changes from the reviewAurélien Bompard2015-10-201-2/+2
* Rename from plural to singularAurélien Bompard2015-10-201-5/+5
* Use a separate table for header_matchesAurélien Bompard2015-10-201-2/+19
* Merge from headAurélien Bompard2015-03-261-1/+2
|\
| * LP: #1432239 - Make sure acceptable aliases are deleted before the mailingBarry Warsaw2015-03-241-1/+2
* | Make the subscription policy a database columnAurélien Bompard2015-03-211-2/+1
* | Resurrect Barry's subpolicy branch (lp:~barry/mailman/subpolicy)Aurélien Bompard2015-03-201-1/+5
|/
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-1/+1
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
* More model test fixes and ports.Barry Warsaw2014-12-131-1/+3
* Checkpointing.Barry Warsaw2014-11-301-10/+9
* DatabaseBarry Warsaw2014-11-011-209/+223
|\
| * Merge Aurélien Bompard's latest merge branch, with some cleaning up by Barry.Barry Warsaw2014-10-131-4/+9
| |\
| | * * remove migrate commandAbhilash Raj2014-10-101-4/+8
| |/
| * Clean up pass.Barry Warsaw2014-09-221-73/+84
| * call roster methods on mailinglist object after load from databaseAbhilash Raj2014-09-181-9/+13
| * fix all tests in mailman.model.testsAbhilash Raj2014-09-131-72/+63
| * change leftover queriesAbhilash Raj2014-09-131-1/+0
| * modify all storm queries to work with SAAbhilash Raj2014-09-121-4/+3