| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Mailing list subscription policy work flow has been completely rewritten. | Barry Warsaw | 2015-04-15 | 4 | -65/+205 |
| |\ |
|
| | * | Full test suite passes. | Barry Warsaw | 2015-04-14 | 1 | -33/+51 |
| | * | Merge the member query fix branch. | Barry Warsaw | 2015-04-14 | 1 | -1/+51 |
| | |\ |
|
| | | * | Added IMember.subscriber to definitively return how a member is subscribed to | Barry Warsaw | 2015-04-14 | 1 | -1/+51 |
| | |/
|/| |
|
| | * | Checkpointing. | Barry Warsaw | 2015-04-14 | 1 | -64/+0 |
| | * | * Give the workflow state manager a count method. | Barry Warsaw | 2015-04-13 | 1 | -0/+20 |
| | * | Handle save/restore of the subscription workflow. | Barry Warsaw | 2015-04-13 | 2 | -27/+32 |
| | * | Trunk merge | Barry Warsaw | 2015-04-07 | 1 | -0/+93 |
| | |\
| |/
|/| |
|
| * | | Flesh out the domain interface, model, and tests. Clean up style. | Barry Warsaw | 2015-04-06 | 1 | -13/+84 |
| * | | Abhilash's branch, pre-cleaning. | Barry Warsaw | 2015-04-06 | 1 | -1/+23 |
| |\ \ |
|
| | * | | * implement left over methods | Abhilash Raj | 2015-04-06 | 1 | -15/+10 |
| | * | | * Add `drop_column` inside sqlite check, fix indentation | Abhilash Raj | 2015-03-31 | 1 | -10/+5 |
| | * | | add tests, fix docs, remove contact_address | Abhilash Raj | 2015-03-28 | 1 | -1/+33 |
| | | * | Refactorings and tests. | Barry Warsaw | 2015-03-29 | 1 | -0/+110 |
| | |/
|/| |
|
| * | | Merging in several refactorings, and a REST API change. | Barry Warsaw | 2015-03-26 | 1 | -5/+37 |
| |\ \
| |/
|/| |
|
| | * | More tests of make_user(). | Barry Warsaw | 2015-03-21 | 1 | -5/+37 |
| * | | LP: #1432239 - Make sure acceptable aliases are deleted before the mailing | Barry Warsaw | 2015-03-24 | 1 | -1/+23 |
| |/ |
|
| * | * When deleting a user object, make sure their preferences are also deleted. | Barry Warsaw | 2015-03-20 | 1 | -6/+26 |
| |\ |
|
| | * | * When deleting a user object, make sure their preferences are also deleted. | Barry Warsaw | 2015-03-20 | 1 | -6/+24 |
| |/ |
|
| * | * A new API is provided to support non-production testing infrastructures, | Barry Warsaw | 2015-02-13 | 1 | -0/+41 |
| * | * When creating a user with an email address, do not create the user record | Barry Warsaw | 2015-02-05 | 1 | -0/+50 |
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 12 | -12/+12 |
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 11 | -39/+5 |
| * | Add test module. | Barry Warsaw | 2014-12-13 | 1 | -0/+74 |
| * | All model tests except for pendings.rst is passing now. | Barry Warsaw | 2014-12-13 | 2 | -10/+21 |
| * | More model test fixes and ports. | Barry Warsaw | 2014-12-13 | 3 | -4/+92 |
| * | model/addresses.rst passes, with some bad-path cases moved to unittests. | Barry Warsaw | 2014-12-01 | 1 | -0/+22 |
| * | registrar.rst is ported; some bad path tests moved to a unittest. | Barry Warsaw | 2014-12-01 | 1 | -0/+64 |
| * | Pass all tests with PYTHONWARNINGS=error. | Barry Warsaw | 2014-09-22 | 1 | -2/+2 |
| * | Clean up pass. | Barry Warsaw | 2014-09-22 | 1 | -4/+3 |
| * | Test repair: | Barry Warsaw | 2014-09-21 | 1 | -0/+9 |
| * | modify all storm queries to work with SA | Abhilash Raj | 2014-09-12 | 1 | -4/+4 |
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 3 | -3/+3 |
| * | Add an email address to an existing user via the REST API. | Barry Warsaw | 2014-04-14 | 1 | -0/+43 |
| |\ |
|
| | * | Instantiating an Address model now validates the email string | Florian Fuchs | 2014-04-14 | 1 | -0/+45 |
| |/ |
|
| * | * Fix IntegrityError (against PostgreSQL) when deleting a list with content | Barry Warsaw | 2014-03-15 | 1 | -0/+15 |
| * | * Module coding style consistency. | Barry Warsaw | 2014-03-02 | 1 | -2/+10 |
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 9 | -9/+9 |
| * | More fixes. | Barry Warsaw | 2013-11-26 | 1 | -1/+5 |
| * | Checkpointing. | Barry Warsaw | 2013-11-25 | 3 | -1/+108 |
| * | Migrate bounceevent.list_name -> bounceevent.list_id | Barry Warsaw | 2013-09-01 | 1 | -2/+2 |
| * | * Creation of lists with upper case names should be coerced to lower case. | Barry Warsaw | 2013-03-06 | 1 | -0/+14 |
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 8 | -8/+8 |
| * | * Simplify moderator.rst and requests.rst so they serve a better purpose as | Barry Warsaw | 2012-12-17 | 1 | -4/+17 |
| * | - Module modernization by adding the print_function() import. | Barry Warsaw | 2012-04-22 | 1 | -11/+14 |
| * | * Add property `IRoster.member_count`. | Barry Warsaw | 2012-03-15 | 1 | -0/+156 |
| * | Clean up of style test code, along with refactoring of corner cases to | Barry Warsaw | 2012-03-12 | 1 | -0/+3 |
| * | * Held messages can now be moderated through the REST API. Mailing list | Barry Warsaw | 2012-01-30 | 2 | -2/+68 |
| * | copybump | Barry Warsaw | 2012-01-01 | 6 | -6/+6 |
| * | Remove extraneous `test_suite()` functions. zope.testrunner will | Barry Warsaw | 2011-10-30 | 6 | -50/+0 |