summaryrefslogtreecommitdiff
path: root/src/mailman/model/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Make a copy before first usage of mgr.clear()Piotr Kasprzyk2014-04-161-4/+4
|/
* Several internal improvements:Barry Warsaw2014-01-061-1/+1
* trunk mergeBarry Warsaw2013-09-013-4/+3
|\
| * Switch to PEP 435 enums from flufl.enums.Barry Warsaw2013-06-183-4/+3
* | Migrate bounceevent.list_name -> bounceevent.list_idBarry Warsaw2013-09-011-2/+2
|/
* * Two new events are triggered on membership changes: `SubscriptionEvent`Barry Warsaw2012-12-231-0/+23
* Fix cross-references.Barry Warsaw2012-12-171-1/+1
* * Simplify moderator.rst and requests.rst so they serve a better purpose asBarry Warsaw2012-12-171-804/+69
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-2/+1
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-045-42/+69
* Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-271-1/+1
* General code cleanup.Barry Warsaw2012-04-252-6/+12
* * A `PasswordChangeEvent` is triggered when an `IUser`'s password changes.Barry Warsaw2012-04-071-0/+19
* * An `AddressVerificationEvent` is triggered when an `IAddress` is verifiedBarry Warsaw2012-04-071-3/+28