Merge lp:~cjwatson/launchpad/bug-footer into lp:launchpad
Proposed by
Colin Watson
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 17667 | ||||
Proposed branch: | lp:~cjwatson/launchpad/bug-footer | ||||
Merge into: | lp:launchpad | ||||
Diff against target: |
301 lines (+77/-41) 5 files modified
lib/lp/bugs/doc/bugnotification-email.txt (+7/-7) lib/lp/bugs/mail/bugnotificationbuilder.py (+36/-18) lib/lp/bugs/mail/tests/test_bugnotificationbuilder.py (+24/-5) lib/lp/bugs/scripts/bugnotification.py (+2/-3) lib/lp/bugs/subscribers/bug.py (+8/-8) |
||||
To merge this branch: | bzr merge lp:~cjwatson/launchpad/bug-footer | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
William Grant (community) | code | Approve | |
Review via email: mp+266577@code.launchpad.net |
Commit message
Make bug notifications honour PersonSettings.
Description of the change
Make bug notifications honour PersonSettings.
I tried to convert bug notifications to BaseMailer, and that would still ultimately be better, but it was Hard Work. This only took me half an hour or so and the duplication isn't all that bad.
To post a comment you must log in.