close
Warning:
Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.
- Timestamp:
-
2021-07-11T14:17:48-07:00 (3 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v5
|
v6
|
|
32 | 32 | Revision log :: `r1:3`, `[1:3]` or `log:@1:3`, `log:trunk@1:3`, `[2:5/trunk]` |
33 | 33 | Diffs :: `diff:@1:3`, `diff:plugins/0.12/mercurial-plugin@9128:9953`, |
34 | | `diff:tags/trac-0.9.2/wiki-default//tags/trac-0.9.3/wiki-default` |
| 34 | `diff:tags/trac-0.9.2/wiki-default//tags/trac-0.9.3/wiki-default` |
35 | 35 | or `diff:trunk/trac@3538//sandbox/vc-refactoring@3539` |
36 | 36 | Files :: `source:trunk/COPYING`, `source:/trunk/COPYING@200` (at version 200), `source:/trunk/COPYING@200#L25` (at version 200, line 25), `source:/trunk/COPYING@200:27-30#L25` (at version 200, line 25, highlighting lines 27-30) |
… |
… |
|
40 | 40 | Parent page :: [..] |
41 | 41 | Tickets :: #1 or ticket:1 |
42 | | Ticket comments :: comment:1:ticket:2 |
| 42 | Ticket comments :: comment:1:ticket:2 |
43 | 43 | Reports :: {1} or report:1 |
44 | 44 | Milestones :: milestone:1.0 |
… |
… |
|
47 | 47 | Revision log :: r1:3, [1:3] or log:@1:3, log:trunk@1:3, [2:5/trunk] |
48 | 48 | Diffs :: diff:@1:3, diff:plugins/0.12/mercurial-plugin@9128:9953, |
49 | | diff:tags/trac-0.9.2/wiki-default//tags/trac-0.9.3/wiki-default |
| 49 | diff:tags/trac-0.9.2/wiki-default//tags/trac-0.9.3/wiki-default |
50 | 50 | or diff:trunk/trac@3538//sandbox/vc-refactoring@3539 |
51 | 51 | Files :: source:trunk/COPYING, source:/trunk/COPYING@200 (at version 200), source:/trunk/COPYING@200#L25 (at version 200, line 25) source:/trunk/COPYING@200:28-31#L25 (at version 200, line 25, highlighting lines 28-31) |
… |
… |
|
78 | 78 | }}} |
79 | 79 | |-------------------------------------------------------------------------------------- |
80 | | |||| `wiki` is the default if the namespace part of a full link is omitted: || |
| 80 | |||| `wiki` is the default if the namespace part of a full link is omitted: || |
81 | 81 | {{{#!td |
82 | 82 | {{{ |
… |
… |
|
192 | 192 | This can be seen as a kind of InterWiki link specialized for targeting other Trac projects. |
193 | 193 | |
194 | | Any type of Trac link can be written in one Trac environment and actually refer to resources in another Trac environment. All that is required is to prefix the Trac link with the name of the other Trac environment followed by a colon. The other Trac environment must be registered on the InterTrac page. |
| 194 | Any type of Trac link can be written in one Trac environment and actually refer to resources in another Trac environment. All that is required is to prefix the Trac link with the name of the other Trac environment followed by a colon. The other Trac environment must be registered on the InterTrac page. |
195 | 195 | |
196 | 196 | A distinct advantage of InterTrac links over InterWiki links is that the shorthand form of Trac links can also be used, such as `{}`, `r`, `#`. For example, if T was set as an alias for Trac, then links to Trac tickets can be written as #T234, and links to Trac changesets can be written as [trac 1508]. |
197 | | See InterTrac for the complete details. |
| 197 | See InterTrac for the complete details. |
198 | 198 | |
199 | 199 | === Server-relative links |
… |
… |
|
225 | 225 | * !wiki:"The whitespace convention" |
226 | 226 | * !attachment:'the file.txt' or |
227 | | * !attachment:"the file.txt" |
228 | | * !attachment:"the file.txt:ticket:123" |
| 227 | * !attachment:"the file.txt" |
| 228 | * !attachment:"the file.txt:ticket:123" |
229 | 229 | |
230 | 230 | Note that by using [trac:WikiCreole] style links, it's quite natural to write links containing spaces: |
… |
… |
|
277 | 277 | When you're inside a given ticket, you can simply write e.g. !comment:3 to link to the third change comment. |
278 | 278 | It is possible to link to a comment of a specific ticket from anywhere using one of the following syntax: |
279 | | - `comment:3:ticket:123` |
| 279 | - `comment:3:ticket:123` |
280 | 280 | - `ticket:123#comment:3` (note that you can't write `#123#!comment:3`!) |
281 | 281 | It is also possible to link to the ticket's description using one of the following syntax: |
… |
… |
|
302 | 302 | Besides the obvious `ticket:id` form, it is also possible to specify a list of tickets or even a range of tickets instead of the `id`. This generates a link to a custom query view containing this fixed set of tickets. |
303 | 303 | |
304 | | Example: |
| 304 | Example: |
305 | 305 | - `ticket:5000-6000` |
306 | 306 | - `ticket:1,150` |
… |
… |
|
358 | 358 | * `export:/some/file@named-branch` - get latest revision of the specified file in `named-branch` (DVCS such as Git or Mercurial). |
359 | 359 | |
360 | | This can be very useful for displaying XML or HTML documentation with correct stylesheets and images, in case that has been checked in into the repository. Note that for this use case, you'd have to allow the web browser to render the content by setting [[TracIni#browser-render_unsafe_content-option|"[browser] render_unsafe_content"]] = `enabled`, otherwise Trac will force the files to be downloaded as attachments for security concerns. |
| 360 | This can be very useful for displaying XML or HTML documentation with correct stylesheets and images, in case that has been checked in into the repository. Note that for this use case, you'd have to allow the web browser to render the content by setting [[TracIni#browser-render_unsafe_content-option|"[browser] render_unsafe_content"]] = `enabled`, otherwise Trac will force the files to be downloaded as attachments for security concerns. |
361 | 361 | |
362 | 362 | If the path is to a directory in the repository instead of a specific file, the source browser will be used to display the directory (identical to the result of `source:/some/dir`). |
… |
… |
|
368 | 368 | - `log:/trunk/tools` - the latest revisions in `trunk/tools` |
369 | 369 | - `log:/trunk/tools@10000` - the revisions in `trunk/tools` starting from revision 10000 |
370 | | - `log:@20788,20791:20795` - list revision 20788 and the revisions from 20791 to 20795 |
| 370 | - `log:@20788,20791:20795` - list revision 20788 and the revisions from 20791 to 20795 |
371 | 371 | - `log:/trunk/tools@20788,20791:20795` - list revision 20788 and the revisions from 20791 to 20795 which affect the given path |
372 | 372 | - `log:/tools@named-branch` - the revisions in `tools` starting from the latest revision in `named-branch` (DVCS such as Git or Mercurial) |