lp:~robin-jeffries/mailman/dlist-robin

Created by Robin J and last modified
Get this branch:
bzr branch lp:~robin-jeffries/mailman/dlist-robin
Only Robin J can upload to this branch. If you are Robin J please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Robin J
Project:
GNU Mailman
Status:
Development

Recent revisions

7177. By Robin J

assorted changes and thread initialization

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.

7171. By Barry Warsaw

 * Fixed the RFC 1153 digest footer to be compliant. (LP: #887610)

Fixed by Mark Sapiro.

7170. By Barry Warsaw

Documentation updates for beta 2.

7169. By Barry Warsaw

Port the schema migration changes for LP: #1024509 to PostgreSQL.

7168. By Barry Warsaw

LP: #1024509 - Schema migration; link between members and mailing lists should
use List-ID.

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