Changes between Version 1 and Version 2 of InterTrac


Ignore:
Timestamp:
09/29/11 01:15:08 (12 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InterTrac

    v1 v2  
    2929The aliases are defined in `trac.ini` (see below). 
    3030The prefix is case insensitive. 
     31 
     32If 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`). 
    3133 
    3234For convenience, there's also some alternative short-hand form,  
     
    6163Finally, the `.compat` option can be used to activate or disable 
    6264a ''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  
    6567   link, and it's up to the local Trac to prepare the correct link.  
    6668   Not all links will work that way, but the most common do.  
    6769   This is called the compatibility mode, and is `true` by default.  
    6870 * 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''  
    7072   TracLinks can become an InterTrac link. 
    7173