Link between project and package bug listings, or combine them
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Unassigned |
Bug Description
Sebastien Bacher entered "gnome-utils" in the search form on <https:/
Similarly from irc.gnome.
<crispin> is it just me, or is launchpad damn confusing
<crispin> I have found another page about ephy which claims no bugs are reported against it
<crispin> https:/
And an example of the opposite case, from bug 40622: "DUPLICATE. The frikkin https:/
To fix these problems, Launchpad should provide prominent links from package bug listings to the equivalent project bug listings, and from project bug listings to the equivalent package bug listings (for those packages which have bugs not filed on the project).
For actually combining the listings, see bug 138545.
See also bug 76416.
Related branches
- Paul Hummer (community): Approve (ui)
- Robert Collins (community): Approve
-
Diff: 452 lines (+233/-61)7 files modifiedlib/canonical/launchpad/icing/style.css (+0/-15)
lib/lp/bugs/browser/bugtarget.py (+0/-13)
lib/lp/bugs/browser/bugtask.py (+50/-1)
lib/lp/bugs/browser/tests/test_buglisting.py (+140/-8)
lib/lp/bugs/stories/bugs/xx-front-page-info.txt (+8/-9)
lib/lp/bugs/templates/bugtarget-bugs.pt (+5/-14)
lib/lp/bugs/templates/bugtarget-macros-search.pt (+30/-1)
description: | updated |
Changed in malone: | |
assignee: | nobody → bradb |
status: | New → Accepted |
description: | updated |
Changed in malone: | |
assignee: | bradb → mpt |
importance: | Medium → High |
Changed in malone: | |
assignee: | mpt → nobody |
description: | updated |
Changed in malone: | |
milestone: | none → 1.2.3 |
Changed in malone: | |
milestone: | 1.2.3 → 1.2.5 |
description: | updated |
summary: |
- Prominently link between product bug listings <-> equivalent package bug + Prominently link between project bug listings <-> equivalent package bug listings |
tags: | removed: fix-it-friday |
tags: | added: prod-strategy |
tags: |
added: bridging-the-gap removed: prod-strategy |
Changed in malone: | |
assignee: | nobody → Bryce Harrington (bryceharrington) |
Changed in malone: | |
milestone: | 10.11 → 10.12 |
Changed in malone: | |
assignee: | Registry Team (launchpad-registry) → Curtis Hovey (sinzui) |
status: | Triaged → In Progress |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in malone: | |
status: | Fix Committed → Fix Released |
Changed in malone: | |
status: | Fix Committed → Fix Released |
description: | updated |
Changed in launchpad: | |
assignee: | Curtis Hovey (sinzui) → nobody |
I would sustain that you /always/ want to show package bugs when querying for bugs on a product that the context packages. You could return, for instance, two sections:
Bugs on Firefox (upstream)
Bug 1223: Need lunch
Bugs on Firefox in Distribution Packages
Bug 1222: No lunchbox, no lunch
This would also solve the problem above (perhaps in a neater fashion)