summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/member.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-041-1/+4
* copybumpBarry Warsaw2012-01-011-1/+1
* * Preferences for addresses, users, and members can be accessed, changed, andBarry Warsaw2011-09-231-4/+4
* * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-301-6/+6
* Users subscribed to a mailing list via their preferred address show upBarry Warsaw2011-04-221-0/+12
* Give IMembers a unique member id. We have to do this in order to give them aBarry Warsaw2011-04-221-0/+3
* Add an attribute for getting the IUser record from an IMember record. This isBarry Warsaw2011-04-081-0/+3
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Fairly significant change to the way member and nonmember moderation occurs.Barry Warsaw2010-12-291-2/+3
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-1/+1
* Updates for the latest releases of flufl.enum and flufl.i18n.Barry Warsaw2010-05-021-1/+1
* Rip out lazr.restful and replace it with restish. This simpifies a lot of theBarry Warsaw2010-02-231-7/+0
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* Some corner case tests.Barry Warsaw2009-12-281-0/+1
* * Leave a mailing list via the REST API.Barry Warsaw2009-12-281-0/+15
* * Add REST interface for joining a mailing list.Barry Warsaw2009-12-281-3/+23
* Add REST API for subscription services.Barry Warsaw2009-12-271-0/+4
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+187