Merge lp://staging/~intellectronica/launchpad/bug-544794 into lp://staging/launchpad

Proposed by Eleanor Berger
Status: Merged
Approved by: Deryck Hodge
Approved revision: no longer in the source branch.
Merged at revision: not available
Proposed branch: lp://staging/~intellectronica/launchpad/bug-544794
Merge into: lp://staging/launchpad
Diff against target: 391 lines (+106/-23)
16 files modified
database/schema/security.cfg (+1/-0)
lib/canonical/launchpad/doc/security-teams.txt (+2/-1)
lib/canonical/launchpad/mail/commands.py (+1/-1)
lib/lp/bugs/browser/bug.py (+18/-9)
lib/lp/bugs/browser/bugtarget.py (+10/-1)
lib/lp/bugs/configure.zcml (+1/-0)
lib/lp/bugs/doc/bug-heat.txt (+22/-0)
lib/lp/bugs/doc/bug.txt (+1/-1)
lib/lp/bugs/doc/bugnotification-email.txt (+3/-3)
lib/lp/bugs/doc/bugnotification-sending.txt (+2/-1)
lib/lp/bugs/interfaces/bug.py (+12/-1)
lib/lp/bugs/model/bug.py (+27/-0)
lib/lp/bugs/scripts/bugheat.py (+1/-0)
lib/lp/bugs/scripts/bugimport.py (+1/-1)
lib/lp/bugs/scripts/tests/test_bugheat.py (+2/-2)
lib/lp/bugs/tests/test_bugchanges.py (+2/-2)
To merge this branch: bzr merge lp://staging/~intellectronica/launchpad/bug-544794
Reviewer Review Type Date Requested Status
Deryck Hodge (community) code Approve
Review via email: mp+23389@code.staging.launchpad.net

Commit message

Adjust bug heat immediately when bug privacy and security are changed.

Description of the change

This branch makes changes to bug privacy and security reflect in the bug's heat immediately. The only complication is the addition of IBug.setSecurityRelated() as a mutator for IBug.security_related and changes to use the new setter method instead of setting the attribute directly. I've also added a test demonstrating the immediate effect of these changes.

To post a comment you must log in.
Revision history for this message
Deryck Hodge (deryck) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.