Changes between Version 4 and Version 5 of InterTrac
- Timestamp:
- Sep 24, 2024, 8:59:24 AM (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InterTrac
v4 v5 13 13 The other resource is specified using a regular !TracLink, of any flavor. 14 14 15 That target environment name is either the real name of the environment or an alias. 15 That target environment name is either the real name of the environment or an alias. 16 16 The aliases are defined in the `trac.ini` file, see below. 17 17 The prefix is case insensitive. … … 48 48 * to the ticket #234: 49 49 * `trac:ticket:234` trac:ticket:234 50 * `trac:#234` trac:#234 50 * `trac:#234` trac:#234 51 51 * `genshi:#234` genshi:#234 52 52 * `#T234` #T234 … … 55 55 * `[T1912]` [T1912] 56 56 * to the log range [3300:3330]: 57 * `trac:log:@3300:3330` trac:log:@3300:3330 57 * `trac:log:@3300:3330` trac:log:@3300:3330 58 58 * `[trac 3300:3330]` [trac 3300:3330] 59 59 * finally, to link to the start page of a remote trac, simply use its prefix followed by ':', inside an explicit link. Example: `[th: Trac Hacks]` (note that the ''remote'' Trac has to run Trac >= 0.11 for this to work'')