lp:~jagan605/mailman/j605

Created by T E Jagannathan and last modified
Get this branch:
bzr branch lp:~jagan605/mailman/j605
Only T E Jagannathan can upload to this branch. If you are T E Jagannathan please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
T E Jagannathan
Project:
GNU Mailman
Status:
Development

Recent revisions

7078. By Barry Warsaw

 * Schema migrations have been implemented.

7077. By Barry Warsaw

Flesh out the moderation doctest.

7076. By Barry Warsaw

 * Held messages can now be moderated through the REST API. Mailing list
   resources now accept a `held` path component. GETing this returns all held
   messages for the mailing list. POSTing to a specific request id under this
   url can dispose of the message using `Action` enums.
 * `IRequests` interface is removed. Now just use adaptation from
   `IListRequests` directly (which takes an `IMailingList` object).
 * `handle_message()` now allows for `Action.hold` which is synonymous with
   `Action.defer` (since the message is already being held).
 * `IListRequests.get_request()` now takes an optional `request_type`
   argument to narrow the search for the given request.

- also, print_function is now a standard __future__ import. The template has
  been updated, but add this to modules as you edit them.

7075. By Barry Warsaw

 * `IMailTransportAgentAliases` now explicitly accepts duck-typed arguments.

- Also, rewrite the Postfix alias generator to use the faster, duck-typed API.

7074. By Barry Warsaw

 * Remove previously deprecated `IListManager.get_mailing_lists()`.

7073. By Barry Warsaw

 * Add property `IListmanager.name_compoments` which returns 2-tuples for
   every mailing list as (list_name, mail_host).

7072. By Barry Warsaw

Three performance improvements.

7071. By Barry Warsaw

Storm now has a "load hook" which we can use to restore the rosters when the
MailingList is loaded from the database. We need to call this explicitly in
the constructor, but at least nothing else will ever need to call it.

7070. By Barry Warsaw

A faster implementation of SubscriptionService.get_members().

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:mailman
This branch contains Public information 
Everyone can see this information.

Subscribers