Ticket #4314 (closed enhancement: duplicate)
Opened 5 years ago
Last modified 4 years ago
Make Intertrac Links work with 'root' objects
| Reported by: | ilias@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | devel |
| Severity: | minor | Keywords: | project intertrac |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
e.g.
- th: should link to track-hacks.org
- th:wiki (or th:wiki:) should link to track-hacks.org/wiki
- th:roadmap (or th:roadmap:) should link to track-hacks.org/roadmap
Attachments
Change History
comment:1 Changed 5 years ago by Tim Hatch <trac@…>
comment:2 Changed 5 years ago by ilias@…
if I point to base:roadmap on my instance, i don't get the roadmap overview, but instead this error:
verification:
http://dev.lazaridis.com/base/intertrac/roadmap
Internal Error "roadmap" is not a TracLinks
The expected behaviour is to see the roadmap overview:
http://dev.lazaridis.com/base/roadmap
This looks basicly like a defect.
comment:3 follow-up: ↓ 4 Changed 5 years ago by ilias@…
- Owner jonas deleted
comment:4 in reply to: ↑ 3 ; follow-up: ↓ 5 Changed 5 years ago by mgood
- Owner set to jonas
WTF? Stop deleting the ticket owners.
comment:5 in reply to: ↑ 4 Changed 5 years ago by ilias@…
- Owner changed from jonas to cboos
Replying to mgood:
WTF? Stop deleting the ticket owners.
'jonas' is not the responsible for processing this ticket. Intertrac links were implemented by cboos, if I remember right.
comment:6 Changed 5 years ago by cboos
- Keywords project intertrac added
- Milestone set to 1.0
- Severity changed from normal to minor
I'm still looking for a natural syntax for this.
Maybe a change of perspective is needed here, and project:<prefix> could do the trick.
comment:7 Changed 4 years ago by cboos
- Milestone 1.0 deleted
- Resolution set to duplicate
- Status changed from new to closed
Superseded by #5968, which proposes to use the [<intertrac prefix>:] syntax, e.g.
- [trac:]
- [trac: The Trac for Trac]



th: is not recognized as an intertrac link... if you put square brackets like [th:] then it will be, however it links to whatever the InterMapTxt says to, just interpolating an empty argument (it can't read your mind, right now the th prefix does a search). If you set up the prefixes differently [on your own Trac], this can behave as you've described.