Changes between Version 4 and Version 5 of Trac Links
- Timestamp:
- Feb 3, 2015, 5:53:07 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Trac Links
v4 v5 134 134 135 135 In order to link explicitly to a [=#toplevel toplevel] Wiki page, 136 use the `wiki:/` prefix. 137 Be careful **not** to use the `/` prefix alone, as this corresponds to the 138 [#Server-relativelinks] syntax and with such a link you will lack the `/wiki/` 139 part in the resulting URL. 140 141 ''(Changed in 0.11)'' Note that in Trac 0.10, using e.g. `[../newticket]` may have worked for linking to the `/newticket` top-level URL, but since 0.11, such a link will stay in the wiki namespace and therefore link to a sibling page. 142 See [#Server-relativelinks] for the new syntax. 136 use the `wiki:/` prefix. Be careful **not** to use the `/` prefix alone, as this corresponds to the [#Server-relativelinks] syntax and with such a link you will lack the `/wiki/` part in the resulting URL. A link such as `[../newticket]` will stay in the wiki namespace and therefore link to a sibling page. 143 137 144 138 === Link anchors === … … 312 306 - `ticket:1,150` 313 307 314 ''(since Trac 0.11)''315 316 308 === timeline: links === 317 309 … … 326 318 - `timeline:2008-01-29T16:48+01:00` 327 319 328 ''(since Trac 0.11)''329 330 320 === wiki: links === 331 321 … … 352 342 - `source:/tag/0.10@head#L10` 353 343 354 Finally, one can also highlight an arbitrary set of lines ''(since 0.11)'':344 Finally, one can also highlight an arbitrary set of lines: 355 345 - `source:/some/file@123:10-20,100,103#L99` - highlight lines 10 to 20, and lines 100 and 103, and target line 99 356 346 - or without version number (the `@` is still needed): `source:/some/file@:10-20,100,103#L99`. Version can be omitted when the path is pointing to a source file that will no longer change (like `source:/tags/...`), otherwise it's better to specify which lines of //which version// of the file you're talking about