Code overview page offers to let you "browse source code", but takes you to revision browser
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Launchpad itself |
Low
|
Jonathan Lange |
Bug Description
Take
https:/
it says
You can browse the source code for the development focus branch ...
with "browse the source code" linking to
http://
which is more like "browse the history". It is also inconsistent with what
"Source Code" takes you to from the development branch's branch page.
I think it should link to
http://
instead.
Thanks,
James
Related branches
- Brad Crittenden (community): Approve (code) on 2009-10-06
- Martin Albisetti (community): Approve (ui) on 2009-10-06
-
Diff: 97 lines7 files modifiedlib/lp/code/browser/branch.py (+1/-0)
lib/lp/code/browser/tests/test_product.py (+1/-2)
lib/lp/code/configure.zcml (+1/-0)
lib/lp/code/interfaces/branch.py (+3/-0)
lib/lp/code/model/branch.py (+4/-0)
lib/lp/code/model/tests/test_branch.py (+7/-0)
lib/lp/code/templates/product-branch-summary.pt (+1/-1)
Jonathan Lange (jml) wrote : | #1 |
Changed in launchpad-code: | |
importance: | Undecided → Low |
status: | New → Triaged |
tags: | added: trivial ui |
Jonathan Lange (jml) wrote : | #2 |
I marked this bug as 'trivial', but didn't explain what needs to be done. Allow me to remedy this.
Edit lp/code/
To test this, run the code pagetests (./bin/test -cvvt stories/branches). This will take some time, but will be quite rewarding. If any of the tests fail, edit the .txt file to match the new behaviour.
If you have any problems with this, please contact me or ask on #launchpad-dev.
Changed in launchpad-code: | |
status: | Triaged → Fix Committed |
assignee: | nobody → Jonathan Lange (jml) |
milestone: | none → 3.1.10 |
Changed in launchpad-code: | |
status: | Fix Committed → Fix Released |
Oh yeah, I'll pay that.