Merge lp://staging/~jelmer/loggerhead/no-such-file into lp://staging/loggerhead
Proposed by
Jelmer Vernooij
Status: | Merged |
---|---|
Merged at revision: | 499 |
Proposed branch: | lp://staging/~jelmer/loggerhead/no-such-file |
Merge into: | lp://staging/loggerhead |
Diff against target: |
161 lines (+21/-24) 6 files modified
loggerhead/controllers/annotate_ui.py (+1/-1) loggerhead/controllers/download_ui.py (+4/-5) loggerhead/controllers/view_ui.py (+9/-10) loggerhead/history.py (+3/-4) loggerhead/templates/view.pt (+1/-1) loggerhead/tests/test_controllers.py (+3/-3) |
To merge this branch: | bzr merge lp://staging/~jelmer/loggerhead/no-such-file |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Colin Watson (community) | Approve | ||
Review via email: mp+385139@code.staging.launchpad.net |
Description of the change
Hide file ids in loggerhead URLs.
This has the added benefit of fixing a bug in the download URL generation,
which didn't properly decode file id bytestrings on Python 3.
To post a comment you must log in.