redmine_dmsf/extra/help_files_dmsf.diff
2017-08-29 12:41:03 +02:00

4804 lines
330 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 16952)
+++ public/help/ar/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/ar/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/ar/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/ar/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/ar/wiki_syntax_markdown.html
===================================================================
--- public/help/ar/wiki_syntax_markdown.html (revision 16952)
+++ public/help/ar/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/ar/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/az/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/az/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/az/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/az/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/az/wiki_syntax_markdown.html
===================================================================
--- public/help/az/wiki_syntax_markdown.html (revision 16952)
+++ public/help/az/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/az/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/bg/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/bg/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/bg/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/bg/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/bg/wiki_syntax_markdown.html
===================================================================
--- public/help/bg/wiki_syntax_markdown.html (revision 16952)
+++ public/help/bg/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/bg/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/bs/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/bs/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/bs/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/bs/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/bs/wiki_syntax_markdown.html
===================================================================
--- public/help/bs/wiki_syntax_markdown.html (revision 16952)
+++ public/help/bs/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/bs/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/ca/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/ca/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/ca/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/ca/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/ca/wiki_syntax_markdown.html
===================================================================
--- public/help/ca/wiki_syntax_markdown.html (revision 16952)
+++ public/help/ca/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,7 @@
<tr><th></th><td>Revisió r43</td><td>Revisió <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">Imatges</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Imatge" /></th><td>![](<em>imatge_url</em>)</td><td></td></tr>
Index: public/help/ca/wiki_syntax_textile.html
===================================================================
--- public/help/ca/wiki_syntax_textile.html (revision 16952)
+++ public/help/ca/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,7 @@
<tr><th></th><td>Revisió r43</td><td>Revisió <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">Imatges</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Imatge" /></th><td>!<em>imatge_url</em>!</td><td></td></tr>
Index: public/help/cs/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/cs/wiki_syntax_detailed_markdown.html (revision 16952)
+++ public/help/cs/wiki_syntax_detailed_markdown.html (working copy)
@@ -52,6 +52,32 @@
</ul></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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>Verze:
<ul>
Index: public/help/cs/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/cs/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/cs/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>Verze:
<ul>
<li><strong>version#3</strong> (odkaz na verzi s ID 3)</li>
Index: public/help/cs/wiki_syntax_markdown.html
===================================================================
--- public/help/cs/wiki_syntax_markdown.html (revision 16952)
+++ public/help/cs/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,7 @@
<tr><th></th><td>Revize 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">Vnořené obrázky</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>![](<em>url_obrázku</em>)</td><td></td></tr>
Index: public/help/cs/wiki_syntax_textile.html
===================================================================
--- public/help/cs/wiki_syntax_textile.html (revision 16952)
+++ public/help/cs/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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>Document <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 16952)
+++ public/help/da/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/da/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/da/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/da/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/da/wiki_syntax_markdown.html
===================================================================
--- public/help/da/wiki_syntax_markdown.html (revision 16952)
+++ public/help/da/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/da/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/de/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/de/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/de/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/de/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/de/wiki_syntax_markdown.html
===================================================================
--- public/help/de/wiki_syntax_markdown.html (revision 16952)
+++ public/help/de/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/de/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/el/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/el/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/el/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/el/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/el/wiki_syntax_markdown.html
===================================================================
--- public/help/el/wiki_syntax_markdown.html (revision 16952)
+++ public/help/el/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/el/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/en/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/en/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/en/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/en/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/en/wiki_syntax_markdown.html
===================================================================
--- public/help/en/wiki_syntax_markdown.html (revision 16952)
+++ public/help/en/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/en/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/en-gb/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/en-gb/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/en-gb/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/en-gb/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/en-gb/wiki_syntax_markdown.html
===================================================================
--- public/help/en-gb/wiki_syntax_markdown.html (revision 16952)
+++ public/help/en-gb/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/en-gb/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/es/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/es/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/es/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/es/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/es/wiki_syntax_markdown.html
===================================================================
--- public/help/es/wiki_syntax_markdown.html (revision 16952)
+++ public/help/es/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/es/wiki_syntax_textile.html (working copy)
@@ -44,6 +44,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 16952)
+++ public/help/es-pa/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/es-pa/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/es-pa/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/es-pa/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/es-pa/wiki_syntax_markdown.html
===================================================================
--- public/help/es-pa/wiki_syntax_markdown.html (revision 16952)
+++ public/help/es-pa/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/es-pa/wiki_syntax_textile.html (working copy)
@@ -44,6 +44,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 16952)
+++ public/help/et/wiki_syntax_detailed_markdown.html (working copy)
@@ -34,6 +34,32 @@
<li><strong>[[sandbox:]]</strong> displays a link to the Sandbox wiki main page</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
+
<p>Wiki links are displayed in red if the page doesn't exist yet, eg: <a href="#" class="wiki-page new">Nonexistent page</a>.</p>
<p>Links to other resources:</p>
Index: public/help/et/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/et/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/et/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/et/wiki_syntax_markdown.html
===================================================================
--- public/help/et/wiki_syntax_markdown.html (revision 16952)
+++ public/help/et/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/et/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/eu/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/eu/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/eu/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/eu/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/eu/wiki_syntax_markdown.html
===================================================================
--- public/help/eu/wiki_syntax_markdown.html (revision 16952)
+++ public/help/eu/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/eu/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/fa/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/fa/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/fa/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/fa/wiki_syntax_detailed_textile.html (working copy)
@@ -34,6 +34,32 @@
<li><strong>[[sandbox:]]</strong> displays a link to the Sandbox wiki main page</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
+
<p>Wiki links are displayed in red if the page doesn't exist yet, eg: <a href="#" class="wiki-page new">Nonexistent page</a>.</p>
<p>Links to other resources:</p>
Index: public/help/fa/wiki_syntax_markdown.html
===================================================================
--- public/help/fa/wiki_syntax_markdown.html (revision 16952)
+++ public/help/fa/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/fa/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/fi/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/fi/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/fi/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/fi/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/fi/wiki_syntax_markdown.html
===================================================================
--- public/help/fi/wiki_syntax_markdown.html (revision 16952)
+++ public/help/fi/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/fi/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/fr/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/fr/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/fr/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/fr/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (lien vers la version dont l'id est 3)</li>
Index: public/help/fr/wiki_syntax_markdown.html
===================================================================
--- public/help/fr/wiki_syntax_markdown.html (revision 16952)
+++ public/help/fr/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/fr/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/gl/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/gl/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/gl/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/gl/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/gl/wiki_syntax_markdown.html
===================================================================
--- public/help/gl/wiki_syntax_markdown.html (revision 16952)
+++ public/help/gl/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/gl/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/he/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/he/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/he/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/he/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/he/wiki_syntax_markdown.html
===================================================================
--- public/help/he/wiki_syntax_markdown.html (revision 16952)
+++ public/help/he/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/he/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/hr/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/hr/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/hr/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/hr/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/hr/wiki_syntax_markdown.html
===================================================================
--- public/help/hr/wiki_syntax_markdown.html (revision 16952)
+++ public/help/hr/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/hr/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/hu/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/hu/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/hu/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/hu/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/hu/wiki_syntax_markdown.html
===================================================================
--- public/help/hu/wiki_syntax_markdown.html (revision 16952)
+++ public/help/hu/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/hu/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/id/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/id/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/id/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/id/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/id/wiki_syntax_markdown.html
===================================================================
--- public/help/id/wiki_syntax_markdown.html (revision 16952)
+++ public/help/id/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/id/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/it/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/it/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/it/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/it/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/it/wiki_syntax_markdown.html
===================================================================
--- public/help/it/wiki_syntax_markdown.html (revision 16952)
+++ public/help/it/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/it/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/ja/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>バージョン:
<ul>
<li><strong>version#3</strong> (id 3のバージョンへのリンク)</li>
Index: public/help/ja/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/ja/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/ja/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>バージョン:
<ul>
<li><strong>version#3</strong> (id 3のバージョンへのリンク)</li>
Index: public/help/ja/wiki_syntax_markdown.html
===================================================================
--- public/help/ja/wiki_syntax_markdown.html (revision 16952)
+++ public/help/ja/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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/ja/wiki_syntax_textile.html
===================================================================
--- public/help/ja/wiki_syntax_textile.html (revision 16952)
+++ public/help/ja/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/ko/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/ko/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/ko/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/ko/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/ko/wiki_syntax_markdown.html
===================================================================
--- public/help/ko/wiki_syntax_markdown.html (revision 16952)
+++ public/help/ko/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/ko/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/lt/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/lt/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/lt/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/lt/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/lt/wiki_syntax_markdown.html
===================================================================
--- public/help/lt/wiki_syntax_markdown.html (revision 16952)
+++ public/help/lt/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/lt/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/lv/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/lv/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/lv/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/lv/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/lv/wiki_syntax_markdown.html
===================================================================
--- public/help/lv/wiki_syntax_markdown.html (revision 16952)
+++ public/help/lv/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/lv/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/mk/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/mk/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/mk/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/mk/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/mk/wiki_syntax_markdown.html
===================================================================
--- public/help/mk/wiki_syntax_markdown.html (revision 16952)
+++ public/help/mk/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/mk/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/mn/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/mn/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/mn/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/mn/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/mn/wiki_syntax_markdown.html
===================================================================
--- public/help/mn/wiki_syntax_markdown.html (revision 16952)
+++ public/help/mn/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/mn/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/nl/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/nl/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/nl/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/nl/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/nl/wiki_syntax_markdown.html
===================================================================
--- public/help/nl/wiki_syntax_markdown.html (revision 16952)
+++ public/help/nl/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/nl/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/no/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/no/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/no/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/no/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/no/wiki_syntax_markdown.html
===================================================================
--- public/help/no/wiki_syntax_markdown.html (revision 16952)
+++ public/help/no/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/no/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/pl/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/pl/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/pl/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/pl/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/pl/wiki_syntax_markdown.html
===================================================================
--- public/help/pl/wiki_syntax_markdown.html (revision 16952)
+++ public/help/pl/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/pl/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/pt/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/pt/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/pt/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/pt/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/pt/wiki_syntax_markdown.html
===================================================================
--- public/help/pt/wiki_syntax_markdown.html (revision 16952)
+++ public/help/pt/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/pt/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/pt-br/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/pt-br/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/pt-br/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/pt-br/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/pt-br/wiki_syntax_markdown.html
===================================================================
--- public/help/pt-br/wiki_syntax_markdown.html (revision 16952)
+++ public/help/pt-br/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/pt-br/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/ro/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/ro/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/ro/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/ro/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/ro/wiki_syntax_markdown.html
===================================================================
--- public/help/ro/wiki_syntax_markdown.html (revision 16952)
+++ public/help/ro/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/ro/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/ru/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/ru/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/ru/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/ru/wiki_syntax_detailed_textile.html (working copy)
@@ -67,6 +67,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>Этапы:
<ul>
<li><strong>version#3</strong> (ссылка на этап с id 3)</li>
Index: public/help/ru/wiki_syntax_markdown.html
===================================================================
--- public/help/ru/wiki_syntax_markdown.html (revision 16952)
+++ public/help/ru/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/ru/wiki_syntax_textile.html (working copy)
@@ -132,7 +132,7 @@
<td>!<em>вложенный_файл</em>!</td>
<td></td>
</tr>
-
+ <tr><th></th><td>{{dmsf(83)}}</td><td>Document <a href="#">#83</a></td></tr>
<tr><th colspan="3">Tables</th></tr>
<tr>
<th></th>
Index: public/help/sk/wiki_syntax_detailed_markdown.html
===================================================================
--- public/help/sk/wiki_syntax_detailed_markdown.html (revision 16952)
+++ public/help/sk/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/sk/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/sk/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/sk/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/sk/wiki_syntax_markdown.html
===================================================================
--- public/help/sk/wiki_syntax_markdown.html (revision 16952)
+++ public/help/sk/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/sk/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/sl/wiki_syntax_detailed_markdown.html (working copy)
@@ -34,6 +34,32 @@
<li><strong>[[sandbox:]]</strong> displays a link to the Sandbox wiki main page</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
+
<p>Wiki links are displayed in red if the page doesn't exist yet, eg: <a href="#" class="wiki-page new">Nonexistent page</a>.</p>
<p>Links to other resources:</p>
Index: public/help/sl/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/sl/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/sl/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/sl/wiki_syntax_markdown.html
===================================================================
--- public/help/sl/wiki_syntax_markdown.html (revision 16952)
+++ public/help/sl/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/sl/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/sq/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/sq/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/sq/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/sq/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/sq/wiki_syntax_markdown.html
===================================================================
--- public/help/sq/wiki_syntax_markdown.html (revision 16952)
+++ public/help/sq/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/sq/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/sr/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/sr/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/sr/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/sr/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/sr/wiki_syntax_markdown.html
===================================================================
--- public/help/sr/wiki_syntax_markdown.html (revision 16952)
+++ public/help/sr/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/sr/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/sr-yu/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/sr-yu/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/sr-yu/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/sr-yu/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/sr-yu/wiki_syntax_markdown.html
===================================================================
--- public/help/sr-yu/wiki_syntax_markdown.html (revision 16952)
+++ public/help/sr-yu/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/sr-yu/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/sv/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/sv/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/sv/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/sv/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/sv/wiki_syntax_markdown.html
===================================================================
--- public/help/sv/wiki_syntax_markdown.html (revision 16952)
+++ public/help/sv/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/sv/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/th/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/th/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/th/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/th/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/th/wiki_syntax_markdown.html
===================================================================
--- public/help/th/wiki_syntax_markdown.html (revision 16952)
+++ public/help/th/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/th/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/tr/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/tr/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/tr/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/tr/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/tr/wiki_syntax_markdown.html
===================================================================
--- public/help/tr/wiki_syntax_markdown.html (revision 16952)
+++ public/help/tr/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/tr/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/uk/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>Версії:
<ul>
<li><strong>version#3</strong> (посилання на версію з id 3)</li>
Index: public/help/uk/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/uk/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/uk/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>Версії:
<ul>
<li><strong>version#3</strong> (посилання на версію з id 3)</li>
Index: public/help/uk/wiki_syntax_markdown.html
===================================================================
--- public/help/uk/wiki_syntax_markdown.html (revision 16952)
+++ public/help/uk/wiki_syntax_markdown.html (working copy)
@@ -42,6 +42,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) зображення</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 16952)
+++ public/help/uk/wiki_syntax_textile.html (working copy)
@@ -44,6 +44,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) зображення</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Зображення" /></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 16952)
+++ public/help/vi/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/vi/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/vi/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/vi/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/vi/wiki_syntax_markdown.html
===================================================================
--- public/help/vi/wiki_syntax_markdown.html (revision 16952)
+++ public/help/vi/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/vi/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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 16952)
+++ public/help/zh/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>
<li><strong>version#3</strong> (link to version with id 3)</li>
Index: public/help/zh/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/zh/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/zh/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>版本:
<ul>
<li><strong>version#3</strong> (链接至id为3的版本)</li>
Index: public/help/zh/wiki_syntax_markdown.html
===================================================================
--- public/help/zh/wiki_syntax_markdown.html (revision 16952)
+++ public/help/zh/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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 16952)
+++ public/help/zh/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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>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 16952)
+++ public/help/zh-tw/wiki_syntax_detailed_markdown.html (working copy)
@@ -50,6 +50,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>版本:
<ul>
<li><strong>version#3</strong> (連結至編號為 3 的版本)</li>
Index: public/help/zh-tw/wiki_syntax_detailed_textile.html
===================================================================
--- public/help/zh-tw/wiki_syntax_detailed_textile.html (revision 16952)
+++ public/help/zh-tw/wiki_syntax_detailed_textile.html (working copy)
@@ -49,6 +49,32 @@
</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 details of the file with id 17)</li>
+ <li><strong>{{dmsfdesc(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)}}</strong> (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)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=640x480)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, size=50%)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, height=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsf_image(8, width=300)}}</strong> (an inline picture with custom size)</li>
+ <li><strong>{{dmsftn(8)}}</strong> (a thumbnail with height of 200px)</li>
+ <li><strong>{{dmsftn(8, size=300)}}</strong> (a thumbnail with custom size)</li>
+ <li><strong>{{dmsfw(8)}}</strong> (approval workflow status of a document with id 8)</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>版本:
<ul>
<li><strong>version#3</strong> (連結至編號為 3 的版本)</li>
Index: public/help/zh-tw/wiki_syntax_markdown.html
===================================================================
--- public/help/zh-tw/wiki_syntax_markdown.html (revision 16952)
+++ public/help/zh-tw/wiki_syntax_markdown.html (working copy)
@@ -41,6 +41,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>
Index: public/help/zh-tw/wiki_syntax_textile.html
===================================================================
--- public/help/zh-tw/wiki_syntax_textile.html (revision 16952)
+++ public/help/zh-tw/wiki_syntax_textile.html (working copy)
@@ -43,6 +43,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>