| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Mailing lists get multiple chains and pipelines. For example, normal | Barry Warsaw | 2012-03-07 | 1 | -3/+12 |
| * | Template indirection now also in effect for regular and digest headers and | Barry Warsaw | 2012-03-04 | 1 | -26/+145 |
| * | Fix welcome_message_uri to do the placeholder interpolations guaranteed in the | Barry Warsaw | 2012-03-04 | 1 | -0/+2 |
| * | * Support downloading templates by URI, including mailman:// URIs. This is | Barry Warsaw | 2012-03-03 | 2 | -0/+102 |
| * | * The `join` email command no longer accepts an `address=` argument. Its | Barry Warsaw | 2012-02-29 | 1 | -1/+4 |
| * | * Schema migrations have been implemented. | Barry Warsaw | 2012-02-12 | 1 | -15/+0 |
| * | * Held messages can now be moderated through the REST API. Mailing list | Barry Warsaw | 2012-01-30 | 1 | -14/+5 |
| * | * `IMailTransportAgentAliases` now explicitly accepts duck-typed arguments. | Barry Warsaw | 2012-01-27 | 1 | -0/+14 |
| * | * Remove previously deprecated `IListManager.get_mailing_lists()`. | Barry Warsaw | 2012-01-27 | 1 | -7/+0 |
| * | * Add property `IListmanager.name_compoments` which returns 2-tuples for | Barry Warsaw | 2012-01-27 | 1 | -0/+4 |
| * | * Add property `IUserManager.members` to return all `IMembers` in the system. | Barry Warsaw | 2012-01-26 | 1 | -0/+3 |
| * | copybump | Barry Warsaw | 2012-01-01 | 37 | -37/+37 |
| * | * Stop adding the X-BeenThere header. | Barry Warsaw | 2011-11-06 | 1 | -3/+0 |
| * | * Implement the style manager as a utility instead of an attribute hanging | Barry Warsaw | 2011-10-24 | 1 | -1/+1 |
| * | Improved the way flufl.enum.Enums are stored in the database. Now, they | Barry Warsaw | 2011-09-23 | 1 | -1/+7 |
| * | * Preferences for addresses, users, and members can be accessed, changed, and | Barry Warsaw | 2011-09-23 | 2 | -5/+7 |
| * | * Four new events are created, and notifications are sent during domain | Barry Warsaw | 2011-09-02 | 1 | -0/+32 |
| * | * New REST resource http://.../<domain>/lists can be GETed in order to find | Barry Warsaw | 2011-08-30 | 1 | -0/+3 |
| |\ |
|
| | * | merged changes to main branch | Stephen A. Goss | 2011-08-23 | 1 | -19/+19 |
| | |\ |
|
| | * | | some tweaks to fix for LP: 829765 based on feedback | Stephen A. Goss | 2011-08-23 | 2 | -7/+2 |
| | * | | REST API: add listing of mailing lists per domain | Stephen A. Goss | 2011-08-19 | 1 | -0/+7 |
| * | | | * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes, | Barry Warsaw | 2011-08-30 | 5 | -15/+23 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | LP: #834130 add moderators and owners through REST API w/tests | Stephen A. Goss | 2011-08-25 | 1 | -1/+3 |
| |/ / |
|
| * / | Rename IDomain.email_host to .mail_host for consistency. Similarly in the | Barry Warsaw | 2011-08-22 | 1 | -19/+19 |
| |/ |
|
| * | Complete bug 827036 work. | Barry Warsaw | 2011-08-17 | 1 | -0/+16 |
| * | Basic infrastructure for fixing bug 827036. | Barry Warsaw | 2011-08-17 | 1 | -1/+1 |
| * | Send event notifications whenever a mailing list is created or deleted. | Barry Warsaw | 2011-08-16 | 1 | -0/+16 |
| * | * New REST resource http://.../members/find can be POSTed to in order to find | Barry Warsaw | 2011-08-13 | 1 | -4/+25 |
| * | Factor out bounce detection to flufl.bounce. | Barry Warsaw | 2011-07-15 | 1 | -26/+0 |
| * | * The IMailingList attribute ``host_name`` has been renamed to ``mail_host`` | Barry Warsaw | 2011-06-16 | 1 | -3/+3 |
| * | Refactor MTA alias creation. | Barry Warsaw | 2011-06-10 | 1 | -1/+21 |
| * | Major terminology shift: | Barry Warsaw | 2011-06-01 | 1 | -22/+21 |
| * | * bounce_processing -> process_bounces | Barry Warsaw | 2011-05-27 | 1 | -0/+3 |
| * | * bounce_unrecognized_goes_to_list_owner -> forward_unrecognized_bounces_to | Barry Warsaw | 2011-05-25 | 2 | -0/+22 |
| * | * Flesh out IBounceProcessor so that you can get an iterator over all events | Barry Warsaw | 2011-05-17 | 1 | -0/+6 |
| * | * BounceEvent.where -> BounceEvent.context | Barry Warsaw | 2011-05-13 | 1 | -4/+21 |
| * | Add bounce registration and bounce events. | Barry Warsaw | 2011-05-13 | 1 | -2/+46 |
| * | Remove the redundant src/mailman/tests/test_bounces.py file and ensure all the | Barry Warsaw | 2011-04-27 | 1 | -18/+9 |
| * | Checkpointing for refactoring. | Barry Warsaw | 2011-04-27 | 1 | -8/+19 |
| * | Allow users to subscribe to mailing lists through the REST API. | Barry Warsaw | 2011-04-24 | 2 | -2/+25 |
| * | Users subscribed to a mailing list via their preferred address show up | Barry Warsaw | 2011-04-22 | 1 | -0/+12 |
| * | Give IMembers a unique member id. We have to do this in order to give them a | Barry Warsaw | 2011-04-22 | 3 | -1/+13 |
| * | Users can now subscribe to a mailing list, and their preferred address will | Barry Warsaw | 2011-04-17 | 1 | -6/+8 |
| * | Users now have a preferred address which can be set, changed, and deleted. | Barry Warsaw | 2011-04-16 | 2 | -0/+19 |
| * | Refactor .subscribe() from IAddress to IMailingList. | Barry Warsaw | 2011-04-16 | 2 | -11/+15 |
| * | Merge passwords into rest | Barry Warsaw | 2011-04-08 | 1 | -0/+3 |
| |\ |
|
| | * | Add an attribute for getting the IUser record from an IMember record. This is | Barry Warsaw | 2011-04-08 | 1 | -0/+3 |
| * | | More fleshing out of the users REST API. | Barry Warsaw | 2011-04-04 | 1 | -0/+6 |
| |/ |
|
| * | * Re-organize the interface between buildout.cfg and the zope.testing layer | Barry Warsaw | 2011-04-01 | 1 | -0/+3 |
| * | * Give users a unique, random, immutable user id. | Barry Warsaw | 2011-03-18 | 1 | -0/+3 |