| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-04-19 | Set up for 3.0.0 final. | Barry Warsaw | 1 | -3/+3 | |
| 2015-04-17 | Date in NEWS. | Barry Warsaw | 1 | -1/+1 | |
| 2015-04-17 | Fix spellings. | Barry Warsaw | 3 | -3/+3 | |
| 2015-04-17 | maxking's nickname | Barry Warsaw | 1 | -1/+1 | |
| 2015-04-17 | Remove todo from release branch. | Barry Warsaw | 1 | -10/+0 | |
| 2015-04-17 | VERSION. | Barry Warsaw | 1 | -1/+1 | |
| 2015-04-17 | Fix MANIFEST.in to include all the necessary test data files. | Barry Warsaw | 1 | -1/+1 | |
| 2015-04-17 | Branch his ready. | Barry Warsaw | 6 | -26/+79 | |
| 2015-04-17 | Check pointing new subscription moderation REST API. | Barry Warsaw | 6 | -92/+147 | |
| 2015-04-16 | mark the test as an expected failure | Abhilash Raj | 1 | -0/+1 | |
| 2015-04-16 | Add test case to check a bug in falcon's Request class | Abhilash Raj | 1 | -0/+8 | |
| 2015-04-16 | Updates. | Barry Warsaw | 2 | -36/+10 | |
| 2015-04-16 | Checkpointing. | Barry Warsaw | 2 | -0/+268 | |
| 2015-04-16 | Checkpointing. | Barry Warsaw | 11 | -528/+428 | |
| 2015-04-16 | Move a doctest to the right directory. | Barry Warsaw | 1 | -0/+0 | |
| 2015-04-16 | fix tests for previous commit | Abhilash Raj | 3 | -8/+6 | |
| 2015-04-16 | Update versions for 3.0rc1, but don't tag yet. | Barry Warsaw | 3 | -6/+5 | |
| 2015-04-15 | Plumb the subscription policy through the REST API. | Barry Warsaw | 17 | -170/+287 | |
| 2015-04-15 | * Remove the admindb url from the template so that the approve | Abhilash Raj | 2 | -6/+3 | |
| requests no longer have a wrong url * Change the reason for holding the message to 'N/A' from 'XXX' | |||||
| 2015-04-15 | Give the SubscriptionWorkflow a member attribute which gets set to the member | Barry Warsaw | 3 | -43/+25 | |
| once their subscription is completed. Remove some dead tests. Update an interface. | |||||
| 2015-04-15 | A better email validator which actually validates the email address. | Barry Warsaw | 2 | -2/+22 | |
| 2015-04-15 | Rewrite the subscription service doctest for the updated API. | Barry Warsaw | 2 | -145/+118 | |
| 2015-04-15 | The SubscriptionWorkflow and Registar classes now have both a token and a | Barry Warsaw | 6 | -123/+137 | |
| "token owner". The latter describes who owns the token --i.e. which phase of the workflow is being waited on. It can either be no one, the subscriber, or the moderator. Tokens and token owners are properly initialized and reset when the workflow is completed, so we always know which step of the process is being waited on. Also, remove ISubscriptionService.join() since this will now be handled by the IRegistrar adapter. | |||||
| 2015-04-15 | Add a test for a reported (but non-reproducible) failure patching a mailing ↵ | Barry Warsaw | 1 | -1/+19 | |
| list's subscription policy. | |||||
| 2015-04-15 | Open templates for reading in utf-8; given by abompard. | Barry Warsaw | 1 | -1/+1 | |
| 2015-04-15 | Prevent replay attacks with the confirmation token. | Barry Warsaw | 11 | -20/+96 | |
| 2015-04-14 | Update TODO. | Barry Warsaw | 1 | -1/+4 | |
| 2015-04-14 | Remove unused import. | Barry Warsaw | 1 | -1/+0 | |
| 2015-04-14 | Full test suite passes. | Barry Warsaw | 15 | -101/+175 | |
| * Make sure Registrar.discard() removces any workflow state manager state associated with the token, and that this is flushed to SA. * Adjust the email commands to the new IRegistrar API. * Update the IRegistrar interface. * Add IWorkflowStateManager.discard() and make `count` an attribute/property. * Mark two tests as expected failures due to LP: #1444184. | |||||
| 2015-04-14 | add test for previous bugfix | Abhilash Raj | 1 | -0/+9 | |
| 2015-04-14 | fix creating domains from rest with only one owners | Abhilash Raj | 1 | -1/+4 | |
| When domains are created using REST API with only one owner, validator changes it to be a string instead of a list and so the .add() function iterates over the string raising InvalidEmailError | |||||
| 2015-04-14 | Checkpointing. | Barry Warsaw | 18 | -636/+310 | |
| 2015-04-14 | Added IMember.subscriber to definitively return how a member is subscribed to | Barry Warsaw | 6 | -17/+162 | |
| the mailing list (via preferred address/user or explicit address). IMember.get_member() is defined to return the explicit address when members are subscribed in both ways. IMember.get_memberships() returns a sequence of length 0, 1, or 2 containing all the member records associated with the email address. Fixed the AbstractMemberRoster methods query to properly return subscriptions via the user's preferred address and via an explicit address. | |||||
| 2015-04-13 | The SubscriptionWorkflow class doesn't need to include the expiry date in its | Barry Warsaw | 3 | -1/+36 | |
| pendable data since that gets added automatically by the IPendings utility. After the user is subscribed, clean up the saved workflows and reset the token to None. Give the SubscriptionWorkflow a name property for convenience. | |||||
| 2015-04-13 | * Give the workflow state manager a count method. | Barry Warsaw | 3 | -8/+36 | |
| * The workflow state manager no longer allows updates via .save(). * Restoring a workflow state evicts the record from the database. | |||||
| 2015-04-13 | Give IPendings a count of entries. | Barry Warsaw | 2 | -0/+13 | |
| 2015-04-13 | SubscriptionPolicy is largely done, modulo bugs, and the unknown-unknown of | Barry Warsaw | 5 | -108/+136 | |
| course. This commit contains test failures because the next step is to hook everything up. Changes here include: * confirm.txt removes the URL since we can't know that. * Changes to the ConfirmationNeededEvent * Create the Pendable early in the workflow. * Clean up test. * Update IRegistrar docstring. | |||||
| 2015-04-13 | Subscription workflows now support bans. | Barry Warsaw | 3 | -3/+24 | |
| 2015-04-13 | Fix regression. | Barry Warsaw | 1 | -1/+0 | |
| 2015-04-13 | Subsume hold_subscription() functionality into the subscription workflow. | Barry Warsaw | 4 | -21/+111 | |
| Specifically, log a message and send a notification to the list owners when a subscription is held and the list is so configured. | |||||
| 2015-04-13 | Handle save/restore of the subscription workflow. | Barry Warsaw | 7 | -46/+143 | |
| To handle the case of restoring a saved workflow, allow the subscriber to be None in the constructor, but assert that it is not None after the first workflow step. Add setters/getters for handling save/restore. In the base workflow interface, rename key to token. | |||||
