summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/member.py
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* New template system. Closes #249Barry Warsaw2016-07-161-8/+10
* Import order flake8 plugin.Barry Warsaw2016-03-271-1/+1
* Clean up the interfaces directory.Barry Warsaw2016-03-251-22/+13
* Clean up the core directory.Barry Warsaw2016-03-241-1/+1
* Super duper.Barry Warsaw2016-01-261-3/+3
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Merge the member query fix branch.Barry Warsaw2015-04-141-0/+8
|\
| * Added IMember.subscriber to definitively return how a member is subscribed toBarry Warsaw2015-04-141-0/+8
* | Subscription workflows now support bans.Barry Warsaw2015-04-131-1/+1
|/
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-5/+1
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-1/+1
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Switch to PEP 435 enums from flufl.enums.Barry Warsaw2013-06-181-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * Two new events are triggered on membership changes: `SubscriptionEvent`Barry Warsaw2012-12-231-0/+31
* * 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