Modify ↓
#4370 closed defect (fixed)
Linking does not work for all possible link types
Reported by: | Owned by: | Mel Chua | |
---|---|---|---|
Priority: | normal | Component: | TracBacksPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Automatic linking only works with 'Ticket #ID'. It does neither work with 'AnyLinkText nor with 'ticket:ID'
Attachments (0)
Change History (4)
comment:1 follow-up: 2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 follow-up: 3 Changed 16 years ago by
Priority: | high → normal |
---|---|
Resolution: | fixed |
Severity: | critical → normal |
Status: | closed → reopened |
Replying to mchua:
http://trac-hacks.org/changeset/5150 enabled acceptance of the ticket:ID format.
Thank you very much for that one. Will check that later.
Tracbacks shouldn't be created when AnyLinkText is put down, since that doesn't refer to an unique ticket.
You are right if you interpret AnyLinkText as CamelCase. Sorry for the unprofessional explanation given by me in the first place. I really should have used source code like I do now:
[ticket:ID AnyLinkText]
Can you please double check if this is recognised as well by your new implementation?
comment:3 follow-up: 4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:4 Changed 15 years ago by
Note: See
TracTickets for help on using
tickets.
http://trac-hacks.org/changeset/5150 enabled acceptance of the ticket:ID format. Tracbacks shouldn't be created when AnyLinkText is put down, since that doesn't refer to an unique ticket. Closing this as resolved; please reopen if there's another way to refer to an unique ticket that I've missed.