lp:~raj-abhilash1/mailman/bug_1423756
Created by
Abhilash Raj
and last modified
- Get this branch:
- bzr branch lp:~raj-abhilash1/mailman/bug_1423756
Only
Abhilash Raj
can upload to this branch. If you are
Abhilash Raj
please log in for upload directions.
Branch merges
Propose for merging
- Barry Warsaw: Needs Fixing
-
Diff: 907 lines (+247/-92)17 files modifiedsrc/mailman/app/registrar.py (+0/-2)
src/mailman/commands/docs/create.rst (+1/-2)
src/mailman/commands/tests/test_lists.py (+1/-1)
src/mailman/database/alembic/versions/46e92facee7_add_serverowner_domainowner.py (+36/-0)
src/mailman/interfaces/domain.py (+5/-8)
src/mailman/model/docs/domains.rst (+26/-23)
src/mailman/model/domain.py (+37/-16)
src/mailman/model/tests/test_domain.py (+23/-1)
src/mailman/model/user.py (+11/-1)
src/mailman/rest/docs/addresses.rst (+1/-0)
src/mailman/rest/docs/domains.rst (+8/-25)
src/mailman/rest/docs/users.rst (+17/-0)
src/mailman/rest/domains.py (+19/-6)
src/mailman/rest/lists.py (+1/-1)
src/mailman/rest/tests/test_domains.py (+12/-0)
src/mailman/rest/users.py (+48/-5)
src/mailman/testing/layers.py (+1/-1)
Related bugs
Bug #1423756: Ability to define user as domainowner or serverowner | High | Fix Released |
|
Related blueprints
Branch information
Recent revisions
- 7314. By Abhilash Raj
-
* Add `drop_column` inside sqlite check, fix indentation
* Change `Owner` to `DomainOwner`
* Fix indentation errors in docs
* add multiple owners using `add_owners`
* all dummy addresses should be using example.com, example.org to avoid conflict ever
* add dummy tests - 7309. By Barry Warsaw
-
Make a test less susceptible to churn when migrations are added. Given by
abompard. - 7308. By Barry Warsaw
-
* Be sure a mailing list's acceptable aliases are deleted when the mailing
list itself is deleted. (LP: #1432239) - 7307. By Barry Warsaw
-
* When deleting a user object, make sure their preferences are also deleted.
Given by Abhishek. (LP: #1418276) - 7306. By Barry Warsaw
-
* ``mailman lists --domain`` was not properly handling its arguments. Given
by Manish Gill. (LP: #1166911)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:mailman