Feature #12912
Issue-notes Redmine links: append actual note reference to rendered links
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Text formatting | |||
Target version: | 2.4.0 | |||
Resolution: | Fixed |
Description
Following and extending #2715: while using the feature here on rm.o several times I feel like it would be maybe better if the referenced issue note is also actually appended to the rendered Redmine issue note links.
Current situation:#2715#note-42
and#2715-42
becomes #2715#note-42 (which links to the note-42 anchor of issue #2715, but this is not visually observable in the actually rendered link)
#2715#note-42
and#2715-42
becomes "#2715#note-42" and "#2715-42" (which should both link to the note-42 anchor of issue #2715 completely, ánd which should include the actual note reference (appended, like in the examples above between the quotation marks?) in the rendered links so it would become visually observable that it is a issue note link instead of an 'ordinary' issue link)
Any thoughts?
Related issues
Associated revisions
Issue-notes Redmine links: append actual note reference to rendered links (#12912).
Patch by YOSHITANI Mitsuhiro.
History
#1
Updated by Gary Watson almost 10 years ago
+1
#2
Updated by Jethro Yu almost 10 years ago
I also think this is better implement. +1
#3
Updated by YOSHITANI Mitsuhiro over 9 years ago
- File refine_issue_note_link.diff
added
I've created a patch.
#4
Updated by Toshi MARUYAMA over 9 years ago
- Target version set to 2.4.0
#5
Updated by Jean-Philippe Lang over 9 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Patch committed in r12005, thanks.
#6
Updated by Mischa The Evil about 9 years ago
- Duplicated by Feature #15535: "Magic links" to notes: display note number in link text added