displays numeric identifier for debian distribution names
Bug #400643 reported by
Jelmer Vernooij
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Low
|
Curtis Hovey |
Bug Description
When browsing Debian packaging branches Launchpad shows a numeric identifier in the quick menu at the top of the page.
E.g. <https:/
Launchpad > Debian > 98 > “bzr” package
rather than "98" I would expect Launchpad to say "sid".
Related branches
lp://qastaging/~sinzui/launchpad/distroseries-breadcrumb-bug-400643
- Brad Crittenden (community): Approve (code)
-
Diff: 841 lines (+162/-127)35 files modifiedlib/lp/answers/stories/question-answers-vhost.txt (+4/-3)
lib/lp/answers/stories/question-overview.txt (+2/-2)
lib/lp/registry/browser/configure.zcml (+0/-3)
lib/lp/registry/browser/distroseries.py (+1/-1)
lib/lp/registry/browser/tests/test_breadcrumbs.py (+34/-0)
lib/lp/registry/doc/distroseries.txt (+43/-0)
lib/lp/registry/interfaces/distroseries.py (+1/-0)
lib/lp/registry/model/distroseries.py (+4/-0)
lib/lp/registry/stories/distribution/xx-distribution-packages.txt (+1/-1)
lib/lp/registry/stories/distroseries/xx-distroseries-index.txt (+5/-5)
lib/lp/registry/stories/packaging/xx-sourcepackage-packaging.txt (+2/-1)
lib/lp/registry/stories/product/xx-product-package-pages.txt (+4/-4)
lib/lp/registry/templates/distribution-portlet-series.pt (+0/-22)
lib/lp/registry/templates/distribution-series.pt (+3/-4)
lib/lp/registry/templates/distroseries-details.pt (+3/-3)
lib/lp/registry/templates/product-distros.pt (+2/-3)
lib/lp/registry/templates/product-packages.pt (+2/-3)
lib/lp/soyuz/stories/distroseries/add-architecture.txt (+1/-1)
lib/lp/soyuz/stories/packaging/package-pages-navigation.txt (+6/-6)
lib/lp/soyuz/stories/ppa/xx-ubuntu-ppas.txt (+4/-13)
lib/lp/soyuz/stories/soyuz/xx-distroarchseries-binpackages.txt (+5/-5)
lib/lp/soyuz/stories/soyuz/xx-distroarchseries.txt (+2/-2)
lib/lp/soyuz/stories/soyuz/xx-distroseries-binary-packages.txt (+5/-5)
lib/lp/soyuz/stories/soyuz/xx-person-packages.txt (+1/-1)
lib/lp/soyuz/stories/soyuz/xx-sourcepackage-changelog.txt (+1/-1)
lib/lp/soyuz/templates/distribution-portlet-ppa-architectures.pt (+2/-5)
lib/lp/translations/browser/tests/test_breadcrumbs.py (+2/-2)
lib/lp/translations/stories/distribution/xx-distribution-translations.txt (+10/-10)
lib/lp/translations/stories/standalone/xx-pofile-translate-message-filtering.txt (+2/-2)
lib/lp/translations/stories/standalone/xx-rosetta-homepage.txt (+1/-1)
lib/lp/translations/stories/standalone/xx-rosetta-pofile-export.txt (+3/-3)
lib/lp/translations/stories/standalone/xx-rosetta-potemplate-index.txt (+3/-2)
lib/lp/translations/stories/standalone/xx-rosetta-sourcepackage-list.txt (+1/-1)
lib/lp/translations/templates/distribution-translations.pt (+1/-3)
lib/lp/translations/templates/rosetta-index.pt (+1/-9)
affects: | launchpad → launchpad-registry |
Changed in launchpad-registry: | |
importance: | Undecided → Low |
status: | New → Triaged |
tags: | added: trivial ui |
description: | updated |
Changed in launchpad-registry: | |
assignee: | Martin Albisetti (beuno) → nobody |
milestone: | none → 3.1.10 |
tags: | added: post-3-ui-cleanup |
Changed in launchpad-registry: | |
milestone: | 3.1.10 → 3.1.11 |
Changed in launchpad-registry: | |
status: | Triaged → In Progress |
assignee: | nobody → Curtis Hovey (sinzui) |
summary: |
- displays numeric identifier for debian distribution names + displays _only_ numeric identifier for debian distribution names |
To post a comment you must log in.
This issue will have to be reviewed for UI consistency. "sid" in not in the url. All other series are listed by their milestone name (AKA release version). Code names are not used the bread crumbs.