Merge lp:~jtv/launchpad/recife-translationpolicy into lp:~launchpad/launchpad/recife
Proposed by
Jeroen T. Vermeulen
on 2010-11-05
| Status: | Merged |
|---|---|
| Approved by: | Jeroen T. Vermeulen on 2010-11-05 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 9178 |
| Proposed branch: | lp:~jtv/launchpad/recife-translationpolicy |
| Merge into: | lp:~launchpad/launchpad/recife |
| Diff against target: |
161 lines (+39/-26) 7 files modified
lib/lp/registry/configure.zcml (+2/-2) lib/lp/registry/interfaces/distribution.py (+1/-1) lib/lp/registry/interfaces/product.py (+1/-1) lib/lp/registry/interfaces/projectgroup.py (+1/-1) lib/lp/translations/browser/configure.zcml (+2/-2) lib/lp/translations/interfaces/translationgroup.py (+0/-19) lib/lp/translations/interfaces/translationpolicy.py (+32/-0) |
| To merge this branch: | bzr merge lp:~jtv/launchpad/recife-translationpolicy |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Brad Crittenden (community) | code | 2010-11-05 | Approve on 2010-11-05 |
|
Review via email:
|
|||
Commit Message
Independence for ITranslationPolicy.
Description of the Change
= Independence for ITranslationPolicy! =
The ITranslationPolicy interface in the Recife feature branch is about to grow. It's also going to get a supporting mixin class. But a prototype for that work introduced lots of circular imports, so first I'm moving the interface into a file of its own. A follow-up branch will create a matching "model" file as well, containing the mix-in class.
I'll also move the TranslationPerm
Jeroen
To post a comment you must log in.
review:
Approve
(code)
