summaryrefslogtreecommitdiff
path: root/src/mailman/model/roster.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
* Clean up the model and languages directories.Barry Warsaw2016-03-251-25/+15
* Fix membership query for preferred addresses.Barry Warsaw2016-02-061-2/+3
* Several optimizations:Barry Warsaw2016-01-111-37/+12
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* The ``mailman members`` command can now be used to display members based onBarry Warsaw2015-12-221-1/+1
* Optimize the roster SQL queryAurélien Bompard2015-11-221-3/+5
* Merge the member query fix branch.Barry Warsaw2015-04-141-10/+46
|\
| * Added IMember.subscriber to definitively return how a member is subscribed toBarry Warsaw2015-04-141-11/+45
* | Subscription workflow checkpointing.Barry Warsaw2015-04-091-5/+7
* | Resurrect Barry's subpolicy branch (lp:~barry/mailman/subpolicy)Aurélien Bompard2015-03-201-3/+1
|/
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-6/+2
* DatabaseBarry Warsaw2014-11-011-29/+22
|\
| * Clean up pass.Barry Warsaw2014-09-221-2/+2
| * fix all tests in mailman.model.testsAbhilash Raj2014-09-131-6/+5
| * modify all storm queries to work with SAAbhilash Raj2014-09-121-22/+16
| * * change declarative_base class to use ModelMeta classAbhilash Raj2014-09-061-1/+1
|/
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-041-7/+7
* General code cleanup.Barry Warsaw2012-04-251-5/+3
* - Module modernatizations (print function).Barry Warsaw2012-04-221-20/+26
* * Add property `IRoster.member_count`.Barry Warsaw2012-03-151-27/+42
* copybumpBarry Warsaw2012-01-011-1/+1
* Add some tests to ensure that the correct number of members are returned whenBarry Warsaw2011-04-171-3/+4
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Because it was just to damn confusing, rename IAddress.address toBarry Warsaw2011-01-011-2/+2
* Fairly significant change to the way member and nonmember moderation occurs.Barry Warsaw2010-12-291-0/+8
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-2/+1
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* * Add REST interface for joining a mailing list.Barry Warsaw2009-12-281-0/+13
* database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-101-0/+271