summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/pending.py
Commit message (Collapse)AuthorAgeFilesLines
* Delete subscription requests when a mailing list is deleted.Barry Warsaw2017-01-081-6/+12
| | | | Closes #214
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
|
* Import order flake8 plugin.Barry Warsaw2016-03-271-1/+1
| | | | Fix lots of import order errors discovered by the new plugin.
* Clean up the interfaces directory.Barry Warsaw2016-03-251-12/+5
|
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* A few minor cleanups.Barry Warsaw2015-12-161-1/+7
|
* Implement suggestions from the reviewAurélien Bompard2015-12-161-0/+10
|
* Make sure that Pendables always have a typeAurélien Bompard2015-12-161-0/+2
|
* Checkpointing.Barry Warsaw2015-04-161-0/+6
|
* * Mailing list subscription policy work flow has been completely rewritten.Barry Warsaw2015-04-151-2/+4
|\ | | | | | | | | | | It now properly supports email verification and subscription confirmation by the user, and approval by the moderator using unique tokens. ``IMailingList`` objects now have a ``subscription_policy`` attribute.
| * Checkpointing.Barry Warsaw2015-04-141-2/+2
| |
| * Give IPendings a count of entries.Barry Warsaw2015-04-131-0/+3
|/
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
|
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-1/+1
| | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies.
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
|
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
|
* copybumpBarry Warsaw2012-01-011-1/+1
|
* Happy New Year.Barry Warsaw2011-01-011-1/+1
|
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+99
correctly regardless of how it's used.