summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Update the IDatabase interface.Barry Warsaw2012-04-221-2/+5
| * - Rename the model attributes.Barry Warsaw2012-04-082-2/+12
| * - Refactor the way databases are schema-migrated so that load_migrations()Barry Warsaw2012-04-081-0/+8
|/
* * A `PasswordChangeEvent` is triggered when an `IUser`'s password changes.Barry Warsaw2012-04-072-1/+15
* * An `AddressVerificationEvent` is triggered when an `IAddress` is verifiedBarry Warsaw2012-04-071-0/+15
* * Header check specifications in the `mailman.cfg` file have changed quiteBarry Warsaw2012-04-061-4/+4
* * The `news` runner and queue has been renamed to the more accurate `nntp`.Barry Warsaw2012-03-311-2/+2
* ArchitectureBarry Warsaw2012-03-261-0/+9
* Add an owner chain and pipeline to the schema, model, and interface. PlumbBarry Warsaw2012-03-221-1/+19
* Several fixes and cleanups, ostensibly to fix Python 2.6 support.Barry Warsaw2012-03-222-14/+23
* Merge the Pipermail eradication branch. The scrubber is also removed.Barry Warsaw2012-03-174-18/+17
|\
| * * Pipermail has been eradicated.Barry Warsaw2012-03-163-1/+13
| * Eradicate Pipermail. Everything but the scrubber test works. That will takeBarry Warsaw2012-03-151-17/+4
* | * Add property `IRoster.member_count`.Barry Warsaw2012-03-151-0/+3
* | Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-156-27/+25
|/
* * 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