summaryrefslogtreecommitdiff
path: root/data/PythonPowered.png (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-19Set up for 3.0.0 final.Barry Warsaw1-3/+3
2015-04-17Date in NEWS.Barry Warsaw1-1/+1
2015-04-17Fix spellings.Barry Warsaw3-3/+3
2015-04-17maxking's nicknameBarry Warsaw1-1/+1
2015-04-17Remove todo from release branch.Barry Warsaw1-10/+0
2015-04-17VERSION.Barry Warsaw1-1/+1
2015-04-17Fix MANIFEST.in to include all the necessary test data files.Barry Warsaw1-1/+1
2015-04-17Branch his ready.Barry Warsaw6-26/+79
2015-04-17Check pointing new subscription moderation REST API.Barry Warsaw6-92/+147
2015-04-16mark the test as an expected failureAbhilash Raj1-0/+1
2015-04-16Add test case to check a bug in falcon's Request classAbhilash Raj1-0/+8
2015-04-16Updates.Barry Warsaw2-36/+10
2015-04-16Checkpointing.Barry Warsaw2-0/+268
2015-04-16Checkpointing.Barry Warsaw11-528/+428
2015-04-16Move a doctest to the right directory.Barry Warsaw1-0/+0
2015-04-16fix tests for previous commitAbhilash Raj3-8/+6
2015-04-16Update versions for 3.0rc1, but don't tag yet.Barry Warsaw3-6/+5
2015-04-15Plumb the subscription policy through the REST API.Barry Warsaw17-170/+287
2015-04-15* Remove the admindb url from the template so that the approveAbhilash Raj2-6/+3
2015-04-15Give the SubscriptionWorkflow a member attribute which gets set to the memberBarry Warsaw3-43/+25
2015-04-15A better email validator which actually validates the email address.Barry Warsaw2-2/+22
2015-04-15Rewrite the subscription service doctest for the updated API.Barry Warsaw2-145/+118
2015-04-15The SubscriptionWorkflow and Registar classes now have both a token and aBarry Warsaw6-123/+137
2015-04-15Add a test for a reported (but non-reproducible) failure patching a mailing l...Barry Warsaw1-1/+19
2015-04-15Open templates for reading in utf-8; given by abompard.Barry Warsaw1-1/+1
2015-04-15Prevent replay attacks with the confirmation token.Barry Warsaw11-20/+96
2015-04-14Update TODO.Barry Warsaw1-1/+4
2015-04-14Remove unused import.Barry Warsaw1-1/+0
2015-04-14Full test suite passes.Barry Warsaw15-101/+175
2015-04-14add test for previous bugfixAbhilash Raj1-0/+9
2015-04-14fix creating domains from rest with only one ownersAbhilash Raj1-1/+4
2015-04-14Checkpointing.Barry Warsaw18-636/+310
2015-04-14Added IMember.subscriber to definitively return how a member is subscribed toBarry Warsaw6-17/+162
2015-04-13The SubscriptionWorkflow class doesn't need to include the expiry date in itsBarry Warsaw3-1/+36
2015-04-13* Give the workflow state manager a count method.Barry Warsaw3-8/+36
2015-04-13Give IPendings a count of entries.Barry Warsaw2-0/+13
2015-04-13SubscriptionPolicy is largely done, modulo bugs, and the unknown-unknown ofBarry Warsaw5-108/+136
2015-04-13Subscription workflows now support bans.Barry Warsaw3-3/+24
2015-04-13Fix regression.Barry Warsaw1-1/+0
2015-04-13Subsume hold_subscription() functionality into the subscription workflow.Barry Warsaw4-21/+111
2015-04-13Handle save/restore of the subscription workflow.Barry Warsaw7-46/+143