summaryrefslogtreecommitdiff
path: root/src/mailman/app/moderator.py
Commit message (Expand)AuthorAgeFilesLines
* Ensure the held message subject is a string.Mark Sapiro2017-05-241-1/+2
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Merge gitlab.com:mailman/mailman into to_moderatorsMark Sapiro2016-12-041-1/+1
|\
| * Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* | Remove to_moderators.Mark Sapiro2016-12-041-1/+1
|/
* Closes: #68Barry Warsaw2016-11-131-1/+1
* Rebase mailman/mailman!180 and cleanup # noqaBarry Warsaw2016-07-281-1/+1
* New template system. Closes #249Barry Warsaw2016-07-161-16/+20
* Don't use `flake8: noqa`.Barry Warsaw2016-04-011-1/+1
* First massive round of cleanups.Barry Warsaw2016-03-231-17/+8
* Fix cross-posting held on more than one list.Barry Warsaw2016-03-081-6/+5
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Remove old APIs handle_subscription() and hold_subscription().Barry Warsaw2015-05-021-80/+3
* Merge branch '1-admin-notify-mchanges' into 'release-3.0'Barry Warsaw2015-05-021-5/+0
* Branch his ready.Barry Warsaw2015-04-171-9/+13
* * Refactor add_member() so that it uses a RequestRecord namedtuple.Barry Warsaw2015-03-211-28/+29
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
* Trunk merge.Barry Warsaw2014-12-221-3/+2
|\
| * * Fixed getting non-ASCII filenames from RFC 2231 i18n'd messages. Given byBarry Warsaw2014-12-081-3/+3
| |\
| | * Convert unicode instance testing to bytes instance testingAurélien Bompard2014-12-041-2/+2
| | * Do not auto-convert Message headers to unicodeAurélien Bompard2014-12-021-2/+2
| |/
* | More test repair.Barry Warsaw2014-12-151-1/+1
* | All the REST tests pass.Barry Warsaw2014-12-151-1/+1
* | Use listid instead of (fqdn) listname in the metadata pickle.Barry Warsaw2014-12-151-1/+1
* | Checkpointing.Barry Warsaw2014-11-301-4/+4
|/
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-1/+1
* Several internal improvements:Barry Warsaw2014-01-061-4/+1
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Switch to PEP 435 enums from flufl.enums.Barry Warsaw2013-06-181-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* Expose held subscription/unsubscription requests via the API.Barry Warsaw2012-12-151-3/+2
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-11/+11
* * Support downloading templates by URI, including mailman:// URIs. This isBarry Warsaw2012-03-031-1/+1
* * Held messages can now be moderated through the REST API. Mailing listBarry Warsaw2012-01-301-9/+9
* copybumpBarry Warsaw2012-01-011-1/+1
* * Moderating a message with Action.accept now sends the message. (LP: #827697)Barry Warsaw2011-08-221-5/+8
* Complete bug 827036 work.Barry Warsaw2011-08-171-0/+13
* Major terminology shift:Barry Warsaw2011-06-011-3/+3
* Reimplement wrap() using modern techniques, and finally get rid of Utils.py!Barry Warsaw2011-03-171-1/+0
* Utils.maketext() and Utils.findtext() are gone.Barry Warsaw2011-03-161-19/+21
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* * Leave a mailing list via the REST API.Barry Warsaw2009-12-281-3/+3
* * Refactor the language manager off of the config object and into a utility.Barry Warsaw2009-12-101-2/+3
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-4/+3
* As before, replace config.db.requests and config.db.pendings with utilities.Barry Warsaw2009-08-261-7/+7
* Replace the message_store instance on the database with an IMessageStoreBarry Warsaw2009-08-261-4/+7
* Wow. Put domains into the database.Barry Warsaw2009-07-161-2/+3
* More lint picking.Barry Warsaw2009-07-041-1/+2