summaryrefslogtreecommitdiff
path: root/src/mailman/app/tests/test_subscriptions.py
Commit message (Expand)AuthorAgeFilesLines
* Check pointing new subscription moderation REST API.Barry Warsaw2015-04-171-2/+3
* Checkpointing.Barry Warsaw2015-04-161-0/+16
* Clean up some templates; given by raj-abhilash1Barry Warsaw2015-04-161-12/+6
|\
| * fix tests for previous commitAbhilash Raj2015-04-161-1/+1
* | Plumb the subscription policy through the REST API.Barry Warsaw2015-04-151-1/+31
* | Give the SubscriptionWorkflow a member attribute which gets set to the memberBarry Warsaw2015-04-151-39/+20
* | The SubscriptionWorkflow and Registar classes now have both a token and aBarry Warsaw2015-04-151-1/+40
|/
* Prevent replay attacks with the confirmation token.Barry Warsaw2015-04-151-0/+41
* Remove unused import.Barry Warsaw2015-04-141-1/+0
* Full test suite passes.Barry Warsaw2015-04-141-3/+3
* The SubscriptionWorkflow class doesn't need to include the expiry date in itsBarry Warsaw2015-04-131-0/+28
* SubscriptionPolicy is largely done, modulo bugs, and the unknown-unknown ofBarry Warsaw2015-04-131-61/+78
* Subscription workflows now support bans.Barry Warsaw2015-04-131-1/+17
* Subsume hold_subscription() functionality into the subscription workflow.Barry Warsaw2015-04-131-0/+60
* Handle save/restore of the subscription workflow.Barry Warsaw2015-04-131-2/+29
* Subscription workflow checkpointing.Barry Warsaw2015-04-091-11/+242
* Check pointingBarry Warsaw2015-04-061-0/+15
* * Refactor test_workflow into a separate module.Barry Warsaw2015-03-291-45/+2
* Test when confirmations are requiredAurélien Bompard2015-03-271-1/+20
* Write and move tests for the bare Workflow classAurélien Bompard2015-03-271-32/+42
* Workflow: allow saving and restoring with an empty queueAurélien Bompard2015-03-271-0/+15
* Save and restore attributesAurélien Bompard2015-03-261-1/+4
* Save the workflow state in the databaseAurélien Bompard2015-03-251-0/+15
* SubscriptionWorkflow: add a test for moderated listsAurélien Bompard2015-03-251-0/+27
* Resurrect Barry's subpolicy branch (lp:~barry/mailman/subpolicy)Aurélien Bompard2015-03-201-1/+34
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-5/+1
* app/docs and app.tests all pass now.Barry Warsaw2014-12-151-0/+12
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* LP: #975692 phase 1Barry Warsaw2012-12-281-4/+0
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-10/+4
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-041-2/+2
* Several fixes and cleanups, ostensibly to fix Python 2.6 support.Barry Warsaw2012-03-221-2/+3
* copybumpBarry Warsaw2012-01-011-1/+1
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-301-8/+0
* * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-301-0/+76