New "See full publishing history" location is less useful
Bug #437184 reported by
Scott Kitterman
on 2009-09-26
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Launchpad itself |
High
|
Edwin Grubbs |
Bug Description
URL: https:/
In the new release, "See full publishing history" moved down far enough that I have to scroll down to find it. When I use that I am virtually always looking to find a new upload that hasn't made it on to the main package page yet, so having to scroll down every time I want to find the link is a bit annoying. It was more convenient to have it near the top of the page.
Related branches
lp:~edwin-grubbs/launchpad/bug-437184-publishing-history-link
- Curtis Hovey (community): Approve (code an ui) on 2009-10-30
- Canonical Launchpad Engineering: Pending (code) requested 2009-10-28
-
Diff: 455 lines9 files modifiedlib/canonical/launchpad/icing/style-3-0.css (+160/-0)
lib/canonical/launchpad/icing/style.css (+0/-152)
lib/lp/app/templates/navigationmenu-actions.pt (+1/-1)
lib/lp/bugs/templates/bug-portlet-actions.pt (+1/-1)
lib/lp/bugs/templates/bug-portlet-specs.pt (+1/-1)
lib/lp/bugs/templates/bug-portlet-subscribers.pt (+1/-1)
lib/lp/registry/browser/distributionsourcepackage.py (+5/-1)
lib/lp/registry/stories/distribution/xx-distribution-packages.txt (+4/-4)
lib/lp/registry/templates/distributionsourcepackage-index.pt (+0/-4)
lp:~edwin-grubbs/launchpad/all-downloads-link-sprite
- Michael Nelson (community): Approve (release-critical) on 2009-11-03
- Curtis Hovey (community): Approve (code) on 2009-11-03
-
Diff: 3199 lines58 files modifieddatabase/sampledata/current-dev.sql (+12/-12)
database/schema/Makefile (+3/-3)
database/schema/comments.sql (+20/-1)
database/schema/fti.py (+8/-12)
database/schema/patch-2207-00-3.sql (+6/-1)
database/schema/patch-2207-04-0.sql (+13/-0)
database/schema/patch-2207-05-0.sql (+12/-0)
database/schema/patch-2207-06-0.sql (+122/-0)
database/schema/patch-2207-08-0.sql (+20/-0)
database/schema/security.cfg (+9/-1)
database/schema/trusted.sql (+15/-0)
database/schema/unautovacuumable.py (+25/-7)
lib/canonical/config/schema-lazr.conf (+0/-7)
lib/canonical/ftests/pgsql.py (+11/-0)
lib/canonical/launchpad/emailtemplates/branch-merge-proposal-created.txt (+1/-1)
lib/canonical/launchpad/icing/style-3-0.css (+3/-0)
lib/canonical/launchpad/interfaces/_schema_circular_imports.py (+10/-0)
lib/canonical/launchpad/templates/launchpad-login.pt (+7/-7)
lib/lp/bugs/doc/externalbugtracker-debbugs.txt (+2/-2)
lib/lp/code/browser/branch.py (+12/-2)
lib/lp/code/mail/branchmergeproposal.py (+5/-0)
lib/lp/code/mail/tests/test_branchmergeproposal.py (+16/-3)
lib/lp/code/stories/branches/xx-branch-merge-proposals.txt (+17/-3)
lib/lp/code/templates/branchmergeproposal-pagelet-summary.pt (+4/-0)
lib/lp/code/templates/branchmergeproposal-resubmit.pt (+3/-2)
lib/lp/registry/browser/__init__.py (+47/-9)
lib/lp/registry/browser/productseries.py (+7/-2)
lib/lp/registry/browser/tests/milestone-views.txt (+6/-0)
lib/lp/registry/browser/tests/productseries-views.txt (+38/-9)
lib/lp/registry/doc/milestone.txt (+10/-0)
lib/lp/registry/model/distribution.py (+1/-0)
lib/lp/registry/model/milestone.py (+4/-0)
lib/lp/registry/templates/product-index.pt (+1/-1)
lib/lp/registry/templates/productseries-delete.pt (+12/-6)
lib/lp/soyuz/adapters/archivedependencies.py (+3/-6)
lib/lp/soyuz/browser/archive.py (+38/-2)
lib/lp/soyuz/browser/configure.zcml (+1/-1)
lib/lp/soyuz/browser/packageset.py (+19/-0)
lib/lp/soyuz/browser/tests/archive-views.txt (+47/-0)
lib/lp/soyuz/configure.zcml (+10/-2)
lib/lp/soyuz/doc/archive-dependencies.txt (+14/-28)
lib/lp/soyuz/doc/archive.txt (+23/-5)
lib/lp/soyuz/doc/distroarchseriesbinarypackage.txt (+1/-0)
lib/lp/soyuz/doc/package-cache.txt (+4/-2)
lib/lp/soyuz/interfaces/archive.py (+36/-11)
lib/lp/soyuz/interfaces/archivepermission.py (+14/-1)
lib/lp/soyuz/interfaces/packageset.py (+56/-6)
lib/lp/soyuz/interfaces/packagesetgroup.py (+41/-0)
lib/lp/soyuz/model/archive.py (+9/-2)
lib/lp/soyuz/model/archivepermission.py (+21/-8)
lib/lp/soyuz/model/packageset.py (+76/-7)
lib/lp/soyuz/model/packagesetgroup.py (+30/-0)
lib/lp/soyuz/stories/ppa/xx-ppa-workflow.txt (+25/-2)
lib/lp/soyuz/stories/webservice/xx-packageset.txt (+234/-60)
lib/lp/soyuz/templates/person-archive-subscriptions.pt (+1/-1)
lib/lp/soyuz/tests/test_packageset.py (+187/-0)
scripts/ftpmaster-tools/_syncorigins.py (+1/-1)
utilities/pgmassacre.py (+19/-3)
Michael Bienia (geser) wrote : | #1 |
Julian Edwards (julian-edwards) wrote : | #2 |
Curtis, I suggest duplicating the "See full publishing history" link in the global action menu.
affects: | soyuz → launchpad-registry |
Curtis Hovey (sinzui)
on 2009-09-30
Changed in launchpad-registry: | |
importance: | Undecided → High |
status: | New → Triaged |
Curtis Hovey (sinzui)
on 2009-09-30
Changed in launchpad-registry: | |
milestone: | none → 3.1.10 |
Curtis Hovey (sinzui)
on 2009-09-30
tags: | added: post-ui-3-cleanup |
Curtis Hovey (sinzui)
on 2009-10-09
tags: |
added: post-3-ui-cleanup removed: post-ui-3-cleanup |
Curtis Hovey (sinzui)
on 2009-10-21
tags: | added: trivial |
Edwin Grubbs (edwin-grubbs)
on 2009-10-27
Changed in launchpad-registry: | |
assignee: | nobody → Edwin Grubbs (edwin-grubbs) |
status: | Triaged → In Progress |
Curtis Hovey (sinzui) wrote : | #3 |
Fixed in launchpad devel r9825.
Changed in launchpad-registry: | |
status: | In Progress → Fix Committed |
Curtis Hovey (sinzui)
on 2009-11-02
Changed in launchpad-registry: | |
status: | Fix Committed → In Progress |
Ursula Junque (ursinha) wrote : | #4 |
<sinzui> The bad CSS must be fixed or we can revert the entire branch
tags: | added: current-rollout-blocker |
Curtis Hovey (sinzui)
on 2009-11-04
Changed in launchpad-registry: | |
status: | In Progress → Fix Committed |
Fixed released in launchpad-project 3.1.10.
Changed in launchpad-registry: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
It would be really helpful if the main package page would also list pending publishing uploads (marked as such) and one wouldn't need to look at the full changelog or publishing page.