Edgewall Software

Changes between Version 70 and Version 71 of WikiFormatting


Ignore:
Timestamp:
Aug 29, 2006, 12:00:26 PM (18 years ago)
Author:
Christian Boos
Comment:

Simplified TracLinks section, as it was error-prone to maintain a comprehensive list in both places

Legend:

Unmodified
Added
Removed
Modified
  • WikiFormatting

    v70 v71  
    233233 * Reports: {1} or report:1
    234234 * Changesets: r1, [1] or changeset:1
    235  * Revision Logs: r1:3, [1:3] or log:branches/0.8-stable@1:3
    236  * Wiki pages: CamelCase or wiki:CamelCase
    237  * Milestones: milestone:1.0 or milestone:"End-of-days Release"
    238  * Files: source:trunk/COPYING
    239  * Wiki Attachments: attachment:sample_attachment.txt
    240  * Ticket Attachments: attachment:ticket:944:attachment.1073.diff
    241  * A specific file revision: source:/trunk/COPYING@200
    242  * A particular line of a specific file revision: source:/trunk/COPYING@200#L25
    243  * A filename with embedded space: source:"/trunk/README FIRST"
     235 * ...
    244236}}}
    245237
     
    248240 * Reports: {1} or report:1
    249241 * Changesets: r1, [1] or changeset:1
    250  * Revision Logs: r1:3, [1:3] or log:branches/0.8-stable@1:3
    251  * Wiki pages: CamelCase or wiki:CamelCase
    252  * Milestones: milestone:1.0 or milestone:"End-of-days Release"
    253  * Files: source:trunk/COPYING
    254  * Wiki Attachments: attachment:sample_attachment.txt
    255  * Ticket Attachments: attachment:ticket:944:attachment.1073.diff
    256  * A specific file revision: source:/trunk/COPYING@200
    257  * A particular line of a specific file revision: source:/trunk/COPYING@200#L25
    258  * A filename with embedded space: source:"/trunk/README FIRST"
     242 * ...
    259243
    260244See TracLinks for more in-depth information.