summaryrefslogtreecommitdiff
path: root/src/mailman/model/docs/mailinglist.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More model test fixes and ports.Barry Warsaw2014-12-131-22/+10
|
* Merge abompard's fixes to the Postgres test suite.Barry Warsaw2014-10-301-6/+9
|
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-12/+12
| | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies.
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-041-3/+8
| | | | | | | | | | | | | | | now via the RFC 2369 `list_id` instead of the fqdn listname (i.e. posting address). This is because while the posting address can change if the mailing list is moved to a new server, the list id is fixed. (LP: #1024509) + IListManager.get_by_list_id() added. + IListManager.list_ids added. + IMailingList.list_id added. + Several internal APIs that accepted fqdn list names now require list ids, e.g. ISubscriptionService.join() and .find_members(). + IMember.list_id attribute added; .mailing_list is now an alias that retrieves and returns the IMailingList. - list_id added (LP: #1024509)
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-0/+165