Merge lp:~stevenk/launchpad/product-distribution-accesspolicy into lp:launchpad
Proposed by
Steve Kowalik
on 2012-03-08
| Status: | Merged |
|---|---|
| Approved by: | Steve Kowalik on 2012-03-08 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 14935 |
| Proposed branch: | lp:~stevenk/launchpad/product-distribution-accesspolicy |
| Merge into: | lp:launchpad |
| Diff against target: |
359 lines (+66/-56) 9 files modified
database/schema/security.cfg (+2/-0) lib/lp/bugs/tests/test_bug_mirror_access_triggers.py (+1/-21) lib/lp/registry/model/distribution.py (+6/-1) lib/lp/registry/model/product.py (+9/-0) lib/lp/registry/services/sharingservice.py (+0/-8) lib/lp/registry/services/tests/test_sharingservice.py (+5/-11) lib/lp/registry/tests/test_accesspolicy.py (+21/-14) lib/lp/registry/tests/test_distribution.py (+11/-1) lib/lp/registry/tests/test_product.py (+11/-0) |
| To merge this branch: | bzr merge lp:~stevenk/launchpad/product-distribution-accesspolicy |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Ian Booth (community) | 2012-03-08 | Approve on 2012-03-08 | |
|
Review via email:
|
|||
Commit Message
Create default accesspolicies on creation of a new product or distribution.
Description of the Change
Create default accesspolicies on creation of a new product or distribution.
To post a comment you must log in.

Excellent Smithers