Modify ↓
#9716 closed defect (fixed)
Code example with repo specfied produces incorrect title link
Reported by: | Ian Lewis | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | CodeExampleMacro |
Severity: | normal | Keywords: | |
Cc: | Ryan J Ollos | Trac Release: | 0.11 |
Description
When a repo value is specified, the title bar link to the repository is incorrect. It does not include the repository in the link path.
Example:
#!CodeExample ## title=A box with source from repository ## repo=ARepo ## path=APath/AFile.sql
produces a link to browser/APath/AFile.sql, not browser/ARepo/APath/AFile.sql as it should.
A note: It would be a lot nicer if path could just include the repository eliminating the need for the repo parameter.
Attachments (1)
Change History (6)
comment:1 Changed 13 years ago by
Cc: | Ryan J Ollos added; anonymous removed |
---|
comment:2 Changed 11 years ago by
Owner: | changed from Alexander Slesarev to Ryan J Ollos |
---|---|
Status: | new → assigned |
Changed 10 years ago by
Attachment: | repolink.patch added |
---|
comment:3 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.
The attachment:repolink.patch includes the repo name in the generated link. Works for me with svn rev. 14035.