lp:~abompard/mailman/link_on_creation
Created by
Aurélien Bompard
and last modified
- Get this branch:
- bzr branch lp:~abompard/mailman/link_on_creation
Only
Aurélien Bompard
can upload to this branch. If you are
Aurélien Bompard
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Merged
into
lp:mailman
- Barry Warsaw: Approve
-
Diff: 54 lines (+27/-4)2 files modifiedsrc/mailman/rest/tests/test_users.py (+14/-1)
src/mailman/rest/users.py (+13/-3)
Branch information
Recent revisions
- 7251. By Barry Warsaw
-
Use print functions consistently through, and update all __future__ imports to
reflect this.Also, mock out sys.stderr on some tests so that their nose2 output is quieter.
A few other minor coding style consistencies.
- 7247. By Barry Warsaw
-
* Fix test isolation bug in ``languages.rst``.
[Piotr Kasprzyk] (LP: #1308769) - 7246. By Barry Warsaw
-
* Fixed a crash in the REST server when searching for nonmembers via
``/find`` which we've never seen before, because those members only have an
address record, not a user record. This requires a small change in the API
where the JSON response's ``address`` key now contains the URL to the
address resource, the new ``email`` key contains the email address as a
string, and the ``user`` key is optional.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:mailman