summaryrefslogtreecommitdiff
path: root/src/mailman/model/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
* IListManager.get() now accepts both List-IDs and FQDN list names.Barry Warsaw2017-06-241-29/+37
* Simplify the implementation.Barry Warsaw2016-10-171-3/+2
* Collapse two doctests into one.Barry Warsaw2016-09-112-105/+148
* Reorganize the documentation for better accesibilityAbhilash Raj2016-08-211-0/+8
* New template system. Closes #249Barry Warsaw2016-07-161-29/+13
* Add NEWS, tweak an interface, and rewrite a unit test.Barry Warsaw2016-04-181-5/+26
* Extend ISubscriptionService interface.Harshit Bansal2016-04-181-0/+55
* Members and nonmembers moderation action fallbackAurélien Bompard2016-03-311-10/+13
* Add NEWS and tweak.Barry Warsaw2016-01-131-1/+1
* Allow fuzz search for members in SubscriptionServiceAurélien Bompard2016-01-131-0/+16
* Refactor some tests and documentation.Barry Warsaw2016-01-071-0/+195
* A few minor cleanups.Barry Warsaw2015-12-161-3/+4
* Implement suggestions from the reviewAurélien Bompard2015-12-161-2/+7
* Make sure that Pendables always have a typeAurélien Bompard2015-12-162-2/+3
* Add server_owners attribute to the user manager.Barry Warsaw2015-09-231-0/+44
* * Messages now include a `Message-ID-Hash` as the replacement forBarry Warsaw2015-06-141-5/+9
* * The default languages from Mailman 2.1 have been ported over. Given byBarry Warsaw2015-05-071-5/+0
* Fix a typo. Found by Rashi Karanpuria.Barry Warsaw2015-05-041-3/+3
* Checkpointing.Barry Warsaw2015-04-161-4/+15
* Plumb the subscription policy through the REST API.Barry Warsaw2015-04-151-4/+14
* * Mailing list subscription policy work flow has been completely rewritten.Barry Warsaw2015-04-153-300/+101
|\
| * Prevent replay attacks with the confirmation token.Barry Warsaw2015-04-151-2/+0
| * Full test suite passes.Barry Warsaw2015-04-141-0/+2
| * Merge the member query fix branch.Barry Warsaw2015-04-141-2/+36
| |\
| | * Added IMember.subscriber to definitively return how a member is subscribed toBarry Warsaw2015-04-141-2/+36
| |/ |/|
| * Checkpointing.Barry Warsaw2015-04-141-298/+55
| * Give IPendings a count of entries.Barry Warsaw2015-04-131-0/+10
|/
* Checkpointing:Barry Warsaw2015-04-061-0/+15
* Reviewed and updated domains doctest.Barry Warsaw2015-04-061-13/+18
* Abhilash's branch, pre-cleaning.Barry Warsaw2015-04-062-24/+27
|\
| * * implement left over methodsAbhilash Raj2015-04-061-5/+5
| * * Add `drop_column` inside sqlite check, fix indentationAbhilash Raj2015-03-311-4/+4
| * add tests, fix docs, remove contact_addressAbhilash Raj2015-03-281-23/+26
* | trunk mergeBarry Warsaw2015-03-281-0/+22
|\ \
| * | More tests of make_user().Barry Warsaw2015-03-211-0/+22
| |/
* / Fix some typos.Barry Warsaw2015-03-281-3/+3
|/
* Another test cleansing.Barry Warsaw2014-12-211-6/+6
* Clean up a SA warning.Barry Warsaw2014-12-211-2/+2
* More test repair.Barry Warsaw2014-12-151-1/+1
* Fix pending.rst.Barry Warsaw2014-12-141-5/+5
* All model tests except for pendings.rst is passing now.Barry Warsaw2014-12-133-67/+9
* More model test fixes and ports.Barry Warsaw2014-12-134-98/+27
* languages.rst passesBarry Warsaw2014-12-011-2/+2
* model/addresses.rst passes, with some bad-path cases moved to unittests.Barry Warsaw2014-12-011-17/+3
* registrar.rst is ported; some bad path tests moved to a unittest.Barry Warsaw2014-12-011-29/+4
* Merge abompard's fixes to the Postgres test suite.Barry Warsaw2014-10-301-6/+9
* Use print() to smooth over the SA return of Python longs in PostgreSQL.Barry Warsaw2014-10-132-21/+21
* Pass all tests with PYTHONWARNINGS=error.Barry Warsaw2014-09-221-2/+3
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-2815-156/+156
* * Fix test isolation bug in ``languages.rst``.Barry Warsaw2014-04-171-5/+5
|\