Merge lp:~stevenk/launchpad/bugs-information_type-ui-secrecy into lp:launchpad
Proposed by
Steve Kowalik
on 2012-04-19
| Status: | Merged |
|---|---|
| Approved by: | Steve Kowalik on 2012-04-19 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 15123 |
| Proposed branch: | lp:~stevenk/launchpad/bugs-information_type-ui-secrecy |
| Merge into: | lp:launchpad |
| Diff against target: |
219 lines (+103/-26) 5 files modified
lib/lp/bugs/browser/bug.py (+59/-25) lib/lp/bugs/browser/tests/test_bug_views.py (+33/-0) lib/lp/bugs/interfaces/bug.py (+1/-1) lib/lp/registry/vocabularies.py (+3/-0) lib/lp/services/features/flags.py (+7/-0) |
| To merge this branch: | bzr merge lp:~stevenk/launchpad/bugs-information_type-ui-secrecy |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Ian Booth (community) | 2012-04-19 | Approve on 2012-04-19 | |
|
Review via email:
|
|||
Commit Message
Show information_type in Bug:+secrecy if a feature flag is set.
Description of the Change
Add a new feature flag, disclosure.
I've also cleaned up a little bit of lint, and made sure that InformationType
To post a comment you must log in.

Nice branch. Yay for adding more cool new stuff.