summaryrefslogtreecommitdiff
path: root/src/mailman/model/docs
Commit message (Expand)AuthorAgeFilesLines
...
* * A welcome message is sent when the user confirms their subscription viaBarry Warsaw2012-03-042-78/+85
* - Test welcome message notifications.Barry Warsaw2012-03-041-0/+1
* * Support downloading templates by URI, including mailman:// URIs. This isBarry Warsaw2012-03-031-1/+1
* * The `join` email command no longer accepts an `address=` argument. ItsBarry Warsaw2012-02-291-4/+5
* Flesh out the moderation doctest.Barry Warsaw2012-01-301-1/+1
* * Held messages can now be moderated through the REST API. Mailing listBarry Warsaw2012-01-301-3/+2
* * Add property `IListmanager.name_compoments` which returns 2-tuples forBarry Warsaw2012-01-271-5/+23
* * Add property `IUserManager.members` to return all `IMembers` in the system.Barry Warsaw2012-01-261-0/+32
* Replace the password stuff with flufl.password.Barry Warsaw2012-01-011-2/+2
* Fix a few bogus sort order assumptions uncovered by the PostgreSQL tests.Barry Warsaw2011-10-231-2/+3
* Finally, all doctests are named .rstBarry Warsaw2011-09-238-0/+0
* * New REST resource http://.../<domain>/lists can be GETed in order to findBarry Warsaw2011-08-301-0/+24
|\
| * merged changes to main branchStephen A. Goss2011-08-232-4/+4
| |\
| * | some tweaks to fix for LP: 829765 based on feedbackStephen A. Goss2011-08-231-0/+23
* | | * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-304-17/+17
| |/ |/|
* | Rename IDomain.email_host to .mail_host for consistency. Similarly in theBarry Warsaw2011-08-222-4/+4
|/
* Complete bug 827036 work.Barry Warsaw2011-08-171-0/+0
* * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw2011-06-162-2/+2
* Major terminology shift:Barry Warsaw2011-06-011-2/+2
* * bounce_unrecognized_goes_to_list_owner -> forward_unrecognized_bounces_to Barry Warsaw2011-05-252-11/+11
* * BounceEvent.where -> BounceEvent.contextBarry Warsaw2011-05-131-8/+16
* Add bounce registration and bounce events.Barry Warsaw2011-05-131-0/+76
* checkpointingBarry Warsaw2011-05-061-25/+19
* Complete the ability to change a subscription address, both internally and viaBarry Warsaw2011-04-251-12/+59
* Users subscribed to a mailing list via their preferred address show upBarry Warsaw2011-04-221-0/+11
* Add REST API for addresses, and change the user REST API to use it whereBarry Warsaw2011-04-191-14/+11
* Users can now subscribe to a mailing list, and their preferred address willBarry Warsaw2011-04-171-0/+51
* Users now have a preferred address which can be set, changed, and deleted.Barry Warsaw2011-04-161-1/+86
* Refactor .subscribe() from IAddress to IMailingList.Barry Warsaw2011-04-165-89/+77
* encrypt_password(): New convenience function for ensuring that a password isBarry Warsaw2011-04-083-11/+10
* Merge users into passwordsBarry Warsaw2011-04-081-1/+7
|\
| * Add an attribute for getting the IUser record from an IMember record. This isBarry Warsaw2011-04-081-1/+7
* | make_user_friendly_password(): Ported from Mailman 2.1.Barry Warsaw2011-04-071-2/+2
|/
* * Re-organize the interface between buildout.cfg and the zope.testing layerBarry Warsaw2011-04-011-4/+11
* * Give users a unique, random, immutable user id.Barry Warsaw2011-03-185-8/+41
* Because it was just to damn confusing, rename IAddress.address toBarry Warsaw2011-01-016-134/+161
* * Simplify the membership.txt doctest.Barry Warsaw2010-12-311-142/+77
* Fairly significant change to the way member and nonmember moderation occurs.Barry Warsaw2010-12-291-91/+163
* This is part 1 of the merge of Jimmy Bergman's branchBarry Warsaw2010-12-281-0/+24
* Many documentation fixes for better Sphinx output.Barry Warsaw2010-09-0814-78/+97
* * Fix the bin/test -e/--stderr option to work with the currentBarry Warsaw2010-06-182-1/+73
* Documentation reorganization.Barry Warsaw2010-01-1214-0/+2778