Changes between Version 1 and Version 2 of InterTrac
- Timestamp:
- Jul 25, 2015, 4:11:14 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InterTrac
v1 v2 30 30 The prefix is case insensitive. 31 31 32 If the InterTrac link is enclosed in square brackets (like `[th:WikiExtrasPlugin]`), the InterTrac prefix is removed in the displayed link, like a normal link resolver would be (i.e. the above would be displayed as `WikiExtrasPlugin`). 33 32 34 For convenience, there's also some alternative short-hand form, 33 35 where one can use an alias as an immediate prefix … … 41 43 42 44 Example configuration: 43 {{{ 44 ... 45 {{{#!ini 45 46 [intertrac] 46 47 # -- Example of setting up an alias: … … 61 62 Finally, the `.compat` option can be used to activate or disable 62 63 a ''compatibility'' mode: 63 * If the targeted Trac is running a version below milestone:0.1064 ( r3526to be precise), then it doesn't know how to dispatch an InterTrac64 * If the targeted Trac is running a version below [trac:milestone:0.10 0.10] 65 ([trac:r3526 r3526] to be precise), then it doesn't know how to dispatch an InterTrac 65 66 link, and it's up to the local Trac to prepare the correct link. 66 67 Not all links will work that way, but the most common do. 67 This is called the compatibility mode, and is ` true` by default.68 This is called the compatibility mode, and is `false` by default. 68 69 * If you know that the remote Trac knows how to dispatch InterTrac links, 69 70 you can explicitly disable this compatibility mode and then ''any''