summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-306-48/+0
* * Preferences for addresses, users, and members can be accessed, changed, andBarry Warsaw2011-09-232-0/+104
* * Getting the memberships for a non-existent address did not give a 404 errorBarry Warsaw2011-09-132-3/+62
* * Four new events are created, and notifications are sent during domainBarry Warsaw2011-09-021-0/+11
* * You can now query or change a member's `delivery_mode` attribute throughBarry Warsaw2011-09-011-1/+11
|\
* | * PATCHing an invalid attribute on a member did not give a 400 errorBarry Warsaw2011-09-011-0/+16
* | * Getting the roster or configuration of a nonexistent list did not give aBarry Warsaw2011-09-011-0/+89
* | * New REST resource http://.../<domain>/lists can be GETed in order to findBarry Warsaw2011-08-301-0/+72
|/
* * DELETE users via the REST API. (LP: #820660)Barry Warsaw2011-08-141-0/+64
* * Fixed incorrect error code for /members/<bogus> (LP: #821020). Given byBarry Warsaw2011-08-141-0/+10
* Complete the ability to change a subscription address, both internally and viaBarry Warsaw2011-04-251-2/+2
* Allow users to subscribe to mailing lists through the REST API.Barry Warsaw2011-04-241-4/+4
* Users subscribed to a mailing list via their preferred address show upBarry Warsaw2011-04-221-8/+42
* Give IMembers a unique member id. We have to do this in order to give them aBarry Warsaw2011-04-221-7/+12
* * Move members.txt corner cases to unittests.Barry Warsaw2011-04-202-0/+162