summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/mailinglist.py
Commit message (Expand)AuthorAgeFilesLines
* Moved InvalidListNameError class definition to mailman.interfaces.mailinglist.Mark Sapiro2017-02-201-0/+10
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Make code style review pass.Barry Warsaw2017-01-041-18/+27
* Simplified the various list settings and remamed several things.Mark Sapiro2016-12-261-34/+12
* 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-0/+64
|/
* Fix more tests.Barry Warsaw2016-09-111-0/+3
* Fix many failures.Barry Warsaw2016-09-081-1/+13
* CheckpointingBarry Warsaw2016-09-011-1/+0
* Intermediate CommitAbhilash Raj2016-09-011-0/+2
* New template system. Closes #249Barry Warsaw2016-07-161-197/+13
* Update docstrings and add a missing attribute.Barry Warsaw2016-05-031-8/+10
* Import order flake8 plugin.Barry Warsaw2016-03-271-1/+1
* Clean up the interfaces directory.Barry Warsaw2016-03-251-14/+11
* Last cleanups.Barry Warsaw2016-02-291-18/+22
* Revert "Rename the HeaderMatch.chain column to action"Aurélien Bompard2016-02-291-8/+8
* Review suggestions: improve unit testsAurélien Bompard2016-02-291-1/+2
* Rename the HeaderMatch.chain column to actionAurélien Bompard2016-02-291-8/+8
* The order of a mailing list's header matches is significantAurélien Bompard2016-02-291-7/+52
* 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/+2
* Digests improvements:Barry Warsaw2015-12-191-4/+13
* Clean up pass through abompard's branch.Barry Warsaw2015-10-201-9/+16
* Use and interface for the set of header_matchesAurélien Bompard2015-10-201-0/+31
* Implement changes from the reviewAurélien Bompard2015-10-201-1/+2
* Rename from plural to singularAurélien Bompard2015-10-201-2/+2
* Use a separate table for header_matchesAurélien Bompard2015-10-201-0/+20
* Resurrect Barry's subpolicy branch (lp:~barry/mailman/subpolicy)Aurélien Bompard2015-03-201-0/+16
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-5/+1
* Trunk mergeBarry Warsaw2014-04-141-1/+37
|\
| * Bump copyright years.Barry Warsaw2014-01-011-1/+1
| * Checkpointing.Barry Warsaw2013-11-251-11/+36
| * Changes for enabling/disabling archivers.Joanna Skrzeszewska2013-09-081-0/+11
* | Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes.Barry Warsaw2014-04-141-1/+1
|/
* Switch to PEP 435 enums from flufl.enums.Barry Warsaw2013-06-181-1/+1
* * Add `subject_prefix` to the `IMailingList` interface, and clarify theBarry Warsaw2013-05-301-1/+13
* 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-0/+5
* * The policy for archiving has now been collapsed into a single enum, calledBarry Warsaw2012-07-261-4/+18
|\
| * Working for SQLite:Barry Warsaw2012-07-251-3/+7
| * - Rename the model attributes.Barry Warsaw2012-04-081-0/+10
|/
* Add an owner chain and pipeline to the schema, model, and interface. PlumbBarry Warsaw2012-03-221-1/+19
* Merge the Pipermail eradication branch. The scrubber is also removed.Barry Warsaw2012-03-171-0/+6
|\
| * * Pipermail has been eradicated.Barry Warsaw2012-03-161-0/+6
* | Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-5/+3
|/
* * Mailing lists get multiple chains and pipelines. For example, normalBarry Warsaw2012-03-071-3/+12
* Template indirection now also in effect for regular and digest headers andBarry Warsaw2012-03-041-26/+145
* * Support downloading templates by URI, including mailman:// URIs. This isBarry Warsaw2012-03-031-0/+56