lp:~barry/mailman/events-and-web

Created by Barry Warsaw and last modified
Get this branch:
bzr branch lp:~barry/mailman/events-and-web
Only Barry Warsaw can upload to this branch. If you are Barry Warsaw please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Barry Warsaw
Project:
GNU Mailman
Status:
Development

Recent revisions

7181. By Barry Warsaw

More fixes for sending the welcome message via a SubscriptionEvent.
 * Make sure the language is the user's preferred *then* the list's preferred.
 * Only send welcome messages to MemberRole.members.
 * Send a SubscriptionEvent when subscribing via a confirmation message.
 * A few tests need to disable welcome messages.
 * A few tests don't need to send a duplicate welcome message.

7180. By Barry Warsaw

Trunk merge

7179. By Barry Warsaw

Interim commit for refactoring out web-centric logic.

* Use SubscriptionEvent to handle the sending of the welcome message.
* Use ConfirmationNeededEvent to send the confirmation message.
* For now, hard code the adminurl and comment out the listinfo_uri.
* Pend the list-id instead of the fqdn-listname
* Use the new configuration support for Postfix settings.
* Get rid of the IDomain's url_host, base_url, and scheme attributes, as well
  as the confirm_url() method.
* Get rid of the IMailingList's script_url() method.

7178. By Barry Warsaw

Database
--------
 * The `ban` table now uses list-ids to cross-reference the mailing list,
   since these cannot change even if the mailing list is moved or renamed.

Interfaces
----------
 * The `IBanManager` is no longer a global utility. Instead, you adapt an
   `IMailingList` to an `IBanManager` to manage the bans for a specific
   mailing list. To manage the global bans, adapt ``None``.

7177. By Barry Warsaw

 * Added support for Postfix `relay_domains` setting for better virtual domain
   support. Contributed by Jimmy Bergman.

 * `bin/mailman aliases` loses the `--output`, `--format`, and `--simple`
   arguments, and adds a `--directory` argument. This is necessary to support
   the Postfix `relay_domains` support.

7176. By Barry Warsaw

 * You can now verify and unverify an email address through the REST API.
   POST to .../addresses/<email>/verify and .../addresses/<email>/unverify
   respectively. The POST data is ignored. It is not an error to verify or
   unverify an address more than once, but verifying an already verified
   address does not change its `.verified_on` date. (LP: #1054730)

7175. By Barry Warsaw

 * You can now PUT and PATCH on user resources to change the user's display
   name or password. For passwords, you pass in the clear text password and
   Mailman will hash it before storing.

Also:

 * Major refactoring of validators for PUT and PATCH. Pull the common logic
   out of configuration.py and put it in a PatchValidator class in
   helpers.py. Also move GetterSetter to helpers.py
 * Add new exception classes RESTError, UnknownPATCHRequestError,
   ReadOnlyPATCHRequestError. These are used in the PatchValidator.
 * Added Validator.update() which works nicely for PATCH and PUT.

7174. By Barry Warsaw

 * Add list_id to JSON representation for a mailing list (given by Jimmy
   Bergman).
 * The canonical resource for a mailing list (and thus its self_link) is now
   the URL with the list-id. To reference a mailing list, the list-id url is
   preferred, but for backward compatibility, the posting address is still
   accepted.

7173. By Barry Warsaw

Bump versions and code name for 3.0b3.

7172. By Barry Warsaw

Prep for 3.0b2.

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