comparison public/help/wiki_syntax_detailed.html @ 1115:433d4f72a19b redmine-2.2

Update to Redmine SVN revision 11137 on 2.2-stable branch
author Chris Cannam
date Mon, 07 Jan 2013 12:01:42 +0000
parents cbb26bc654de
children bb32da3bea34 3e4c3460b6ca
comparison
equal deleted inserted replaced
929:5f33065ddc4b 1115:433d4f72a19b
42 42
43 <h2><a name="2" class="wiki-page"></a>Links</h2> 43 <h2><a name="2" class="wiki-page"></a>Links</h2>
44 44
45 <h3><a name="3" class="wiki-page"></a>Redmine links</h3> 45 <h3><a name="3" class="wiki-page"></a>Redmine links</h3>
46 46
47 <p>Redmine allows hyperlinking between issues, changesets and wiki pages from anywhere wiki formatting is used.</p> 47 <p>Redmine allows hyperlinking between resources (issues, changesets, wiki pages...) from anywhere wiki formatting is used.</p>
48 <ul> 48 <ul>
49 <li>Link to an issue: <strong>#124</strong> (displays <del><a href="#" class="issue" title="bulk edit doesn't change the category or fixed version properties (Closed)">#124</a></del>, link is striked-through if the issue is closed)</li> 49 <li>Link to an issue: <strong>#124</strong> (displays <del><a href="#" class="issue" title="bulk edit doesn't change the category or fixed version properties (Closed)">#124</a></del>, link is striked-through if the issue is closed)</li>
50 <li>Link to a changeset: <strong>r758</strong> (displays <a href="#" class="changeset" title="Search engine now only searches objects the user is allowed to view.">r758</a>)</li> 50 <li>Link to an issue note: <strong>#124-6</strong>, or <strong>#124#note-6</strong></li>
51 <li>Link to a changeset with a non-numeric hash: <strong>commit:c6f4d0fd</strong> (displays <a href="#" class="changeset">c6f4d0fd</a>).</li>
52 <li>Link to a changeset of another project: <strong>sandbox:r758</strong> (displays <a href="#" class="changeset" title="Search engine now only searches objects the user is allowed to view.">sandbox:r758</a>)</li>
53 <li>Link to a changeset with a non-numeric hash: <strong>sandbox:c6f4d0fd</strong> (displays <a href="#" class="changeset">sandbox:c6f4d0fd</a>).</li>
54 </ul> 51 </ul>
55 52
56 <p>Wiki links:</p> 53 <p>Wiki links:</p>
57 54
58 <ul> 55 <ul>
95 <ul> 92 <ul>
96 <li>Attachments: 93 <li>Attachments:
97 <ul> 94 <ul>
98 <li><strong>attachment:file.zip</strong> (link to the attachment of the current object named file.zip)</li> 95 <li><strong>attachment:file.zip</strong> (link to the attachment of the current object named file.zip)</li>
99 <li>For now, attachments of the current object can be referenced only (if you're on an issue, it's possible to reference attachments of this issue only)</li> 96 <li>For now, attachments of the current object can be referenced only (if you're on an issue, it's possible to reference attachments of this issue only)</li>
97 </ul></li>
98 </ul>
99
100 <ul>
101 <li>Changesets:
102 <ul>
103 <li><strong>r758</strong> (link to a changeset)</li>
104 <li><strong>commit:c6f4d0fd</strong> (link to a changeset with a non-numeric hash)</li>
105 <li><strong>svn1|r758</strong> (link to a changeset of a specific repository, for projects with multiple repositories)</li>
106 <li><strong>commit:hg|c6f4d0fd</strong> (link to a changeset with a non-numeric hash of a specific repository)</li>
107 <li><strong>sandbox:r758</strong> (link to a changeset of another project)</li>
108 <li><strong>sandbox:commit:c6f4d0fd</strong> (link to a changeset with a non-numeric hash of another project)</li>
100 </ul></li> 109 </ul></li>
101 </ul> 110 </ul>
102 111
103 <ul> 112 <ul>
104 <li>Repository files: 113 <li>Repository files:
107 <li><strong>source:some/file@52</strong> (link to the file's revision 52)</li> 116 <li><strong>source:some/file@52</strong> (link to the file's revision 52)</li>
108 <li><strong>source:some/file#L120</strong> (link to line 120 of the file)</li> 117 <li><strong>source:some/file#L120</strong> (link to line 120 of the file)</li>
109 <li><strong>source:some/file@52#L120</strong> (link to line 120 of the file's revision 52)</li> 118 <li><strong>source:some/file@52#L120</strong> (link to line 120 of the file's revision 52)</li>
110 <li><strong>source:"some file@52#L120"</strong> (use double quotes when the URL contains spaces</li> 119 <li><strong>source:"some file@52#L120"</strong> (use double quotes when the URL contains spaces</li>
111 <li><strong>export:some/file</strong> (force the download of the file)</li> 120 <li><strong>export:some/file</strong> (force the download of the file)</li>
121 <li><strong>source:svn1|some/file</strong> (link to a file of a specific repository, for projects with multiple repositories)</li>
112 <li><strong>sandbox:source:some/file</strong> (link to the file located at /some/file in the repository of the project "sandbox")</li> 122 <li><strong>sandbox:source:some/file</strong> (link to the file located at /some/file in the repository of the project "sandbox")</li>
113 <li><strong>sandbox:export:some/file</strong> (force the download of the file)</li> 123 <li><strong>sandbox:export:some/file</strong> (force the download of the file)</li>
114 </ul></li> 124 </ul></li>
115 </ul> 125 </ul>
116 126