summaryrefslogtreecommitdiff
path: root/src/mailman/app/tests/test_moderation.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Migrate the [un]subscription_policy attribute.J08nY2017-08-301-1/+1
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Fix flake8 errors.Mark Sapiro2016-12-041-1/+2
* Fix tests for test-owner instead of moderator's address.Mark Sapiro2016-12-041-1/+1
* Closes: #68Barry Warsaw2016-11-131-6/+13
* Issue 68: send messages to list moderators when tomoderators=TrueTom Briles2016-10-311-1/+9
* 99% test coverage.Barry Warsaw2016-10-211-2/+6
* Simplify the implementation.Barry Warsaw2016-10-171-3/+2
* flake8 fixes.Barry Warsaw2016-10-161-2/+2
* CheckpointingBarry Warsaw2016-09-011-2/+2
* Intermediate CommitAbhilash Raj2016-09-011-3/+4
* First massive round of cleanups.Barry Warsaw2016-03-231-16/+8
* Fix cross-posting held on more than one list.Barry Warsaw2016-03-081-23/+13
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Handle deleting nonexistent messages from the message store. Closes: #167Aurélien Bompard2015-12-021-0/+9
* Remove old APIs handle_subscription() and hold_subscription().Barry Warsaw2015-05-021-10/+10
* * Refactor add_member() so that it uses a RequestRecord namedtuple.Barry Warsaw2015-03-211-1/+29
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-5/+1
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * Simplify moderator.rst and requests.rst so they serve a better purpose asBarry Warsaw2012-12-171-6/+40
* ConfigurationBarry Warsaw2012-11-041-3/+0
* * Non-unicode values in msgdata broke pending requests. (LP: #1031391)Barry Warsaw2012-08-171-0/+12
* * Fix `test_moderation` for timezones East of UTC+0000, given by blacktav.Barry Warsaw2012-03-121-3/+4
* Consistent use of assertMultiLineEqual().Barry Warsaw2012-03-061-3/+2
* * Held messages can now be moderated through the REST API. Mailing listBarry Warsaw2012-01-301-0/+14
* copybumpBarry Warsaw2012-01-011-1/+1
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-301-8/+0
* * Rewrote a test for compatibility between Python 2.6 and 2.7. (LP: #833208)Barry Warsaw2011-09-071-24/+15
* * Local timezone in X-Mailman-Approved-At caused test failure. (LP: #832404)Barry Warsaw2011-08-231-4/+12
* * Moderating a message with Action.accept now sends the message. (LP: #827697)Barry Warsaw2011-08-221-0/+106