summaryrefslogtreecommitdiff
path: root/src/mailman/model/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
* MySQL is now an officially supported database.Barry Warsaw2016-07-291-3/+3
* New template system. Closes #249Barry Warsaw2016-07-161-6/+15
* Allow fall backs for moderation actions.Barry Warsaw2016-04-011-1/+1
* Members and nonmembers moderation action fallbackAurélien Bompard2016-03-311-7/+3
* Clean up the model and languages directories.Barry Warsaw2016-03-251-7/+4
* First massive round of cleanups.Barry Warsaw2016-03-231-6/+5
* Boost coverage.Barry Warsaw2016-01-091-5/+3
* Boost coverage.Barry Warsaw2016-01-081-1/+1
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Give the predictable ID factories similar APIs.Aurélien Bompard2015-12-261-3/+3
* Add a couple indexes on MemberAurélien Bompard2015-12-151-2/+2
* Add useful indexes on the member tableAurélien Bompard2015-11-211-3/+3
* Added IMember.subscriber to definitively return how a member is subscribed toBarry Warsaw2015-04-141-0/+4
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-8/+5
* Clean up pass.Barry Warsaw2014-09-221-3/+3
* fix all tests in mailman.model.testsAbhilash Raj2014-09-131-2/+6
* * change declarative_base class to use ModelMeta classAbhilash Raj2014-09-061-3/+3
* replace all storm types and relationships with sqlalchemyAbhilash Raj2014-09-051-13/+11
* * Module coding style consistency.Barry Warsaw2014-03-021-3/+11
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * Two new events are triggered on membership changes: `SubscriptionEvent`Barry Warsaw2012-12-231-1/+5
* * Schema migrations (LP: #1024509)Barry Warsaw2012-09-041-1/+1
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-041-8/+14
* General code cleanup.Barry Warsaw2012-04-251-2/+3
* - Module modernatizations (print function).Barry Warsaw2012-04-221-5/+6
* copybumpBarry Warsaw2012-01-011-1/+1
* Improved the way flufl.enum.Enums are stored in the database. Now, theyBarry Warsaw2011-09-231-2/+2
* * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-301-1/+2
* Ensure that a member's address cannot be changed to an address they do notBarry Warsaw2011-04-251-0/+3
* Complete the ability to change a subscription address, both internally and viaBarry Warsaw2011-04-251-2/+16
* Give IMembers a unique member id. We have to do this in order to give them aBarry Warsaw2011-04-221-0/+21
* Users can now subscribe to a mailing list, and their preferred address willBarry Warsaw2011-04-171-4/+25
* Add an attribute for getting the IUser record from an IMember record. This isBarry Warsaw2011-04-081-0/+5
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Because it was just to damn confusing, rename IAddress.address toBarry Warsaw2011-01-011-1/+1
* Fairly significant change to the way member and nonmember moderation occurs.Barry Warsaw2010-12-291-5/+14
* This is part 1 of the merge of Jimmy Bergman's branchBarry Warsaw2010-12-281-1/+4
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-1/+1
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* Move a module.Barry Warsaw2009-11-041-1/+1
* database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-101-0/+105