comparison public/help/.svn/text-base/wiki_syntax_detailed.html.svn-base @ 246:eeebe205a056 cannam

* Merge from default branch, bringing us up to SVN trunk rev 4993
author Chris Cannam
date Thu, 03 Mar 2011 12:02:03 +0000
parents 0579821a129a
children cbce1fd3b1b7
comparison
equal deleted inserted replaced
138:fca2657f4aa5 246:eeebe205a056
44 44
45 <p>Redmine allows hyperlinking between issues, changesets and wiki pages from anywhere wiki formatting is used.</p> 45 <p>Redmine allows hyperlinking between issues, changesets and wiki pages from anywhere wiki formatting is used.</p>
46 <ul> 46 <ul>
47 <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> 47 <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>
48 <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> 48 <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>
49 <li>Link to a changeset with a non-numeric hash: <strong>commit:c6f4d0fd</strong> (displays c6f4d0fd). Added in <a href="#" class="changeset" title="Merged Git support branch (r1200 to r1226).">r1236</a>.</li> 49 <li>Link to a changeset with a non-numeric hash: <strong>commit:c6f4d0fd</strong> (displays <a href="#" class="changeset">c6f4d0fd</a>).</li>
50 <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.">sanbox:r758</a>)</li>
51 <li>Link to a changeset with a non-numeric hash: <strong>sandbox:c6f4d0fd</strong> (displays <a href="#" class="changeset">sandbox:c6f4d0fd</a>).</li>
50 </ul> 52 </ul>
51 53
52 <p>Wiki links:</p> 54 <p>Wiki links:</p>
53 55
54 <ul> 56 <ul>
72 <li>Documents: 74 <li>Documents:
73 <ul> 75 <ul>
74 <li><strong>document#17</strong> (link to document with id 17)</li> 76 <li><strong>document#17</strong> (link to document with id 17)</li>
75 <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li> 77 <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
76 <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li> 78 <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
77 <li><strong>document:some_project:"Some document"</strong> (link to a document with title "Some document" in other project "some_project") 79 <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
78 </ul></li> 80 </ul></li>
79 </ul> 81 </ul>
80 82
81 <ul> 83 <ul>
82 <li>Versions: 84 <li>Versions:
83 <ul> 85 <ul>
84 <li><strong>version#3</strong> (link to version with id 3)</li> 86 <li><strong>version#3</strong> (link to version with id 3)</li>
85 <li><strong>version:1.0.0</strong> (link to version named "1.0.0")</li> 87 <li><strong>version:1.0.0</strong> (link to version named "1.0.0")</li>
86 <li><strong>version:"1.0 beta 2"</strong></li> 88 <li><strong>version:"1.0 beta 2"</strong></li>
89 <li><strong>sandbox:version:1.0.0</strong> (link to version "1.0.0" in the project "sandbox")</li>
87 </ul></li> 90 </ul></li>
88 </ul> 91 </ul>
89 92
90 <ul> 93 <ul>
91 <li>Attachments: 94 <li>Attachments:
102 <li><strong>source:some/file@52</strong> (link to the file's revision 52)</li> 105 <li><strong>source:some/file@52</strong> (link to the file's revision 52)</li>
103 <li><strong>source:some/file#L120</strong> (link to line 120 of the file)</li> 106 <li><strong>source:some/file#L120</strong> (link to line 120 of the file)</li>
104 <li><strong>source:some/file@52#L120</strong> (link to line 120 of the file's revision 52)</li> 107 <li><strong>source:some/file@52#L120</strong> (link to line 120 of the file's revision 52)</li>
105 <li><strong>source:"some file@52#L120"</strong> (use double quotes when the URL contains spaces</li> 108 <li><strong>source:"some file@52#L120"</strong> (use double quotes when the URL contains spaces</li>
106 <li><strong>export:some/file</strong> (force the download of the file)</li> 109 <li><strong>export:some/file</strong> (force the download of the file)</li>
110 <li><strong>sandbox:source:some/file</strong> (link to the file located at /some/file in the repository of the project "sandbox")</li>
111 <li><strong>sandbox:export:some/file</strong> (force the download of the file)</li>
107 </ul></li> 112 </ul></li>
108 </ul> 113 </ul>
109 114
110 <ul> 115 <ul>
111 <li>Forum messages: 116 <li>Forum messages: