Merge lp:~abentley/launchpad/fix-encoded-attachments into lp:launchpad
| Status: | Merged |
|---|---|
| Merged at revision: | 10838 |
| Proposed branch: | lp:~abentley/launchpad/fix-encoded-attachments |
| Merge into: | lp:launchpad |
| Diff against target: |
98 lines (+31/-8) 3 files modified
lib/lp/code/mail/codereviewcomment.py (+2/-1) lib/lp/code/mail/tests/test_codereviewcomment.py (+26/-6) lib/lp/testing/factory.py (+3/-1) |
| To merge this branch: | bzr merge lp:~abentley/launchpad/fix-encoded-attachments |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Paul Hummer (community) | code | 2010-05-07 | Approve on 2010-05-07 |
|
Review via email:
|
|||
Commit Message
Fix code review comments with encoded attachments
Description of the Change
= Summary =
Fix bug #575185: Some merge proposal attachments are encoded as base64 but reported as qoted-printable
== Proposed fix ==
Decode message attachments before re-attaching them.
== Pre-implementation notes ==
None
== Implementation details ==
None
== Tests ==
bin/test -t test_encoded_
== Demo and Q/A ==
Send an email with a base64-encoded attachment to a merge proposal on Staging.
The copy sent by launchpad should not display the attachment as base64-encoded.
= Launchpad lint =
Checking for conflicts. and issues in doctests and templates.
Running jslint, xmllint, pyflakes, and pylint.
Using normal rules.
Linting changed files:
lib/lp/
lib/lp/
lib/lp/
