Edgewall Software

Changes between Version 10 and Version 11 of TracLinks


Ignore:
Timestamp:
Sep 27, 2005, 12:39:33 PM (19 years ago)
Author:
Alesque
Comment:

Adding attachment syntaxes

Legend:

Unmodified
Added
Removed
Modified
  • TracLinks

    v10 v11  
    1616 * Wiki pages: '''CamelCase''' or '''!wiki:CamelCase'''
    1717 * Milestones: '''!milestone:1.0'''
     18 * Attachment: '''!attachment:ticket:944:attachment.1073.diff'''
    1819 * Files: '''!source:trunk/COPYING'''
    1920 * A specific file revision: '''!source:/trunk/COPYING#200'''
     
    2627 * Milestones: milestone:1.0
    2728 * Files: source:trunk/COPYING
     29 * Attachment: attachment:ticket:944:attachment.1073.diff
    2830 * A specific file revision: source:/trunk/COPYING#200
    2931
     
    5153It might seem a simple enough concept at a glance, but actually allows quite a complex network of information. 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.
    5254
     55== attachement: links ==
     56
     57Revision [1868] adding Wiki link syntax for attachments.
     58
     59 * !attachment:the_file.txt creates a link to the attachment the_file.txt of the current object
     60 * !attachment:wiki:MyPage:the_file.txt creates a link to the attachment the_file.txt of the !MyPage wiki page
     61 * !attachment:ticket:753:the_file.txt creates a link to the attachment the_file.txt of the ticket 753 !attachment:wiki:MyPage:the_file.txt
     62
    5363== source: links ==
    5464The default behavior for a source:/some/path link is to open the directory browser if the path points
     
    5666revision of a file like this: source:/some/file#123 or like this to link to the latest revision:
    5767source:/some/file#latest.
     68
     69== Quoting space in TracLinks ==
     70
     71The usual syntax for quoting space is:
     72
     73 * !attachment:'the file.txt' or
     74 * !attachment:"the file.txt"
    5875
    5976== Where to use TracLinks ==