Project summary page should show links to patches
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Launchpad itself |
Low
|
Karl Fogel |
Bug Description
It's not easy to find patches in Ubuntu for projects through Launchpad.
One way to solve this would be to have a "patches" section on the project overview page, which would link to the patches for that project for a given distro or distro series (e.g. for http://
Related branches
- Curtis Hovey (community): Approve (ui and code) on 2010-02-18
-
Diff: 547 lines (+206/-48)5 files modifiedlib/lp/bugs/browser/bugtask.py (+10/-1)
lib/lp/bugs/stories/patches-view/patches-view.txt (+89/-0)
lib/lp/bugs/stories/xx-bugs-statistics-portlet.txt (+52/-46)
lib/lp/bugs/templates/bugtarget-portlet-bugfilters-content.pt (+10/-0)
lib/lp/bugs/tests/bug.py (+45/-1)
Jorge Castro (jorge) wrote : | #1 |
Changed in launchpad-foundations: | |
importance: | Undecided → High |
assignee: | nobody → gmb |
Changed in launchpad-foundations: | |
status: | New → Triaged |
Changed in launchpad-foundations: | |
importance: | High → Low |
assignee: | Graham Binns (gmb) → nobody |
affects: | launchpad-foundations → malone |
tags: | added: patch-tracking |
tags: | added: story-patch-report |
Karl Fogel (kfogel) wrote : | #2 |
The summary of this bug could just be "There needs to be UI to reach the new +patches view". However, let's start with the project page first. Meanwhile, below are some notes from recent conversations with Jorge Castro and Deryck Hodge about this; some of these could get broken out into separate bugs.
-------
Basically, we need a UI to reach the +patches view. For example, go to https:/
And in https:/
box on the upper right? Put some stats about patches in there.
The "Latest Bugs Reported" list is nice; what about a "Latest patches reported"? Or better yet, just show patch icon next to the latest bugs that have a patch?
Deryck points out that from a project's Bugs home page (that is, https:/
What about UI to reach +patches view from series pages? E.g.,
https:/
https:/
Changed in malone: | |
assignee: | nobody → Karl Fogel (kfogel) |
milestone: | none → 10.02 |
Changed in malone: | |
status: | Triaged → In Progress |
Karl Fogel (kfogel) wrote : | #3 |
Karl Fogel (kfogel) wrote : | #4 |
Karl Fogel (kfogel) wrote : | #5 |
As discussed in the thread (see https:/
tags: | removed: patch-tracking |
Karl Fogel (kfogel) wrote : | #6 |
Karl Fogel (kfogel) wrote : | #7 |
Karl Fogel (kfogel) wrote : | #8 |
See above screenshots.
Fixed in db r9013 <http://
Changed in malone: | |
status: | In Progress → Fix Committed |
Changed in malone: | |
status: | Fix Committed → Fix Released |
It might be good to list not only our patches but patches from other distros like what Daniel is doing with Harvest: http:// daniel. holba.ch/ harvest/ handler. py?pkg= evolution
This would make the launchpad page for each package more useful to upstream developers who want to see all the distro patches in one place; then long term we can provide a workflow to upstreams for browsing and merging all these patches into their upstream tree.