canonical_url breaks given views on a different layer to the current request
Bug #620247 reported by
Tim Penhey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Tim Penhey |
Bug Description
All the gory details are in the mailing list thread:
Related branches
lp://qastaging/~thumper/launchpad/fix-canonical-url
- Jeroen T. Vermeulen (community): Approve
-
Diff: 1083 lines (+227/-151)32 files modifiedlib/canonical/launchpad/doc/canonical_url.txt (+5/-4)
lib/canonical/launchpad/webapp/publisher.py (+44/-10)
lib/lp/answers/configure.zcml (+6/-2)
lib/lp/blueprints/configure.zcml (+11/-6)
lib/lp/bugs/configure.zcml (+10/-6)
lib/lp/code/configure.zcml (+6/-2)
lib/lp/code/publisher.py (+6/-2)
lib/lp/translations/browser/customlanguagecode.py (+12/-10)
lib/lp/translations/browser/distribution.py (+9/-11)
lib/lp/translations/browser/distroseries.py (+15/-14)
lib/lp/translations/browser/person.py (+10/-7)
lib/lp/translations/browser/poexportrequest.py (+2/-1)
lib/lp/translations/browser/pofile.py (+2/-1)
lib/lp/translations/browser/product.py (+6/-7)
lib/lp/translations/browser/productseries.py (+24/-24)
lib/lp/translations/browser/project.py (+4/-6)
lib/lp/translations/browser/sourcepackage.py (+4/-3)
lib/lp/translations/configure.zcml (+10/-6)
lib/lp/translations/templates/customlanguagecode-index.pt (+2/-2)
lib/lp/translations/templates/customlanguagecodes-index.pt (+3/-3)
lib/lp/translations/templates/distribution-language-pack-admin-info.pt (+2/-3)
lib/lp/translations/templates/distribution-translations.pt (+2/-2)
lib/lp/translations/templates/distroseries-language-packs.pt (+1/-1)
lib/lp/translations/templates/distroseries-translations.pt (+1/-1)
lib/lp/translations/templates/languageset-index.pt (+1/-1)
lib/lp/translations/templates/product-portlet-translatables.pt (+5/-5)
lib/lp/translations/templates/product-translations.pt (+3/-3)
lib/lp/translations/templates/productseries-translations-upload.pt (+1/-1)
lib/lp/translations/templates/rosetta-index.pt (+1/-1)
lib/lp/translations/templates/sourcepackage-translations.pt (+1/-1)
lib/lp/translations/tests/test_pofile.py (+10/-1)
lib/lp/vostok/configure.zcml (+8/-4)
Changed in launchpad-foundations: | |
status: | In Progress → Fix Committed |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-foundations: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in stable r11403 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ stable/ revision/ 11403>.