| Commit message (Expand) | Author | Age | Files | Lines |
| * | Checkpointing. | Barry Warsaw | 2015-04-16 | 2 | -9/+20 |
| * | Plumb the subscription policy through the REST API. | Barry Warsaw | 2015-04-15 | 1 | -2/+3 |
| * | Give the SubscriptionWorkflow a member attribute which gets set to the member | Barry Warsaw | 2015-04-15 | 1 | -3/+3 |
| * | The SubscriptionWorkflow and Registar classes now have both a token and a | Barry Warsaw | 2015-04-15 | 2 | -43/+17 |
| * | Abhilash's fix for allowing singleton strings in REST interfaces that also | Barry Warsaw | 2015-04-15 | 1 | -1/+1 |
| |\ |
|
| * \ | * Mailing list subscription policy work flow has been completely rewritten. | Barry Warsaw | 2015-04-15 | 6 | -53/+170 |
| |\ \
| |/
|/| |
|
| | * | Prevent replay attacks with the confirmation token. | Barry Warsaw | 2015-04-15 | 1 | -3/+3 |
| | * | Full test suite passes. | Barry Warsaw | 2015-04-14 | 2 | -6/+20 |
| | * | Merge the member query fix branch. | Barry Warsaw | 2015-04-14 | 2 | -3/+26 |
| | |\ |
|
| | | * | Added IMember.subscriber to definitively return how a member is subscribed to | Barry Warsaw | 2015-04-14 | 2 | -3/+26 |
| | |/
|/| |
|
| | * | Checkpointing. | Barry Warsaw | 2015-04-14 | 2 | -33/+33 |
| | * | * Give the workflow state manager a count method. | Barry Warsaw | 2015-04-13 | 1 | -0/+5 |
| | * | Give IPendings a count of entries. | Barry Warsaw | 2015-04-13 | 1 | -0/+3 |
| | * | SubscriptionPolicy is largely done, modulo bugs, and the unknown-unknown of | Barry Warsaw | 2015-04-13 | 1 | -14/+5 |
| | * | Subscription workflows now support bans. | Barry Warsaw | 2015-04-13 | 1 | -1/+1 |
| | * | Handle save/restore of the subscription workflow. | Barry Warsaw | 2015-04-13 | 1 | -7/+7 |
| | * | Trunk merge | Barry Warsaw | 2015-04-07 | 1 | -9/+7 |
| | |\
| |/
|/| |
|
| * | | Flesh out the domain interface, model, and tests. Clean up style. | Barry Warsaw | 2015-04-06 | 1 | -4/+5 |
| * | | Abhilash's branch, pre-cleaning. | Barry Warsaw | 2015-04-06 | 1 | -8/+5 |
| |\ \ |
|
| | * | | * implement left over methods | Abhilash Raj | 2015-04-06 | 1 | -2/+2 |
| | * | | * Add `drop_column` inside sqlite check, fix indentation | Abhilash Raj | 2015-03-31 | 1 | -2/+2 |
| | * | | add tests, fix docs, remove contact_address | Abhilash Raj | 2015-03-28 | 1 | -8/+5 |
| * | | | * Refactor add_member() so that it uses a RequestRecord namedtuple. | Barry Warsaw | 2015-03-21 | 2 | -0/+32 |
| |/ / |
|
| | * | Fix some typos. | Barry Warsaw | 2015-03-30 | 1 | -2/+2 |
| | * | Refactorings and tests. | Barry Warsaw | 2015-03-29 | 1 | -11/+7 |
| | * | Save the workflow state in the database | Aurélien Bompard | 2015-03-25 | 1 | -1/+29 |
| | * | Add a table to store workflow states | Aurélien Bompard | 2015-03-25 | 1 | -0/+42 |
| | * | Resurrect Barry's subpolicy branch (lp:~barry/mailman/subpolicy) | Aurélien Bompard | 2015-03-20 | 3 | -0/+48 |
| |/ |
|
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 39 | -39/+39 |
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 39 | -131/+9 |
| * | Database | Barry Warsaw | 2014-11-01 | 4 | -18/+15 |
| |\ |
|
| | * | Merge in the last of Aurelien's changes, and make the test suite pass with | Barry Warsaw | 2014-10-31 | 1 | -1/+4 |
| | * | Merge abompard's fixes to the Postgres test suite. | Barry Warsaw | 2014-10-30 | 2 | -2/+6 |
| | * | Since we don't have migrations, we don't need the ITemporaryDatabase stuff, | Barry Warsaw | 2014-09-23 | 1 | -6/+0 |
| | * | Pass all tests with PYTHONWARNINGS=error. | Barry Warsaw | 2014-09-22 | 1 | -1/+1 |
| | * | Clean up pass. | Barry Warsaw | 2014-09-22 | 1 | -1/+1 |
| | * | * change declarative_base class to use ModelMeta class | Abhilash Raj | 2014-09-06 | 1 | -1/+1 |
| |/ |
|
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 28 | -28/+28 |
| * | Trunk merge | Barry Warsaw | 2014-04-14 | 39 | -43/+105 |
| |\ |
|
| | * | Several internal improvements: | Barry Warsaw | 2014-01-06 | 1 | -0/+24 |
| | * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 39 | -39/+39 |
| | * | Checkpointing. | Barry Warsaw | 2013-11-25 | 3 | -15/+42 |
| | * | Joanna's branch | Barry Warsaw | 2013-10-27 | 1 | -0/+11 |
| | |\ |
|
| | | * | Changes for enabling/disabling archivers. | Joanna Skrzeszewska | 2013-09-08 | 1 | -0/+11 |
| * | | | Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes. | Barry Warsaw | 2014-04-14 | 2 | -2/+3 |
| |\ \ \
| |/ /
|/| /
| |/ |
|
| * | | trunk merge | Barry Warsaw | 2013-09-01 | 12 | -12/+12 |
| |\| |
|
| | * | Switch to PEP 435 enums from flufl.enums. | Barry Warsaw | 2013-06-18 | 12 | -12/+12 |
| * | | Migrate bounceevent.list_name -> bounceevent.list_id | Barry Warsaw | 2013-09-01 | 1 | -2/+2 |
| |/ |
|
| * | * `bin/runner` command has been simplified and its command line options | Barry Warsaw | 2013-06-17 | 1 | -8/+9 |
| * | * Add `subject_prefix` to the `IMailingList` interface, and clarify the | Barry Warsaw | 2013-05-30 | 1 | -1/+13 |