| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Update the IDatabase interface. | Barry Warsaw | 2012-04-22 | 1 | -2/+5 |
| | * | - Rename the model attributes. | Barry Warsaw | 2012-04-08 | 2 | -2/+12 |
| | * | - Refactor the way databases are schema-migrated so that load_migrations() | Barry Warsaw | 2012-04-08 | 1 | -0/+8 |
| |/ |
|
| * | * A `PasswordChangeEvent` is triggered when an `IUser`'s password changes. | Barry Warsaw | 2012-04-07 | 2 | -1/+15 |
| * | * An `AddressVerificationEvent` is triggered when an `IAddress` is verified | Barry Warsaw | 2012-04-07 | 1 | -0/+15 |
| * | * Header check specifications in the `mailman.cfg` file have changed quite | Barry Warsaw | 2012-04-06 | 1 | -4/+4 |
| * | * The `news` runner and queue has been renamed to the more accurate `nntp`. | Barry Warsaw | 2012-03-31 | 1 | -2/+2 |
| * | Architecture | Barry Warsaw | 2012-03-26 | 1 | -0/+9 |
| * | Add an owner chain and pipeline to the schema, model, and interface. Plumb | Barry Warsaw | 2012-03-22 | 1 | -1/+19 |
| * | Several fixes and cleanups, ostensibly to fix Python 2.6 support. | Barry Warsaw | 2012-03-22 | 2 | -14/+23 |
| * | Merge the Pipermail eradication branch. The scrubber is also removed. | Barry Warsaw | 2012-03-17 | 4 | -18/+17 |
| |\ |
|
| | * | * Pipermail has been eradicated. | Barry Warsaw | 2012-03-16 | 3 | -1/+13 |
| | * | Eradicate Pipermail. Everything but the scrubber test works. That will take | Barry Warsaw | 2012-03-15 | 1 | -17/+4 |
| * | | * Add property `IRoster.member_count`. | Barry Warsaw | 2012-03-15 | 1 | -0/+3 |
| * | | Schema change. After discussion at Pycon, we decided to change "real_name" to | Barry Warsaw | 2012-03-15 | 6 | -27/+25 |
| |/ |
|
| * | * 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 |