Changes between Version 1 and Version 2 of TracLinks
- Timestamp:
- 11/17/04 15:27:55 (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracLinks
v1 v2 8 8 ticket, report and changeset numbers in the following notation: 9 9 {{{ 10 * Ticket #1 11 * Report {1} 12 * Changeset [1] 13 * File s vn:trunk/COPYING.10 * Ticket #1 or ticket:1 11 * Report {1} or report:1 12 * Changeset [1] or changeset:1 13 * File source:trunk/COPYING. 14 14 }}} 15 15 Display: 16 * Ticket #1 17 * Report {1} 18 * Changeset [1] 19 * File svn:trunk/COPYING. 20 16 * Ticket #1 or ticket:1 17 * Report {1} or report:1 18 * Changeset [1] or changeset:1 19 * File source:trunk/COPYING. 20 21 Trac links can also be given a custom link title like this: 22 {{{ 23 [ticket:1 This is a link to ticket number one]. 24 }}} 25 26 Display: 27 28 [ticket:1 This is a link to ticket number one]. 29 21 30 It seems a simple enough concept at a glance, but actually allows quite a complex network of information. 22 31 23 32 In practice, it's very intuitive and simple to use, and we've found the "link trail" extremely helpful to better understand what's happening in a project or why a particular change was made. 33 34 == source: links == 35 36 The default behavior for a source:/some/path link is to open the directory browser if the path points 37 to a directory and otherwise open the log view. It's also possible to link directly to a specific 38 revision of a file like this: source:/some/file#123 or like this to link to the latest revision: 39 source:/some/file#latest. 24 40 25 41 == Where to use TracLinks ==