redmine_dmsf/extra/help_files_dmsf.diff
2015-09-17 10:37:33 +02:00

4502 lines
293 KiB
Diff
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Index: public/help/ar/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/ar/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/ar/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/ar/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/ar/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/ar/wiki_syntax_detailed_textile.html (working copy)
@@ -69,14 +69,20 @@
<p>Links to other resources:</p>
- <ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/ar/wiki_syntax_markdown.html
===================================================================
--- public/help/ar/wiki_syntax_markdown.html (revision 14471)
+++ public/help/ar/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/ar/wiki_syntax_textile.html
===================================================================
--- public/help/ar/wiki_syntax_textile.html (revision 14471)
+++ public/help/ar/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/az/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/az/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/az/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/az/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/az/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/az/wiki_syntax_detailed_textile.html (working copy)
@@ -70,15 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
-
+
<ul>
<li>Versions:
<ul>
Index: public/help/az/wiki_syntax_markdown.html
===================================================================
--- public/help/az/wiki_syntax_markdown.html (revision 14471)
+++ public/help/az/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/az/wiki_syntax_textile.html
===================================================================
--- public/help/az/wiki_syntax_textile.html (revision 14471)
+++ public/help/az/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/bg/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/bg/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/bg/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/bg/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/bg/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/bg/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/bg/wiki_syntax_markdown.html
===================================================================
--- public/help/bg/wiki_syntax_markdown.html (revision 14471)
+++ public/help/bg/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/bg/wiki_syntax_textile.html
===================================================================
--- public/help/bg/wiki_syntax_textile.html (revision 14471)
+++ public/help/bg/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/bs/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/bs/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/bs/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/bs/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/bs/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/bs/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/bs/wiki_syntax_markdown.html
===================================================================
--- public/help/bs/wiki_syntax_markdown.html (revision 14471)
+++ public/help/bs/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/bs/wiki_syntax_textile.html
===================================================================
--- public/help/bs/wiki_syntax_textile.html (revision 14471)
+++ public/help/bs/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/ca/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/ca/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/ca/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/ca/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/ca/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/ca/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/ca/wiki_syntax_markdown.html
===================================================================
--- public/help/ca/wiki_syntax_markdown.html (revision 14471)
+++ public/help/ca/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/ca/wiki_syntax_textile.html
===================================================================
--- public/help/ca/wiki_syntax_textile.html (revision 14471)
+++ public/help/ca/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/cs/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/cs/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/cs/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,14 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
- </li>
+ <li>
+ Dokumenty:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (odkaz na soubor s id 17)</li>
+ <li><strong>{{dmsf(17,File)}}</strong> (odkaz na soubor s id 17 s textem "File")</li>
+ <li><strong>{{dmsf(17,File,10)}}</strong> (odkaz na soubor s id 17 s textem "File" odkazující na revizi 10)</li>
+ <li><strong>{{dmsff(5)}}</strong> (odkaz na adresář s id 5)</li>
+ <li><strong>{{dmsff(5,Folder)}}</strong> (odkaz na adresář s id 5 s textem "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (vložený obrázek ze souboru s 8; dokument musí být obrázek, např. JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (vložený obrázek s definovanou velikostí)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (vložený obrázek s definovanou velikostí)</li>
+ </ul>
+ ID dokumentu respektive revize lze nalézt v odkazu na stažení souboru.<br />
+ ID adresáře lze nalézt na odkazu na adresář.
+ </li>
</ul>
<ul>
Index: public/help/cs/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/cs/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/cs/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,21 @@
<p>Odkazy na další zdroje:</p>
<ul>
- <li>Dokumenty:
- <ul>
- <li><strong>document#17</strong> (odkaz na dokument s ID 17)</li>
- <li><strong>document:Úvod</strong> (odkaz na dokument s názvem "Úvod")</li>
- <li><strong>document:"Nějaký dokument"</strong> (Uvozovky se mohou použít v případě, že název obsahuje mezery.)</li>
- <li><strong>projekt_test:document:"Nějaký dokument"</strong> (odkaz na dokument s názvem "Nějaký dokument" v jiném projektu "projekt_test")</li>
- </ul></li>
+ <li>
+ Dokumenty:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (odkaz na soubor s id 17)</li>
+ <li><strong>{{dmsf(17,File)}}</strong> (odkaz na soubor s id 17 s textem "File")</li>
+ <li><strong>{{dmsf(17,File,10)}}</strong> (odkaz na soubor s id 17 s textem "File" odkazující na revizi 10)</li>
+ <li><strong>{{dmsff(5)}}</strong> (odkaz na adresář s id 5)</li>
+ <li><strong>{{dmsff(5,Folder)}}</strong> (odkaz na adresář s id 5 s textem "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (vložený obrázek ze souboru s 8; dokument musí být obrázek, např. JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (vložený obrázek s definovanou velikostí)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (vložený obrázek s definovanou velikostí)</li>
+ </ul>
+ ID dokumentu respektive revize lze nalézt v odkazu na stažení souboru.<br />
+ ID adresáře lze nalézt na odkazu na adresář.
+ </li>
</ul>
<ul>
Index: public/help/cs/wiki_syntax_markdown.html
===================================================================
--- public/help/cs/wiki_syntax_markdown.html (revision 14471)
+++ public/help/cs/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Dokument <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/cs/wiki_syntax_textile.html
===================================================================
--- public/help/cs/wiki_syntax_textile.html (revision 14471)
+++ public/help/cs/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revize r43</td><td>Revize <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Dokument <a href="#">#83</a></td></tr>
<tr><th colspan="3">Vnořené obrázky</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Obrázek" /></th><td>!<em>url_obrázku</em>!</td><td></td></tr>
Index: public/help/da/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/da/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/da/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/da/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/da/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/da/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/da/wiki_syntax_markdown.html
===================================================================
--- public/help/da/wiki_syntax_markdown.html (revision 14471)
+++ public/help/da/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/da/wiki_syntax_textile.html
===================================================================
--- public/help/da/wiki_syntax_textile.html (revision 14471)
+++ public/help/da/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/de/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/de/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/de/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/de/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/de/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/de/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/de/wiki_syntax_markdown.html
===================================================================
--- public/help/de/wiki_syntax_markdown.html (revision 14471)
+++ public/help/de/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/de/wiki_syntax_textile.html
===================================================================
--- public/help/de/wiki_syntax_textile.html (revision 14471)
+++ public/help/de/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">eingebettete Bilder</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Bild" /></th><td>!<em>URL_zu_dem_Bild</em>!</td><td></td></tr>
Index: public/help/el/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/el/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/el/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/el/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/el/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/el/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/el/wiki_syntax_markdown.html
===================================================================
--- public/help/el/wiki_syntax_markdown.html (revision 14471)
+++ public/help/el/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/el/wiki_syntax_textile.html
===================================================================
--- public/help/el/wiki_syntax_textile.html (revision 14471)
+++ public/help/el/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/en/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/en/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/en/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/en/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/en/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/en/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/en/wiki_syntax_markdown.html
===================================================================
--- public/help/en/wiki_syntax_markdown.html (revision 14471)
+++ public/help/en/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/en/wiki_syntax_textile.html
===================================================================
--- public/help/en/wiki_syntax_textile.html (revision 14471)
+++ public/help/en/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/en-gb/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/en-gb/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/en-gb/wiki_syntax_detailed_markdown.html (working copy)
@@ -69,14 +69,22 @@
<p>Links to other resources:</p>
- <ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/en-gb/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/en-gb/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/en-gb/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/en-gb/wiki_syntax_markdown.html
===================================================================
--- public/help/en-gb/wiki_syntax_markdown.html (revision 14471)
+++ public/help/en-gb/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/en-gb/wiki_syntax_textile.html
===================================================================
--- public/help/en-gb/wiki_syntax_textile.html (revision 14471)
+++ public/help/en-gb/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/es/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/es/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/es/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/es/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/es/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/es/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/es/wiki_syntax_markdown.html
===================================================================
--- public/help/es/wiki_syntax_markdown.html (revision 14471)
+++ public/help/es/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/es/wiki_syntax_textile.html
===================================================================
--- public/help/es/wiki_syntax_textile.html (revision 14471)
+++ public/help/es/wiki_syntax_textile.html (working copy)
@@ -57,6 +57,7 @@
<tr><th></th><td>Revisi&oacute;n r43</td><td>Revisi&oacute;n <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Im&aacute;genes en l&iacute;nea</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Imagen" /></th><td>!<em>imagen_url</em>!</td><td></td></tr>
Index: public/help/es-pa/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/es-pa/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/es-pa/wiki_syntax_detailed_markdown.html (working copy)
@@ -69,17 +69,22 @@
<p>Links to other resources:</p>
- <ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
-
+
<ul>
<li>Versions:
<ul>
Index: public/help/es-pa/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/es-pa/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/es-pa/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/es-pa/wiki_syntax_markdown.html
===================================================================
--- public/help/es-pa/wiki_syntax_markdown.html (revision 14471)
+++ public/help/es-pa/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/es-pa/wiki_syntax_textile.html
===================================================================
--- public/help/es-pa/wiki_syntax_textile.html (revision 14471)
+++ public/help/es-pa/wiki_syntax_textile.html (working copy)
@@ -57,6 +57,7 @@
<tr><th></th><td>Revisi&oacute;n r43</td><td>Revisi&oacute;n <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Im&aacute;genes en l&iacute;nea</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Imagen" /></th><td>!<em>imagen_url</em>!</td><td></td></tr>
Index: public/help/et/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/et/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/et/wiki_syntax_detailed_markdown.html (working copy)
@@ -69,14 +69,22 @@
<p>Links to other resources:</p>
- <ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/et/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/et/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/et/wiki_syntax_detailed_textile.html (working copy)
@@ -69,14 +69,20 @@
<p>Links to other resources:</p>
- <ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/et/wiki_syntax_markdown.html
===================================================================
--- public/help/et/wiki_syntax_markdown.html (revision 14471)
+++ public/help/et/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/et/wiki_syntax_textile.html
===================================================================
--- public/help/et/wiki_syntax_textile.html (revision 14471)
+++ public/help/et/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/eu/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/eu/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/eu/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/eu/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/eu/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/eu/wiki_syntax_detailed_textile.html (working copy)
@@ -69,14 +69,20 @@
<p>Links to other resources:</p>
- <ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/eu/wiki_syntax_markdown.html
===================================================================
--- public/help/eu/wiki_syntax_markdown.html (revision 14471)
+++ public/help/eu/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/eu/wiki_syntax_textile.html
===================================================================
--- public/help/eu/wiki_syntax_textile.html (revision 14471)
+++ public/help/eu/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/fa/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/fa/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/fa/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/fa/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/fa/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/fa/wiki_syntax_detailed_textile.html (working copy)
@@ -69,14 +69,20 @@
<p>Links to other resources:</p>
- <ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/fa/wiki_syntax_markdown.html
===================================================================
--- public/help/fa/wiki_syntax_markdown.html (revision 14471)
+++ public/help/fa/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/fa/wiki_syntax_textile.html
===================================================================
--- public/help/fa/wiki_syntax_textile.html (revision 14471)
+++ public/help/fa/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/fi/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/fi/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/fi/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/fi/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/fi/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/fi/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/fi/wiki_syntax_markdown.html
===================================================================
--- public/help/fi/wiki_syntax_markdown.html (revision 14471)
+++ public/help/fi/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/fi/wiki_syntax_textile.html
===================================================================
--- public/help/fi/wiki_syntax_textile.html (revision 14471)
+++ public/help/fi/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/fr/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/fr/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/fr/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/fr/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/fr/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/fr/wiki_syntax_detailed_textile.html (working copy)
@@ -69,14 +69,20 @@
<p>Liens vers d'autres ressources:</p>
- <ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (lien vers le document dont l'id est 17)</li>
- <li><strong>document:Salutations</strong> (lien vers le document dont le titre est "Salutations")</li>
- <li><strong>document:"Un document"</strong> (Les guillements peuvent être utilisé quand le titre du document comporte des espaces)</li>
- <li><strong>sandbox:document:"Un document"</strong> (Lien vers le document dont le titre est "Un document" dans le projet différent "sandbox")</li>
- </ul></li>
+ <ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/fr/wiki_syntax_markdown.html
===================================================================
--- public/help/fr/wiki_syntax_markdown.html (revision 14471)
+++ public/help/fr/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/fr/wiki_syntax_textile.html
===================================================================
--- public/help/fr/wiki_syntax_textile.html (revision 14471)
+++ public/help/fr/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Images en ligne</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>url_de_l_image</em>!</td><td></td></tr>
Index: public/help/gl/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/gl/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/gl/wiki_syntax_detailed_markdown.html (working copy)
@@ -69,14 +69,22 @@
<p>Links to other resources:</p>
- <ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/gl/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/gl/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/gl/wiki_syntax_detailed_textile.html (working copy)
@@ -79,14 +79,20 @@
</ul></li>
</ul>
- <ul>
- <li>Versions:
- <ul>
- <li><strong>version#3</strong> (link to version with id 3)</li>
- <li><strong>version:1.0.0</strong> (link to version named "1.0.0")</li>
- <li><strong>version:"1.0 beta 2"</strong></li>
- <li><strong>sandbox:version:1.0.0</strong> (link to version "1.0.0" in the project "sandbox")</li>
- </ul></li>
+ <ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/gl/wiki_syntax_markdown.html
===================================================================
--- public/help/gl/wiki_syntax_markdown.html (revision 14471)
+++ public/help/gl/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/gl/wiki_syntax_textile.html
===================================================================
--- public/help/gl/wiki_syntax_textile.html (revision 14471)
+++ public/help/gl/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/he/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/he/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/he/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/he/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/he/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/he/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/he/wiki_syntax_markdown.html
===================================================================
--- public/help/he/wiki_syntax_markdown.html (revision 14471)
+++ public/help/he/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/he/wiki_syntax_textile.html
===================================================================
--- public/help/he/wiki_syntax_textile.html (revision 14471)
+++ public/help/he/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/hr/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/hr/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/hr/wiki_syntax_detailed_markdown.html (working copy)
@@ -69,14 +69,22 @@
<p>Links to other resources:</p>
- <ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/hr/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/hr/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/hr/wiki_syntax_detailed_textile.html (working copy)
@@ -69,14 +69,20 @@
<p>Links to other resources:</p>
- <ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/hr/wiki_syntax_markdown.html
===================================================================
--- public/help/hr/wiki_syntax_markdown.html (revision 14471)
+++ public/help/hr/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/hr/wiki_syntax_textile.html
===================================================================
--- public/help/hr/wiki_syntax_textile.html (revision 14471)
+++ public/help/hr/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/hu/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/hu/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/hu/wiki_syntax_detailed_markdown.html (working copy)
@@ -69,14 +69,22 @@
<p>Links to other resources:</p>
- <ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/hu/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/hu/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/hu/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/hu/wiki_syntax_markdown.html
===================================================================
--- public/help/hu/wiki_syntax_markdown.html (revision 14471)
+++ public/help/hu/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/hu/wiki_syntax_textile.html
===================================================================
--- public/help/hu/wiki_syntax_textile.html (revision 14471)
+++ public/help/hu/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/id/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/id/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/id/wiki_syntax_detailed_markdown.html (working copy)
@@ -69,14 +69,22 @@
<p>Links to other resources:</p>
- <ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/id/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/id/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/id/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/id/wiki_syntax_markdown.html
===================================================================
--- public/help/id/wiki_syntax_markdown.html (revision 14471)
+++ public/help/id/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/id/wiki_syntax_textile.html
===================================================================
--- public/help/id/wiki_syntax_textile.html (revision 14471)
+++ public/help/id/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/it/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/it/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/it/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/it/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/it/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/it/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/it/wiki_syntax_markdown.html
===================================================================
--- public/help/it/wiki_syntax_markdown.html (revision 14471)
+++ public/help/it/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/it/wiki_syntax_textile.html
===================================================================
--- public/help/it/wiki_syntax_textile.html (revision 14471)
+++ public/help/it/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/ja/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/ja/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/ja/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/ja/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/ja/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/ja/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>そのほかのリソースへのリンク:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (id 17の文書へのリンク)</li>
- <li><strong>document:Greetings</strong> ("Greetings" というタイトルの文書へのリンク)</li>
- <li><strong>document:"Some document"</strong> (文書のタイトルに空白が含まれる場合はダブルクォーテーションで囲んでください)</li>
- <li><strong>sandbox:document:"Some document"</strong> ("sandbox" というプロジェクトの "Some document" というタイトルの文書へのリンク)</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/ja/wiki_syntax_markdown.html
===================================================================
--- public/help/ja/wiki_syntax_markdown.html (revision 14471)
+++ public/help/ja/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/ja/wiki_syntax_textile.html
===================================================================
--- public/help/ja/wiki_syntax_textile.html (revision 14471)
+++ public/help/ja/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>リビジョン r43</td><td>リビジョン <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">画像</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>画像URL</em>!</td><td></td></tr>
Index: public/help/ko/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/ko/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/ko/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/ko/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/ko/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/ko/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/ko/wiki_syntax_markdown.html
===================================================================
--- public/help/ko/wiki_syntax_markdown.html (revision 14471)
+++ public/help/ko/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/ko/wiki_syntax_textile.html
===================================================================
--- public/help/ko/wiki_syntax_textile.html (revision 14471)
+++ public/help/ko/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/lt/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/lt/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/lt/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/lt/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/lt/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/lt/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/lt/wiki_syntax_markdown.html
===================================================================
--- public/help/lt/wiki_syntax_markdown.html (revision 14471)
+++ public/help/lt/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/lt/wiki_syntax_textile.html
===================================================================
--- public/help/lt/wiki_syntax_textile.html (revision 14471)
+++ public/help/lt/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/lv/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/lv/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/lv/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/lv/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/lv/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/lv/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/lv/wiki_syntax_markdown.html
===================================================================
--- public/help/lv/wiki_syntax_markdown.html (revision 14471)
+++ public/help/lv/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/lv/wiki_syntax_textile.html
===================================================================
--- public/help/lv/wiki_syntax_textile.html (revision 14471)
+++ public/help/lv/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/mk/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/mk/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/mk/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/mk/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/mk/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/mk/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/mk/wiki_syntax_markdown.html
===================================================================
--- public/help/mk/wiki_syntax_markdown.html (revision 14471)
+++ public/help/mk/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/mk/wiki_syntax_textile.html
===================================================================
--- public/help/mk/wiki_syntax_textile.html (revision 14471)
+++ public/help/mk/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/mn/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/mn/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/mn/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/mn/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/mn/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/mn/wiki_syntax_detailed_textile.html (working copy)
@@ -80,13 +80,22 @@
</ul>
<ul>
- <li>Versions:
- <ul>
- <li><strong>version#3</strong> (link to version with id 3)</li>
- <li><strong>version:1.0.0</strong> (link to version named "1.0.0")</li>
- <li><strong>version:"1.0 beta 2"</strong></li>
- <li><strong>sandbox:version:1.0.0</strong> (link to version "1.0.0" in the project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/mn/wiki_syntax_markdown.html
===================================================================
--- public/help/mn/wiki_syntax_markdown.html (revision 14471)
+++ public/help/mn/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/mn/wiki_syntax_textile.html
===================================================================
--- public/help/mn/wiki_syntax_textile.html (revision 14471)
+++ public/help/mn/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/nl/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/nl/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/nl/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/nl/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/nl/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/nl/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/nl/wiki_syntax_markdown.html
===================================================================
--- public/help/nl/wiki_syntax_markdown.html (revision 14471)
+++ public/help/nl/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/nl/wiki_syntax_textile.html
===================================================================
--- public/help/nl/wiki_syntax_textile.html (revision 14471)
+++ public/help/nl/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/no/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/no/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/no/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/no/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/no/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/no/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/no/wiki_syntax_markdown.html
===================================================================
--- public/help/no/wiki_syntax_markdown.html (revision 14471)
+++ public/help/no/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/no/wiki_syntax_textile.html
===================================================================
--- public/help/no/wiki_syntax_textile.html (revision 14471)
+++ public/help/no/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/pl/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/pl/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/pl/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/pl/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/pl/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/pl/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/pl/wiki_syntax_markdown.html
===================================================================
--- public/help/pl/wiki_syntax_markdown.html (revision 14471)
+++ public/help/pl/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/pl/wiki_syntax_textile.html
===================================================================
--- public/help/pl/wiki_syntax_textile.html (revision 14471)
+++ public/help/pl/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/pt/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/pt/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/pt/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/pt/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/pt/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/pt/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/pt/wiki_syntax_markdown.html
===================================================================
--- public/help/pt/wiki_syntax_markdown.html (revision 14471)
+++ public/help/pt/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/pt/wiki_syntax_textile.html
===================================================================
--- public/help/pt/wiki_syntax_textile.html (revision 14471)
+++ public/help/pt/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/pt-br/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/pt-br/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/pt-br/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/pt-br/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/pt-br/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/pt-br/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/pt-br/wiki_syntax_markdown.html
===================================================================
--- public/help/pt-br/wiki_syntax_markdown.html (revision 14471)
+++ public/help/pt-br/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/pt-br/wiki_syntax_textile.html
===================================================================
--- public/help/pt-br/wiki_syntax_textile.html (revision 14471)
+++ public/help/pt-br/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/ro/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/ro/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/ro/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/ro/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/ro/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/ro/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/ro/wiki_syntax_markdown.html
===================================================================
--- public/help/ro/wiki_syntax_markdown.html (revision 14471)
+++ public/help/ro/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/ro/wiki_syntax_textile.html
===================================================================
--- public/help/ro/wiki_syntax_textile.html (revision 14471)
+++ public/help/ro/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/ru/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/ru/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/ru/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/ru/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/ru/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/ru/wiki_syntax_detailed_textile.html (working copy)
@@ -84,17 +84,22 @@
<p>ССылки на другие ресурсы:</p>
<ul>
- <li>Документы:
- <ul>
- <li><strong>document#17</strong> (ссылка на документ с id 17)</li>
- <li><strong>document:Приветствие</strong> (ссылка на документ с названием "Приветствие")</li>
- <li><strong>document:"Некоторый документ"</strong> (двойные кавычки использоются в случае, когда название
- документа содержит пробелы)
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
- <li><strong>sandbox:document:"Приветствие"</strong> (ссылка на документ с названием "Приветствие" в проекте
- "sandbox")
- </li>
- </ul></li>
</ul>
<ul>
Index: public/help/ru/wiki_syntax_markdown.html
===================================================================
--- public/help/ru/wiki_syntax_markdown.html (revision 14471)
+++ public/help/ru/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/ru/wiki_syntax_textile.html
===================================================================
--- public/help/ru/wiki_syntax_textile.html (revision 14471)
+++ public/help/ru/wiki_syntax_textile.html (working copy)
@@ -132,6 +132,7 @@
<td>source:some/file</td>
<td><a href="#">source:some/file</a></td>
</tr>
+ <tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr>
<th colspan="3">Вставка изображений</th>
</tr>
Index: public/help/sk/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/sk/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/sk/wiki_syntax_detailed_markdown.html (working copy)
@@ -69,14 +69,22 @@
<p>Links to other resources:</p>
- <ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <<ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/sk/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/sk/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/sk/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/sk/wiki_syntax_markdown.html
===================================================================
--- public/help/sk/wiki_syntax_markdown.html (revision 14471)
+++ public/help/sk/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/sk/wiki_syntax_textile.html
===================================================================
--- public/help/sk/wiki_syntax_textile.html (revision 14471)
+++ public/help/sk/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/sl/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/sl/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/sl/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/sl/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/sl/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/sl/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/sl/wiki_syntax_markdown.html
===================================================================
--- public/help/sl/wiki_syntax_markdown.html (revision 14471)
+++ public/help/sl/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/sl/wiki_syntax_textile.html
===================================================================
--- public/help/sl/wiki_syntax_textile.html (revision 14471)
+++ public/help/sl/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/sq/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/sq/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/sq/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/sq/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/sq/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/sq/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/sq/wiki_syntax_markdown.html
===================================================================
--- public/help/sq/wiki_syntax_markdown.html (revision 14471)
+++ public/help/sq/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/sq/wiki_syntax_textile.html
===================================================================
--- public/help/sq/wiki_syntax_textile.html (revision 14471)
+++ public/help/sq/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/sr/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/sr/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/sr/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/sr/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/sr/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/sr/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/sr/wiki_syntax_markdown.html
===================================================================
--- public/help/sr/wiki_syntax_markdown.html (revision 14471)
+++ public/help/sr/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/sr/wiki_syntax_textile.html
===================================================================
--- public/help/sr/wiki_syntax_textile.html (revision 14471)
+++ public/help/sr/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/sr-yu/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/sr-yu/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/sr-yu/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/sr-yu/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/sr-yu/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/sr-yu/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/sr-yu/wiki_syntax_markdown.html
===================================================================
--- public/help/sr-yu/wiki_syntax_markdown.html (revision 14471)
+++ public/help/sr-yu/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/sr-yu/wiki_syntax_textile.html
===================================================================
--- public/help/sr-yu/wiki_syntax_textile.html (revision 14471)
+++ public/help/sr-yu/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/sv/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/sv/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/sv/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/sv/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/sv/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/sv/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/sv/wiki_syntax_markdown.html
===================================================================
--- public/help/sv/wiki_syntax_markdown.html (revision 14471)
+++ public/help/sv/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/sv/wiki_syntax_textile.html
===================================================================
--- public/help/sv/wiki_syntax_textile.html (revision 14471)
+++ public/help/sv/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/th/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/th/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/th/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/th/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/th/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/th/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/th/wiki_syntax_markdown.html
===================================================================
--- public/help/th/wiki_syntax_markdown.html (revision 14471)
+++ public/help/th/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/th/wiki_syntax_textile.html
===================================================================
--- public/help/th/wiki_syntax_textile.html (revision 14471)
+++ public/help/th/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/tr/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/tr/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/tr/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/tr/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/tr/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/tr/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/tr/wiki_syntax_markdown.html
===================================================================
--- public/help/tr/wiki_syntax_markdown.html (revision 14471)
+++ public/help/tr/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/tr/wiki_syntax_textile.html
===================================================================
--- public/help/tr/wiki_syntax_textile.html (revision 14471)
+++ public/help/tr/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/uk/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/uk/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/uk/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/uk/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/uk/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/uk/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/uk/wiki_syntax_markdown.html
===================================================================
--- public/help/uk/wiki_syntax_markdown.html (revision 14471)
+++ public/help/uk/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/uk/wiki_syntax_textile.html
===================================================================
--- public/help/uk/wiki_syntax_textile.html (revision 14471)
+++ public/help/uk/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/vi/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/vi/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/vi/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/vi/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/vi/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/vi/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/vi/wiki_syntax_markdown.html
===================================================================
--- public/help/vi/wiki_syntax_markdown.html (revision 14471)
+++ public/help/vi/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/vi/wiki_syntax_textile.html
===================================================================
--- public/help/vi/wiki_syntax_textile.html (revision 14471)
+++ public/help/vi/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/zh/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/zh/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/zh/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/zh/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/zh/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/zh/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/zh/wiki_syntax_markdown.html
===================================================================
--- public/help/zh/wiki_syntax_markdown.html (revision 14471)
+++ public/help/zh/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/zh/wiki_syntax_textile.html
===================================================================
--- public/help/zh/wiki_syntax_textile.html (revision 14471)
+++ public/help/zh/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
Index: public/help/zh-tw/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/zh-tw/wiki_syntax_detailed_markdown.html (revision 14471)
+++ public/help/zh-tw/wiki_syntax_detailed_markdown.html (working copy)
@@ -70,13 +70,21 @@
<p>Links to other resources:</p>
<ul>
- <li>Documents:
- <ul>
- <li><strong>document#17</strong> (link to document with id 17)</li>
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
- </ul>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
</li>
</ul>
Index: public/help/zh-tw/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/zh-tw/wiki_syntax_detailed_textile.html (revision 14471)
+++ public/help/zh-tw/wiki_syntax_detailed_textile.html (working copy)
@@ -70,13 +70,22 @@
<p>連結至其他資源:</p>
<ul>
- <li>文件:
- <ul>
- <li><strong>document#17</strong> (連結到編號為 17 的文件)</li>
- <li><strong>document:Greetings</strong> (連結至文件標題為 "Greetings" 的文件)</li>
- <li><strong>document:"Some document"</strong> (文件標題包含空白字元時可以使用雙引號來標示)</li>
- <li><strong>sandbox:document:"Some document"</strong> (連結至另外一個 "sandbox" 專案中,文件標題為 "Some document" 的文件)</li>
- </ul></li>
+ <li>
+ DMSF:
+ <ul>
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
+ </ul>
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
+ The DMSF folder id can be found in the link when opening folders within Redmine.
+ </li>
</ul>
<ul>
Index: public/help/zh-tw/wiki_syntax_markdown.html
===================================================================
--- public/help/zh-tw/wiki_syntax_markdown.html (revision 14471)
+++ public/help/zh-tw/wiki_syntax_markdown.html (working copy)
@@ -54,6 +54,7 @@
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Inline images</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>image_url</em>)</td><td></td></tr>
Index: public/help/zh-tw/wiki_syntax_textile.html
===================================================================
--- public/help/zh-tw/wiki_syntax_textile.html (revision 14471)
+++ public/help/zh-tw/wiki_syntax_textile.html (working copy)
@@ -56,6 +56,7 @@
<tr><th></th><td>版次 r43</td><td>版次 <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
+<tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">內置圖像</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="圖像" /></th><td>!<em>圖像_url</em>!</td><td></td></tr>