summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
| |/ /
* | | 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
|/ /
* | * ``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
|\ \ \ \ | |/ / / |/| | |
| * | | LP: #1425359: Elaborate on how email addresses with mixed case can subscribeBarry Warsaw2015-03-133-15/+91
| |\ \ \
| | * | | Fixed the issue #1425359 and wrote corresponding tests.black-perl ankprashar@gmail.com2015-03-042-1/+10
| |/ / /
* / / / fix mailman_extra_testing_cfg encoding errorAbhilash Raj2015-03-101-2/+2
|/ / /
* | | Doc fixes given by Abhilash Raj.Barry Warsaw2015-03-021-2/+2
|\ \ \
| * | | no need of sudo in venvAbhilash Raj2015-02-181-2/+2
* | | | Move some old bin scripts to a holding tank.Barry Warsaw2015-03-0210-1775/+0
|/ / /
* | | * Member resource JSON now include the ``member_id`` as a separate key.Barry Warsaw2015-02-134-1/+55
* | | * A new API is provided to support non-production testing infrastructures,Barry Warsaw2015-02-137-3/+181
* | | Don't hardcode the Python versionAurélien Bompard2015-02-111-1/+1
| |/ |/|
* | * When deleting a user via REST, make sure all linked addresses are deleted.Barry Warsaw2015-02-094-71/+122
* | * You can now DELETE an address. If the address is linked to a user, theBarry Warsaw2015-02-054-0/+79
* | * When creating a user with an email address, do not create the user recordBarry Warsaw2015-02-054-1/+77
* | small documentation changeAbhilash Raj2015-01-271-1/+2
* | Python 2 -> 3 migration.Barry Warsaw2015-01-201-0/+60
* | * Improve the documentation describing how to run Alembic to add new schemaBarry Warsaw2015-01-204-38/+64
|\ \
| * | Update the documentationAbhilash Raj2015-01-171-35/+24
| * | Add how to migrate in DATABASE.rstAbhilash Raj2015-01-131-0/+23
| * | fix for migration autogeneration using alembicAbhilash Raj2015-01-101-2/+7
* | | Fix autonumbering in style guide.Barry Warsaw2015-01-201-1/+1
* | | * Fix calculation of default configuration file to use when the ``$var_dir``Barry Warsaw2015-01-202-5/+19
|/ /
* | We don't need the lazr.config workaround any more.Barry Warsaw2015-01-051-13/+2