lp:~rashi007/mailman/mailman
- Get this branch:
- bzr branch lp:~rashi007/mailman/mailman
Branch merges
- Barry Warsaw: Approve
-
Diff: 29 lines (+3/-4)2 files modifiedsrc/mailman/core/switchboard.py (+2/-2)
src/mailman/model/docs/mlist-addresses.rst (+1/-2)
Related bugs
Bug #1165589: Switchboard fails to log the error message with some exceptions. | Low | Invalid | |
Bug #1427979: Documentation mistake | Undecided | In Progress |
Related blueprints
Branch information
Recent revisions
- 7298. By Barry Warsaw
-
* A new API is provided to support non-production testing infrastructures,
allowing a client to cull all orphaned UIDs via ``DELETE`` on
``<api>/reserved/ uids/orphans` `. Note that *no guarantees* of API
stability will ever be made for resources under ``reserved``.
(LP: #1420083)Also:
- Allow @dbconnection methods to be @staticmethods taking only one argument,
the store to perform the query on. - 7296. By Barry Warsaw
-
* When deleting a user via REST, make sure all linked addresses are deleted.
Found by Andrew Stuart. (LP: #1419519) - 7295. By Barry Warsaw
-
* You can now DELETE an address. If the address is linked to a user, the
user is not delete, it is just unlinked. - 7294. By Barry Warsaw
-
* When creating a user with an email address, do not create the user record
if the email address already exists. Given by Andrew Stuart.
(LP: #1418280)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:mailman