summaryrefslogtreecommitdiff
path: root/src/mailman/model/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* ArchitectureBarry Warsaw2012-03-262-3/+3
* - Move some normal recipient tests to unittests.Barry Warsaw2012-03-231-4/+4
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-156-36/+34
* Fix welcome_message_uri to do the placeholder interpolations guaranteed in theBarry Warsaw2012-03-042-1/+5
* * 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
|\