summaryrefslogtreecommitdiff
path: root/src/mailman/app/tests/test_membership.py
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Fixes #237Barry Warsaw2016-06-031-10/+27
* Add test to check deletion of nonmmeber record.Aditya2016-05-311-0/+20
* First massive round of cleanups.Barry Warsaw2016-03-231-8/+0
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* * Refactor add_member() so that it uses a RequestRecord namedtuple.Barry Warsaw2015-03-211-68/+89
* LP: #1425359: Elaborate on how email addresses with mixed case can subscribeBarry Warsaw2015-03-131-0/+26
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-5/+1
* * Module coding style consistency.Barry Warsaw2014-03-021-9/+32
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-7/+4
* DatabaseBarry Warsaw2012-10-161-14/+14
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-041-4/+4
* * `passlib`_ is now used for all password hashing instead of flufl.password.Barry Warsaw2012-07-021-18/+1
* Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-271-3/+4
* copybumpBarry Warsaw2012-01-011-1/+1
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-301-9/+0
* * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-301-1/+49
|\
| * LP: #834130 add moderators and owners through REST API w/testsStephen A. Goss2011-08-251-1/+13
|/
* add_member()Barry Warsaw2011-04-081-0/+28
* Eliminate Utils.get_pattern() and in the process, completely revampBarry Warsaw2011-02-251-1/+56
* Fixed a typo in add_member() which prevented subscribing an email address thatBarry Warsaw2011-01-311-0/+76