Publishing history does not linkify bug text
Bug #484812 reported by
Steve Kowalik
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Low
|
Jelmer Vernooij |
Bug Description
If you look at the following URL:
https:/
The removal from Karmic text is "bug 419099", which should be linkified so that people can jump from the removal reason to the bug that discusses the removal.
Related branches
lp://qastaging/~jelmer/launchpad/bug484812
- Julian Edwards (community): Approve (code)
-
Diff: 535 lines (+207/-25)13 files modifiedlib/canonical/launchpad/javascript/lp/lp.js (+2/-0)
lib/canonical/testing/layers.py (+1/-1)
lib/lp/code/doc/codeimport.txt (+65/-12)
lib/lp/code/mail/codeimport.py (+2/-1)
lib/lp/code/model/codeimport.py (+4/-1)
lib/lp/code/model/codeimportevent.py (+2/-1)
lib/lp/codehosting/codeimport/tests/servers.py (+40/-2)
lib/lp/codehosting/codeimport/tests/test_workermonitor.py (+26/-1)
lib/lp/codehosting/codeimport/worker.py (+5/-1)
lib/lp/soyuz/interfaces/publishing.py (+1/-1)
lib/lp/soyuz/stories/soyuz/xx-packagepublishinghistory.txt (+49/-0)
lib/lp/soyuz/templates/packagepublishing-details.pt (+1/-1)
lib/lp/testing/factory.py (+9/-3)
Changed in soyuz: | |
status: | New → Triaged |
importance: | Undecided → Low |
tags: | added: trivial |
Changed in soyuz: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in soyuz: | |
milestone: | none → 3.1.12 |
Changed in soyuz: | |
status: | Triaged → Fix Committed |
Changed in soyuz: | |
status: | Fix Committed → In Progress |
Changed in soyuz: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in devel r9995 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ devel/revision/ 9995>