summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Mailing lists get multiple chains and pipelines. For example, normalBarry Warsaw2012-03-071-3/+12
* Template indirection now also in effect for regular and digest headers andBarry Warsaw2012-03-041-26/+145
* Fix welcome_message_uri to do the placeholder interpolations guaranteed in theBarry Warsaw2012-03-041-0/+2
* * Support downloading templates by URI, including mailman:// URIs. This isBarry Warsaw2012-03-032-0/+102
* * The `join` email command no longer accepts an `address=` argument. ItsBarry Warsaw2012-02-291-1/+4
* * Schema migrations have been implemented.Barry Warsaw2012-02-121-15/+0
* * Held messages can now be moderated through the REST API. Mailing listBarry Warsaw2012-01-301-14/+5
* * `IMailTransportAgentAliases` now explicitly accepts duck-typed arguments.Barry Warsaw2012-01-271-0/+14
* * Remove previously deprecated `IListManager.get_mailing_lists()`.Barry Warsaw2012-01-271-7/+0
* * Add property `IListmanager.name_compoments` which returns 2-tuples forBarry Warsaw2012-01-271-0/+4
* * Add property `IUserManager.members` to return all `IMembers` in the system.Barry Warsaw2012-01-261-0/+3
* copybumpBarry Warsaw2012-01-0137-37/+37
* * Stop adding the X-BeenThere header.Barry Warsaw2011-11-061-3/+0
* * Implement the style manager as a utility instead of an attribute hangingBarry Warsaw2011-10-241-1/+1
* Improved the way flufl.enum.Enums are stored in the database. Now, theyBarry Warsaw2011-09-231-1/+7
* * Preferences for addresses, users, and members can be accessed, changed, andBarry Warsaw2011-09-232-5/+7
* * Four new events are created, and notifications are sent during domainBarry Warsaw2011-09-021-0/+32
* * New REST resource http://.../<domain>/lists can be GETed in order to findBarry Warsaw2011-08-301-0/+3
|\
| * merged changes to main branchStephen A. Goss2011-08-231-19/+19
| |\
| * | some tweaks to fix for LP: 829765 based on feedbackStephen A. Goss2011-08-232-7/+2
| * | REST API: add listing of mailing lists per domainStephen A. Goss2011-08-191-0/+7
* | | * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-305-15/+23
|\ \ \ | |_|/ |/| |
| * | LP: #834130 add moderators and owners through REST API w/testsStephen A. Goss2011-08-251-1/+3
|/ /
* / Rename IDomain.email_host to .mail_host for consistency. Similarly in theBarry Warsaw2011-08-221-19/+19
|/
* Complete bug 827036 work.Barry Warsaw2011-08-171-0/+16
* Basic infrastructure for fixing bug 827036.Barry Warsaw2011-08-171-1/+1
* Send event notifications whenever a mailing list is created or deleted.Barry Warsaw2011-08-161-0/+16
* * New REST resource http://.../members/find can be POSTed to in order to findBarry Warsaw2011-08-131-4/+25
* Factor out bounce detection to flufl.bounce.Barry Warsaw2011-07-151-26/+0
* * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw2011-06-161-3/+3
* Refactor MTA alias creation.Barry Warsaw2011-06-101-1/+21
* Major terminology shift:Barry Warsaw2011-06-011-22/+21
* * bounce_processing -> process_bouncesBarry Warsaw2011-05-271-0/+3
* * bounce_unrecognized_goes_to_list_owner -> forward_unrecognized_bounces_to Barry Warsaw2011-05-252-0/+22
* * Flesh out IBounceProcessor so that you can get an iterator over all eventsBarry Warsaw2011-05-171-0/+6
* * BounceEvent.where -> BounceEvent.contextBarry Warsaw2011-05-131-4/+21
* Add bounce registration and bounce events.Barry Warsaw2011-05-131-2/+46
* Remove the redundant src/mailman/tests/test_bounces.py file and ensure all theBarry Warsaw2011-04-271-18/+9
* Checkpointing for refactoring.Barry Warsaw2011-04-271-8/+19
* Allow users to subscribe to mailing lists through the REST API.Barry Warsaw2011-04-242-2/+25
* Users subscribed to a mailing list via their preferred address show upBarry Warsaw2011-04-221-0/+12
* Give IMembers a unique member id. We have to do this in order to give them aBarry Warsaw2011-04-223-1/+13
* Users can now subscribe to a mailing list, and their preferred address willBarry Warsaw2011-04-171-6/+8
* Users now have a preferred address which can be set, changed, and deleted.Barry Warsaw2011-04-162-0/+19
* Refactor .subscribe() from IAddress to IMailingList.Barry Warsaw2011-04-162-11/+15
* Merge passwords into restBarry Warsaw2011-04-081-0/+3
|\
| * Add an attribute for getting the IUser record from an IMember record. This isBarry Warsaw2011-04-081-0/+3
* | More fleshing out of the users REST API.Barry Warsaw2011-04-041-0/+6
|/
* * Re-organize the interface between buildout.cfg and the zope.testing layerBarry Warsaw2011-04-011-0/+3
* * Give users a unique, random, immutable user id.Barry Warsaw2011-03-181-0/+3