close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "darcs": Can't find an appropriate component, maybe the corresponding plugin was not enabled? ). Look in the Trac log for more information.
- Timestamp:
-
2011-10-10 03:59:07 (14 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v2
|
|
| 29 | 29 | The aliases are defined in `trac.ini` (see below). |
| 30 | 30 | The prefix is case insensitive. |
| | 31 | |
| | 32 | If the InterTrac link is enclosed in square brackets (like `[th:WikiGoodiesPlugin]`), the InterTrac prefix is removed in the displayed link, like a normal link resolver would be (i.e. the above would be displayed as `WikiGoodiesPlugin`). |
| 31 | 33 | |
| 32 | 34 | For convenience, there's also some alternative short-hand form, |
| … |
… |
|
| 61 | 63 | Finally, the `.compat` option can be used to activate or disable |
| 62 | 64 | a ''compatibility'' mode: |
| 63 | | * If the targeted Trac is running a version below milestone:0.10 |
| 64 | | (r3526 to be precise), then it doesn't know how to dispatch an InterTrac |
| | 65 | * If the targeted Trac is running a version below [trac:milestone:0.10 0.10] |
| | 66 | ([trac:r3526 r3526] to be precise), then it doesn't know how to dispatch an InterTrac |
| 65 | 67 | link, and it's up to the local Trac to prepare the correct link. |
| 66 | 68 | Not all links will work that way, but the most common do. |
| 67 | 69 | This is called the compatibility mode, and is `true` by default. |
| 68 | 70 | * If you know that the remote Trac knows how to dispatch InterTrac links, |
| 69 | | you can explicitely disable this compatibility mode and then ''any'' |
| | 71 | you can explicitly disable this compatibility mode and then ''any'' |
| 70 | 72 | TracLinks can become an InterTrac link. |
| 71 | 73 | |