summaryrefslogtreecommitdiff
path: root/src/mailman/model (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Mailing lists get multiple chains and pipelines. For example, normalBarry Warsaw2012-03-071-2/+2
* Template indirection now also in effect for regular and digest headers andBarry Warsaw2012-03-041-4/+4
* 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-032-5/+5
* * The `join` email command no longer accepts an `address=` argument. ItsBarry Warsaw2012-02-291-4/+5
* * Schema migrations have been implemented.Barry Warsaw2012-02-121-1/+1
* 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-304-17/+75
* * Remove previously deprecated `IListManager.get_mailing_lists()`.Barry Warsaw2012-01-271-6/+0
* * Add property `IListmanager.name_compoments` which returns 2-tuples forBarry Warsaw2012-01-272-5/+31
* Three performance improvements.Barry Warsaw2012-01-271-6/+8
* Storm now has a "load hook" which we can use to restore the rosters when theBarry Warsaw2012-01-272-10/+9
* * Add property `IUserManager.members` to return all `IMembers` in the system.Barry Warsaw2012-01-262-0/+39
* copybumpBarry Warsaw2012-01-0127-27/+27
* Replace the password stuff with flufl.password.Barry Warsaw2012-01-011-2/+2
* * Stop adding the X-BeenThere header.Barry Warsaw2011-11-061-1/+0
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-306-50/+0
* 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
* Improved the way flufl.enum.Enums are stored in the database. Now, theyBarry Warsaw2011-09-238-22/+30
* * Four new events are created, and notifications are sent during domainBarry Warsaw2011-09-022-1/+121
* * New REST resource http://.../<domain>/lists can be GETed in order to findBarry Warsaw2011-08-302-0/+34
|\
| * email_host => mail_hostStephen A. Goss2011-08-231-1/+1
| * merged changes to main branchStephen A. Goss2011-08-233-30/+30
| |\
| * | some tweaks to fix for LP: 829765 based on feedbackStephen A. Goss2011-08-233-4/+32
| * | REST API: add listing of mailing lists per domainStephen A. Goss2011-08-191-0/+5
* | | * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-309-29/+47
| |/ |/|
* | Rename IDomain.email_host to .mail_host for consistency. Similarly in theBarry Warsaw2011-08-223-30/+30
|/
* Complete bug 827036 work.Barry Warsaw2011-08-174-43/+78
* Basic infrastructure for fixing bug 827036.Barry Warsaw2011-08-171-0/+33
* Send event notifications whenever a mailing list is created or deleted.Barry Warsaw2011-08-163-3/+79
* Remove all pylint vestiges.Barry Warsaw2011-08-032-3/+0
* * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw2011-06-164-18/+18
* Major terminology shift:Barry Warsaw2011-06-011-2/+2
* * bounce_processing -> process_bouncesBarry Warsaw2011-05-271-1/+1
* * bounce_unrecognized_goes_to_list_owner -> forward_unrecognized_bounces_to Barry Warsaw2011-05-253-12/+13
* * Flesh out IBounceProcessor so that you can get an iterator over all eventsBarry Warsaw2011-05-172-5/+80
* * Fixed testsBarry Warsaw2011-05-141-1/+1
* * BounceEvent.where -> BounceEvent.contextBarry Warsaw2011-05-132-12/+22
* Add bounce registration and bounce events.Barry Warsaw2011-05-133-0/+186
* checkpointingBarry Warsaw2011-05-061-25/+19
* Ensure that a member's address cannot be changed to an address they do notBarry Warsaw2011-04-252-0/+28
* Complete the ability to change a subscription address, both internally and viaBarry Warsaw2011-04-253-14/+154
* Users subscribed to a mailing list via their preferred address show upBarry Warsaw2011-04-222-1/+15
* Give IMembers a unique member id. We have to do this in order to give them aBarry Warsaw2011-04-224-1/+145
* * Move members.txt corner cases to unittests.Barry Warsaw2011-04-201-1/+0
* Add REST API for addresses, and change the user REST API to use it whereBarry Warsaw2011-04-192-14/+13
* Add some tests to ensure that the correct number of members are returned whenBarry Warsaw2011-04-173-3/+86