summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge abompard's subpolicy branch port with trunk. Still a WIP.Barry Warsaw2015-03-2915-11/+560
|\
| * Test when confirmations are requiredAurélien Bompard2015-03-272-2/+21
| * Write and move tests for the bare Workflow classAurélien Bompard2015-03-272-37/+46
| * Start implmenting the send_confirmation stepAurélien Bompard2015-03-271-0/+7
| * Workflow: allow saving and restoring with an empty queueAurélien Bompard2015-03-274-7/+33
| * Factor generic workflow operations in their own classAurélien Bompard2015-03-261-23/+37
| * Save and restore attributesAurélien Bompard2015-03-262-7/+20
| * Merge from headAurélien Bompard2015-03-2613-18/+186
| |\
| * | Save the workflow state in the databaseAurélien Bompard2015-03-255-4/+88
| * | Add a table to store workflow statesAurélien Bompard2015-03-254-0/+116
| * | Store method names in the SubscriptionWorkflow to allow state savingAurélien Bompard2015-03-251-16/+15
| * | SubscriptionWorkflow: add a test for moderated listsAurélien Bompard2015-03-252-5/+28
| * | Import the subscription_policy from Mailman2Aurélien Bompard2015-03-212-1/+29
| * | Make the subscription policy a database columnAurélien Bompard2015-03-213-9/+46
| * | Typo in the previous commitAurélien Bompard2015-03-202-2/+2
| * | Restore the features of commit 7301.3.1 which were lost in the mergeAurélien Bompard2015-03-202-9/+26
| * | Remove commented-out codeAurélien Bompard2015-03-201-53/+0
| * | Resurrect Barry's subpolicy branch (lp:~barry/mailman/subpolicy)Aurélien Bompard2015-03-2028-313/+636
* | | trunk mergeBarry Warsaw2015-03-2828-301/+440
|\ \ \
| * | | Update NEWS.Barry Warsaw2015-03-261-0/+4
| * | | Merging in several refactorings, and a REST API change.Barry Warsaw2015-03-2627-301/+436
| |\ \ \
| | * | | Replace add_member() with subscribe() helper.Barry Warsaw2015-03-261-16/+6
| | * | | Replace add_member() with subscribe() helper.Barry Warsaw2015-03-261-10/+4
| | * | | Replace add_member() with subscribe() helper.Barry Warsaw2015-03-261-3/+2
| | * | | Replace add_member() with subscribe() helper.Barry Warsaw2015-03-261-8/+2
| | * | | Replace add_member() with subscribe() helper.Barry Warsaw2015-03-261-38/+16
| | * | | Replace add_member() with subscribe() helper.Barry Warsaw2015-03-261-7/+4
| | * | | Replace add_member() with subscribe().Barry Warsaw2015-03-261-27/+16
| | * | | Extended test helper subscribe() which takes an optional email address andBarry Warsaw2015-03-266-8/+40
| | * | | Remove a misleading comment.Barry Warsaw2015-03-221-1/+0
| | * | | More tests of make_user().Barry Warsaw2015-03-212-5/+59
| | * | | * Refactor add_member() so that it uses a RequestRecord namedtuple.Barry Warsaw2015-03-2119-258/+367
* | | | | Fix some typos.Barry Warsaw2015-03-282-6/+6
|/ / / /
* | | | Test importing MM2 pickles with BounceInfo. Given by abompard.Barry Warsaw2015-03-272-0/+61
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add a test for instance-containing pickle importAurélien Bompard2015-03-263-0/+58
|/ / /
* | | Additional fixes for importing from Mailman 2. Given by abompard.Barry Warsaw2015-03-253-7/+86
|\ \ \
| * \ \ Fixes in the import processAurélien Bompard2015-03-163-6/+62
| |\ \ \ | | |_|/ | |/| |
| | * | Don't send welcome messages on importAurélien Bompard2015-02-212-5/+22
| | * | Don't import invalid emailsAurélien Bompard2015-02-212-0/+29
| | * | Fix import from Py2 pickle filesAurélien Bompard2015-02-201-1/+11
* | | | Make a test less susceptible to churn when migrations are added. Given byBarry Warsaw2015-03-251-7/+4
* | | | * Be sure a mailing list's acceptable aliases are deleted when the mailingBarry Warsaw2015-03-245-3/+46
|\ \ \ \ | |_|_|/ |/| | |
| * | | LP: #1432239 - Make sure acceptable aliases are deleted before the mailingBarry Warsaw2015-03-244-3/+44
|/ / /
* | | * When deleting a user object, make sure their preferences are also deleted.Barry Warsaw2015-03-206-8/+54
|\ \ \ | |/ / |/| |
| * | * When deleting a user object, make sure their preferences are also deleted.Barry Warsaw2015-03-206-8/+52
|/ /
* | * ``mailman lists --domain`` was not properly handling its arguments. GivenBarry Warsaw2015-03-134-5/+74
|\ \
| * | list searching by domain fixedManish Gill2013-04-091-1/+1
* | | Documentation fixes, given by Abhilash Raj.Barry Warsaw2015-03-1318-57/+53
|\ \ \
| * | | change bin/mailman to mailman everwhere in docsAbhilash Raj2015-03-1219-53/+53
* | | | * When trying to subscribe an address to a mailing list through the REST APIBarry Warsaw2015-03-134-15/+94
|\ \ \ \ | |/ / / |/| | |