From 23bc159db743e8a77295f56aa3f0d4f3c96dd884 Mon Sep 17 00:00:00 2001 From: Karel Picman Date: Tue, 29 Aug 2017 12:41:03 +0200 Subject: [PATCH] Upgrade to 1.6.0 --- CHANGELOG.md | 47 +- README.md | 2 +- extra/help_files_dmsf.diff | 6122 ++++++++++++++++++++---------------- 3 files changed, 3401 insertions(+), 2770 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28347ec1..784321d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,54 @@ Changelog for Redmine DMSF ========================== -1.6.0 *????-??-??* +1.6.0 *2017-09-04* ------------------ IMPORTANT -1. Files in the filesystem are re-organized by a new system based on date. -2. DMS storage directory plugin option is related to the rails root directory. + Folder permissions + Documents attachable to issues + Hungarian localisation + Fulltext search in *.eml and *.msg + +1. Files in the filesystem are re-organized by a new system based on dates. +2. DMS storage directory plugin option is related to the rails root directory. + +* Bug: #758 - Error in template when retrieving details of a file in a subfolder +* Bug: #749 - REST API - List of documents in folder fails when using folder_title +* Bug: #747 - Background icon repeating in admin panel (Redmine 3.4.2) +* Bug: #746 - Thumbnail macro: size paramter not respected +* Bug: #744 - Full stops within filename lead to false extensions +* New: #742 - WebDAV PROPSTATS and PROPFIND caching change +* Bug: #738 - Upload failure +* Bug: #734 - DMSF uploader seems to override built in uploader +* New: #733 - Make the storage path Rails.root related +* Bug: #732 - Buggy tree view +* Bug: #731 - Add users for new step in Worflow Dialogue +* Bug: #730 - Workflow "New Step" dialog not appearing +* Bug: #728 - Internal error 500 when uploading document via Edit issue +* New: #727 - Ability to disable document upload in issues +* Bug: #725 - Can't uninstall redmine dmsf in Bitnami +* New: #717 - Enhacement: Xapian parse eml and msg files in same way as word, excel... +* Bug: #714 - The full text search does not work +* New: #713 - Hungarian localisation +* New: #712 - Notifications ON/OFF are confusing +* Bug: #710 - Can't delete locked documents from the trash +* Bug: #701 - How tagging with multiple values works? +* Bug: #700 - 'Save as' from Excel does not work when using project names +* New: #699 - Speed up the main view +* New: #697 - Email notifications from WebDAV interface +* Bug: #694 - redmine:dmsf_convert_documents +* Bug: #693 - redmine:dmsf_convert_documents +* Bug: #692 - Error migrate plugin v1.5.9 +* New: #691 - The last approver in the CSV export +* Bug: #685 - Problem deleting plugin +* Bug: #683 - Approval reminder problem +* New: #667 - A better navigation in found results +* New: #651 - Incomplete copy of a file to another project +* New: #543 - Feature Request: Document Location - Folder Structure +* New: #170 - Document and Folder Access Control. This issue may be duplicated as I saw it on google code some time ago. +* New: #48 - Linking Issues and DMSF Documents 1.5.9 *2016-03-01* ------------------ diff --git a/README.md b/README.md index 95a8cc61..4e64445e 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ In the file /public/help//wiki_syntax.html, at the end o {{dmsf(83)}}Document #83 -There's a patch that helps you to modify all help files at once. In your Redmine folder: +There's a patch (tested with Redmine 3.4.2) that helps you to modify all help files at once. In your Redmine folder: `cd redmine` diff --git a/extra/help_files_dmsf.diff b/extra/help_files_dmsf.diff index d358a20d..6094df29 100644 --- a/extra/help_files_dmsf.diff +++ b/extra/help_files_dmsf.diff @@ -1,70 +1,82 @@ Index: public/help/ar/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/ar/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/ar/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/ar/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

- -

Links to other resources:

-+ -+
    -+
  • -+ DMSF: -+
      -+
    • {{dmsf(17)}} (a link to the file with id 17)
    • -+
    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
    • -+
    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
    • -+
    • {{dmsfd(17)}} (a link to the details of the file with id 17)
    • -+
    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
    • -+
    • {{dmsff(5)}} (a link to the folder with id 5)
    • -+
    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
    • -+
    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
    • -+
    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
    • -+
    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
    • -+
    -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
    -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
  • -+
+@@ -50,6 +50,32 @@ +
    -
  • Documents: ++
  • ++ DMSF: ++
      ++
    • {{dmsf(17)}} (a link to the file with id 17)
    • ++
    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
    • ++
    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
    • ++
    • {{dmsfd(17)}} (a link to the details of the file with id 17)
    • ++
    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
    • ++
    • {{dmsff(5)}} (a link to the folder with id 5)
    • ++
    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
    • ++
    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
    • ++
    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
    • ++
    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
    • ++
    • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
    • ++
    • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
    • ++
    • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
    • ++
    • {{dmsftn(8)}} (a thumbnail with height of 200px)
    • ++
    • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
    • ++
    • {{dmsfw(8)}} (approval workflow status of a document with id 8)
    • ++
    ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
    ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
  • ++
++ ++
    +
  • Versions: +
      +
    • version#3 (link to version with id 3)
    • Index: public/help/ar/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/ar/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/ar/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/ar/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

      Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

      - -

      Links to other resources:

      -+ -+
        -+
      • -+ DMSF: -+
          -+
        • {{dmsf(17)}} (a link to the file with id 17)
        • -+
        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
        • -+
        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
        • -+
        • {{dmsfd(17)}} (a link to the details of the file with id 17)
        • -+
        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
        • -+
        • {{dmsff(5)}} (a link to the folder with id 5)
        • -+
        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
        • -+
        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
        • -+
        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
        • -+
        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
        • -+
        -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
        -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
      • -+
      +@@ -49,6 +49,32 @@ +
      -
    • Documents: ++
    • ++ DMSF: ++
        ++
      • {{dmsf(17)}} (a link to the file with id 17)
      • ++
      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
      • ++
      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
      • ++
      • {{dmsfd(17)}} (a link to the details of the file with id 17)
      • ++
      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
      • ++
      • {{dmsff(5)}} (a link to the folder with id 5)
      • ++
      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
      • ++
      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
      • ++
      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
      • ++
      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
      • ++
      • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
      • ++
      • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
      • ++
      • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
      • ++
      • {{dmsftn(8)}} (a thumbnail with height of 200px)
      • ++
      • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
      • ++
      • {{dmsfw(8)}} (approval workflow status of a document with id 8)
      • ++
      ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
      ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
    • ++
    ++ ++
      +
    • Versions: +
        +
      • version#3 (link to version with id 3)
      • Index: public/help/ar/wiki_syntax_markdown.html =================================================================== ---- public/help/ar/wiki_syntax_markdown.html (revision 15144) +--- public/help/ar/wiki_syntax_markdown.html (revision 16952) +++ public/help/ar/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -74,9 +86,9 @@ Index: public/help/ar/wiki_syntax_markdown.html Image![](image_url) Index: public/help/ar/wiki_syntax_textile.html =================================================================== ---- public/help/ar/wiki_syntax_textile.html (revision 15144) +--- public/help/ar/wiki_syntax_textile.html (revision 16952) +++ public/help/ar/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -86,71 +98,83 @@ Index: public/help/ar/wiki_syntax_textile.html Image!image_url! Index: public/help/az/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/az/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/az/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/az/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

        Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

        - -

        Links to other resources:

        -+ -+
          -+
        • -+ DMSF: -+
            -+
          • {{dmsf(17)}} (a link to the file with id 17)
          • -+
          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
          • -+
          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
          • -+
          • {{dmsfd(17)}} (a link to the details of the file with id 17)
          • -+
          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
          • -+
          • {{dmsff(5)}} (a link to the folder with id 5)
          • -+
          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
          • -+
          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
          • -+
          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
          • -+
          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
          • -+
          -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
          -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
        • -+
        +@@ -50,6 +50,32 @@ +
        -
      • Documents: ++
      • ++ DMSF: ++
          ++
        • {{dmsf(17)}} (a link to the file with id 17)
        • ++
        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
        • ++
        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
        • ++
        • {{dmsfd(17)}} (a link to the details of the file with id 17)
        • ++
        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
        • ++
        • {{dmsff(5)}} (a link to the folder with id 5)
        • ++
        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
        • ++
        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
        • ++
        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
        • ++
        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
        • ++
        • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
        • ++
        • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
        • ++
        • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
        • ++
        • {{dmsftn(8)}} (a thumbnail with height of 200px)
        • ++
        • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
        • ++
        • {{dmsfw(8)}} (approval workflow status of a document with id 8)
        • ++
        ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
        ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
      • ++
      ++ ++
        +
      • Versions: +
          +
        • version#3 (link to version with id 3)
        • Index: public/help/az/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/az/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/az/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/az/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

          Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

          - -

          Links to other resources:

          -+ -+
            -+
          • -+ DMSF: -+
              -+
            • {{dmsf(17)}} (a link to the file with id 17)
            • -+
            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
            • -+
            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
            • -+
            • {{dmsfd(17)}} (a link to the details of the file with id 17)
            • -+
            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
            • -+
            • {{dmsff(5)}} (a link to the folder with id 5)
            • -+
            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
            • -+
            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
            • -+
            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
            • -+
            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
            • -+
            -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
            -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
          • -+
          +@@ -49,6 +49,32 @@ +
          -
        • Documents: ++
        • ++ DMSF: ++
            ++
          • {{dmsf(17)}} (a link to the file with id 17)
          • ++
          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
          • ++
          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
          • ++
          • {{dmsfd(17)}} (a link to the details of the file with id 17)
          • ++
          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
          • ++
          • {{dmsff(5)}} (a link to the folder with id 5)
          • ++
          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
          • ++
          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
          • ++
          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
          • ++
          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
          • ++
          • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
          • ++
          • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
          • ++
          • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
          • ++
          • {{dmsftn(8)}} (a thumbnail with height of 200px)
          • ++
          • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
          • ++
          • {{dmsfw(8)}} (approval workflow status of a document with id 8)
          • ++
          ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
          ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
        • ++
        ++ ++
          +
        • Versions: +
            +
          • version#3 (link to version with id 3)
          • Index: public/help/az/wiki_syntax_markdown.html =================================================================== ---- public/help/az/wiki_syntax_markdown.html (revision 15144) +--- public/help/az/wiki_syntax_markdown.html (revision 16952) +++ public/help/az/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -160,9 +184,9 @@ Index: public/help/az/wiki_syntax_markdown.html Image![](image_url) Index: public/help/az/wiki_syntax_textile.html =================================================================== ---- public/help/az/wiki_syntax_textile.html (revision 15144) +--- public/help/az/wiki_syntax_textile.html (revision 16952) +++ public/help/az/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -172,71 +196,83 @@ Index: public/help/az/wiki_syntax_textile.html Image!image_url! Index: public/help/bg/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/bg/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/bg/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/bg/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

            Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

            - -

            Links to other resources:

            -+ -+
              -+
            • -+ DMSF: -+
                -+
              • {{dmsf(17)}} (a link to the file with id 17)
              • -+
              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
              • -+
              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
              • -+
              • {{dmsfd(17)}} (a link to the details of the file with id 17)
              • -+
              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
              • -+
              • {{dmsff(5)}} (a link to the folder with id 5)
              • -+
              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
              • -+
              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
              • -+
              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
              • -+
              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
              • -+
              -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
              -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
            • -+
            +@@ -50,6 +50,32 @@ +
            -
          • Documents: ++
          • ++ DMSF: ++
              ++
            • {{dmsf(17)}} (a link to the file with id 17)
            • ++
            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
            • ++
            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
            • ++
            • {{dmsfd(17)}} (a link to the details of the file with id 17)
            • ++
            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
            • ++
            • {{dmsff(5)}} (a link to the folder with id 5)
            • ++
            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
            • ++
            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
            • ++
            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
            • ++
            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
            • ++
            • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
            • ++
            • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
            • ++
            • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
            • ++
            • {{dmsftn(8)}} (a thumbnail with height of 200px)
            • ++
            • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
            • ++
            • {{dmsfw(8)}} (approval workflow status of a document with id 8)
            • ++
            ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
            ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
          • ++
          ++ ++
            +
          • Versions: +
              +
            • version#3 (link to version with id 3)
            • Index: public/help/bg/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/bg/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/bg/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/bg/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

              Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

              - -

              Links to other resources:

              -+ -+
                -+
              • -+ DMSF: -+
                  -+
                • {{dmsf(17)}} (a link to the file with id 17)
                • -+
                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                • -+
                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                • -+
                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                • -+
                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                • -+
                • {{dmsff(5)}} (a link to the folder with id 5)
                • -+
                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                • -+
                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                • -+
                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                • -+
                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                • -+
                -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
              • -+
              +@@ -49,6 +49,32 @@ +
              -
            • Documents: ++
            • ++ DMSF: ++
                ++
              • {{dmsf(17)}} (a link to the file with id 17)
              • ++
              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
              • ++
              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
              • ++
              • {{dmsfd(17)}} (a link to the details of the file with id 17)
              • ++
              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
              • ++
              • {{dmsff(5)}} (a link to the folder with id 5)
              • ++
              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
              • ++
              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
              • ++
              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
              • ++
              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
              • ++
              • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
              • ++
              • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
              • ++
              • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
              • ++
              • {{dmsftn(8)}} (a thumbnail with height of 200px)
              • ++
              • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
              • ++
              • {{dmsfw(8)}} (approval workflow status of a document with id 8)
              • ++
              ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
              ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
            • ++
            ++ ++
              +
            • Versions: +
                +
              • version#3 (link to version with id 3)
              • Index: public/help/bg/wiki_syntax_markdown.html =================================================================== ---- public/help/bg/wiki_syntax_markdown.html (revision 15144) +--- public/help/bg/wiki_syntax_markdown.html (revision 16952) +++ public/help/bg/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -246,9 +282,9 @@ Index: public/help/bg/wiki_syntax_markdown.html Image![](image_url) Index: public/help/bg/wiki_syntax_textile.html =================================================================== ---- public/help/bg/wiki_syntax_textile.html (revision 15144) +--- public/help/bg/wiki_syntax_textile.html (revision 16952) +++ public/help/bg/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -258,71 +294,83 @@ Index: public/help/bg/wiki_syntax_textile.html Image!image_url! Index: public/help/bs/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/bs/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/bs/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/bs/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                - -

                Links to other resources:

                -+ -+
                  -+
                • -+ DMSF: -+
                    -+
                  • {{dmsf(17)}} (a link to the file with id 17)
                  • -+
                  • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                  • -+
                  • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                  • -+
                  • {{dmsfd(17)}} (a link to the details of the file with id 17)
                  • -+
                  • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                  • -+
                  • {{dmsff(5)}} (a link to the folder with id 5)
                  • -+
                  • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                  • -+
                  • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                  • -+
                  • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                  • -+
                  • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                  • -+
                  -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                  -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                • -+
                +@@ -50,6 +50,32 @@ +
                -
              • Documents: ++
              • ++ DMSF: ++
                  ++
                • {{dmsf(17)}} (a link to the file with id 17)
                • ++
                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                • ++
                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                • ++
                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                • ++
                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                • ++
                • {{dmsff(5)}} (a link to the folder with id 5)
                • ++
                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                • ++
                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                • ++
                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                • ++
                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                • ++
                • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                • ++
                • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                • ++
                • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                • ++
                • {{dmsftn(8)}} (a thumbnail with height of 200px)
                • ++
                • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                • ++
                • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                • ++
                ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
              • ++
              ++ ++
                +
              • Versions: +
                  +
                • version#3 (link to version with id 3)
                • Index: public/help/bs/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/bs/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/bs/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/bs/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                  Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                  - -

                  Links to other resources:

                  -+ -+
                    -+
                  • -+ DMSF: -+
                      -+
                    • {{dmsf(17)}} (a link to the file with id 17)
                    • -+
                    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                    • -+
                    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                    • -+
                    • {{dmsfd(17)}} (a link to the details of the file with id 17)
                    • -+
                    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                    • -+
                    • {{dmsff(5)}} (a link to the folder with id 5)
                    • -+
                    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                    • -+
                    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                    • -+
                    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                    • -+
                    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                    • -+
                    -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                    -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                  • -+
                  +@@ -49,6 +49,32 @@ +
                  -
                • Documents: ++
                • ++ DMSF: ++
                    ++
                  • {{dmsf(17)}} (a link to the file with id 17)
                  • ++
                  • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                  • ++
                  • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                  • ++
                  • {{dmsfd(17)}} (a link to the details of the file with id 17)
                  • ++
                  • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                  • ++
                  • {{dmsff(5)}} (a link to the folder with id 5)
                  • ++
                  • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                  • ++
                  • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                  • ++
                  • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                  • ++
                  • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                  • ++
                  • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                  • ++
                  • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                  • ++
                  • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                  • ++
                  • {{dmsftn(8)}} (a thumbnail with height of 200px)
                  • ++
                  • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                  • ++
                  • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                  • ++
                  ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                  ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                • ++
                ++ ++
                  +
                • Versions: +
                    +
                  • version#3 (link to version with id 3)
                  • Index: public/help/bs/wiki_syntax_markdown.html =================================================================== ---- public/help/bs/wiki_syntax_markdown.html (revision 15144) +--- public/help/bs/wiki_syntax_markdown.html (revision 16952) +++ public/help/bs/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -332,9 +380,9 @@ Index: public/help/bs/wiki_syntax_markdown.html Image![](image_url) Index: public/help/bs/wiki_syntax_textile.html =================================================================== ---- public/help/bs/wiki_syntax_textile.html (revision 15144) +--- public/help/bs/wiki_syntax_textile.html (revision 16952) +++ public/help/bs/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -344,71 +392,83 @@ Index: public/help/bs/wiki_syntax_textile.html Image!image_url! Index: public/help/ca/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/ca/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/ca/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/ca/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                    Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                    - -

                    Links to other resources:

                    -+ -+
                      -+
                    • -+ DMSF: -+
                        -+
                      • {{dmsf(17)}} (a link to the file with id 17)
                      • -+
                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                      • -+
                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                      • -+
                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                      • -+
                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                      • -+
                      • {{dmsff(5)}} (a link to the folder with id 5)
                      • -+
                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                      • -+
                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                      • -+
                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                      • -+
                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                      • -+
                      -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                      -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                    • -+
                    +@@ -50,6 +50,32 @@ +
                    -
                  • Documents: ++
                  • ++ DMSF: ++
                      ++
                    • {{dmsf(17)}} (a link to the file with id 17)
                    • ++
                    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                    • ++
                    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                    • ++
                    • {{dmsfd(17)}} (a link to the details of the file with id 17)
                    • ++
                    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                    • ++
                    • {{dmsff(5)}} (a link to the folder with id 5)
                    • ++
                    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                    • ++
                    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                    • ++
                    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                    • ++
                    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                    • ++
                    • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                    • ++
                    • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                    • ++
                    • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                    • ++
                    • {{dmsftn(8)}} (a thumbnail with height of 200px)
                    • ++
                    • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                    • ++
                    • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                    • ++
                    ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                    ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                  • ++
                  ++ ++
                    +
                  • Versions: +
                      +
                    • version#3 (link to version with id 3)
                    • Index: public/help/ca/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/ca/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/ca/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/ca/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                      Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                      - -

                      Links to other resources:

                      -+ -+
                        -+
                      • -+ DMSF: -+
                          -+
                        • {{dmsf(17)}} (a link to the file with id 17)
                        • -+
                        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                        • -+
                        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                        • -+
                        • {{dmsfd(17)}} (a link to the details of the file with id 17)
                        • -+
                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                        • -+
                        • {{dmsff(5)}} (a link to the folder with id 5)
                        • -+
                        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                        • -+
                        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                        • -+
                        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                        • -+
                        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                        • -+
                        -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                        -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                      • -+
                      +@@ -49,6 +49,32 @@ +
                      -
                    • Documents: ++
                    • ++ DMSF: ++
                        ++
                      • {{dmsf(17)}} (a link to the file with id 17)
                      • ++
                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                      • ++
                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                      • ++
                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                      • ++
                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                      • ++
                      • {{dmsff(5)}} (a link to the folder with id 5)
                      • ++
                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                      • ++
                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                      • ++
                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                      • ++
                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                      • ++
                      • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                      • ++
                      • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                      • ++
                      • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                      • ++
                      • {{dmsftn(8)}} (a thumbnail with height of 200px)
                      • ++
                      • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                      • ++
                      • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                      • ++
                      ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                      ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                    • ++
                    ++ ++
                      +
                    • Versions: +
                        +
                      • version#3 (link to version with id 3)
                      • Index: public/help/ca/wiki_syntax_markdown.html =================================================================== ---- public/help/ca/wiki_syntax_markdown.html (revision 15144) +--- public/help/ca/wiki_syntax_markdown.html (revision 16952) +++ public/help/ca/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revisió r43Revisió r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -418,9 +478,9 @@ Index: public/help/ca/wiki_syntax_markdown.html Imatge![](imatge_url) Index: public/help/ca/wiki_syntax_textile.html =================================================================== ---- public/help/ca/wiki_syntax_textile.html (revision 15144) +--- public/help/ca/wiki_syntax_textile.html (revision 16952) +++ public/help/ca/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revisió r43Revisió r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -430,157 +490,181 @@ Index: public/help/ca/wiki_syntax_textile.html Imatge!imatge_url! Index: public/help/cs/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/cs/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/cs/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/cs/wiki_syntax_detailed_markdown.html (working copy) -@@ -67,6 +67,25 @@ -

                        Odkazy na Wiki stránky jsou zobrazeny červeně v případě, že odkazovaná stránka dosud neexistuje, např.: Neexistující stránka.

                        +@@ -52,6 +52,32 @@ +
                    • +
                    -

                    Odkazy na další zdroje:

                    -+ -+
                      -+
                    • -+ DMSF: +
                        -+
                      • {{dmsf(17)}} (a link to the file with id 17)
                      • -+
                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                      • -+
                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                      • -+
                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                      • -+
                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                      • -+
                      • {{dmsff(5)}} (a link to the folder with id 5)
                      • -+
                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                      • -+
                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                      • -+
                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                      • -+
                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                      • ++
                      • ++ DMSF: ++
                          ++
                        • {{dmsf(17)}} (a link to the file with id 17)
                        • ++
                        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                        • ++
                        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                        • ++
                        • {{dmsfd(17)}} (a link to the details of the file with id 17)
                        • ++
                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                        • ++
                        • {{dmsff(5)}} (a link to the folder with id 5)
                        • ++
                        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                        • ++
                        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                        • ++
                        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                        • ++
                        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                        • ++
                        • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                        • ++
                        • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                        • ++
                        • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                        • ++
                        • {{dmsftn(8)}} (a thumbnail with height of 200px)
                        • ++
                        • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                        • ++
                        • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                        • ++
                        ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                        ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                      • +
                      -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                      -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                    • -+
                    - ++
                      -
                    • Dokumenty: +
                    • Verze: +
                        Index: public/help/cs/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/cs/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/cs/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/cs/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                        Odkazy na Wiki stránky jsou zobrazeny červeně v případě, že odkazovaná stránka dosud neexistuje, např.: Neexistující stránka.

                        - -

                        Odkazy na další zdroje:

                        -+ -+
                          -+
                        • -+ DMSF: -+
                            -+
                          • {{dmsf(17)}} (a link to the file with id 17)
                          • -+
                          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                          • -+
                          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                          • -+
                          • {{dmsfd(17)}} (a link to the details of the file with id 17)
                          • -+
                          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                          • -+
                          • {{dmsff(5)}} (a link to the folder with id 5)
                          • -+
                          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                          • -+
                          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                          • -+
                          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                          • -+
                          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                          • -+
                          -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                          -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                        • -+
                        +@@ -49,6 +49,32 @@ +
                        -
                      • Dokumenty: ++
                      • ++ DMSF: ++
                          ++
                        • {{dmsf(17)}} (a link to the file with id 17)
                        • ++
                        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                        • ++
                        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                        • ++
                        • {{dmsfd(17)}} (a link to the details of the file with id 17)
                        • ++
                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                        • ++
                        • {{dmsff(5)}} (a link to the folder with id 5)
                        • ++
                        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                        • ++
                        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                        • ++
                        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                        • ++
                        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                        • ++
                        • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                        • ++
                        • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                        • ++
                        • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                        • ++
                        • {{dmsftn(8)}} (a thumbnail with height of 200px)
                        • ++
                        • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                        • ++
                        • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                        • ++
                        ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                        ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                      • ++
                      ++ ++
                        +
                      • Verze: +
                          +
                        • version#3 (odkaz na verzi s ID 3)
                        • Index: public/help/cs/wiki_syntax_markdown.html =================================================================== ---- public/help/cs/wiki_syntax_markdown.html (revision 15144) +--- public/help/cs/wiki_syntax_markdown.html (revision 16952) +++ public/help/cs/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revize r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file -+{{dmsf(83)}}Dokument #83 ++{{dmsf(83)}}Document #83 Vnořené obrázky Image![](url_obrázku) Index: public/help/cs/wiki_syntax_textile.html =================================================================== ---- public/help/cs/wiki_syntax_textile.html (revision 15144) +--- public/help/cs/wiki_syntax_textile.html (revision 16952) +++ public/help/cs/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revize r43Revize r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file -+{{dmsf(83)}}Dokument #83 ++{{dmsf(83)}}Document #83 Vnořené obrázky Obrázek!url_obrázku! Index: public/help/da/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/da/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/da/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/da/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                          Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                          - -

                          Links to other resources:

                          -+ -+
                            -+
                          • -+ DMSF: -+
                              -+
                            • {{dmsf(17)}} (a link to the file with id 17)
                            • -+
                            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                            • -+
                            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                            • -+
                            • {{dmsfd(17)}} (a link to the details of the file with id 17)
                            • -+
                            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                            • -+
                            • {{dmsff(5)}} (a link to the folder with id 5)
                            • -+
                            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                            • -+
                            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                            • -+
                            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                            • -+
                            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                            • -+
                            -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                            -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                          • -+
                          +@@ -50,6 +50,32 @@ +
                          -
                        • Documents: ++
                        • ++ DMSF: ++
                            ++
                          • {{dmsf(17)}} (a link to the file with id 17)
                          • ++
                          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                          • ++
                          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                          • ++
                          • {{dmsfd(17)}} (a link to the details of the file with id 17)
                          • ++
                          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                          • ++
                          • {{dmsff(5)}} (a link to the folder with id 5)
                          • ++
                          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                          • ++
                          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                          • ++
                          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                          • ++
                          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                          • ++
                          • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                          • ++
                          • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                          • ++
                          • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                          • ++
                          • {{dmsftn(8)}} (a thumbnail with height of 200px)
                          • ++
                          • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                          • ++
                          • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                          • ++
                          ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                          ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                        • ++
                        ++ ++
                          +
                        • Versions: +
                            +
                          • version#3 (link to version with id 3)
                          • Index: public/help/da/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/da/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/da/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/da/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                            Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                            - -

                            Links to other resources:

                            -+ -+
                              -+
                            • -+ DMSF: -+
                                -+
                              • {{dmsf(17)}} (a link to the file with id 17)
                              • -+
                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                              • -+
                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                              • -+
                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                              • -+
                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                              • -+
                              • {{dmsff(5)}} (a link to the folder with id 5)
                              • -+
                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                              • -+
                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                              • -+
                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                              • -+
                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                              • -+
                              -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                              -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                            • -+
                            +@@ -49,6 +49,32 @@ +
                            -
                          • Documents: ++
                          • ++ DMSF: ++
                              ++
                            • {{dmsf(17)}} (a link to the file with id 17)
                            • ++
                            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                            • ++
                            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                            • ++
                            • {{dmsfd(17)}} (a link to the details of the file with id 17)
                            • ++
                            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                            • ++
                            • {{dmsff(5)}} (a link to the folder with id 5)
                            • ++
                            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                            • ++
                            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                            • ++
                            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                            • ++
                            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                            • ++
                            • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                            • ++
                            • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                            • ++
                            • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                            • ++
                            • {{dmsftn(8)}} (a thumbnail with height of 200px)
                            • ++
                            • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                            • ++
                            • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                            • ++
                            ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                            ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                          • ++
                          ++ ++
                            +
                          • Versions: +
                              +
                            • version#3 (link to version with id 3)
                            • Index: public/help/da/wiki_syntax_markdown.html =================================================================== ---- public/help/da/wiki_syntax_markdown.html (revision 15144) +--- public/help/da/wiki_syntax_markdown.html (revision 16952) +++ public/help/da/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -590,9 +674,9 @@ Index: public/help/da/wiki_syntax_markdown.html Image![](image_url) Index: public/help/da/wiki_syntax_textile.html =================================================================== ---- public/help/da/wiki_syntax_textile.html (revision 15144) +--- public/help/da/wiki_syntax_textile.html (revision 16952) +++ public/help/da/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -602,157 +686,181 @@ Index: public/help/da/wiki_syntax_textile.html Image!image_url! Index: public/help/de/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/de/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/de/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/de/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                              Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                              - -

                              Links to other resources:

                              -+ -+
                                -+
                              • -+ DMSF: -+
                                  -+
                                • {{dmsf(17)}} (a link to the file with id 17)
                                • -+
                                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                • -+
                                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                • -+
                                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                • -+
                                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                • -+
                                • {{dmsff(5)}} (a link to the folder with id 5)
                                • -+
                                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                • -+
                                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                • -+
                                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                • -+
                                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                • -+
                                -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                              • -+
                              +@@ -50,6 +50,32 @@ +
                              -
                            • Documents: ++
                            • ++ DMSF: ++
                                ++
                              • {{dmsf(17)}} (a link to the file with id 17)
                              • ++
                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                              • ++
                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                              • ++
                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                              • ++
                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                              • ++
                              • {{dmsff(5)}} (a link to the folder with id 5)
                              • ++
                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                              • ++
                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                              • ++
                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                              • ++
                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                              • ++
                              • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                              • ++
                              • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                              • ++
                              • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                              • ++
                              • {{dmsftn(8)}} (a thumbnail with height of 200px)
                              • ++
                              • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                              • ++
                              • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                              • ++
                              ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                              ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                            • ++
                            ++ ++
                              +
                            • Versions: +
                                +
                              • version#3 (link to version with id 3)
                              • Index: public/help/de/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/de/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/de/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/de/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                - -

                                Links to other resources:

                                -+ -+
                                  -+
                                • -+ DMSF: -+
                                    -+
                                  • {{dmsf(17)}} (a link to the file with id 17)
                                  • -+
                                  • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                  • -+
                                  • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                  • -+
                                  • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                  • -+
                                  • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                  • -+
                                  • {{dmsff(5)}} (a link to the folder with id 5)
                                  • -+
                                  • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                  • -+
                                  • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                  • -+
                                  • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                  • -+
                                  • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                  • -+
                                  -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                  -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                • -+
                                +@@ -49,6 +49,32 @@ +
                                -
                              • Documents: ++
                              • ++ DMSF: ++
                                  ++
                                • {{dmsf(17)}} (a link to the file with id 17)
                                • ++
                                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                • ++
                                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                • ++
                                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                • ++
                                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                • ++
                                • {{dmsff(5)}} (a link to the folder with id 5)
                                • ++
                                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                • ++
                                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                • ++
                                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                • ++
                                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                • ++
                                • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                • ++
                                • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                • ++
                                • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                • ++
                                • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                • ++
                                • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                • ++
                                • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                • ++
                                ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                              • ++
                              ++ ++
                                +
                              • Versions: +
                                  +
                                • version#3 (link to version with id 3)
                                • Index: public/help/de/wiki_syntax_markdown.html =================================================================== ---- public/help/de/wiki_syntax_markdown.html (revision 15144) +--- public/help/de/wiki_syntax_markdown.html (revision 16952) +++ public/help/de/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file -+{{dmsf(83)}}Dokumente #83 ++{{dmsf(83)}}Document #83 Inline images Image![](image_url) Index: public/help/de/wiki_syntax_textile.html =================================================================== ---- public/help/de/wiki_syntax_textile.html (revision 15144) +--- public/help/de/wiki_syntax_textile.html (revision 16952) +++ public/help/de/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file -+{{dmsf(83)}}Dokumente #83 ++{{dmsf(83)}}Document #83 eingebettete Bilder Bild!URL_zu_dem_Bild! Index: public/help/el/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/el/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/el/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/el/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                  Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                  - -

                                  Links to other resources:

                                  -+ -+
                                    -+
                                  • -+ DMSF: -+
                                      -+
                                    • {{dmsf(17)}} (a link to the file with id 17)
                                    • -+
                                    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                    • -+
                                    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                    • -+
                                    • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                    • -+
                                    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                    • -+
                                    • {{dmsff(5)}} (a link to the folder with id 5)
                                    • -+
                                    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                    • -+
                                    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                    • -+
                                    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                    • -+
                                    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                    • -+
                                    -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                    -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                  • -+
                                  +@@ -50,6 +50,32 @@ +
                                  -
                                • Documents: ++
                                • ++ DMSF: ++
                                    ++
                                  • {{dmsf(17)}} (a link to the file with id 17)
                                  • ++
                                  • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                  • ++
                                  • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                  • ++
                                  • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                  • ++
                                  • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                  • ++
                                  • {{dmsff(5)}} (a link to the folder with id 5)
                                  • ++
                                  • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                  • ++
                                  • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                  • ++
                                  • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                  • ++
                                  • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                  • ++
                                  • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                  • ++
                                  • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                  • ++
                                  • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                  • ++
                                  • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                  • ++
                                  • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                  • ++
                                  • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                  • ++
                                  ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                  ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                • ++
                                ++ ++
                                  +
                                • Versions: +
                                    +
                                  • version#3 (link to version with id 3)
                                  • Index: public/help/el/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/el/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/el/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/el/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                    Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                    - -

                                    Links to other resources:

                                    -+ -+
                                      -+
                                    • -+ DMSF: -+
                                        -+
                                      • {{dmsf(17)}} (a link to the file with id 17)
                                      • -+
                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                      • -+
                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                      • -+
                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                      • -+
                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                      • -+
                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                      • -+
                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                      • -+
                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                      • -+
                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                      • -+
                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                      • -+
                                      -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                      -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                    • -+
                                    +@@ -49,6 +49,32 @@ +
                                    -
                                  • Documents: ++
                                  • ++ DMSF: ++
                                      ++
                                    • {{dmsf(17)}} (a link to the file with id 17)
                                    • ++
                                    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                    • ++
                                    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                    • ++
                                    • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                    • ++
                                    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                    • ++
                                    • {{dmsff(5)}} (a link to the folder with id 5)
                                    • ++
                                    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                    • ++
                                    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                    • ++
                                    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                    • ++
                                    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                    • ++
                                    • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                    • ++
                                    • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                    • ++
                                    • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                    • ++
                                    • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                    • ++
                                    • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                    • ++
                                    • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                    • ++
                                    ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                    ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                  • ++
                                  ++ ++
                                    +
                                  • Versions: +
                                      +
                                    • version#3 (link to version with id 3)
                                    • Index: public/help/el/wiki_syntax_markdown.html =================================================================== ---- public/help/el/wiki_syntax_markdown.html (revision 15144) +--- public/help/el/wiki_syntax_markdown.html (revision 16952) +++ public/help/el/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -762,9 +870,9 @@ Index: public/help/el/wiki_syntax_markdown.html Image![](image_url) Index: public/help/el/wiki_syntax_textile.html =================================================================== ---- public/help/el/wiki_syntax_textile.html (revision 15144) +--- public/help/el/wiki_syntax_textile.html (revision 16952) +++ public/help/el/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -774,71 +882,83 @@ Index: public/help/el/wiki_syntax_textile.html Image!image_url! Index: public/help/en/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/en/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/en/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/en/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                      Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                      - -

                                      Links to other resources:

                                      -+ -+
                                        -+
                                      • -+ DMSF: -+
                                          -+
                                        • {{dmsf(17)}} (a link to the file with id 17)
                                        • -+
                                        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                        • -+
                                        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                        • -+
                                        • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                        • -+
                                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                        • -+
                                        • {{dmsff(5)}} (a link to the folder with id 5)
                                        • -+
                                        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                        • -+
                                        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                        • -+
                                        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                        • -+
                                        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                        • -+
                                        -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                        -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                      • -+
                                      +@@ -50,6 +50,32 @@ +
                                      -
                                    • Documents: ++
                                    • ++ DMSF: ++
                                        ++
                                      • {{dmsf(17)}} (a link to the file with id 17)
                                      • ++
                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                      • ++
                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                      • ++
                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                      • ++
                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                      • ++
                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                      • ++
                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                      • ++
                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                      • ++
                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                      • ++
                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                      • ++
                                      • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                      • ++
                                      • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                      • ++
                                      • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                      • ++
                                      • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                      • ++
                                      • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                      • ++
                                      • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                      • ++
                                      ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                      ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                    • ++
                                    ++ ++
                                      +
                                    • Versions: +
                                        +
                                      • version#3 (link to version with id 3)
                                      • Index: public/help/en/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/en/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/en/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/en/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                        Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                        - -

                                        Links to other resources:

                                        -+ -+
                                          -+
                                        • -+ DMSF: -+
                                            -+
                                          • {{dmsf(17)}} (a link to the file with id 17)
                                          • -+
                                          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                          • -+
                                          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                          • -+
                                          • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                          • -+
                                          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                          • -+
                                          • {{dmsff(5)}} (a link to the folder with id 5)
                                          • -+
                                          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                          • -+
                                          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                          • -+
                                          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                          • -+
                                          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                          • -+
                                          -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                          -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                        • -+
                                        +@@ -49,6 +49,32 @@ +
                                        -
                                      • Documents: ++
                                      • ++ DMSF: ++
                                          ++
                                        • {{dmsf(17)}} (a link to the file with id 17)
                                        • ++
                                        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                        • ++
                                        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                        • ++
                                        • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                        • ++
                                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                        • ++
                                        • {{dmsff(5)}} (a link to the folder with id 5)
                                        • ++
                                        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                        • ++
                                        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                        • ++
                                        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                        • ++
                                        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                        • ++
                                        • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                        • ++
                                        • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                        • ++
                                        • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                        • ++
                                        • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                        • ++
                                        • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                        • ++
                                        • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                        • ++
                                        ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                        ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                      • ++
                                      ++ ++
                                        +
                                      • Versions: +
                                          +
                                        • version#3 (link to version with id 3)
                                        • Index: public/help/en/wiki_syntax_markdown.html =================================================================== ---- public/help/en/wiki_syntax_markdown.html (revision 15144) +--- public/help/en/wiki_syntax_markdown.html (revision 16952) +++ public/help/en/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -848,9 +968,9 @@ Index: public/help/en/wiki_syntax_markdown.html Image![](image_url) Index: public/help/en/wiki_syntax_textile.html =================================================================== ---- public/help/en/wiki_syntax_textile.html (revision 15144) +--- public/help/en/wiki_syntax_textile.html (revision 16952) +++ public/help/en/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -860,71 +980,83 @@ Index: public/help/en/wiki_syntax_textile.html Image!image_url! Index: public/help/en-gb/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/en-gb/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/en-gb/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/en-gb/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                          Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                          - -

                                          Links to other resources:

                                          -+ -+
                                            -+
                                          • -+ DMSF: -+
                                              -+
                                            • {{dmsf(17)}} (a link to the file with id 17)
                                            • -+
                                            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                            • -+
                                            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                            • -+
                                            • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                            • -+
                                            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                            • -+
                                            • {{dmsff(5)}} (a link to the folder with id 5)
                                            • -+
                                            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                            • -+
                                            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                            • -+
                                            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                            • -+
                                            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                            • -+
                                            -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                            -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                          • -+
                                          +@@ -50,6 +50,32 @@ +
                                          -
                                        • Documents: ++
                                        • ++ DMSF: ++
                                            ++
                                          • {{dmsf(17)}} (a link to the file with id 17)
                                          • ++
                                          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                          • ++
                                          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                          • ++
                                          • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                          • ++
                                          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                          • ++
                                          • {{dmsff(5)}} (a link to the folder with id 5)
                                          • ++
                                          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                          • ++
                                          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                          • ++
                                          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                          • ++
                                          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                          • ++
                                          • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                          • ++
                                          • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                          • ++
                                          • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                          • ++
                                          • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                          • ++
                                          • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                          • ++
                                          • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                          • ++
                                          ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                          ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                        • ++
                                        ++ ++
                                          +
                                        • Versions: +
                                            +
                                          • version#3 (link to version with id 3)
                                          • Index: public/help/en-gb/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/en-gb/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/en-gb/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/en-gb/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                            Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                            - -

                                            Links to other resources:

                                            -+ -+
                                              -+
                                            • -+ DMSF: -+
                                                -+
                                              • {{dmsf(17)}} (a link to the file with id 17)
                                              • -+
                                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                              • -+
                                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                              • -+
                                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                              • -+
                                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                              • -+
                                              • {{dmsff(5)}} (a link to the folder with id 5)
                                              • -+
                                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                              • -+
                                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                              • -+
                                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                              • -+
                                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                              • -+
                                              -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                              -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                            • -+
                                            +@@ -49,6 +49,32 @@ +
                                            -
                                          • Documents: ++
                                          • ++ DMSF: ++
                                              ++
                                            • {{dmsf(17)}} (a link to the file with id 17)
                                            • ++
                                            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                            • ++
                                            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                            • ++
                                            • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                            • ++
                                            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                            • ++
                                            • {{dmsff(5)}} (a link to the folder with id 5)
                                            • ++
                                            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                            • ++
                                            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                            • ++
                                            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                            • ++
                                            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                            • ++
                                            • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                            • ++
                                            • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                            • ++
                                            • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                            • ++
                                            • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                            • ++
                                            • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                            • ++
                                            • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                            • ++
                                            ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                            ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                          • ++
                                          ++ ++
                                            +
                                          • Versions: +
                                              +
                                            • version#3 (link to version with id 3)
                                            • Index: public/help/en-gb/wiki_syntax_markdown.html =================================================================== ---- public/help/en-gb/wiki_syntax_markdown.html (revision 15144) +--- public/help/en-gb/wiki_syntax_markdown.html (revision 16952) +++ public/help/en-gb/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -934,9 +1066,9 @@ Index: public/help/en-gb/wiki_syntax_markdown.html Image![](image_url) Index: public/help/en-gb/wiki_syntax_textile.html =================================================================== ---- public/help/en-gb/wiki_syntax_textile.html (revision 15144) +--- public/help/en-gb/wiki_syntax_textile.html (revision 16952) +++ public/help/en-gb/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -946,71 +1078,83 @@ Index: public/help/en-gb/wiki_syntax_textile.html Image!image_url! Index: public/help/es/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/es/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/es/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/es/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                              Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                              - -

                                              Links to other resources:

                                              -+ -+
                                                -+
                                              • -+ DMSF: -+
                                                  -+
                                                • {{dmsf(17)}} (a link to the file with id 17)
                                                • -+
                                                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                • -+
                                                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                • -+
                                                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                • -+
                                                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                • -+
                                                • {{dmsff(5)}} (a link to the folder with id 5)
                                                • -+
                                                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                • -+
                                                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                • -+
                                                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                • -+
                                                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                • -+
                                                -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                              • -+
                                              +@@ -50,6 +50,32 @@ +
                                              -
                                            • Documents: ++
                                            • ++ DMSF: ++
                                                ++
                                              • {{dmsf(17)}} (a link to the file with id 17)
                                              • ++
                                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                              • ++
                                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                              • ++
                                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                              • ++
                                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                              • ++
                                              • {{dmsff(5)}} (a link to the folder with id 5)
                                              • ++
                                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                              • ++
                                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                              • ++
                                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                              • ++
                                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                              • ++
                                              • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                              • ++
                                              • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                              • ++
                                              • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                              • ++
                                              • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                              • ++
                                              • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                              • ++
                                              • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                              • ++
                                              ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                              ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                            • ++
                                            ++ ++
                                              +
                                            • Versions: +
                                                +
                                              • version#3 (link to version with id 3)
                                              • Index: public/help/es/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/es/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/es/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/es/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                - -

                                                Links to other resources:

                                                -+ -+
                                                  -+
                                                • -+ DMSF: -+
                                                    -+
                                                  • {{dmsf(17)}} (a link to the file with id 17)
                                                  • -+
                                                  • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                  • -+
                                                  • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                  • -+
                                                  • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                  • -+
                                                  • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                  • -+
                                                  • {{dmsff(5)}} (a link to the folder with id 5)
                                                  • -+
                                                  • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                  • -+
                                                  • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                  • -+
                                                  • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                  • -+
                                                  • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                  • -+
                                                  -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                  -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                • -+
                                                +@@ -49,6 +49,32 @@ +
                                                -
                                              • Documents: ++
                                              • ++ DMSF: ++
                                                  ++
                                                • {{dmsf(17)}} (a link to the file with id 17)
                                                • ++
                                                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                • ++
                                                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                • ++
                                                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                • ++
                                                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                • ++
                                                • {{dmsff(5)}} (a link to the folder with id 5)
                                                • ++
                                                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                • ++
                                                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                • ++
                                                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                • ++
                                                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                • ++
                                                • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                • ++
                                                • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                • ++
                                                • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                • ++
                                                • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                • ++
                                                • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                • ++
                                                • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                • ++
                                                ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                              • ++
                                              ++ ++
                                                +
                                              • Versions: +
                                                  +
                                                • version#3 (link to version with id 3)
                                                • Index: public/help/es/wiki_syntax_markdown.html =================================================================== ---- public/help/es/wiki_syntax_markdown.html (revision 15144) +--- public/help/es/wiki_syntax_markdown.html (revision 16952) +++ public/help/es/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1020,9 +1164,9 @@ Index: public/help/es/wiki_syntax_markdown.html Image![](image_url) Index: public/help/es/wiki_syntax_textile.html =================================================================== ---- public/help/es/wiki_syntax_textile.html (revision 15144) +--- public/help/es/wiki_syntax_textile.html (revision 16952) +++ public/help/es/wiki_syntax_textile.html (working copy) -@@ -57,6 +57,7 @@ +@@ -44,6 +44,7 @@ Revisión r43Revisión r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1032,71 +1176,83 @@ Index: public/help/es/wiki_syntax_textile.html Imagen!imagen_url! Index: public/help/es-pa/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/es-pa/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/es-pa/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/es-pa/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                  Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                  - -

                                                  Links to other resources:

                                                  -+ -+
                                                    -+
                                                  • -+ DMSF: -+
                                                      -+
                                                    • {{dmsf(17)}} (a link to the file with id 17)
                                                    • -+
                                                    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                    • -+
                                                    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                    • -+
                                                    • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                    • -+
                                                    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                    • -+
                                                    • {{dmsff(5)}} (a link to the folder with id 5)
                                                    • -+
                                                    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                    • -+
                                                    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                    • -+
                                                    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                    • -+
                                                    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                    • -+
                                                    -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                    -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                  • -+
                                                  +@@ -50,6 +50,32 @@ +
                                                  -
                                                • Documents: ++
                                                • ++ DMSF: ++
                                                    ++
                                                  • {{dmsf(17)}} (a link to the file with id 17)
                                                  • ++
                                                  • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                  • ++
                                                  • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                  • ++
                                                  • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                  • ++
                                                  • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                  • ++
                                                  • {{dmsff(5)}} (a link to the folder with id 5)
                                                  • ++
                                                  • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                  • ++
                                                  • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                  • ++
                                                  • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                  • ++
                                                  • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                  • ++
                                                  • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                  • ++
                                                  • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                  • ++
                                                  • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                  • ++
                                                  • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                  • ++
                                                  • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                  • ++
                                                  • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                  • ++
                                                  ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                  ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                • ++
                                                ++ ++
                                                  +
                                                • Versions: +
                                                    +
                                                  • version#3 (link to version with id 3)
                                                  • Index: public/help/es-pa/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/es-pa/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/es-pa/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/es-pa/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                    Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                    - -

                                                    Links to other resources:

                                                    -+ -+
                                                      -+
                                                    • -+ DMSF: -+
                                                        -+
                                                      • {{dmsf(17)}} (a link to the file with id 17)
                                                      • -+
                                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                      • -+
                                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                      • -+
                                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                      • -+
                                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                      • -+
                                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                                      • -+
                                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                      • -+
                                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                      • -+
                                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                      • -+
                                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                      • -+
                                                      -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                      -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                    • -+
                                                    +@@ -49,6 +49,32 @@ +
                                                    -
                                                  • Documents: ++
                                                  • ++ DMSF: ++
                                                      ++
                                                    • {{dmsf(17)}} (a link to the file with id 17)
                                                    • ++
                                                    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                    • ++
                                                    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                    • ++
                                                    • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                    • ++
                                                    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                    • ++
                                                    • {{dmsff(5)}} (a link to the folder with id 5)
                                                    • ++
                                                    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                    • ++
                                                    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                    • ++
                                                    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                    • ++
                                                    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                    • ++
                                                    • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                    • ++
                                                    • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                    • ++
                                                    • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                    • ++
                                                    • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                    • ++
                                                    • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                    • ++
                                                    • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                    • ++
                                                    ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                    ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                  • ++
                                                  ++ ++
                                                    +
                                                  • Versions: +
                                                      +
                                                    • version#3 (link to version with id 3)
                                                    • Index: public/help/es-pa/wiki_syntax_markdown.html =================================================================== ---- public/help/es-pa/wiki_syntax_markdown.html (revision 15144) +--- public/help/es-pa/wiki_syntax_markdown.html (revision 16952) +++ public/help/es-pa/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1106,9 +1262,9 @@ Index: public/help/es-pa/wiki_syntax_markdown.html Image![](image_url) Index: public/help/es-pa/wiki_syntax_textile.html =================================================================== ---- public/help/es-pa/wiki_syntax_textile.html (revision 15144) +--- public/help/es-pa/wiki_syntax_textile.html (revision 16952) +++ public/help/es-pa/wiki_syntax_textile.html (working copy) -@@ -57,6 +57,7 @@ +@@ -44,6 +44,7 @@ Revisión r43Revisión r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1118,71 +1274,83 @@ Index: public/help/es-pa/wiki_syntax_textile.html Imagen!imagen_url! Index: public/help/et/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/et/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/et/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/et/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ +@@ -34,6 +34,32 @@ +
                                                    • [[sandbox:]] displays a link to the Sandbox wiki main page
                                                    • +
                                                    + ++
                                                      ++
                                                    • ++ DMSF: ++
                                                        ++
                                                      • {{dmsf(17)}} (a link to the file with id 17)
                                                      • ++
                                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                      • ++
                                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                      • ++
                                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                      • ++
                                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                      • ++
                                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                                      • ++
                                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                      • ++
                                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                      • ++
                                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                      • ++
                                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                      • ++
                                                      • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                      • ++
                                                      • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                      • ++
                                                      • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                      • ++
                                                      • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                      • ++
                                                      • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                      • ++
                                                      • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                      • ++
                                                      ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                      ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                    • ++
                                                    ++

                                                    Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                    Links to other resources:

                                                    -+ -+
                                                      -+
                                                    • -+ DMSF: -+
                                                        -+
                                                      • {{dmsf(17)}} (a link to the file with id 17)
                                                      • -+
                                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                      • -+
                                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                      • -+
                                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                      • -+
                                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                      • -+
                                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                                      • -+
                                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                      • -+
                                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                      • -+
                                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                      • -+
                                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                      • -+
                                                      -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                      -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                    • -+
                                                    - -
                                                      -
                                                    • Documents: Index: public/help/et/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/et/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/et/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/et/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                      Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                      - -

                                                      Links to other resources:

                                                      -+ -+
                                                        -+
                                                      • -+ DMSF: -+
                                                          -+
                                                        • {{dmsf(17)}} (a link to the file with id 17)
                                                        • -+
                                                        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                        • -+
                                                        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                        • -+
                                                        • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                        • -+
                                                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                        • -+
                                                        • {{dmsff(5)}} (a link to the folder with id 5)
                                                        • -+
                                                        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                        • -+
                                                        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                        • -+
                                                        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                        • -+
                                                        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                        • -+
                                                        -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                        -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                      • -+
                                                      +@@ -49,6 +49,32 @@ +
                                                      -
                                                    • Documents: ++
                                                    • ++ DMSF: ++
                                                        ++
                                                      • {{dmsf(17)}} (a link to the file with id 17)
                                                      • ++
                                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                      • ++
                                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                      • ++
                                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                      • ++
                                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                      • ++
                                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                                      • ++
                                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                      • ++
                                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                      • ++
                                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                      • ++
                                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                      • ++
                                                      • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                      • ++
                                                      • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                      • ++
                                                      • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                      • ++
                                                      • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                      • ++
                                                      • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                      • ++
                                                      • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                      • ++
                                                      ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                      ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                    • ++
                                                    ++ ++
                                                      +
                                                    • Versions: +
                                                        +
                                                      • version#3 (link to version with id 3)
                                                      • Index: public/help/et/wiki_syntax_markdown.html =================================================================== ---- public/help/et/wiki_syntax_markdown.html (revision 15144) +--- public/help/et/wiki_syntax_markdown.html (revision 16952) +++ public/help/et/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1192,9 +1360,9 @@ Index: public/help/et/wiki_syntax_markdown.html Image![](image_url) Index: public/help/et/wiki_syntax_textile.html =================================================================== ---- public/help/et/wiki_syntax_textile.html (revision 15144) +--- public/help/et/wiki_syntax_textile.html (revision 16952) +++ public/help/et/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1204,71 +1372,83 @@ Index: public/help/et/wiki_syntax_textile.html Image!image_url! Index: public/help/eu/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/eu/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/eu/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/eu/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                        Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                        - -

                                                        Links to other resources:

                                                        -+ -+
                                                          -+
                                                        • -+ DMSF: -+
                                                            -+
                                                          • {{dmsf(17)}} (a link to the file with id 17)
                                                          • -+
                                                          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                          • -+
                                                          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                          • -+
                                                          • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                          • -+
                                                          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                          • -+
                                                          • {{dmsff(5)}} (a link to the folder with id 5)
                                                          • -+
                                                          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                          • -+
                                                          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                          • -+
                                                          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                          • -+
                                                          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                          • -+
                                                          -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                          -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                        • -+
                                                        +@@ -50,6 +50,32 @@ +
                                                        -
                                                      • Documents: ++
                                                      • ++ DMSF: ++
                                                          ++
                                                        • {{dmsf(17)}} (a link to the file with id 17)
                                                        • ++
                                                        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                        • ++
                                                        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                        • ++
                                                        • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                        • ++
                                                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                        • ++
                                                        • {{dmsff(5)}} (a link to the folder with id 5)
                                                        • ++
                                                        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                        • ++
                                                        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                        • ++
                                                        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                        • ++
                                                        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                        • ++
                                                        • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                        • ++
                                                        • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                        • ++
                                                        • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                        • ++
                                                        • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                        • ++
                                                        • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                        • ++
                                                        • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                        • ++
                                                        ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                        ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                      • ++
                                                      ++ ++
                                                        +
                                                      • Versions: +
                                                          +
                                                        • version#3 (link to version with id 3)
                                                        • Index: public/help/eu/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/eu/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/eu/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/eu/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                          Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                          - -

                                                          Links to other resources:

                                                          -+ -+
                                                            -+
                                                          • -+ DMSF: -+
                                                              -+
                                                            • {{dmsf(17)}} (a link to the file with id 17)
                                                            • -+
                                                            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                            • -+
                                                            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                            • -+
                                                            • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                            • -+
                                                            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                            • -+
                                                            • {{dmsff(5)}} (a link to the folder with id 5)
                                                            • -+
                                                            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                            • -+
                                                            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                            • -+
                                                            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                            • -+
                                                            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                            • -+
                                                            -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                            -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                          • -+
                                                          +@@ -49,6 +49,32 @@ +
                                                          -
                                                        • Documents: ++
                                                        • ++ DMSF: ++
                                                            ++
                                                          • {{dmsf(17)}} (a link to the file with id 17)
                                                          • ++
                                                          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                          • ++
                                                          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                          • ++
                                                          • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                          • ++
                                                          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                          • ++
                                                          • {{dmsff(5)}} (a link to the folder with id 5)
                                                          • ++
                                                          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                          • ++
                                                          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                          • ++
                                                          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                          • ++
                                                          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                          • ++
                                                          • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                          • ++
                                                          • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                          • ++
                                                          • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                          • ++
                                                          • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                          • ++
                                                          • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                          • ++
                                                          • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                          • ++
                                                          ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                          ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                        • ++
                                                        ++ ++
                                                          +
                                                        • Versions: +
                                                            +
                                                          • version#3 (link to version with id 3)
                                                          • Index: public/help/eu/wiki_syntax_markdown.html =================================================================== ---- public/help/eu/wiki_syntax_markdown.html (revision 15144) +--- public/help/eu/wiki_syntax_markdown.html (revision 16952) +++ public/help/eu/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1278,9 +1458,9 @@ Index: public/help/eu/wiki_syntax_markdown.html Image![](image_url) Index: public/help/eu/wiki_syntax_textile.html =================================================================== ---- public/help/eu/wiki_syntax_textile.html (revision 15144) +--- public/help/eu/wiki_syntax_textile.html (revision 16952) +++ public/help/eu/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1290,71 +1470,83 @@ Index: public/help/eu/wiki_syntax_textile.html Image!image_url! Index: public/help/fa/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/fa/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/fa/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/fa/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                            Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                            - -

                                                            Links to other resources:

                                                            -+ -+
                                                              -+
                                                            • -+ DMSF: -+
                                                                -+
                                                              • {{dmsf(17)}} (a link to the file with id 17)
                                                              • -+
                                                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                              • -+
                                                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                              • -+
                                                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                              • -+
                                                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                              • -+
                                                              • {{dmsff(5)}} (a link to the folder with id 5)
                                                              • -+
                                                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                              • -+
                                                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                              • -+
                                                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                              • -+
                                                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                              • -+
                                                              -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                              -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                            • -+
                                                            +@@ -50,6 +50,32 @@ +
                                                            -
                                                          • Documents: ++
                                                          • ++ DMSF: ++
                                                              ++
                                                            • {{dmsf(17)}} (a link to the file with id 17)
                                                            • ++
                                                            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                            • ++
                                                            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                            • ++
                                                            • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                            • ++
                                                            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                            • ++
                                                            • {{dmsff(5)}} (a link to the folder with id 5)
                                                            • ++
                                                            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                            • ++
                                                            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                            • ++
                                                            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                            • ++
                                                            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                            • ++
                                                            • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                            • ++
                                                            • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                            • ++
                                                            • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                            • ++
                                                            • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                            • ++
                                                            • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                            • ++
                                                            • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                            • ++
                                                            ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                            ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                          • ++
                                                          ++ ++
                                                            +
                                                          • Versions: +
                                                              +
                                                            • version#3 (link to version with id 3)
                                                            • Index: public/help/fa/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/fa/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/fa/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/fa/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ +@@ -34,6 +34,32 @@ +
                                                            • [[sandbox:]] displays a link to the Sandbox wiki main page
                                                            • +
                                                            + ++
                                                              ++
                                                            • ++ DMSF: ++
                                                                ++
                                                              • {{dmsf(17)}} (a link to the file with id 17)
                                                              • ++
                                                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                              • ++
                                                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                              • ++
                                                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                              • ++
                                                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                              • ++
                                                              • {{dmsff(5)}} (a link to the folder with id 5)
                                                              • ++
                                                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                              • ++
                                                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                              • ++
                                                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                              • ++
                                                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                              • ++
                                                              • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                              • ++
                                                              • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                              • ++
                                                              • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                              • ++
                                                              • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                              • ++
                                                              • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                              • ++
                                                              • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                              • ++
                                                              ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                              ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                            • ++
                                                            ++

                                                            Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                            Links to other resources:

                                                            -+ -+
                                                              -+
                                                            • -+ DMSF: -+
                                                                -+
                                                              • {{dmsf(17)}} (a link to the file with id 17)
                                                              • -+
                                                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                              • -+
                                                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                              • -+
                                                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                              • -+
                                                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                              • -+
                                                              • {{dmsff(5)}} (a link to the folder with id 5)
                                                              • -+
                                                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                              • -+
                                                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                              • -+
                                                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                              • -+
                                                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                              • -+
                                                              -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                              -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                            • -+
                                                            - -
                                                              -
                                                            • Documents: Index: public/help/fa/wiki_syntax_markdown.html =================================================================== ---- public/help/fa/wiki_syntax_markdown.html (revision 15144) +--- public/help/fa/wiki_syntax_markdown.html (revision 16952) +++ public/help/fa/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1364,9 +1556,9 @@ Index: public/help/fa/wiki_syntax_markdown.html Image![](image_url) Index: public/help/fa/wiki_syntax_textile.html =================================================================== ---- public/help/fa/wiki_syntax_textile.html (revision 15144) +--- public/help/fa/wiki_syntax_textile.html (revision 16952) +++ public/help/fa/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1376,71 +1568,83 @@ Index: public/help/fa/wiki_syntax_textile.html Image!image_url! Index: public/help/fi/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/fi/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/fi/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/fi/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                              Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                              - -

                                                              Links to other resources:

                                                              -+ -+
                                                                -+
                                                              • -+ DMSF: -+
                                                                  -+
                                                                • {{dmsf(17)}} (a link to the file with id 17)
                                                                • -+
                                                                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                • -+
                                                                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                • -+
                                                                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                • -+
                                                                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                • -+
                                                                • {{dmsff(5)}} (a link to the folder with id 5)
                                                                • -+
                                                                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                • -+
                                                                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                • -+
                                                                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                • -+
                                                                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                • -+
                                                                -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                              • -+
                                                              +@@ -50,6 +50,32 @@ +
                                                              -
                                                            • Documents: ++
                                                            • ++ DMSF: ++
                                                                ++
                                                              • {{dmsf(17)}} (a link to the file with id 17)
                                                              • ++
                                                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                              • ++
                                                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                              • ++
                                                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                              • ++
                                                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                              • ++
                                                              • {{dmsff(5)}} (a link to the folder with id 5)
                                                              • ++
                                                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                              • ++
                                                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                              • ++
                                                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                              • ++
                                                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                              • ++
                                                              • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                              • ++
                                                              • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                              • ++
                                                              • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                              • ++
                                                              • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                              • ++
                                                              • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                              • ++
                                                              • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                              • ++
                                                              ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                              ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                            • ++
                                                            ++ ++
                                                              +
                                                            • Versions: +
                                                                +
                                                              • version#3 (link to version with id 3)
                                                              • Index: public/help/fi/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/fi/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/fi/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/fi/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                - -

                                                                Links to other resources:

                                                                -+ -+
                                                                  -+
                                                                • -+ DMSF: -+
                                                                    -+
                                                                  • {{dmsf(17)}} (a link to the file with id 17)
                                                                  • -+
                                                                  • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                  • -+
                                                                  • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                  • -+
                                                                  • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                  • -+
                                                                  • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                  • -+
                                                                  • {{dmsff(5)}} (a link to the folder with id 5)
                                                                  • -+
                                                                  • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                  • -+
                                                                  • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                  • -+
                                                                  • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                  • -+
                                                                  • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                  • -+
                                                                  -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                  -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                • -+
                                                                +@@ -49,6 +49,32 @@ +
                                                                -
                                                              • Documents: ++
                                                              • ++ DMSF: ++
                                                                  ++
                                                                • {{dmsf(17)}} (a link to the file with id 17)
                                                                • ++
                                                                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                • ++
                                                                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                • ++
                                                                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                • ++
                                                                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                • ++
                                                                • {{dmsff(5)}} (a link to the folder with id 5)
                                                                • ++
                                                                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                • ++
                                                                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                • ++
                                                                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                • ++
                                                                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                • ++
                                                                • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                • ++
                                                                • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                • ++
                                                                • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                • ++
                                                                • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                • ++
                                                                • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                • ++
                                                                • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                • ++
                                                                ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                              • ++
                                                              ++ ++
                                                                +
                                                              • Versions: +
                                                                  +
                                                                • version#3 (link to version with id 3)
                                                                • Index: public/help/fi/wiki_syntax_markdown.html =================================================================== ---- public/help/fi/wiki_syntax_markdown.html (revision 15144) +--- public/help/fi/wiki_syntax_markdown.html (revision 16952) +++ public/help/fi/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1450,9 +1654,9 @@ Index: public/help/fi/wiki_syntax_markdown.html Image![](image_url) Index: public/help/fi/wiki_syntax_textile.html =================================================================== ---- public/help/fi/wiki_syntax_textile.html (revision 15144) +--- public/help/fi/wiki_syntax_textile.html (revision 16952) +++ public/help/fi/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1462,71 +1666,83 @@ Index: public/help/fi/wiki_syntax_textile.html Image!image_url! Index: public/help/fr/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/fr/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/fr/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/fr/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                  Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                  - -

                                                                  Links to other resources:

                                                                  -+ -+
                                                                    -+
                                                                  • -+ DMSF: -+
                                                                      -+
                                                                    • {{dmsf(17)}} (a link to the file with id 17)
                                                                    • -+
                                                                    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                    • -+
                                                                    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                    • -+
                                                                    • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                    • -+
                                                                    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                    • -+
                                                                    • {{dmsff(5)}} (a link to the folder with id 5)
                                                                    • -+
                                                                    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                    • -+
                                                                    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                    • -+
                                                                    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                    • -+
                                                                    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                    • -+
                                                                    -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                    -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                  • -+
                                                                  +@@ -50,6 +50,32 @@ +
                                                                  -
                                                                • Documents: ++
                                                                • ++ DMSF: ++
                                                                    ++
                                                                  • {{dmsf(17)}} (a link to the file with id 17)
                                                                  • ++
                                                                  • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                  • ++
                                                                  • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                  • ++
                                                                  • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                  • ++
                                                                  • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                  • ++
                                                                  • {{dmsff(5)}} (a link to the folder with id 5)
                                                                  • ++
                                                                  • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                  • ++
                                                                  • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                  • ++
                                                                  • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                  • ++
                                                                  • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                  • ++
                                                                  • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                  • ++
                                                                  • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                  • ++
                                                                  • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                  • ++
                                                                  • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                  • ++
                                                                  • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                  • ++
                                                                  • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                  • ++
                                                                  ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                  ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                • ++
                                                                ++ ++
                                                                  +
                                                                • Versions: +
                                                                    +
                                                                  • version#3 (link to version with id 3)
                                                                  • Index: public/help/fr/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/fr/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/fr/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/fr/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                    Les liens Wiki sont affichés en rouge si la page n'existe pas encore, ie: Page inexistante.

                                                                    - -

                                                                    Liens vers d'autres ressources:

                                                                    -+ -+
                                                                      -+
                                                                    • -+ DMSF: -+
                                                                        -+
                                                                      • {{dmsf(17)}} (a link to the file with id 17)
                                                                      • -+
                                                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                      • -+
                                                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                      • -+
                                                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                      • -+
                                                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                      • -+
                                                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                                                      • -+
                                                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                      • -+
                                                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                      • -+
                                                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                      • -+
                                                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                      • -+
                                                                      -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                      -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                    • -+
                                                                    +@@ -49,6 +49,32 @@ +
                                                                    -
                                                                  • Documents: ++
                                                                  • ++ DMSF: ++
                                                                      ++
                                                                    • {{dmsf(17)}} (a link to the file with id 17)
                                                                    • ++
                                                                    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                    • ++
                                                                    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                    • ++
                                                                    • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                    • ++
                                                                    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                    • ++
                                                                    • {{dmsff(5)}} (a link to the folder with id 5)
                                                                    • ++
                                                                    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                    • ++
                                                                    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                    • ++
                                                                    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                    • ++
                                                                    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                    • ++
                                                                    • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                    • ++
                                                                    • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                    • ++
                                                                    • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                    • ++
                                                                    • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                    • ++
                                                                    • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                    • ++
                                                                    • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                    • ++
                                                                    ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                    ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                  • ++
                                                                  ++ ++
                                                                    +
                                                                  • Versions: +
                                                                      +
                                                                    • version#3 (lien vers la version dont l'id est 3)
                                                                    • Index: public/help/fr/wiki_syntax_markdown.html =================================================================== ---- public/help/fr/wiki_syntax_markdown.html (revision 15144) +--- public/help/fr/wiki_syntax_markdown.html (revision 16952) +++ public/help/fr/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1536,9 +1752,9 @@ Index: public/help/fr/wiki_syntax_markdown.html Image![](image_url) Index: public/help/fr/wiki_syntax_textile.html =================================================================== ---- public/help/fr/wiki_syntax_textile.html (revision 15144) +--- public/help/fr/wiki_syntax_textile.html (revision 16952) +++ public/help/fr/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1548,71 +1764,83 @@ Index: public/help/fr/wiki_syntax_textile.html Image!url_de_l_image! Index: public/help/gl/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/gl/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/gl/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/gl/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                      Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                      - -

                                                                      Links to other resources:

                                                                      -+ -+
                                                                        -+
                                                                      • -+ DMSF: -+
                                                                          -+
                                                                        • {{dmsf(17)}} (a link to the file with id 17)
                                                                        • -+
                                                                        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                        • -+
                                                                        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                        • -+
                                                                        • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                        • -+
                                                                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                        • -+
                                                                        • {{dmsff(5)}} (a link to the folder with id 5)
                                                                        • -+
                                                                        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                        • -+
                                                                        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                        • -+
                                                                        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                        • -+
                                                                        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                        • -+
                                                                        -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                        -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                      • -+
                                                                      +@@ -50,6 +50,32 @@ +
                                                                      -
                                                                    • Documents: ++
                                                                    • ++ DMSF: ++
                                                                        ++
                                                                      • {{dmsf(17)}} (a link to the file with id 17)
                                                                      • ++
                                                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                      • ++
                                                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                      • ++
                                                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                      • ++
                                                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                      • ++
                                                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                                                      • ++
                                                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                      • ++
                                                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                      • ++
                                                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                      • ++
                                                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                      • ++
                                                                      • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                      • ++
                                                                      • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                      • ++
                                                                      • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                      • ++
                                                                      • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                      • ++
                                                                      • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                      • ++
                                                                      • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                      • ++
                                                                      ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                      ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                    • ++
                                                                    ++ ++
                                                                      +
                                                                    • Versions: +
                                                                        +
                                                                      • version#3 (link to version with id 3)
                                                                      • Index: public/help/gl/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/gl/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/gl/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/gl/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                        Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                        - -

                                                                        Links to other resources:

                                                                        -+ -+
                                                                          -+
                                                                        • -+ DMSF: -+
                                                                            -+
                                                                          • {{dmsf(17)}} (a link to the file with id 17)
                                                                          • -+
                                                                          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                          • -+
                                                                          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                          • -+
                                                                          • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                          • -+
                                                                          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                          • -+
                                                                          • {{dmsff(5)}} (a link to the folder with id 5)
                                                                          • -+
                                                                          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                          • -+
                                                                          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                          • -+
                                                                          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                          • -+
                                                                          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                          • -+
                                                                          -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                          -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                        • -+
                                                                        +@@ -49,6 +49,32 @@ +
                                                                        -
                                                                      • Documents: ++
                                                                      • ++ DMSF: ++
                                                                          ++
                                                                        • {{dmsf(17)}} (a link to the file with id 17)
                                                                        • ++
                                                                        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                        • ++
                                                                        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                        • ++
                                                                        • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                        • ++
                                                                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                        • ++
                                                                        • {{dmsff(5)}} (a link to the folder with id 5)
                                                                        • ++
                                                                        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                        • ++
                                                                        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                        • ++
                                                                        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                        • ++
                                                                        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                        • ++
                                                                        • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                        • ++
                                                                        • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                        • ++
                                                                        • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                        • ++
                                                                        • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                        • ++
                                                                        • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                        • ++
                                                                        • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                        • ++
                                                                        ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                        ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                      • ++
                                                                      ++ ++
                                                                        +
                                                                      • Versions: +
                                                                          +
                                                                        • version#3 (link to version with id 3)
                                                                        • Index: public/help/gl/wiki_syntax_markdown.html =================================================================== ---- public/help/gl/wiki_syntax_markdown.html (revision 15144) +--- public/help/gl/wiki_syntax_markdown.html (revision 16952) +++ public/help/gl/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1622,9 +1850,9 @@ Index: public/help/gl/wiki_syntax_markdown.html Image![](image_url) Index: public/help/gl/wiki_syntax_textile.html =================================================================== ---- public/help/gl/wiki_syntax_textile.html (revision 15144) +--- public/help/gl/wiki_syntax_textile.html (revision 16952) +++ public/help/gl/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1634,71 +1862,83 @@ Index: public/help/gl/wiki_syntax_textile.html Image!image_url! Index: public/help/he/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/he/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/he/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/he/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                          Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                          - -

                                                                          Links to other resources:

                                                                          -+ -+
                                                                            -+
                                                                          • -+ DMSF: -+
                                                                              -+
                                                                            • {{dmsf(17)}} (a link to the file with id 17)
                                                                            • -+
                                                                            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                            • -+
                                                                            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                            • -+
                                                                            • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                            • -+
                                                                            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                            • -+
                                                                            • {{dmsff(5)}} (a link to the folder with id 5)
                                                                            • -+
                                                                            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                            • -+
                                                                            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                            • -+
                                                                            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                            • -+
                                                                            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                            • -+
                                                                            -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                            -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                          • -+
                                                                          +@@ -50,6 +50,32 @@ +
                                                                          -
                                                                        • Documents: ++
                                                                        • ++ DMSF: ++
                                                                            ++
                                                                          • {{dmsf(17)}} (a link to the file with id 17)
                                                                          • ++
                                                                          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                          • ++
                                                                          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                          • ++
                                                                          • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                          • ++
                                                                          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                          • ++
                                                                          • {{dmsff(5)}} (a link to the folder with id 5)
                                                                          • ++
                                                                          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                          • ++
                                                                          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                          • ++
                                                                          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                          • ++
                                                                          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                          • ++
                                                                          • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                          • ++
                                                                          • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                          • ++
                                                                          • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                          • ++
                                                                          • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                          • ++
                                                                          • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                          • ++
                                                                          • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                          • ++
                                                                          ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                          ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                        • ++
                                                                        ++ ++
                                                                          +
                                                                        • Versions: +
                                                                            +
                                                                          • version#3 (link to version with id 3)
                                                                          • Index: public/help/he/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/he/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/he/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/he/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                            Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                            - -

                                                                            Links to other resources:

                                                                            -+ -+
                                                                              -+
                                                                            • -+ DMSF: -+
                                                                                -+
                                                                              • {{dmsf(17)}} (a link to the file with id 17)
                                                                              • -+
                                                                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                              • -+
                                                                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                              • -+
                                                                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                              • -+
                                                                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                              • -+
                                                                              • {{dmsff(5)}} (a link to the folder with id 5)
                                                                              • -+
                                                                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                              • -+
                                                                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                              • -+
                                                                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                              • -+
                                                                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                              • -+
                                                                              -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                              -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                            • -+
                                                                            +@@ -49,6 +49,32 @@ +
                                                                            -
                                                                          • Documents: ++
                                                                          • ++ DMSF: ++
                                                                              ++
                                                                            • {{dmsf(17)}} (a link to the file with id 17)
                                                                            • ++
                                                                            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                            • ++
                                                                            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                            • ++
                                                                            • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                            • ++
                                                                            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                            • ++
                                                                            • {{dmsff(5)}} (a link to the folder with id 5)
                                                                            • ++
                                                                            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                            • ++
                                                                            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                            • ++
                                                                            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                            • ++
                                                                            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                            • ++
                                                                            • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                            • ++
                                                                            • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                            • ++
                                                                            • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                            • ++
                                                                            • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                            • ++
                                                                            • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                            • ++
                                                                            • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                            • ++
                                                                            ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                            ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                          • ++
                                                                          ++ ++
                                                                            +
                                                                          • Versions: +
                                                                              +
                                                                            • version#3 (link to version with id 3)
                                                                            • Index: public/help/he/wiki_syntax_markdown.html =================================================================== ---- public/help/he/wiki_syntax_markdown.html (revision 15144) +--- public/help/he/wiki_syntax_markdown.html (revision 16952) +++ public/help/he/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1708,9 +1948,9 @@ Index: public/help/he/wiki_syntax_markdown.html Image![](image_url) Index: public/help/he/wiki_syntax_textile.html =================================================================== ---- public/help/he/wiki_syntax_textile.html (revision 15144) +--- public/help/he/wiki_syntax_textile.html (revision 16952) +++ public/help/he/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1720,71 +1960,83 @@ Index: public/help/he/wiki_syntax_textile.html Image!image_url! Index: public/help/hr/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/hr/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/hr/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/hr/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                              Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                              - -

                                                                              Links to other resources:

                                                                              -+ -+
                                                                                -+
                                                                              • -+ DMSF: -+
                                                                                  -+
                                                                                • {{dmsf(17)}} (a link to the file with id 17)
                                                                                • -+
                                                                                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                • -+
                                                                                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                • -+
                                                                                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                • -+
                                                                                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                • -+
                                                                                • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                • -+
                                                                                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                • -+
                                                                                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                • -+
                                                                                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                • -+
                                                                                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                • -+
                                                                                -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                              • -+
                                                                              +@@ -50,6 +50,32 @@ +
                                                                              -
                                                                            • Documents: ++
                                                                            • ++ DMSF: ++
                                                                                ++
                                                                              • {{dmsf(17)}} (a link to the file with id 17)
                                                                              • ++
                                                                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                              • ++
                                                                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                              • ++
                                                                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                              • ++
                                                                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                              • ++
                                                                              • {{dmsff(5)}} (a link to the folder with id 5)
                                                                              • ++
                                                                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                              • ++
                                                                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                              • ++
                                                                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                              • ++
                                                                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                              • ++
                                                                              • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                              • ++
                                                                              • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                              • ++
                                                                              • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                              • ++
                                                                              • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                              • ++
                                                                              • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                              • ++
                                                                              • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                              • ++
                                                                              ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                              ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                            • ++
                                                                            ++ ++
                                                                              +
                                                                            • Versions: +
                                                                                +
                                                                              • version#3 (link to version with id 3)
                                                                              • Index: public/help/hr/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/hr/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/hr/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/hr/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                - -

                                                                                Links to other resources:

                                                                                -+ -+
                                                                                  -+
                                                                                • -+ DMSF: -+
                                                                                    -+
                                                                                  • {{dmsf(17)}} (a link to the file with id 17)
                                                                                  • -+
                                                                                  • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                  • -+
                                                                                  • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                  • -+
                                                                                  • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                  • -+
                                                                                  • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                  • -+
                                                                                  • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                  • -+
                                                                                  • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                  • -+
                                                                                  • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                  • -+
                                                                                  • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                  • -+
                                                                                  • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                  • -+
                                                                                  -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                  -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                • -+
                                                                                +@@ -49,6 +49,32 @@ +
                                                                                -
                                                                              • Documents: ++
                                                                              • ++ DMSF: ++
                                                                                  ++
                                                                                • {{dmsf(17)}} (a link to the file with id 17)
                                                                                • ++
                                                                                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                • ++
                                                                                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                • ++
                                                                                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                • ++
                                                                                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                • ++
                                                                                • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                • ++
                                                                                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                • ++
                                                                                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                • ++
                                                                                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                • ++
                                                                                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                • ++
                                                                                • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                • ++
                                                                                • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                • ++
                                                                                • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                • ++
                                                                                • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                • ++
                                                                                • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                • ++
                                                                                • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                • ++
                                                                                ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                              • ++
                                                                              ++ ++
                                                                                +
                                                                              • Versions: +
                                                                                  +
                                                                                • version#3 (link to version with id 3)
                                                                                • Index: public/help/hr/wiki_syntax_markdown.html =================================================================== ---- public/help/hr/wiki_syntax_markdown.html (revision 15144) +--- public/help/hr/wiki_syntax_markdown.html (revision 16952) +++ public/help/hr/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1794,9 +2046,9 @@ Index: public/help/hr/wiki_syntax_markdown.html Image![](image_url) Index: public/help/hr/wiki_syntax_textile.html =================================================================== ---- public/help/hr/wiki_syntax_textile.html (revision 15144) +--- public/help/hr/wiki_syntax_textile.html (revision 16952) +++ public/help/hr/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1806,71 +2058,83 @@ Index: public/help/hr/wiki_syntax_textile.html Image!image_url! Index: public/help/hu/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/hu/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/hu/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/hu/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                  Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                  - -

                                                                                  Links to other resources:

                                                                                  -+ -+
                                                                                    -+
                                                                                  • -+ DMSF: -+
                                                                                      -+
                                                                                    • {{dmsf(17)}} (a link to the file with id 17)
                                                                                    • -+
                                                                                    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                    • -+
                                                                                    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                    • -+
                                                                                    • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                    • -+
                                                                                    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                    • -+
                                                                                    • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                    • -+
                                                                                    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                    • -+
                                                                                    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                    • -+
                                                                                    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                    • -+
                                                                                    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                    • -+
                                                                                    -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                    -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                  • -+
                                                                                  +@@ -50,6 +50,32 @@ +
                                                                                  -
                                                                                • Documents: ++
                                                                                • ++ DMSF: ++
                                                                                    ++
                                                                                  • {{dmsf(17)}} (a link to the file with id 17)
                                                                                  • ++
                                                                                  • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                  • ++
                                                                                  • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                  • ++
                                                                                  • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                  • ++
                                                                                  • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                  • ++
                                                                                  • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                  • ++
                                                                                  • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                  • ++
                                                                                  • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                  • ++
                                                                                  • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                  • ++
                                                                                  • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                  • ++
                                                                                  • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                  • ++
                                                                                  • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                  • ++
                                                                                  • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                  • ++
                                                                                  • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                  • ++
                                                                                  • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                  • ++
                                                                                  • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                  • ++
                                                                                  ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                  ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                • ++
                                                                                ++ ++
                                                                                  +
                                                                                • Versions: +
                                                                                    +
                                                                                  • version#3 (link to version with id 3)
                                                                                  • Index: public/help/hu/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/hu/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/hu/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/hu/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                    Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                    - -

                                                                                    Links to other resources:

                                                                                    -+ -+
                                                                                      -+
                                                                                    • -+ DMSF: -+
                                                                                        -+
                                                                                      • {{dmsf(17)}} (a link to the file with id 17)
                                                                                      • -+
                                                                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                      • -+
                                                                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                      • -+
                                                                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                      • -+
                                                                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                      • -+
                                                                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                      • -+
                                                                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                      • -+
                                                                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                      • -+
                                                                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                      • -+
                                                                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                      • -+
                                                                                      -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                      -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                    • -+
                                                                                    +@@ -49,6 +49,32 @@ +
                                                                                    -
                                                                                  • Documents: ++
                                                                                  • ++ DMSF: ++
                                                                                      ++
                                                                                    • {{dmsf(17)}} (a link to the file with id 17)
                                                                                    • ++
                                                                                    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                    • ++
                                                                                    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                    • ++
                                                                                    • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                    • ++
                                                                                    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                    • ++
                                                                                    • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                    • ++
                                                                                    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                    • ++
                                                                                    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                    • ++
                                                                                    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                    • ++
                                                                                    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                    • ++
                                                                                    • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                    • ++
                                                                                    • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                    • ++
                                                                                    • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                    • ++
                                                                                    • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                    • ++
                                                                                    • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                    • ++
                                                                                    • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                    • ++
                                                                                    ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                    ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                  • ++
                                                                                  ++ ++
                                                                                    +
                                                                                  • Versions: +
                                                                                      +
                                                                                    • version#3 (link to version with id 3)
                                                                                    • Index: public/help/hu/wiki_syntax_markdown.html =================================================================== ---- public/help/hu/wiki_syntax_markdown.html (revision 15144) +--- public/help/hu/wiki_syntax_markdown.html (revision 16952) +++ public/help/hu/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1880,9 +2144,9 @@ Index: public/help/hu/wiki_syntax_markdown.html Image![](image_url) Index: public/help/hu/wiki_syntax_textile.html =================================================================== ---- public/help/hu/wiki_syntax_textile.html (revision 15144) +--- public/help/hu/wiki_syntax_textile.html (revision 16952) +++ public/help/hu/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1892,71 +2156,83 @@ Index: public/help/hu/wiki_syntax_textile.html Image!image_url! Index: public/help/id/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/id/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/id/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/id/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                      Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                      - -

                                                                                      Links to other resources:

                                                                                      -+ -+
                                                                                        -+
                                                                                      • -+ DMSF: -+
                                                                                          -+
                                                                                        • {{dmsf(17)}} (a link to the file with id 17)
                                                                                        • -+
                                                                                        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                        • -+
                                                                                        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                        • -+
                                                                                        • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                        • -+
                                                                                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                        • -+
                                                                                        • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                        • -+
                                                                                        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                        • -+
                                                                                        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                        • -+
                                                                                        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                        • -+
                                                                                        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                        • -+
                                                                                        -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                        -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                      • -+
                                                                                      +@@ -50,6 +50,32 @@ +
                                                                                      -
                                                                                    • Documents: ++
                                                                                    • ++ DMSF: ++
                                                                                        ++
                                                                                      • {{dmsf(17)}} (a link to the file with id 17)
                                                                                      • ++
                                                                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                      • ++
                                                                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                      • ++
                                                                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                      • ++
                                                                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                      • ++
                                                                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                      • ++
                                                                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                      • ++
                                                                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                      • ++
                                                                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                      • ++
                                                                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                      • ++
                                                                                      • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                      • ++
                                                                                      • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                      • ++
                                                                                      • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                      • ++
                                                                                      • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                      • ++
                                                                                      • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                      • ++
                                                                                      • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                      • ++
                                                                                      ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                      ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                    • ++
                                                                                    ++ ++
                                                                                      +
                                                                                    • Versions: +
                                                                                        +
                                                                                      • version#3 (link to version with id 3)
                                                                                      • Index: public/help/id/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/id/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/id/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/id/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                        Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                        - -

                                                                                        Links to other resources:

                                                                                        -+ -+
                                                                                          -+
                                                                                        • -+ DMSF: -+
                                                                                            -+
                                                                                          • {{dmsf(17)}} (a link to the file with id 17)
                                                                                          • -+
                                                                                          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                          • -+
                                                                                          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                          • -+
                                                                                          • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                          • -+
                                                                                          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                          • -+
                                                                                          • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                          • -+
                                                                                          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                          • -+
                                                                                          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                          • -+
                                                                                          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                          • -+
                                                                                          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                          • -+
                                                                                          -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                          -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                        • -+
                                                                                        +@@ -49,6 +49,32 @@ +
                                                                                        -
                                                                                      • Documents: ++
                                                                                      • ++ DMSF: ++
                                                                                          ++
                                                                                        • {{dmsf(17)}} (a link to the file with id 17)
                                                                                        • ++
                                                                                        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                        • ++
                                                                                        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                        • ++
                                                                                        • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                        • ++
                                                                                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                        • ++
                                                                                        • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                        • ++
                                                                                        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                        • ++
                                                                                        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                        • ++
                                                                                        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                        • ++
                                                                                        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                        • ++
                                                                                        • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                        • ++
                                                                                        • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                        • ++
                                                                                        • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                        • ++
                                                                                        • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                        • ++
                                                                                        • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                        • ++
                                                                                        • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                        • ++
                                                                                        ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                        ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                      • ++
                                                                                      ++ ++
                                                                                        +
                                                                                      • Versions: +
                                                                                          +
                                                                                        • version#3 (link to version with id 3)
                                                                                        • Index: public/help/id/wiki_syntax_markdown.html =================================================================== ---- public/help/id/wiki_syntax_markdown.html (revision 15144) +--- public/help/id/wiki_syntax_markdown.html (revision 16952) +++ public/help/id/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1966,9 +2242,9 @@ Index: public/help/id/wiki_syntax_markdown.html Image![](image_url) Index: public/help/id/wiki_syntax_textile.html =================================================================== ---- public/help/id/wiki_syntax_textile.html (revision 15144) +--- public/help/id/wiki_syntax_textile.html (revision 16952) +++ public/help/id/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -1978,71 +2254,83 @@ Index: public/help/id/wiki_syntax_textile.html Image!image_url! Index: public/help/it/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/it/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/it/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/it/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                          Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                          - -

                                                                                          Links to other resources:

                                                                                          -+ -+
                                                                                            -+
                                                                                          • -+ DMSF: -+
                                                                                              -+
                                                                                            • {{dmsf(17)}} (a link to the file with id 17)
                                                                                            • -+
                                                                                            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                            • -+
                                                                                            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                            • -+
                                                                                            • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                            • -+
                                                                                            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                            • -+
                                                                                            • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                            • -+
                                                                                            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                            • -+
                                                                                            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                            • -+
                                                                                            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                            • -+
                                                                                            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                            • -+
                                                                                            -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                            -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                          • -+
                                                                                          +@@ -50,6 +50,32 @@ +
                                                                                          -
                                                                                        • Documents: ++
                                                                                        • ++ DMSF: ++
                                                                                            ++
                                                                                          • {{dmsf(17)}} (a link to the file with id 17)
                                                                                          • ++
                                                                                          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                          • ++
                                                                                          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                          • ++
                                                                                          • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                          • ++
                                                                                          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                          • ++
                                                                                          • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                          • ++
                                                                                          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                          • ++
                                                                                          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                          • ++
                                                                                          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                          • ++
                                                                                          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                          • ++
                                                                                          • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                          • ++
                                                                                          • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                          • ++
                                                                                          • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                          • ++
                                                                                          • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                          • ++
                                                                                          • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                          • ++
                                                                                          • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                          • ++
                                                                                          ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                          ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                        • ++
                                                                                        ++ ++
                                                                                          +
                                                                                        • Versions: +
                                                                                            +
                                                                                          • version#3 (link to version with id 3)
                                                                                          • Index: public/help/it/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/it/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/it/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/it/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                            Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                            - -

                                                                                            Links to other resources:

                                                                                            -+ -+
                                                                                              -+
                                                                                            • -+ DMSF: -+
                                                                                                -+
                                                                                              • {{dmsf(17)}} (a link to the file with id 17)
                                                                                              • -+
                                                                                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                              • -+
                                                                                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                              • -+
                                                                                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                              • -+
                                                                                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                              • -+
                                                                                              • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                              • -+
                                                                                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                              • -+
                                                                                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                              • -+
                                                                                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                              • -+
                                                                                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                              • -+
                                                                                              -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                              -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                            • -+
                                                                                            +@@ -49,6 +49,32 @@ +
                                                                                            -
                                                                                          • Documents: ++
                                                                                          • ++ DMSF: ++
                                                                                              ++
                                                                                            • {{dmsf(17)}} (a link to the file with id 17)
                                                                                            • ++
                                                                                            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                            • ++
                                                                                            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                            • ++
                                                                                            • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                            • ++
                                                                                            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                            • ++
                                                                                            • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                            • ++
                                                                                            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                            • ++
                                                                                            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                            • ++
                                                                                            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                            • ++
                                                                                            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                            • ++
                                                                                            • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                            • ++
                                                                                            • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                            • ++
                                                                                            • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                            • ++
                                                                                            • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                            • ++
                                                                                            • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                            • ++
                                                                                            • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                            • ++
                                                                                            ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                            ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                          • ++
                                                                                          ++ ++
                                                                                            +
                                                                                          • Versions: +
                                                                                              +
                                                                                            • version#3 (link to version with id 3)
                                                                                            • Index: public/help/it/wiki_syntax_markdown.html =================================================================== ---- public/help/it/wiki_syntax_markdown.html (revision 15144) +--- public/help/it/wiki_syntax_markdown.html (revision 16952) +++ public/help/it/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -2052,9 +2340,9 @@ Index: public/help/it/wiki_syntax_markdown.html Image![](image_url) Index: public/help/it/wiki_syntax_textile.html =================================================================== ---- public/help/it/wiki_syntax_textile.html (revision 15144) +--- public/help/it/wiki_syntax_textile.html (revision 16952) +++ public/help/it/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -2064,83 +2352,95 @@ Index: public/help/it/wiki_syntax_textile.html Image!image_url! Index: public/help/ja/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/ja/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/ja/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/ja/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                              Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                              - -

                                                                                              Links to other resources:

                                                                                              -+ -+
                                                                                                -+
                                                                                              • -+ DMSF: -+
                                                                                                  -+
                                                                                                • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                • -+
                                                                                                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                • -+
                                                                                                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                • -+
                                                                                                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                • -+
                                                                                                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                • -+
                                                                                                • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                • -+
                                                                                                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                • -+
                                                                                                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                • -+
                                                                                                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                • -+
                                                                                                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                • -+
                                                                                                -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                              • -+
                                                                                              +@@ -50,6 +50,32 @@ +
                                                                                              -
                                                                                            • Documents: ++
                                                                                            • ++ DMSF: ++
                                                                                                ++
                                                                                              • {{dmsf(17)}} (a link to the file with id 17)
                                                                                              • ++
                                                                                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                              • ++
                                                                                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                              • ++
                                                                                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                              • ++
                                                                                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                              • ++
                                                                                              • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                              • ++
                                                                                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                              • ++
                                                                                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                              • ++
                                                                                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                              • ++
                                                                                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                              • ++
                                                                                              • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                              • ++
                                                                                              • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                              • ++
                                                                                              • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                              • ++
                                                                                              • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                              • ++
                                                                                              • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                              • ++
                                                                                              • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                              • ++
                                                                                              ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                              ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                            • ++
                                                                                            ++ ++
                                                                                              +
                                                                                            • バージョン: +
                                                                                                +
                                                                                              • version#3 (id 3のバージョンへのリンク)
                                                                                              • Index: public/help/ja/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/ja/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/ja/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/ja/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                存在しないwikiページへのリンクは赤で表示されます。 例: Nonexistent page.

                                                                                                - -

                                                                                                そのほかのリソースへのリンク:

                                                                                                -+ -+
                                                                                                  -+
                                                                                                • -+ DMSF: -+
                                                                                                    -+
                                                                                                  • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                  • -+
                                                                                                  • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                  • -+
                                                                                                  • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                  • -+
                                                                                                  • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                  • -+
                                                                                                  • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                  • -+
                                                                                                  • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                  • -+
                                                                                                  • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                  • -+
                                                                                                  • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                  • -+
                                                                                                  • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                  • -+
                                                                                                  • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                  • -+
                                                                                                  -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                  -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                • -+
                                                                                                +@@ -49,6 +49,32 @@ +
                                                                                                -
                                                                                              • Documents: ++
                                                                                              • ++ DMSF: ++
                                                                                                  ++
                                                                                                • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                • ++
                                                                                                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                • ++
                                                                                                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                • ++
                                                                                                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                • ++
                                                                                                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                • ++
                                                                                                • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                • ++
                                                                                                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                • ++
                                                                                                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                • ++
                                                                                                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                • ++
                                                                                                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                • ++
                                                                                                • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                • ++
                                                                                                • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                • ++
                                                                                                • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                • ++
                                                                                                • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                • ++
                                                                                                • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                • ++
                                                                                                • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                • ++
                                                                                                ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                              • ++
                                                                                              ++ ++
                                                                                                +
                                                                                              • バージョン: +
                                                                                                  +
                                                                                                • version#3 (id 3のバージョンへのリンク)
                                                                                                • Index: public/help/ja/wiki_syntax_markdown.html =================================================================== ---- public/help/ja/wiki_syntax_markdown.html (revision 15144) +--- public/help/ja/wiki_syntax_markdown.html (revision 16952) +++ public/help/ja/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ - Revision r43Revision r43 +@@ -41,6 +41,7 @@ + リビジョン r43リビジョン r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file +{{dmsf(83)}}Document #83 - Inline images - Image![](image_url) + 画像 + Image![](画像URL) Index: public/help/ja/wiki_syntax_textile.html =================================================================== ---- public/help/ja/wiki_syntax_textile.html (revision 15144) +--- public/help/ja/wiki_syntax_textile.html (revision 16952) +++ public/help/ja/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ リビジョン r43リビジョン r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -2150,71 +2450,83 @@ Index: public/help/ja/wiki_syntax_textile.html Image!画像URL! Index: public/help/ko/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/ko/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/ko/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/ko/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                  Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                  - -

                                                                                                  Links to other resources:

                                                                                                  -+ -+
                                                                                                    -+
                                                                                                  • -+ DMSF: -+
                                                                                                      -+
                                                                                                    • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                    • -+
                                                                                                    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                    • -+
                                                                                                    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                    • -+
                                                                                                    • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                    • -+
                                                                                                    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                    • -+
                                                                                                    • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                    • -+
                                                                                                    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                    • -+
                                                                                                    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                    • -+
                                                                                                    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                    • -+
                                                                                                    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                    • -+
                                                                                                    -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                    -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                  • -+
                                                                                                  +@@ -50,6 +50,32 @@ +
                                                                                                  -
                                                                                                • Documents: ++
                                                                                                • ++ DMSF: ++
                                                                                                    ++
                                                                                                  • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                  • ++
                                                                                                  • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                  • ++
                                                                                                  • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                  • ++
                                                                                                  • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                  • ++
                                                                                                  • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                  • ++
                                                                                                  • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                  • ++
                                                                                                  • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                  • ++
                                                                                                  • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                  • ++
                                                                                                  • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                  • ++
                                                                                                  • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                  • ++
                                                                                                  • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                  • ++
                                                                                                  • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                  • ++
                                                                                                  • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                  • ++
                                                                                                  • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                  • ++
                                                                                                  • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                  • ++
                                                                                                  • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                  • ++
                                                                                                  ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                  ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                • ++
                                                                                                ++ ++
                                                                                                  +
                                                                                                • Versions: +
                                                                                                    +
                                                                                                  • version#3 (link to version with id 3)
                                                                                                  • Index: public/help/ko/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/ko/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/ko/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/ko/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                    Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                    - -

                                                                                                    Links to other resources:

                                                                                                    -+ -+
                                                                                                      -+
                                                                                                    • -+ DMSF: -+
                                                                                                        -+
                                                                                                      • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                      • -+
                                                                                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                      • -+
                                                                                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                      • -+
                                                                                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                      • -+
                                                                                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                      • -+
                                                                                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                      • -+
                                                                                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                      • -+
                                                                                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                      • -+
                                                                                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                      • -+
                                                                                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                      • -+
                                                                                                      -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                      -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                    • -+
                                                                                                    +@@ -49,6 +49,32 @@ +
                                                                                                    -
                                                                                                  • Documents: ++
                                                                                                  • ++ DMSF: ++
                                                                                                      ++
                                                                                                    • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                    • ++
                                                                                                    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                    • ++
                                                                                                    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                    • ++
                                                                                                    • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                    • ++
                                                                                                    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                    • ++
                                                                                                    • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                    • ++
                                                                                                    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                    • ++
                                                                                                    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                    • ++
                                                                                                    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                    • ++
                                                                                                    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                    • ++
                                                                                                    • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                    • ++
                                                                                                    • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                    • ++
                                                                                                    • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                    • ++
                                                                                                    • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                    • ++
                                                                                                    • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                    • ++
                                                                                                    • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                    • ++
                                                                                                    ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                    ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                  • ++
                                                                                                  ++ ++
                                                                                                    +
                                                                                                  • Versions: +
                                                                                                      +
                                                                                                    • version#3 (link to version with id 3)
                                                                                                    • Index: public/help/ko/wiki_syntax_markdown.html =================================================================== ---- public/help/ko/wiki_syntax_markdown.html (revision 15144) +--- public/help/ko/wiki_syntax_markdown.html (revision 16952) +++ public/help/ko/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -2224,9 +2536,9 @@ Index: public/help/ko/wiki_syntax_markdown.html Image![](image_url) Index: public/help/ko/wiki_syntax_textile.html =================================================================== ---- public/help/ko/wiki_syntax_textile.html (revision 15144) +--- public/help/ko/wiki_syntax_textile.html (revision 16952) +++ public/help/ko/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -2236,71 +2548,83 @@ Index: public/help/ko/wiki_syntax_textile.html Image!image_url! Index: public/help/lt/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/lt/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/lt/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/lt/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                      Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                      - -

                                                                                                      Links to other resources:

                                                                                                      -+ -+
                                                                                                        -+
                                                                                                      • -+ DMSF: -+
                                                                                                          -+
                                                                                                        • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                        • -+
                                                                                                        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                        • -+
                                                                                                        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                        • -+
                                                                                                        • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                        • -+
                                                                                                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                        • -+
                                                                                                        • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                        • -+
                                                                                                        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                        • -+
                                                                                                        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                        • -+
                                                                                                        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                        • -+
                                                                                                        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                        • -+
                                                                                                        -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                        -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                      • -+
                                                                                                      +@@ -50,6 +50,32 @@ +
                                                                                                      -
                                                                                                    • Documents: ++
                                                                                                    • ++ DMSF: ++
                                                                                                        ++
                                                                                                      • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                      • ++
                                                                                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                      • ++
                                                                                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                      • ++
                                                                                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                      • ++
                                                                                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                      • ++
                                                                                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                      • ++
                                                                                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                      • ++
                                                                                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                      • ++
                                                                                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                      • ++
                                                                                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                      • ++
                                                                                                      • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                      • ++
                                                                                                      • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                      • ++
                                                                                                      • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                      • ++
                                                                                                      • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                      • ++
                                                                                                      • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                      • ++
                                                                                                      • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                      • ++
                                                                                                      ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                      ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                    • ++
                                                                                                    ++ ++
                                                                                                      +
                                                                                                    • Versions: +
                                                                                                        +
                                                                                                      • version#3 (link to version with id 3)
                                                                                                      • Index: public/help/lt/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/lt/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/lt/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/lt/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                        Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                        - -

                                                                                                        Links to other resources:

                                                                                                        -+ -+
                                                                                                          -+
                                                                                                        • -+ DMSF: -+
                                                                                                            -+
                                                                                                          • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                          • -+
                                                                                                          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                          • -+
                                                                                                          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                          • -+
                                                                                                          • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                          • -+
                                                                                                          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                          • -+
                                                                                                          • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                          • -+
                                                                                                          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                          • -+
                                                                                                          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                          • -+
                                                                                                          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                          • -+
                                                                                                          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                          • -+
                                                                                                          -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                          -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                        • -+
                                                                                                        +@@ -49,6 +49,32 @@ +
                                                                                                        -
                                                                                                      • Documents: ++
                                                                                                      • ++ DMSF: ++
                                                                                                          ++
                                                                                                        • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                        • ++
                                                                                                        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                        • ++
                                                                                                        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                        • ++
                                                                                                        • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                        • ++
                                                                                                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                        • ++
                                                                                                        • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                        • ++
                                                                                                        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                        • ++
                                                                                                        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                        • ++
                                                                                                        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                        • ++
                                                                                                        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                        • ++
                                                                                                        • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                        • ++
                                                                                                        • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                        • ++
                                                                                                        • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                        • ++
                                                                                                        • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                        • ++
                                                                                                        • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                        • ++
                                                                                                        • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                        • ++
                                                                                                        ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                        ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                      • ++
                                                                                                      ++ ++
                                                                                                        +
                                                                                                      • Versions: +
                                                                                                          +
                                                                                                        • version#3 (link to version with id 3)
                                                                                                        • Index: public/help/lt/wiki_syntax_markdown.html =================================================================== ---- public/help/lt/wiki_syntax_markdown.html (revision 15144) +--- public/help/lt/wiki_syntax_markdown.html (revision 16952) +++ public/help/lt/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -2310,9 +2634,9 @@ Index: public/help/lt/wiki_syntax_markdown.html Image![](image_url) Index: public/help/lt/wiki_syntax_textile.html =================================================================== ---- public/help/lt/wiki_syntax_textile.html (revision 15144) +--- public/help/lt/wiki_syntax_textile.html (revision 16952) +++ public/help/lt/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -2322,71 +2646,83 @@ Index: public/help/lt/wiki_syntax_textile.html Image!image_url! Index: public/help/lv/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/lv/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/lv/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/lv/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                          Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                          - -

                                                                                                          Links to other resources:

                                                                                                          -+ -+
                                                                                                            -+
                                                                                                          • -+ DMSF: -+
                                                                                                              -+
                                                                                                            • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                            • -+
                                                                                                            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                            • -+
                                                                                                            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                            • -+
                                                                                                            • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                            • -+
                                                                                                            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                            • -+
                                                                                                            • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                            • -+
                                                                                                            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                            • -+
                                                                                                            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                            • -+
                                                                                                            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                            • -+
                                                                                                            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                            • -+
                                                                                                            -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                            -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                          • -+
                                                                                                          +@@ -50,6 +50,32 @@ +
                                                                                                          -
                                                                                                        • Documents: ++
                                                                                                        • ++ DMSF: ++
                                                                                                            ++
                                                                                                          • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                          • ++
                                                                                                          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                          • ++
                                                                                                          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                          • ++
                                                                                                          • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                          • ++
                                                                                                          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                          • ++
                                                                                                          • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                          • ++
                                                                                                          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                          • ++
                                                                                                          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                          • ++
                                                                                                          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                          • ++
                                                                                                          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                          • ++
                                                                                                          • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                          • ++
                                                                                                          • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                          • ++
                                                                                                          • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                          • ++
                                                                                                          • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                          • ++
                                                                                                          • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                          • ++
                                                                                                          • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                          • ++
                                                                                                          ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                          ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                        • ++
                                                                                                        ++ ++
                                                                                                          +
                                                                                                        • Versions: +
                                                                                                            +
                                                                                                          • version#3 (link to version with id 3)
                                                                                                          • Index: public/help/lv/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/lv/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/lv/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/lv/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                            Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                            - -

                                                                                                            Links to other resources:

                                                                                                            -+ -+
                                                                                                              -+
                                                                                                            • -+ DMSF: -+
                                                                                                                -+
                                                                                                              • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                              • -+
                                                                                                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                              • -+
                                                                                                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                              • -+
                                                                                                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                              • -+
                                                                                                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                              • -+
                                                                                                              • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                              • -+
                                                                                                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                              • -+
                                                                                                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                              • -+
                                                                                                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                              • -+
                                                                                                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                              • -+
                                                                                                              -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                              -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                            • -+
                                                                                                            +@@ -49,6 +49,32 @@ +
                                                                                                            -
                                                                                                          • Documents: ++
                                                                                                          • ++ DMSF: ++
                                                                                                              ++
                                                                                                            • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                            • ++
                                                                                                            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                            • ++
                                                                                                            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                            • ++
                                                                                                            • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                            • ++
                                                                                                            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                            • ++
                                                                                                            • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                            • ++
                                                                                                            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                            • ++
                                                                                                            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                            • ++
                                                                                                            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                            • ++
                                                                                                            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                            • ++
                                                                                                            • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                            • ++
                                                                                                            • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                            • ++
                                                                                                            • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                            • ++
                                                                                                            • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                            • ++
                                                                                                            • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                            • ++
                                                                                                            • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                            • ++
                                                                                                            ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                            ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                          • ++
                                                                                                          ++ ++
                                                                                                            +
                                                                                                          • Versions: +
                                                                                                              +
                                                                                                            • version#3 (link to version with id 3)
                                                                                                            • Index: public/help/lv/wiki_syntax_markdown.html =================================================================== ---- public/help/lv/wiki_syntax_markdown.html (revision 15144) +--- public/help/lv/wiki_syntax_markdown.html (revision 16952) +++ public/help/lv/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -2396,9 +2732,9 @@ Index: public/help/lv/wiki_syntax_markdown.html Image![](image_url) Index: public/help/lv/wiki_syntax_textile.html =================================================================== ---- public/help/lv/wiki_syntax_textile.html (revision 15144) +--- public/help/lv/wiki_syntax_textile.html (revision 16952) +++ public/help/lv/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -2408,71 +2744,83 @@ Index: public/help/lv/wiki_syntax_textile.html Image!image_url! Index: public/help/mk/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/mk/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/mk/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/mk/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                              Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                              - -

                                                                                                              Links to other resources:

                                                                                                              -+ -+
                                                                                                                -+
                                                                                                              • -+ DMSF: -+
                                                                                                                  -+
                                                                                                                • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                • -+
                                                                                                                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                • -+
                                                                                                                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                • -+
                                                                                                                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                • -+
                                                                                                                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                • -+
                                                                                                                • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                • -+
                                                                                                                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                • -+
                                                                                                                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                • -+
                                                                                                                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                • -+
                                                                                                                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                • -+
                                                                                                                -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                              • -+
                                                                                                              +@@ -50,6 +50,32 @@ +
                                                                                                              -
                                                                                                            • Documents: ++
                                                                                                            • ++ DMSF: ++
                                                                                                                ++
                                                                                                              • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                              • ++
                                                                                                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                              • ++
                                                                                                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                              • ++
                                                                                                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                              • ++
                                                                                                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                              • ++
                                                                                                              • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                              • ++
                                                                                                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                              • ++
                                                                                                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                              • ++
                                                                                                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                              • ++
                                                                                                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                              • ++
                                                                                                              • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                              • ++
                                                                                                              • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                              • ++
                                                                                                              • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                              • ++
                                                                                                              • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                              • ++
                                                                                                              • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                              • ++
                                                                                                              • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                              • ++
                                                                                                              ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                              ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                            • ++
                                                                                                            ++ ++
                                                                                                              +
                                                                                                            • Versions: +
                                                                                                                +
                                                                                                              • version#3 (link to version with id 3)
                                                                                                              • Index: public/help/mk/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/mk/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/mk/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/mk/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                - -

                                                                                                                Links to other resources:

                                                                                                                -+ -+
                                                                                                                  -+
                                                                                                                • -+ DMSF: -+
                                                                                                                    -+
                                                                                                                  • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                  • -+
                                                                                                                  • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                  • -+
                                                                                                                  • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                  • -+
                                                                                                                  • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                  • -+
                                                                                                                  • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                  • -+
                                                                                                                  • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                  • -+
                                                                                                                  • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                  • -+
                                                                                                                  • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                  • -+
                                                                                                                  • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                  • -+
                                                                                                                  • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                  • -+
                                                                                                                  -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                  -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                • -+
                                                                                                                +@@ -49,6 +49,32 @@ +
                                                                                                                -
                                                                                                              • Documents: ++
                                                                                                              • ++ DMSF: ++
                                                                                                                  ++
                                                                                                                • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                • ++
                                                                                                                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                • ++
                                                                                                                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                • ++
                                                                                                                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                • ++
                                                                                                                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                • ++
                                                                                                                • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                • ++
                                                                                                                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                • ++
                                                                                                                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                • ++
                                                                                                                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                • ++
                                                                                                                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                • ++
                                                                                                                • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                • ++
                                                                                                                • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                • ++
                                                                                                                • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                • ++
                                                                                                                • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                • ++
                                                                                                                • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                • ++
                                                                                                                • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                • ++
                                                                                                                ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                              • ++
                                                                                                              ++ ++
                                                                                                                +
                                                                                                              • Versions: +
                                                                                                                  +
                                                                                                                • version#3 (link to version with id 3)
                                                                                                                • Index: public/help/mk/wiki_syntax_markdown.html =================================================================== ---- public/help/mk/wiki_syntax_markdown.html (revision 15144) +--- public/help/mk/wiki_syntax_markdown.html (revision 16952) +++ public/help/mk/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -2482,9 +2830,9 @@ Index: public/help/mk/wiki_syntax_markdown.html Image![](image_url) Index: public/help/mk/wiki_syntax_textile.html =================================================================== ---- public/help/mk/wiki_syntax_textile.html (revision 15144) +--- public/help/mk/wiki_syntax_textile.html (revision 16952) +++ public/help/mk/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -2494,71 +2842,83 @@ Index: public/help/mk/wiki_syntax_textile.html Image!image_url! Index: public/help/mn/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/mn/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/mn/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/mn/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                  Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                  - -

                                                                                                                  Links to other resources:

                                                                                                                  -+ -+
                                                                                                                    -+
                                                                                                                  • -+ DMSF: -+
                                                                                                                      -+
                                                                                                                    • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                    • -+
                                                                                                                    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                    • -+
                                                                                                                    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                    • -+
                                                                                                                    • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                    • -+
                                                                                                                    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                    • -+
                                                                                                                    • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                    • -+
                                                                                                                    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                    • -+
                                                                                                                    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                    • -+
                                                                                                                    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                    • -+
                                                                                                                    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                    • -+
                                                                                                                    -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                    -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                  • -+
                                                                                                                  +@@ -50,6 +50,32 @@ +
                                                                                                                  -
                                                                                                                • Documents: ++
                                                                                                                • ++ DMSF: ++
                                                                                                                    ++
                                                                                                                  • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                  • ++
                                                                                                                  • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                  • ++
                                                                                                                  • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                  • ++
                                                                                                                  • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                  • ++
                                                                                                                  • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                  • ++
                                                                                                                  • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                  • ++
                                                                                                                  • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                  • ++
                                                                                                                  • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                  • ++
                                                                                                                  • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                  • ++
                                                                                                                  • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                  • ++
                                                                                                                  • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                  • ++
                                                                                                                  • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                  • ++
                                                                                                                  • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                  • ++
                                                                                                                  • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                  • ++
                                                                                                                  • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                  • ++
                                                                                                                  • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                  • ++
                                                                                                                  ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                  ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                • ++
                                                                                                                ++ ++
                                                                                                                  +
                                                                                                                • Versions: +
                                                                                                                    +
                                                                                                                  • version#3 (link to version with id 3)
                                                                                                                  • Index: public/help/mn/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/mn/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/mn/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/mn/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                    Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                    - -

                                                                                                                    Links to other resources:

                                                                                                                    -+ -+
                                                                                                                      -+
                                                                                                                    • -+ DMSF: -+
                                                                                                                        -+
                                                                                                                      • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                      • -+
                                                                                                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                      • -+
                                                                                                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                      • -+
                                                                                                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                      • -+
                                                                                                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                      • -+
                                                                                                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                      • -+
                                                                                                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                      • -+
                                                                                                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                      • -+
                                                                                                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                      • -+
                                                                                                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                      • -+
                                                                                                                      -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                      -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                    • -+
                                                                                                                    +@@ -49,6 +49,32 @@ +
                                                                                                                    -
                                                                                                                  • Documents: ++
                                                                                                                  • ++ DMSF: ++
                                                                                                                      ++
                                                                                                                    • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                    • ++
                                                                                                                    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                    • ++
                                                                                                                    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                    • ++
                                                                                                                    • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                    • ++
                                                                                                                    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                    • ++
                                                                                                                    • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                    • ++
                                                                                                                    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                    • ++
                                                                                                                    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                    • ++
                                                                                                                    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                    • ++
                                                                                                                    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                    • ++
                                                                                                                    • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                    • ++
                                                                                                                    • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                    • ++
                                                                                                                    • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                    • ++
                                                                                                                    • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                    • ++
                                                                                                                    • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                    • ++
                                                                                                                    • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                    • ++
                                                                                                                    ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                    ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                  • ++
                                                                                                                  ++ ++
                                                                                                                    +
                                                                                                                  • Versions: +
                                                                                                                      +
                                                                                                                    • version#3 (link to version with id 3)
                                                                                                                    • Index: public/help/mn/wiki_syntax_markdown.html =================================================================== ---- public/help/mn/wiki_syntax_markdown.html (revision 15144) +--- public/help/mn/wiki_syntax_markdown.html (revision 16952) +++ public/help/mn/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -2568,9 +2928,9 @@ Index: public/help/mn/wiki_syntax_markdown.html Image![](image_url) Index: public/help/mn/wiki_syntax_textile.html =================================================================== ---- public/help/mn/wiki_syntax_textile.html (revision 15144) +--- public/help/mn/wiki_syntax_textile.html (revision 16952) +++ public/help/mn/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -2580,71 +2940,83 @@ Index: public/help/mn/wiki_syntax_textile.html Image!image_url! Index: public/help/nl/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/nl/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/nl/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/nl/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                      Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                      - -

                                                                                                                      Links to other resources:

                                                                                                                      -+ -+
                                                                                                                        -+
                                                                                                                      • -+ DMSF: -+
                                                                                                                          -+
                                                                                                                        • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                        • -+
                                                                                                                        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                        • -+
                                                                                                                        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                        • -+
                                                                                                                        • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                        • -+
                                                                                                                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                        • -+
                                                                                                                        • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                        • -+
                                                                                                                        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                        • -+
                                                                                                                        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                        • -+
                                                                                                                        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                        • -+
                                                                                                                        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                        • -+
                                                                                                                        -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                        -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                      • -+
                                                                                                                      +@@ -50,6 +50,32 @@ +
                                                                                                                      -
                                                                                                                    • Documents: ++
                                                                                                                    • ++ DMSF: ++
                                                                                                                        ++
                                                                                                                      • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                      • ++
                                                                                                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                      • ++
                                                                                                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                      • ++
                                                                                                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                      • ++
                                                                                                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                      • ++
                                                                                                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                      • ++
                                                                                                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                      • ++
                                                                                                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                      • ++
                                                                                                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                      • ++
                                                                                                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                      • ++
                                                                                                                      • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                      • ++
                                                                                                                      • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                      • ++
                                                                                                                      • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                      • ++
                                                                                                                      • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                      • ++
                                                                                                                      • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                      • ++
                                                                                                                      • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                      • ++
                                                                                                                      ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                      ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                    • ++
                                                                                                                    ++ ++
                                                                                                                      +
                                                                                                                    • Versions: +
                                                                                                                        +
                                                                                                                      • version#3 (link to version with id 3)
                                                                                                                      • Index: public/help/nl/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/nl/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/nl/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/nl/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                        Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                        - -

                                                                                                                        Links to other resources:

                                                                                                                        -+ -+
                                                                                                                          -+
                                                                                                                        • -+ DMSF: -+
                                                                                                                            -+
                                                                                                                          • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                          • -+
                                                                                                                          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                          • -+
                                                                                                                          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                          • -+
                                                                                                                          • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                          • -+
                                                                                                                          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                          • -+
                                                                                                                          • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                          • -+
                                                                                                                          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                          • -+
                                                                                                                          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                          • -+
                                                                                                                          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                          • -+
                                                                                                                          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                          • -+
                                                                                                                          -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                          -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                        • -+
                                                                                                                        +@@ -49,6 +49,32 @@ +
                                                                                                                        -
                                                                                                                      • Documents: ++
                                                                                                                      • ++ DMSF: ++
                                                                                                                          ++
                                                                                                                        • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                        • ++
                                                                                                                        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                        • ++
                                                                                                                        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                        • ++
                                                                                                                        • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                        • ++
                                                                                                                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                        • ++
                                                                                                                        • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                        • ++
                                                                                                                        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                        • ++
                                                                                                                        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                        • ++
                                                                                                                        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                        • ++
                                                                                                                        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                        • ++
                                                                                                                        • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                        • ++
                                                                                                                        • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                        • ++
                                                                                                                        • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                        • ++
                                                                                                                        • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                        • ++
                                                                                                                        • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                        • ++
                                                                                                                        • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                        • ++
                                                                                                                        ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                        ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                      • ++
                                                                                                                      ++ ++
                                                                                                                        +
                                                                                                                      • Versions: +
                                                                                                                          +
                                                                                                                        • version#3 (link to version with id 3)
                                                                                                                        • Index: public/help/nl/wiki_syntax_markdown.html =================================================================== ---- public/help/nl/wiki_syntax_markdown.html (revision 15144) +--- public/help/nl/wiki_syntax_markdown.html (revision 16952) +++ public/help/nl/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -2654,9 +3026,9 @@ Index: public/help/nl/wiki_syntax_markdown.html Image![](image_url) Index: public/help/nl/wiki_syntax_textile.html =================================================================== ---- public/help/nl/wiki_syntax_textile.html (revision 15144) +--- public/help/nl/wiki_syntax_textile.html (revision 16952) +++ public/help/nl/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -2666,71 +3038,83 @@ Index: public/help/nl/wiki_syntax_textile.html Image!image_url! Index: public/help/no/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/no/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/no/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/no/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                          Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                          - -

                                                                                                                          Links to other resources:

                                                                                                                          -+ -+
                                                                                                                            -+
                                                                                                                          • -+ DMSF: -+
                                                                                                                              -+
                                                                                                                            • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                            • -+
                                                                                                                            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                            • -+
                                                                                                                            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                            • -+
                                                                                                                            • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                            • -+
                                                                                                                            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                            • -+
                                                                                                                            • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                            • -+
                                                                                                                            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                            • -+
                                                                                                                            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                            • -+
                                                                                                                            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                            • -+
                                                                                                                            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                            • -+
                                                                                                                            -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                            -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                          • -+
                                                                                                                          +@@ -50,6 +50,32 @@ +
                                                                                                                          -
                                                                                                                        • Documents: -Index: public/help/no/wiki_syntax_detailed_textile.html+
                                                                                                                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                        • ++
                                                                                                                        • ++ DMSF: ++
                                                                                                                            ++
                                                                                                                          • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                          • ++
                                                                                                                          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                          • ++
                                                                                                                          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                          • ++
                                                                                                                          • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                          • ++
                                                                                                                          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                          • ++
                                                                                                                          • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                          • ++
                                                                                                                          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                          • ++
                                                                                                                          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                          • ++
                                                                                                                          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                          • ++
                                                                                                                          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                          • ++
                                                                                                                          • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                          • ++
                                                                                                                          • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                          • ++
                                                                                                                          • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                          • ++
                                                                                                                          • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                          • ++
                                                                                                                          • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                          • ++
                                                                                                                          • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                          • ++
                                                                                                                          ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                          ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                        • ++
                                                                                                                        ++ ++
                                                                                                                          +
                                                                                                                        • Versions: +
                                                                                                                            +
                                                                                                                          • version#3 (link to version with id 3)
                                                                                                                          • +Index: public/help/no/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/no/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/no/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/no/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                            Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                            - -

                                                                                                                            Links to other resources:

                                                                                                                            -+ -+
                                                                                                                              -+
                                                                                                                            • -+ DMSF: -+
                                                                                                                                -+
                                                                                                                              • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                              • -+
                                                                                                                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                              • -+
                                                                                                                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                              • -+
                                                                                                                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                              • -+
                                                                                                                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                              • -+
                                                                                                                              • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                              • -+
                                                                                                                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                              • -+
                                                                                                                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                              • -+
                                                                                                                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                              • -+
                                                                                                                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                              • -+
                                                                                                                              -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                              -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                            • -+
                                                                                                                            +@@ -49,6 +49,32 @@ +
                                                                                                                            -
                                                                                                                          • Documents: ++
                                                                                                                          • ++ DMSF: ++
                                                                                                                              ++
                                                                                                                            • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                            • ++
                                                                                                                            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                            • ++
                                                                                                                            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                            • ++
                                                                                                                            • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                            • ++
                                                                                                                            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                            • ++
                                                                                                                            • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                            • ++
                                                                                                                            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                            • ++
                                                                                                                            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                            • ++
                                                                                                                            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                            • ++
                                                                                                                            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                            • ++
                                                                                                                            • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                            • ++
                                                                                                                            • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                            • ++
                                                                                                                            • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                            • ++
                                                                                                                            • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                            • ++
                                                                                                                            • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                            • ++
                                                                                                                            • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                            • ++
                                                                                                                            ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                            ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                          • ++
                                                                                                                          ++ ++
                                                                                                                            +
                                                                                                                          • Versions: +
                                                                                                                              +
                                                                                                                            • version#3 (link to version with id 3)
                                                                                                                            • Index: public/help/no/wiki_syntax_markdown.html =================================================================== ---- public/help/no/wiki_syntax_markdown.html (revision 15144) +--- public/help/no/wiki_syntax_markdown.html (revision 16952) +++ public/help/no/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -2740,9 +3124,9 @@ Index: public/help/no/wiki_syntax_markdown.html Image![](image_url) Index: public/help/no/wiki_syntax_textile.html =================================================================== ---- public/help/no/wiki_syntax_textile.html (revision 15144) +--- public/help/no/wiki_syntax_textile.html (revision 16952) +++ public/help/no/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -2752,71 +3136,83 @@ Index: public/help/no/wiki_syntax_textile.html Image!image_url! Index: public/help/pl/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/pl/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/pl/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/pl/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                              Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                              - -

                                                                                                                              Links to other resources:

                                                                                                                              -+ -+
                                                                                                                                -+
                                                                                                                              • -+ DMSF: -+
                                                                                                                                  -+
                                                                                                                                • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                • -+
                                                                                                                                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                • -+
                                                                                                                                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                • -+
                                                                                                                                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                • -+
                                                                                                                                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                • -+
                                                                                                                                • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                • -+
                                                                                                                                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                • -+
                                                                                                                                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                • -+
                                                                                                                                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                • -+
                                                                                                                                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                • -+
                                                                                                                                -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                              • -+
                                                                                                                              +@@ -50,6 +50,32 @@ +
                                                                                                                              -
                                                                                                                            • Documents: ++
                                                                                                                            • ++ DMSF: ++
                                                                                                                                ++
                                                                                                                              • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                              • ++
                                                                                                                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                              • ++
                                                                                                                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                              • ++
                                                                                                                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                              • ++
                                                                                                                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                              • ++
                                                                                                                              • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                              • ++
                                                                                                                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                              • ++
                                                                                                                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                              • ++
                                                                                                                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                              • ++
                                                                                                                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                              • ++
                                                                                                                              • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                              • ++
                                                                                                                              • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                              • ++
                                                                                                                              • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                              • ++
                                                                                                                              • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                              • ++
                                                                                                                              • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                              • ++
                                                                                                                              • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                              • ++
                                                                                                                              ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                              ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                            • ++
                                                                                                                            ++ ++
                                                                                                                              +
                                                                                                                            • Versions: +
                                                                                                                                +
                                                                                                                              • version#3 (link to version with id 3)
                                                                                                                              • Index: public/help/pl/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/pl/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/pl/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/pl/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                - -

                                                                                                                                Links to other resources:

                                                                                                                                -+ -+
                                                                                                                                  -+
                                                                                                                                • -+ DMSF: -+
                                                                                                                                    -+
                                                                                                                                  • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                  • -+
                                                                                                                                  • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                  • -+
                                                                                                                                  • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                  • -+
                                                                                                                                  • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                  • -+
                                                                                                                                  • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                  • -+
                                                                                                                                  • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                  • -+
                                                                                                                                  • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                  • -+
                                                                                                                                  • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                  • -+
                                                                                                                                  • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                  • -+
                                                                                                                                  • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                  • -+
                                                                                                                                  -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                  -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                • -+
                                                                                                                                +@@ -49,6 +49,32 @@ +
                                                                                                                                -
                                                                                                                              • Documents: ++
                                                                                                                              • ++ DMSF: ++
                                                                                                                                  ++
                                                                                                                                • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                • ++
                                                                                                                                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                • ++
                                                                                                                                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                • ++
                                                                                                                                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                • ++
                                                                                                                                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                • ++
                                                                                                                                • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                • ++
                                                                                                                                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                • ++
                                                                                                                                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                • ++
                                                                                                                                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                • ++
                                                                                                                                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                • ++
                                                                                                                                • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                • ++
                                                                                                                                • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                • ++
                                                                                                                                • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                • ++
                                                                                                                                • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                • ++
                                                                                                                                • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                • ++
                                                                                                                                • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                • ++
                                                                                                                                ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                              • ++
                                                                                                                              ++ ++
                                                                                                                                +
                                                                                                                              • Versions: +
                                                                                                                                  +
                                                                                                                                • version#3 (link to version with id 3)
                                                                                                                                • Index: public/help/pl/wiki_syntax_markdown.html =================================================================== ---- public/help/pl/wiki_syntax_markdown.html (revision 15144) +--- public/help/pl/wiki_syntax_markdown.html (revision 16952) +++ public/help/pl/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -2826,9 +3222,9 @@ Index: public/help/pl/wiki_syntax_markdown.html Image![](image_url) Index: public/help/pl/wiki_syntax_textile.html =================================================================== ---- public/help/pl/wiki_syntax_textile.html (revision 15144) +--- public/help/pl/wiki_syntax_textile.html (revision 16952) +++ public/help/pl/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -2838,71 +3234,83 @@ Index: public/help/pl/wiki_syntax_textile.html Image!image_url! Index: public/help/pt/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/pt/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/pt/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/pt/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                  Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                  - -

                                                                                                                                  Links to other resources:

                                                                                                                                  -+ -+
                                                                                                                                    -+
                                                                                                                                  • -+ DMSF: -+
                                                                                                                                      -+
                                                                                                                                    • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                    • -+
                                                                                                                                    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                    • -+
                                                                                                                                    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                    • -+
                                                                                                                                    • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                    • -+
                                                                                                                                    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                    • -+
                                                                                                                                    • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                    • -+
                                                                                                                                    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                    • -+
                                                                                                                                    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                    • -+
                                                                                                                                    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                    • -+
                                                                                                                                    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                    • -+
                                                                                                                                    -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                    -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                  • -+
                                                                                                                                  +@@ -50,6 +50,32 @@ +
                                                                                                                                  -
                                                                                                                                • Documents: ++
                                                                                                                                • ++ DMSF: ++
                                                                                                                                    ++
                                                                                                                                  • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                  • ++
                                                                                                                                  • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                  • ++
                                                                                                                                  • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                  • ++
                                                                                                                                  • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                  • ++
                                                                                                                                  • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                  • ++
                                                                                                                                  • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                  • ++
                                                                                                                                  • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                  • ++
                                                                                                                                  • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                  • ++
                                                                                                                                  • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                  • ++
                                                                                                                                  • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                  • ++
                                                                                                                                  • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                  • ++
                                                                                                                                  • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                  • ++
                                                                                                                                  • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                  • ++
                                                                                                                                  • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                  • ++
                                                                                                                                  • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                  • ++
                                                                                                                                  • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                  • ++
                                                                                                                                  ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                  ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                • ++
                                                                                                                                ++ ++
                                                                                                                                  +
                                                                                                                                • Versions: +
                                                                                                                                    +
                                                                                                                                  • version#3 (link to version with id 3)
                                                                                                                                  • Index: public/help/pt/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/pt/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/pt/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/pt/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                    Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                    - -

                                                                                                                                    Links to other resources:

                                                                                                                                    -+ -+
                                                                                                                                      -+
                                                                                                                                    • -+ DMSF: -+
                                                                                                                                        -+
                                                                                                                                      • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                      • -+
                                                                                                                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                      • -+
                                                                                                                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                      • -+
                                                                                                                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                      • -+
                                                                                                                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                      • -+
                                                                                                                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                      • -+
                                                                                                                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                      • -+
                                                                                                                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                      • -+
                                                                                                                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                      • -+
                                                                                                                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                      • -+
                                                                                                                                      -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                      -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                    • -+
                                                                                                                                    +@@ -49,6 +49,32 @@ +
                                                                                                                                    -
                                                                                                                                  • Documents: ++
                                                                                                                                  • ++ DMSF: ++
                                                                                                                                      ++
                                                                                                                                    • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                    • ++
                                                                                                                                    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                    • ++
                                                                                                                                    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                    • ++
                                                                                                                                    • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                    • ++
                                                                                                                                    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                    • ++
                                                                                                                                    • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                    • ++
                                                                                                                                    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                    • ++
                                                                                                                                    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                    • ++
                                                                                                                                    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                    • ++
                                                                                                                                    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                    • ++
                                                                                                                                    • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                    • ++
                                                                                                                                    • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                    • ++
                                                                                                                                    • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                    • ++
                                                                                                                                    • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                    • ++
                                                                                                                                    • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                    • ++
                                                                                                                                    • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                    • ++
                                                                                                                                    ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                    ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                  • ++
                                                                                                                                  ++ ++
                                                                                                                                    +
                                                                                                                                  • Versions: +
                                                                                                                                      +
                                                                                                                                    • version#3 (link to version with id 3)
                                                                                                                                    • Index: public/help/pt/wiki_syntax_markdown.html =================================================================== ---- public/help/pt/wiki_syntax_markdown.html (revision 15144) +--- public/help/pt/wiki_syntax_markdown.html (revision 16952) +++ public/help/pt/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -2912,9 +3320,9 @@ Index: public/help/pt/wiki_syntax_markdown.html Image![](image_url) Index: public/help/pt/wiki_syntax_textile.html =================================================================== ---- public/help/pt/wiki_syntax_textile.html (revision 15144) +--- public/help/pt/wiki_syntax_textile.html (revision 16952) +++ public/help/pt/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -2924,71 +3332,83 @@ Index: public/help/pt/wiki_syntax_textile.html Image!image_url! Index: public/help/pt-br/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/pt-br/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/pt-br/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/pt-br/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                      Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                      - -

                                                                                                                                      Links to other resources:

                                                                                                                                      -+ -+
                                                                                                                                        -+
                                                                                                                                      • -+ DMSF: -+
                                                                                                                                          -+
                                                                                                                                        • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                        • -+
                                                                                                                                        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                        • -+
                                                                                                                                        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                        • -+
                                                                                                                                        • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                        • -+
                                                                                                                                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                        • -+
                                                                                                                                        • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                        • -+
                                                                                                                                        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                        • -+
                                                                                                                                        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                        • -+
                                                                                                                                        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                        • -+
                                                                                                                                        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                        • -+
                                                                                                                                        -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                        -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                      • -+
                                                                                                                                      +@@ -50,6 +50,32 @@ +
                                                                                                                                      -
                                                                                                                                    • Documents: ++
                                                                                                                                    • ++ DMSF: ++
                                                                                                                                        ++
                                                                                                                                      • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                      • ++
                                                                                                                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                      • ++
                                                                                                                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                      • ++
                                                                                                                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                      • ++
                                                                                                                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                      • ++
                                                                                                                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                      • ++
                                                                                                                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                      • ++
                                                                                                                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                      • ++
                                                                                                                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                      • ++
                                                                                                                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                      • ++
                                                                                                                                      • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                      • ++
                                                                                                                                      • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                      • ++
                                                                                                                                      • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                      • ++
                                                                                                                                      • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                      • ++
                                                                                                                                      • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                      • ++
                                                                                                                                      • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                      • ++
                                                                                                                                      ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                      ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                    • ++
                                                                                                                                    ++ ++
                                                                                                                                      +
                                                                                                                                    • Versions: +
                                                                                                                                        +
                                                                                                                                      • version#3 (link to version with id 3)
                                                                                                                                      • Index: public/help/pt-br/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/pt-br/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/pt-br/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/pt-br/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                        Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                        - -

                                                                                                                                        Links to other resources:

                                                                                                                                        -+ -+
                                                                                                                                          -+
                                                                                                                                        • -+ DMSF: -+
                                                                                                                                            -+
                                                                                                                                          • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                          • -+
                                                                                                                                          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                          • -+
                                                                                                                                          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                          • -+
                                                                                                                                          • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                          • -+
                                                                                                                                          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                          • -+
                                                                                                                                          • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                          • -+
                                                                                                                                          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                          • -+
                                                                                                                                          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                          • -+
                                                                                                                                          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                          • -+
                                                                                                                                          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                          • -+
                                                                                                                                          -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                          -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                        • -+
                                                                                                                                        +@@ -49,6 +49,32 @@ +
                                                                                                                                        -
                                                                                                                                      • Documents: ++
                                                                                                                                      • ++ DMSF: ++
                                                                                                                                          ++
                                                                                                                                        • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                        • ++
                                                                                                                                        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                        • ++
                                                                                                                                        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                        • ++
                                                                                                                                        • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                        • ++
                                                                                                                                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                        • ++
                                                                                                                                        • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                        • ++
                                                                                                                                        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                        • ++
                                                                                                                                        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                        • ++
                                                                                                                                        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                        • ++
                                                                                                                                        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                        • ++
                                                                                                                                        • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                        • ++
                                                                                                                                        • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                        • ++
                                                                                                                                        • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                        • ++
                                                                                                                                        • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                        • ++
                                                                                                                                        • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                        • ++
                                                                                                                                        • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                        • ++
                                                                                                                                        ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                        ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                      • ++
                                                                                                                                      ++ ++
                                                                                                                                        +
                                                                                                                                      • Versions: +
                                                                                                                                          +
                                                                                                                                        • version#3 (link to version with id 3)
                                                                                                                                        • Index: public/help/pt-br/wiki_syntax_markdown.html =================================================================== ---- public/help/pt-br/wiki_syntax_markdown.html (revision 15144) +--- public/help/pt-br/wiki_syntax_markdown.html (revision 16952) +++ public/help/pt-br/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -2998,9 +3418,9 @@ Index: public/help/pt-br/wiki_syntax_markdown.html Image![](image_url) Index: public/help/pt-br/wiki_syntax_textile.html =================================================================== ---- public/help/pt-br/wiki_syntax_textile.html (revision 15144) +--- public/help/pt-br/wiki_syntax_textile.html (revision 16952) +++ public/help/pt-br/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -3010,71 +3430,83 @@ Index: public/help/pt-br/wiki_syntax_textile.html Image!image_url! Index: public/help/ro/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/ro/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/ro/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/ro/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                          Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                          - -

                                                                                                                                          Links to other resources:

                                                                                                                                          -+ -+
                                                                                                                                            -+
                                                                                                                                          • -+ DMSF: -+
                                                                                                                                              -+
                                                                                                                                            • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                            • -+
                                                                                                                                            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                            • -+
                                                                                                                                            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                            • -+
                                                                                                                                            • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                            • -+
                                                                                                                                            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                            • -+
                                                                                                                                            • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                            • -+
                                                                                                                                            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                            • -+
                                                                                                                                            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                            • -+
                                                                                                                                            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                            • -+
                                                                                                                                            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                            • -+
                                                                                                                                            -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                            -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                          • -+
                                                                                                                                          +@@ -50,6 +50,32 @@ +
                                                                                                                                          -
                                                                                                                                        • Documents: ++
                                                                                                                                        • ++ DMSF: ++
                                                                                                                                            ++
                                                                                                                                          • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                          • ++
                                                                                                                                          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                          • ++
                                                                                                                                          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                          • ++
                                                                                                                                          • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                          • ++
                                                                                                                                          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                          • ++
                                                                                                                                          • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                          • ++
                                                                                                                                          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                          • ++
                                                                                                                                          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                          • ++
                                                                                                                                          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                          • ++
                                                                                                                                          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                          • ++
                                                                                                                                          • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                          • ++
                                                                                                                                          • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                          • ++
                                                                                                                                          • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                          • ++
                                                                                                                                          • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                          • ++
                                                                                                                                          • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                          • ++
                                                                                                                                          • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                          • ++
                                                                                                                                          ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                          ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                        • ++
                                                                                                                                        ++ ++
                                                                                                                                          +
                                                                                                                                        • Versions: +
                                                                                                                                            +
                                                                                                                                          • version#3 (link to version with id 3)
                                                                                                                                          • Index: public/help/ro/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/ro/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/ro/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/ro/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                            Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                            - -

                                                                                                                                            Links to other resources:

                                                                                                                                            -+ -+
                                                                                                                                              -+
                                                                                                                                            • -+ DMSF: -+
                                                                                                                                                -+
                                                                                                                                              • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                              • -+
                                                                                                                                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                              • -+
                                                                                                                                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                              • -+
                                                                                                                                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                              • -+
                                                                                                                                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                              • -+
                                                                                                                                              • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                              • -+
                                                                                                                                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                              • -+
                                                                                                                                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                              • -+
                                                                                                                                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                              • -+
                                                                                                                                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                              • -+
                                                                                                                                              -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                              -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                            • -+
                                                                                                                                            +@@ -49,6 +49,32 @@ +
                                                                                                                                            -
                                                                                                                                          • Documents: ++
                                                                                                                                          • ++ DMSF: ++
                                                                                                                                              ++
                                                                                                                                            • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                            • ++
                                                                                                                                            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                            • ++
                                                                                                                                            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                            • ++
                                                                                                                                            • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                            • ++
                                                                                                                                            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                            • ++
                                                                                                                                            • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                            • ++
                                                                                                                                            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                            • ++
                                                                                                                                            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                            • ++
                                                                                                                                            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                            • ++
                                                                                                                                            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                            • ++
                                                                                                                                            • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                            • ++
                                                                                                                                            • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                            • ++
                                                                                                                                            • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                            • ++
                                                                                                                                            • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                            • ++
                                                                                                                                            • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                            • ++
                                                                                                                                            • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                            • ++
                                                                                                                                            ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                            ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                          • ++
                                                                                                                                          ++ ++
                                                                                                                                            +
                                                                                                                                          • Versions: +
                                                                                                                                              +
                                                                                                                                            • version#3 (link to version with id 3)
                                                                                                                                            • Index: public/help/ro/wiki_syntax_markdown.html =================================================================== ---- public/help/ro/wiki_syntax_markdown.html (revision 15144) +--- public/help/ro/wiki_syntax_markdown.html (revision 16952) +++ public/help/ro/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -3084,9 +3516,9 @@ Index: public/help/ro/wiki_syntax_markdown.html Image![](image_url) Index: public/help/ro/wiki_syntax_textile.html =================================================================== ---- public/help/ro/wiki_syntax_textile.html (revision 15144) +--- public/help/ro/wiki_syntax_textile.html (revision 16952) +++ public/help/ro/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -3096,71 +3528,83 @@ Index: public/help/ro/wiki_syntax_textile.html Image!image_url! Index: public/help/ru/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/ru/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/ru/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/ru/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                              Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                              - -

                                                                                                                                              Links to other resources:

                                                                                                                                              -+ -+
                                                                                                                                                -+
                                                                                                                                              • -+ DMSF: -+
                                                                                                                                                  -+
                                                                                                                                                • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                • -+
                                                                                                                                                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                • -+
                                                                                                                                                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                • -+
                                                                                                                                                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                • -+
                                                                                                                                                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                • -+
                                                                                                                                                • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                • -+
                                                                                                                                                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                • -+
                                                                                                                                                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                • -+
                                                                                                                                                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                • -+
                                                                                                                                                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                • -+
                                                                                                                                                -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                              • -+
                                                                                                                                              +@@ -50,6 +50,32 @@ +
                                                                                                                                              -
                                                                                                                                            • Documents: ++
                                                                                                                                            • ++ DMSF: ++
                                                                                                                                                ++
                                                                                                                                              • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                              • ++
                                                                                                                                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                              • ++
                                                                                                                                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                              • ++
                                                                                                                                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                              • ++
                                                                                                                                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                              • ++
                                                                                                                                              • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                              • ++
                                                                                                                                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                              • ++
                                                                                                                                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                              • ++
                                                                                                                                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                              • ++
                                                                                                                                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                              • ++
                                                                                                                                              • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                              • ++
                                                                                                                                              • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                              • ++
                                                                                                                                              • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                              • ++
                                                                                                                                              • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                              • ++
                                                                                                                                              • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                              • ++
                                                                                                                                              • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                              • ++
                                                                                                                                              ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                              ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                            • ++
                                                                                                                                            ++ ++
                                                                                                                                              +
                                                                                                                                            • Versions: +
                                                                                                                                                +
                                                                                                                                              • version#3 (link to version with id 3)
                                                                                                                                              • Index: public/help/ru/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/ru/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/ru/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/ru/wiki_syntax_detailed_textile.html (working copy) -@@ -78,6 +78,25 @@ +@@ -67,6 +67,32 @@ +
                                                                                                                                              -

                                                                                                                                              ССылки на другие ресурсы:

                                                                                                                                              - -+
                                                                                                                                                -+
                                                                                                                                              • -+ DMSF: -+
                                                                                                                                                  -+
                                                                                                                                                • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                • -+
                                                                                                                                                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                • -+
                                                                                                                                                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                • -+
                                                                                                                                                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                • -+
                                                                                                                                                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                • -+
                                                                                                                                                • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                • -+
                                                                                                                                                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                • -+
                                                                                                                                                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                • -+
                                                                                                                                                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                • -+
                                                                                                                                                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                • -+
                                                                                                                                                -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                              • -+
                                                                                                                                              -+
                                                                                                                                                -
                                                                                                                                              • Документы: ++
                                                                                                                                              • ++ DMSF: ++
                                                                                                                                                  ++
                                                                                                                                                • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                • ++
                                                                                                                                                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                • ++
                                                                                                                                                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                • ++
                                                                                                                                                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                • ++
                                                                                                                                                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                • ++
                                                                                                                                                • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                • ++
                                                                                                                                                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                • ++
                                                                                                                                                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                • ++
                                                                                                                                                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                • ++
                                                                                                                                                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                • ++
                                                                                                                                                • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                • ++
                                                                                                                                                • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                • ++
                                                                                                                                                • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                • ++
                                                                                                                                                • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                • ++
                                                                                                                                                • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                • ++
                                                                                                                                                • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                • ++
                                                                                                                                                ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                              • ++
                                                                                                                                              ++ ++
                                                                                                                                                +
                                                                                                                                              • Этапы:
                                                                                                                                                  +
                                                                                                                                                • version#3 (ссылка на этап с id 3)
                                                                                                                                                • Index: public/help/ru/wiki_syntax_markdown.html =================================================================== ---- public/help/ru/wiki_syntax_markdown.html (revision 15144) +--- public/help/ru/wiki_syntax_markdown.html (revision 16952) +++ public/help/ru/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -3170,169 +3614,194 @@ Index: public/help/ru/wiki_syntax_markdown.html Image![](image_url) Index: public/help/ru/wiki_syntax_textile.html =================================================================== ---- public/help/ru/wiki_syntax_textile.html (revision 15144) +--- public/help/ru/wiki_syntax_textile.html (revision 16952) +++ public/help/ru/wiki_syntax_textile.html (working copy) -@@ -132,6 +132,7 @@ - source:some/file - source:some/file - -+{{dmsf(83)}}Document #83 - - Вставка изображений +@@ -132,7 +132,7 @@ + !вложенный_файл! + +- ++ {{dmsf(83)}}Document #83 + Tables + + Index: public/help/sk/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/sk/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/sk/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/sk/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                                  Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                                  - -

                                                                                                                                                  Links to other resources:

                                                                                                                                                  -+ -+
                                                                                                                                                    -+
                                                                                                                                                  • -+ DMSF: -+
                                                                                                                                                      -+
                                                                                                                                                    • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                    • -+
                                                                                                                                                    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                    • -+
                                                                                                                                                    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                    • -+
                                                                                                                                                    • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                    • -+
                                                                                                                                                    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                    • -+
                                                                                                                                                    • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                    • -+
                                                                                                                                                    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                    • -+
                                                                                                                                                    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                    • -+
                                                                                                                                                    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                    • -+
                                                                                                                                                    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                    • -+
                                                                                                                                                    -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                    -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                  • -+
                                                                                                                                                  +@@ -50,6 +50,32 @@ +
                                                                                                                                                  -
                                                                                                                                                • Documents: ++
                                                                                                                                                • ++ DMSF: ++
                                                                                                                                                    ++
                                                                                                                                                  • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                  • ++
                                                                                                                                                  • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                  • ++
                                                                                                                                                  • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                  • ++
                                                                                                                                                  • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                  • ++
                                                                                                                                                  • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                  • ++
                                                                                                                                                  • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                  • ++
                                                                                                                                                  • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                  • ++
                                                                                                                                                  • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                  • ++
                                                                                                                                                  • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                  • ++
                                                                                                                                                  • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                  • ++
                                                                                                                                                  • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                  • ++
                                                                                                                                                  • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                  • ++
                                                                                                                                                  • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                  • ++
                                                                                                                                                  • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                  • ++
                                                                                                                                                  • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                  • ++
                                                                                                                                                  • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                  • ++
                                                                                                                                                  ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                  ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                • ++
                                                                                                                                                ++ ++
                                                                                                                                                  +
                                                                                                                                                • Versions: +
                                                                                                                                                    +
                                                                                                                                                  • version#3 (link to version with id 3)
                                                                                                                                                  • Index: public/help/sk/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/sk/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/sk/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/sk/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                                    Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                                    - -

                                                                                                                                                    Links to other resources:

                                                                                                                                                    -+ -+
                                                                                                                                                      -+
                                                                                                                                                    • -+ DMSF: -+
                                                                                                                                                        -+
                                                                                                                                                      • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                      • -+
                                                                                                                                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                      • -+
                                                                                                                                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                      • -+
                                                                                                                                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                      • -+
                                                                                                                                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                      • -+
                                                                                                                                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                      • -+
                                                                                                                                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                      • -+
                                                                                                                                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                      • -+
                                                                                                                                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                      • -+
                                                                                                                                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                      • -+
                                                                                                                                                      -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                      -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                    • -+
                                                                                                                                                    +@@ -49,6 +49,32 @@ +
                                                                                                                                                    -
                                                                                                                                                  • Documents: ++
                                                                                                                                                  • ++ DMSF: ++
                                                                                                                                                      ++
                                                                                                                                                    • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                    • ++
                                                                                                                                                    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                    • ++
                                                                                                                                                    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                    • ++
                                                                                                                                                    • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                    • ++
                                                                                                                                                    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                    • ++
                                                                                                                                                    • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                    • ++
                                                                                                                                                    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                    • ++
                                                                                                                                                    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                    • ++
                                                                                                                                                    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                    • ++
                                                                                                                                                    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                    • ++
                                                                                                                                                    • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                    • ++
                                                                                                                                                    • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                    • ++
                                                                                                                                                    • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                    • ++
                                                                                                                                                    • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                    • ++
                                                                                                                                                    • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                    • ++
                                                                                                                                                    • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                    • ++
                                                                                                                                                    ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                    ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                  • ++
                                                                                                                                                  ++ ++
                                                                                                                                                    +
                                                                                                                                                  • Versions: +
                                                                                                                                                      +
                                                                                                                                                    • version#3 (link to version with id 3)
                                                                                                                                                    • Index: public/help/sk/wiki_syntax_markdown.html =================================================================== ---- public/help/sk/wiki_syntax_markdown.html (revision 15144) +--- public/help/sk/wiki_syntax_markdown.html (revision 16952) +++ public/help/sk/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file -+{{dmsf(83)}}Dokument #83 ++{{dmsf(83)}}Document #83 Inline images Image![](image_url) Index: public/help/sk/wiki_syntax_textile.html =================================================================== ---- public/help/sk/wiki_syntax_textile.html (revision 15144) +--- public/help/sk/wiki_syntax_textile.html (revision 16952) +++ public/help/sk/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file -+{{dmsf(83)}}Dokument #83 ++{{dmsf(83)}}Document #83 Inline images Image!image_url! Index: public/help/sl/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/sl/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/sl/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/sl/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ +@@ -34,6 +34,32 @@ +
                                                                                                                                                    • [[sandbox:]] displays a link to the Sandbox wiki main page
                                                                                                                                                    • +
                                                                                                                                                    + ++
                                                                                                                                                      ++
                                                                                                                                                    • ++ DMSF: ++
                                                                                                                                                        ++
                                                                                                                                                      • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                      • ++
                                                                                                                                                      ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                      ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                    • ++
                                                                                                                                                    ++

                                                                                                                                                    Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                                    Links to other resources:

                                                                                                                                                    -+ -+
                                                                                                                                                      -+
                                                                                                                                                    • -+ DMSF: -+
                                                                                                                                                        -+
                                                                                                                                                      • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                      • -+
                                                                                                                                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                      • -+
                                                                                                                                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                      • -+
                                                                                                                                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                      • -+
                                                                                                                                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                      • -+
                                                                                                                                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                      • -+
                                                                                                                                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                      • -+
                                                                                                                                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                      • -+
                                                                                                                                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                      • -+
                                                                                                                                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                      • -+
                                                                                                                                                      -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                      -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                    • -+
                                                                                                                                                    - -
                                                                                                                                                      -
                                                                                                                                                    • Documents: Index: public/help/sl/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/sl/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/sl/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/sl/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                                      Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                                      - -

                                                                                                                                                      Links to other resources:

                                                                                                                                                      -+ -+
                                                                                                                                                        -+
                                                                                                                                                      • -+ DMSF: -+
                                                                                                                                                          -+
                                                                                                                                                        • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                        • -+
                                                                                                                                                        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                        • -+
                                                                                                                                                        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                        • -+
                                                                                                                                                        • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                        • -+
                                                                                                                                                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                        • -+
                                                                                                                                                        • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                        • -+
                                                                                                                                                        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                        • -+
                                                                                                                                                        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                        • -+
                                                                                                                                                        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                        • -+
                                                                                                                                                        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                        • -+
                                                                                                                                                        -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                        -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                      • -+
                                                                                                                                                      +@@ -49,6 +49,32 @@ +
                                                                                                                                                      -
                                                                                                                                                    • Documents: ++
                                                                                                                                                    • ++ DMSF: ++
                                                                                                                                                        ++
                                                                                                                                                      • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                      • ++
                                                                                                                                                      • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                      • ++
                                                                                                                                                      ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                      ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                    • ++
                                                                                                                                                    ++ ++
                                                                                                                                                      +
                                                                                                                                                    • Versions: +
                                                                                                                                                        +
                                                                                                                                                      • version#3 (link to version with id 3)
                                                                                                                                                      • Index: public/help/sl/wiki_syntax_markdown.html =================================================================== ---- public/help/sl/wiki_syntax_markdown.html (revision 15144) +--- public/help/sl/wiki_syntax_markdown.html (revision 16952) +++ public/help/sl/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -3342,9 +3811,9 @@ Index: public/help/sl/wiki_syntax_markdown.html Image![](image_url) Index: public/help/sl/wiki_syntax_textile.html =================================================================== ---- public/help/sl/wiki_syntax_textile.html (revision 15144) +--- public/help/sl/wiki_syntax_textile.html (revision 16952) +++ public/help/sl/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -3354,71 +3823,83 @@ Index: public/help/sl/wiki_syntax_textile.html Image!image_url! Index: public/help/sq/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/sq/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/sq/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/sq/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                                        Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                                        - -

                                                                                                                                                        Links to other resources:

                                                                                                                                                        -+ -+
                                                                                                                                                          -+
                                                                                                                                                        • -+ DMSF: -+
                                                                                                                                                            -+
                                                                                                                                                          • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                          • -+
                                                                                                                                                          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                          • -+
                                                                                                                                                          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                          • -+
                                                                                                                                                          • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                          • -+
                                                                                                                                                          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                          • -+
                                                                                                                                                          • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                          • -+
                                                                                                                                                          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                          • -+
                                                                                                                                                          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                          • -+
                                                                                                                                                          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                          • -+
                                                                                                                                                          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                          • -+
                                                                                                                                                          -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                          -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                        • -+
                                                                                                                                                        +@@ -50,6 +50,32 @@ +
                                                                                                                                                        -
                                                                                                                                                      • Documents: ++
                                                                                                                                                      • ++ DMSF: ++
                                                                                                                                                          ++
                                                                                                                                                        • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                        • ++
                                                                                                                                                        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                        • ++
                                                                                                                                                        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                        • ++
                                                                                                                                                        • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                        • ++
                                                                                                                                                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                        • ++
                                                                                                                                                        • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                        • ++
                                                                                                                                                        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                        • ++
                                                                                                                                                        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                        • ++
                                                                                                                                                        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                        • ++
                                                                                                                                                        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                        • ++
                                                                                                                                                        • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                        • ++
                                                                                                                                                        • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                        • ++
                                                                                                                                                        • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                        • ++
                                                                                                                                                        • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                        • ++
                                                                                                                                                        • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                        • ++
                                                                                                                                                        • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                        • ++
                                                                                                                                                        ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                        ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                      • ++
                                                                                                                                                      ++ ++
                                                                                                                                                        +
                                                                                                                                                      • Versions: +
                                                                                                                                                          +
                                                                                                                                                        • version#3 (link to version with id 3)
                                                                                                                                                        • Index: public/help/sq/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/sq/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/sq/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/sq/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                                          Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                                          - -

                                                                                                                                                          Links to other resources:

                                                                                                                                                          -+ -+
                                                                                                                                                            -+
                                                                                                                                                          • -+ DMSF: -+
                                                                                                                                                              -+
                                                                                                                                                            • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                            • -+
                                                                                                                                                            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                            • -+
                                                                                                                                                            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                            • -+
                                                                                                                                                            • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                            • -+
                                                                                                                                                            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                            • -+
                                                                                                                                                            • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                            • -+
                                                                                                                                                            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                            • -+
                                                                                                                                                            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                            • -+
                                                                                                                                                            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                            • -+
                                                                                                                                                            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                            • -+
                                                                                                                                                            -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                            -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                          • -+
                                                                                                                                                          +@@ -49,6 +49,32 @@ +
                                                                                                                                                          -
                                                                                                                                                        • Documents: ++
                                                                                                                                                        • ++ DMSF: ++
                                                                                                                                                            ++
                                                                                                                                                          • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                          • ++
                                                                                                                                                          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                          • ++
                                                                                                                                                          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                          • ++
                                                                                                                                                          • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                          • ++
                                                                                                                                                          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                          • ++
                                                                                                                                                          • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                          • ++
                                                                                                                                                          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                          • ++
                                                                                                                                                          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                          • ++
                                                                                                                                                          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                          • ++
                                                                                                                                                          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                          • ++
                                                                                                                                                          • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                          • ++
                                                                                                                                                          • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                          • ++
                                                                                                                                                          • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                          • ++
                                                                                                                                                          • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                          • ++
                                                                                                                                                          • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                          • ++
                                                                                                                                                          • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                          • ++
                                                                                                                                                          ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                          ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                        • ++
                                                                                                                                                        ++ ++
                                                                                                                                                          +
                                                                                                                                                        • Versions: +
                                                                                                                                                            +
                                                                                                                                                          • version#3 (link to version with id 3)
                                                                                                                                                          • Index: public/help/sq/wiki_syntax_markdown.html =================================================================== ---- public/help/sq/wiki_syntax_markdown.html (revision 15144) +--- public/help/sq/wiki_syntax_markdown.html (revision 16952) +++ public/help/sq/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -3428,9 +3909,9 @@ Index: public/help/sq/wiki_syntax_markdown.html Image![](image_url) Index: public/help/sq/wiki_syntax_textile.html =================================================================== ---- public/help/sq/wiki_syntax_textile.html (revision 15144) +--- public/help/sq/wiki_syntax_textile.html (revision 16952) +++ public/help/sq/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -3440,71 +3921,83 @@ Index: public/help/sq/wiki_syntax_textile.html Image!image_url! Index: public/help/sr/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/sr/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/sr/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/sr/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                                            Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                                            - -

                                                                                                                                                            Links to other resources:

                                                                                                                                                            -+ -+
                                                                                                                                                              -+
                                                                                                                                                            • -+ DMSF: -+
                                                                                                                                                                -+
                                                                                                                                                              • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                              • -+
                                                                                                                                                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                              • -+
                                                                                                                                                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                              • -+
                                                                                                                                                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                              • -+
                                                                                                                                                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                              • -+
                                                                                                                                                              • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                              • -+
                                                                                                                                                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                              • -+
                                                                                                                                                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                              • -+
                                                                                                                                                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                              • -+
                                                                                                                                                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                              • -+
                                                                                                                                                              -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                              -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                            • -+
                                                                                                                                                            +@@ -50,6 +50,32 @@ +
                                                                                                                                                            -
                                                                                                                                                          • Documents: ++
                                                                                                                                                          • ++ DMSF: ++
                                                                                                                                                              ++
                                                                                                                                                            • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                            • ++
                                                                                                                                                            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                            • ++
                                                                                                                                                            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                            • ++
                                                                                                                                                            • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                            • ++
                                                                                                                                                            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                            • ++
                                                                                                                                                            • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                            • ++
                                                                                                                                                            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                            • ++
                                                                                                                                                            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                            • ++
                                                                                                                                                            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                            • ++
                                                                                                                                                            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                            • ++
                                                                                                                                                            • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                            • ++
                                                                                                                                                            • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                            • ++
                                                                                                                                                            • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                            • ++
                                                                                                                                                            • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                            • ++
                                                                                                                                                            • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                            • ++
                                                                                                                                                            • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                            • ++
                                                                                                                                                            ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                            ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                          • ++
                                                                                                                                                          ++ ++
                                                                                                                                                            +
                                                                                                                                                          • Versions: +
                                                                                                                                                              +
                                                                                                                                                            • version#3 (link to version with id 3)
                                                                                                                                                            • Index: public/help/sr/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/sr/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/sr/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/sr/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                                              Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                                              - -

                                                                                                                                                              Links to other resources:

                                                                                                                                                              -+ -+
                                                                                                                                                                -+
                                                                                                                                                              • -+ DMSF: -+
                                                                                                                                                                  -+
                                                                                                                                                                • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                • -+
                                                                                                                                                                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                • -+
                                                                                                                                                                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                • -+
                                                                                                                                                                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                • -+
                                                                                                                                                                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                • -+
                                                                                                                                                                • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                • -+
                                                                                                                                                                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                • -+
                                                                                                                                                                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                • -+
                                                                                                                                                                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                • -+
                                                                                                                                                                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                • -+
                                                                                                                                                                -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                              • -+
                                                                                                                                                              +@@ -49,6 +49,32 @@ +
                                                                                                                                                              -
                                                                                                                                                            • Documents: ++
                                                                                                                                                            • ++ DMSF: ++
                                                                                                                                                                ++
                                                                                                                                                              • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                              • ++
                                                                                                                                                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                              • ++
                                                                                                                                                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                              • ++
                                                                                                                                                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                              • ++
                                                                                                                                                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                              • ++
                                                                                                                                                              • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                              • ++
                                                                                                                                                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                              • ++
                                                                                                                                                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                              • ++
                                                                                                                                                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                              • ++
                                                                                                                                                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                              • ++
                                                                                                                                                              • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                              • ++
                                                                                                                                                              • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                              • ++
                                                                                                                                                              • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                              • ++
                                                                                                                                                              • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                              • ++
                                                                                                                                                              • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                              • ++
                                                                                                                                                              • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                              • ++
                                                                                                                                                              ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                              ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                            • ++
                                                                                                                                                            ++ ++
                                                                                                                                                              +
                                                                                                                                                            • Versions: +
                                                                                                                                                                +
                                                                                                                                                              • version#3 (link to version with id 3)
                                                                                                                                                              • Index: public/help/sr/wiki_syntax_markdown.html =================================================================== ---- public/help/sr/wiki_syntax_markdown.html (revision 15144) +--- public/help/sr/wiki_syntax_markdown.html (revision 16952) +++ public/help/sr/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -3514,9 +4007,9 @@ Index: public/help/sr/wiki_syntax_markdown.html Image![](image_url) Index: public/help/sr/wiki_syntax_textile.html =================================================================== ---- public/help/sr/wiki_syntax_textile.html (revision 15144) +--- public/help/sr/wiki_syntax_textile.html (revision 16952) +++ public/help/sr/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -3526,71 +4019,83 @@ Index: public/help/sr/wiki_syntax_textile.html Image!image_url! Index: public/help/sr-yu/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/sr-yu/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/sr-yu/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/sr-yu/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                                                Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                                                - -

                                                                                                                                                                Links to other resources:

                                                                                                                                                                -+ -+
                                                                                                                                                                  -+
                                                                                                                                                                • -+ DMSF: -+
                                                                                                                                                                    -+
                                                                                                                                                                  • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                  • -+
                                                                                                                                                                  • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                  • -+
                                                                                                                                                                  • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                  • -+
                                                                                                                                                                  • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                  • -+
                                                                                                                                                                  • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                  • -+
                                                                                                                                                                  • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                  • -+
                                                                                                                                                                  • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                  • -+
                                                                                                                                                                  • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                  • -+
                                                                                                                                                                  • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                  • -+
                                                                                                                                                                  • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                  • -+
                                                                                                                                                                  -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                  -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                                • -+
                                                                                                                                                                +@@ -50,6 +50,32 @@ +
                                                                                                                                                                -
                                                                                                                                                              • Documents: ++
                                                                                                                                                              • ++ DMSF: ++
                                                                                                                                                                  ++
                                                                                                                                                                • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                • ++
                                                                                                                                                                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                • ++
                                                                                                                                                                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                • ++
                                                                                                                                                                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                • ++
                                                                                                                                                                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                • ++
                                                                                                                                                                • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                • ++
                                                                                                                                                                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                • ++
                                                                                                                                                                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                • ++
                                                                                                                                                                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                • ++
                                                                                                                                                                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                • ++
                                                                                                                                                                • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                                • ++
                                                                                                                                                                • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                                • ++
                                                                                                                                                                • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                                • ++
                                                                                                                                                                • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                                • ++
                                                                                                                                                                • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                                • ++
                                                                                                                                                                • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                                • ++
                                                                                                                                                                ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                              • ++
                                                                                                                                                              ++ ++
                                                                                                                                                                +
                                                                                                                                                              • Versions: +
                                                                                                                                                                  +
                                                                                                                                                                • version#3 (link to version with id 3)
                                                                                                                                                                • Index: public/help/sr-yu/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/sr-yu/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/sr-yu/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/sr-yu/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                                                  Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                                                  - -

                                                                                                                                                                  Links to other resources:

                                                                                                                                                                  -+ -+
                                                                                                                                                                    -+
                                                                                                                                                                  • -+ DMSF: -+
                                                                                                                                                                      -+
                                                                                                                                                                    • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                    • -+
                                                                                                                                                                    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                    • -+
                                                                                                                                                                    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                    • -+
                                                                                                                                                                    • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                    • -+
                                                                                                                                                                    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                    • -+
                                                                                                                                                                    • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                    • -+
                                                                                                                                                                    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                    • -+
                                                                                                                                                                    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                    • -+
                                                                                                                                                                    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                    • -+
                                                                                                                                                                    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                    • -+
                                                                                                                                                                    -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                    -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                                  • -+
                                                                                                                                                                  +@@ -49,6 +49,32 @@ +
                                                                                                                                                                  -
                                                                                                                                                                • Documents: ++
                                                                                                                                                                • ++ DMSF: ++
                                                                                                                                                                    ++
                                                                                                                                                                  • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                  • ++
                                                                                                                                                                  • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                  • ++
                                                                                                                                                                  • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                  • ++
                                                                                                                                                                  • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                  • ++
                                                                                                                                                                  • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                  • ++
                                                                                                                                                                  • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                  • ++
                                                                                                                                                                  • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                  • ++
                                                                                                                                                                  • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                  • ++
                                                                                                                                                                  • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                  • ++
                                                                                                                                                                  • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                  • ++
                                                                                                                                                                  • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                                  • ++
                                                                                                                                                                  • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                                  • ++
                                                                                                                                                                  • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                                  • ++
                                                                                                                                                                  • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                                  • ++
                                                                                                                                                                  • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                                  • ++
                                                                                                                                                                  • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                                  • ++
                                                                                                                                                                  ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                  ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                                • ++
                                                                                                                                                                ++ ++
                                                                                                                                                                  +
                                                                                                                                                                • Versions: +
                                                                                                                                                                    +
                                                                                                                                                                  • version#3 (link to version with id 3)
                                                                                                                                                                  • Index: public/help/sr-yu/wiki_syntax_markdown.html =================================================================== ---- public/help/sr-yu/wiki_syntax_markdown.html (revision 15144) +--- public/help/sr-yu/wiki_syntax_markdown.html (revision 16952) +++ public/help/sr-yu/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -3600,9 +4105,9 @@ Index: public/help/sr-yu/wiki_syntax_markdown.html Image![](image_url) Index: public/help/sr-yu/wiki_syntax_textile.html =================================================================== ---- public/help/sr-yu/wiki_syntax_textile.html (revision 15144) +--- public/help/sr-yu/wiki_syntax_textile.html (revision 16952) +++ public/help/sr-yu/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -3612,71 +4117,83 @@ Index: public/help/sr-yu/wiki_syntax_textile.html Image!image_url! Index: public/help/sv/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/sv/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/sv/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/sv/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                                                    Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                                                    - -

                                                                                                                                                                    Links to other resources:

                                                                                                                                                                    -+ -+
                                                                                                                                                                      -+
                                                                                                                                                                    • -+ DMSF: -+
                                                                                                                                                                        -+
                                                                                                                                                                      • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                      • -+
                                                                                                                                                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                      • -+
                                                                                                                                                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                      • -+
                                                                                                                                                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                      • -+
                                                                                                                                                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                      • -+
                                                                                                                                                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                      • -+
                                                                                                                                                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                      • -+
                                                                                                                                                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                      • -+
                                                                                                                                                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                      • -+
                                                                                                                                                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                      • -+
                                                                                                                                                                      -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                      -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                                    • -+
                                                                                                                                                                    +@@ -50,6 +50,32 @@ +
                                                                                                                                                                    -
                                                                                                                                                                  • Documents: ++
                                                                                                                                                                  • ++ DMSF: ++
                                                                                                                                                                      ++
                                                                                                                                                                    • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                    • ++
                                                                                                                                                                    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                    • ++
                                                                                                                                                                    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                    • ++
                                                                                                                                                                    • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                    • ++
                                                                                                                                                                    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                    • ++
                                                                                                                                                                    • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                    • ++
                                                                                                                                                                    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                    • ++
                                                                                                                                                                    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                    • ++
                                                                                                                                                                    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                    • ++
                                                                                                                                                                    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                    • ++
                                                                                                                                                                    • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                                    • ++
                                                                                                                                                                    • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                                    • ++
                                                                                                                                                                    • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                                    • ++
                                                                                                                                                                    • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                                    • ++
                                                                                                                                                                    • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                                    • ++
                                                                                                                                                                    • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                                    • ++
                                                                                                                                                                    ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                    ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                                  • ++
                                                                                                                                                                  ++ ++
                                                                                                                                                                    +
                                                                                                                                                                  • Versions: +
                                                                                                                                                                      +
                                                                                                                                                                    • version#3 (link to version with id 3)
                                                                                                                                                                    • Index: public/help/sv/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/sv/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/sv/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/sv/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                                                      Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                                                      - -

                                                                                                                                                                      Links to other resources:

                                                                                                                                                                      -+ -+
                                                                                                                                                                        -+
                                                                                                                                                                      • -+ DMSF: -+
                                                                                                                                                                          -+
                                                                                                                                                                        • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                        • -+
                                                                                                                                                                        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                        • -+
                                                                                                                                                                        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                        • -+
                                                                                                                                                                        • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                        • -+
                                                                                                                                                                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                        • -+
                                                                                                                                                                        • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                        • -+
                                                                                                                                                                        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                        • -+
                                                                                                                                                                        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                        • -+
                                                                                                                                                                        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                        • -+
                                                                                                                                                                        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                        • -+
                                                                                                                                                                        -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                        -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                                      • -+
                                                                                                                                                                      +@@ -49,6 +49,32 @@ +
                                                                                                                                                                      -
                                                                                                                                                                    • Documents: ++
                                                                                                                                                                    • ++ DMSF: ++
                                                                                                                                                                        ++
                                                                                                                                                                      • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                      • ++
                                                                                                                                                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                      • ++
                                                                                                                                                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                      • ++
                                                                                                                                                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                      • ++
                                                                                                                                                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                      • ++
                                                                                                                                                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                      • ++
                                                                                                                                                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                      • ++
                                                                                                                                                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                      • ++
                                                                                                                                                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                      • ++
                                                                                                                                                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                      • ++
                                                                                                                                                                      • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                                      • ++
                                                                                                                                                                      • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                                      • ++
                                                                                                                                                                      • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                                      • ++
                                                                                                                                                                      • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                                      • ++
                                                                                                                                                                      • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                                      • ++
                                                                                                                                                                      • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                                      • ++
                                                                                                                                                                      ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                      ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                                    • ++
                                                                                                                                                                    ++ ++
                                                                                                                                                                      +
                                                                                                                                                                    • Versions: +
                                                                                                                                                                        +
                                                                                                                                                                      • version#3 (link to version with id 3)
                                                                                                                                                                      • Index: public/help/sv/wiki_syntax_markdown.html =================================================================== ---- public/help/sv/wiki_syntax_markdown.html (revision 15144) +--- public/help/sv/wiki_syntax_markdown.html (revision 16952) +++ public/help/sv/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -3686,9 +4203,9 @@ Index: public/help/sv/wiki_syntax_markdown.html Image![](image_url) Index: public/help/sv/wiki_syntax_textile.html =================================================================== ---- public/help/sv/wiki_syntax_textile.html (revision 15144) +--- public/help/sv/wiki_syntax_textile.html (revision 16952) +++ public/help/sv/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -3698,71 +4215,83 @@ Index: public/help/sv/wiki_syntax_textile.html Image!image_url! Index: public/help/th/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/th/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/th/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/th/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                                                        Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                                                        - -

                                                                                                                                                                        Links to other resources:

                                                                                                                                                                        -+ -+
                                                                                                                                                                          -+
                                                                                                                                                                        • -+ DMSF: -+
                                                                                                                                                                            -+
                                                                                                                                                                          • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                          • -+
                                                                                                                                                                          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                          • -+
                                                                                                                                                                          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                          • -+
                                                                                                                                                                          • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                          • -+
                                                                                                                                                                          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                          • -+
                                                                                                                                                                          • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                          • -+
                                                                                                                                                                          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                          • -+
                                                                                                                                                                          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                          • -+
                                                                                                                                                                          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                          • -+
                                                                                                                                                                          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                          • -+
                                                                                                                                                                          -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                          -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                                        • -+
                                                                                                                                                                        +@@ -50,6 +50,32 @@ +
                                                                                                                                                                        -
                                                                                                                                                                      • Documents: ++
                                                                                                                                                                      • ++ DMSF: ++
                                                                                                                                                                          ++
                                                                                                                                                                        • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                        • ++
                                                                                                                                                                        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                        • ++
                                                                                                                                                                        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                        • ++
                                                                                                                                                                        • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                        • ++
                                                                                                                                                                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                        • ++
                                                                                                                                                                        • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                        • ++
                                                                                                                                                                        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                        • ++
                                                                                                                                                                        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                        • ++
                                                                                                                                                                        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                        • ++
                                                                                                                                                                        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                        • ++
                                                                                                                                                                        • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                                        • ++
                                                                                                                                                                        • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                                        • ++
                                                                                                                                                                        • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                                        • ++
                                                                                                                                                                        • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                                        • ++
                                                                                                                                                                        • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                                        • ++
                                                                                                                                                                        • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                                        • ++
                                                                                                                                                                        ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                        ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                                      • ++
                                                                                                                                                                      ++ ++
                                                                                                                                                                        +
                                                                                                                                                                      • Versions: +
                                                                                                                                                                          +
                                                                                                                                                                        • version#3 (link to version with id 3)
                                                                                                                                                                        • Index: public/help/th/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/th/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/th/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/th/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                                                          Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                                                          - -

                                                                                                                                                                          Links to other resources:

                                                                                                                                                                          -+ -+
                                                                                                                                                                            -+
                                                                                                                                                                          • -+ DMSF: -+
                                                                                                                                                                              -+
                                                                                                                                                                            • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                            • -+
                                                                                                                                                                            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                            • -+
                                                                                                                                                                            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                            • -+
                                                                                                                                                                            • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                            • -+
                                                                                                                                                                            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                            • -+
                                                                                                                                                                            • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                            • -+
                                                                                                                                                                            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                            • -+
                                                                                                                                                                            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                            • -+
                                                                                                                                                                            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                            • -+
                                                                                                                                                                            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                            • -+
                                                                                                                                                                            -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                            -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                                          • -+
                                                                                                                                                                          +@@ -49,6 +49,32 @@ +
                                                                                                                                                                          -
                                                                                                                                                                        • Documents: ++
                                                                                                                                                                        • ++ DMSF: ++
                                                                                                                                                                            ++
                                                                                                                                                                          • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                          • ++
                                                                                                                                                                          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                          • ++
                                                                                                                                                                          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                          • ++
                                                                                                                                                                          • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                          • ++
                                                                                                                                                                          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                          • ++
                                                                                                                                                                          • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                          • ++
                                                                                                                                                                          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                          • ++
                                                                                                                                                                          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                          • ++
                                                                                                                                                                          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                          • ++
                                                                                                                                                                          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                          • ++
                                                                                                                                                                          • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                                          • ++
                                                                                                                                                                          • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                                          • ++
                                                                                                                                                                          • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                                          • ++
                                                                                                                                                                          • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                                          • ++
                                                                                                                                                                          • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                                          • ++
                                                                                                                                                                          • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                                          • ++
                                                                                                                                                                          ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                          ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                                        • ++
                                                                                                                                                                        ++ ++
                                                                                                                                                                          +
                                                                                                                                                                        • Versions: +
                                                                                                                                                                            +
                                                                                                                                                                          • version#3 (link to version with id 3)
                                                                                                                                                                          • Index: public/help/th/wiki_syntax_markdown.html =================================================================== ---- public/help/th/wiki_syntax_markdown.html (revision 15144) +--- public/help/th/wiki_syntax_markdown.html (revision 16952) +++ public/help/th/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -3772,9 +4301,9 @@ Index: public/help/th/wiki_syntax_markdown.html Image![](image_url) Index: public/help/th/wiki_syntax_textile.html =================================================================== ---- public/help/th/wiki_syntax_textile.html (revision 15144) +--- public/help/th/wiki_syntax_textile.html (revision 16952) +++ public/help/th/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -3784,71 +4313,83 @@ Index: public/help/th/wiki_syntax_textile.html Image!image_url! Index: public/help/tr/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/tr/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/tr/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/tr/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                                                            Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                                                            - -

                                                                                                                                                                            Links to other resources:

                                                                                                                                                                            -+ -+
                                                                                                                                                                              -+
                                                                                                                                                                            • -+ DMSF: -+
                                                                                                                                                                                -+
                                                                                                                                                                              • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                              • -+
                                                                                                                                                                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                              • -+
                                                                                                                                                                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                              • -+
                                                                                                                                                                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                              • -+
                                                                                                                                                                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                              • -+
                                                                                                                                                                              • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                              • -+
                                                                                                                                                                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                              • -+
                                                                                                                                                                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                              • -+
                                                                                                                                                                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                              • -+
                                                                                                                                                                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                              • -+
                                                                                                                                                                              -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                              -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                                            • -+
                                                                                                                                                                            +@@ -50,6 +50,32 @@ +
                                                                                                                                                                            -
                                                                                                                                                                          • Documents: ++
                                                                                                                                                                          • ++ DMSF: ++
                                                                                                                                                                              ++
                                                                                                                                                                            • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                            • ++
                                                                                                                                                                            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                            • ++
                                                                                                                                                                            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                            • ++
                                                                                                                                                                            • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                            • ++
                                                                                                                                                                            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                            • ++
                                                                                                                                                                            • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                            • ++
                                                                                                                                                                            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                            • ++
                                                                                                                                                                            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                            • ++
                                                                                                                                                                            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                            • ++
                                                                                                                                                                            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                            • ++
                                                                                                                                                                            • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                                            • ++
                                                                                                                                                                            • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                                            • ++
                                                                                                                                                                            • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                                            • ++
                                                                                                                                                                            • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                                            • ++
                                                                                                                                                                            • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                                            • ++
                                                                                                                                                                            • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                                            • ++
                                                                                                                                                                            ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                            ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                                          • ++
                                                                                                                                                                          ++ ++
                                                                                                                                                                            +
                                                                                                                                                                          • Versions: +
                                                                                                                                                                              +
                                                                                                                                                                            • version#3 (link to version with id 3)
                                                                                                                                                                            • Index: public/help/tr/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/tr/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/tr/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/tr/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                                                              Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                                                              - -

                                                                                                                                                                              Links to other resources:

                                                                                                                                                                              -+ -+
                                                                                                                                                                                -+
                                                                                                                                                                              • -+ DMSF: -+
                                                                                                                                                                                  -+
                                                                                                                                                                                • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                                • -+
                                                                                                                                                                                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                                • -+
                                                                                                                                                                                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                                • -+
                                                                                                                                                                                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                                • -+
                                                                                                                                                                                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                                • -+
                                                                                                                                                                                • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                                • -+
                                                                                                                                                                                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                                • -+
                                                                                                                                                                                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                                • -+
                                                                                                                                                                                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                                • -+
                                                                                                                                                                                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                                • -+
                                                                                                                                                                                -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                                -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                                              • -+
                                                                                                                                                                              +@@ -49,6 +49,32 @@ +
                                                                                                                                                                              -
                                                                                                                                                                            • Documents: ++
                                                                                                                                                                            • ++ DMSF: ++
                                                                                                                                                                                ++
                                                                                                                                                                              • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                              • ++
                                                                                                                                                                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                              • ++
                                                                                                                                                                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                              • ++
                                                                                                                                                                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                              • ++
                                                                                                                                                                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                              • ++
                                                                                                                                                                              • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                              • ++
                                                                                                                                                                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                              • ++
                                                                                                                                                                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                              • ++
                                                                                                                                                                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                              • ++
                                                                                                                                                                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                              • ++
                                                                                                                                                                              • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                                              • ++
                                                                                                                                                                              • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                                              • ++
                                                                                                                                                                              • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                                              • ++
                                                                                                                                                                              • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                                              • ++
                                                                                                                                                                              • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                                              • ++
                                                                                                                                                                              • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                                              • ++
                                                                                                                                                                              ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                              ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                                            • ++
                                                                                                                                                                            ++ ++
                                                                                                                                                                              +
                                                                                                                                                                            • Versions: +
                                                                                                                                                                                +
                                                                                                                                                                              • version#3 (link to version with id 3)
                                                                                                                                                                              • Index: public/help/tr/wiki_syntax_markdown.html =================================================================== ---- public/help/tr/wiki_syntax_markdown.html (revision 15144) +--- public/help/tr/wiki_syntax_markdown.html (revision 16952) +++ public/help/tr/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -3858,9 +4399,9 @@ Index: public/help/tr/wiki_syntax_markdown.html Image![](image_url) Index: public/help/tr/wiki_syntax_textile.html =================================================================== ---- public/help/tr/wiki_syntax_textile.html (revision 15144) +--- public/help/tr/wiki_syntax_textile.html (revision 16952) +++ public/help/tr/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -3870,157 +4411,181 @@ Index: public/help/tr/wiki_syntax_textile.html Image!image_url! Index: public/help/uk/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/uk/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/uk/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/uk/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                                                                Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                                                                - -

                                                                                                                                                                                Links to other resources:

                                                                                                                                                                                -+ -+
                                                                                                                                                                                  -+
                                                                                                                                                                                • -+ DMSF: -+
                                                                                                                                                                                    -+
                                                                                                                                                                                  • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                                  • -+
                                                                                                                                                                                  • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                                  • -+
                                                                                                                                                                                  • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                                  • -+
                                                                                                                                                                                  • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                                  • -+
                                                                                                                                                                                  • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                                  • -+
                                                                                                                                                                                  • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                                  • -+
                                                                                                                                                                                  • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                                  • -+
                                                                                                                                                                                  • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                                  • -+
                                                                                                                                                                                  • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                                  • -+
                                                                                                                                                                                  • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                                  • -+
                                                                                                                                                                                  -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                                  -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                                                • -+
                                                                                                                                                                                +@@ -50,6 +50,32 @@ +
                                                                                                                                                                                -
                                                                                                                                                                              • Documents: ++
                                                                                                                                                                              • ++ DMSF: ++
                                                                                                                                                                                  ++
                                                                                                                                                                                • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                                • ++
                                                                                                                                                                                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                                • ++
                                                                                                                                                                                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                                • ++
                                                                                                                                                                                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                                • ++
                                                                                                                                                                                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                                • ++
                                                                                                                                                                                • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                                • ++
                                                                                                                                                                                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                                • ++
                                                                                                                                                                                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                                • ++
                                                                                                                                                                                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                                • ++
                                                                                                                                                                                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                                • ++
                                                                                                                                                                                • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                                                • ++
                                                                                                                                                                                • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                                                • ++
                                                                                                                                                                                • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                                                • ++
                                                                                                                                                                                • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                                                • ++
                                                                                                                                                                                • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                                                • ++
                                                                                                                                                                                • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                                                • ++
                                                                                                                                                                                ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                                ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                                              • ++
                                                                                                                                                                              ++ ++
                                                                                                                                                                                +
                                                                                                                                                                              • Версії: +
                                                                                                                                                                                  +
                                                                                                                                                                                • version#3 (посилання на версію з id 3)
                                                                                                                                                                                • Index: public/help/uk/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/uk/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/uk/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/uk/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                                                                  Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                                                                  - -

                                                                                                                                                                                  Links to other resources:

                                                                                                                                                                                  -+ -+
                                                                                                                                                                                    -+
                                                                                                                                                                                  • -+ DMSF: -+
                                                                                                                                                                                      -+
                                                                                                                                                                                    • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                                    • -+
                                                                                                                                                                                    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                                    • -+
                                                                                                                                                                                    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                                    • -+
                                                                                                                                                                                    • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                                    • -+
                                                                                                                                                                                    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                                    • -+
                                                                                                                                                                                    • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                                    • -+
                                                                                                                                                                                    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                                    • -+
                                                                                                                                                                                    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                                    • -+
                                                                                                                                                                                    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                                    • -+
                                                                                                                                                                                    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                                    • -+
                                                                                                                                                                                    -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                                    -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                                                  • -+
                                                                                                                                                                                  +@@ -49,6 +49,32 @@ +
                                                                                                                                                                                  -
                                                                                                                                                                                • Documents: ++
                                                                                                                                                                                • ++ DMSF: ++
                                                                                                                                                                                    ++
                                                                                                                                                                                  • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                                  • ++
                                                                                                                                                                                  • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                                  • ++
                                                                                                                                                                                  • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                                  • ++
                                                                                                                                                                                  • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                                  • ++
                                                                                                                                                                                  • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                                  • ++
                                                                                                                                                                                  • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                                  • ++
                                                                                                                                                                                  • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                                  • ++
                                                                                                                                                                                  • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                                  • ++
                                                                                                                                                                                  • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                                  • ++
                                                                                                                                                                                  • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                                  • ++
                                                                                                                                                                                  • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                                                  • ++
                                                                                                                                                                                  • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                                                  • ++
                                                                                                                                                                                  • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                                                  • ++
                                                                                                                                                                                  • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                                                  • ++
                                                                                                                                                                                  • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                                                  • ++
                                                                                                                                                                                  • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                                                  • ++
                                                                                                                                                                                  ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                                  ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                                                • ++
                                                                                                                                                                                ++ ++
                                                                                                                                                                                  +
                                                                                                                                                                                • Версії: +
                                                                                                                                                                                    +
                                                                                                                                                                                  • version#3 (посилання на версію з id 3)
                                                                                                                                                                                  • Index: public/help/uk/wiki_syntax_markdown.html =================================================================== ---- public/help/uk/wiki_syntax_markdown.html (revision 15144) +--- public/help/uk/wiki_syntax_markdown.html (revision 16952) +++ public/help/uk/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -42,6 +42,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file +{{dmsf(83)}}Document #83 - Inline images + Вбудовані(inline) зображення Image![](image_url) Index: public/help/uk/wiki_syntax_textile.html =================================================================== ---- public/help/uk/wiki_syntax_textile.html (revision 15144) +--- public/help/uk/wiki_syntax_textile.html (revision 16952) +++ public/help/uk/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -44,6 +44,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file +{{dmsf(83)}}Document #83 - Inline images - Image!image_url! + Вбудоване(inline) зображення + Зображення!image_url! Index: public/help/vi/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/vi/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/vi/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/vi/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                                                                    Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                                                                    - -

                                                                                                                                                                                    Links to other resources:

                                                                                                                                                                                    -+ -+
                                                                                                                                                                                      -+
                                                                                                                                                                                    • -+ DMSF: -+
                                                                                                                                                                                        -+
                                                                                                                                                                                      • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                                      • -+
                                                                                                                                                                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                                      • -+
                                                                                                                                                                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                                      • -+
                                                                                                                                                                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                                      • -+
                                                                                                                                                                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                                      • -+
                                                                                                                                                                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                                      • -+
                                                                                                                                                                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                                      • -+
                                                                                                                                                                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                                      • -+
                                                                                                                                                                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                                      • -+
                                                                                                                                                                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                                      • -+
                                                                                                                                                                                      -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                                      -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                                                    • -+
                                                                                                                                                                                    +@@ -50,6 +50,32 @@ +
                                                                                                                                                                                    -
                                                                                                                                                                                  • Documents: ++
                                                                                                                                                                                  • ++ DMSF: ++
                                                                                                                                                                                      ++
                                                                                                                                                                                    • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                                    • ++
                                                                                                                                                                                    • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                                    • ++
                                                                                                                                                                                    • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                                    • ++
                                                                                                                                                                                    • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                                    • ++
                                                                                                                                                                                    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                                    • ++
                                                                                                                                                                                    • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                                    • ++
                                                                                                                                                                                    • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                                    • ++
                                                                                                                                                                                    • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                                    • ++
                                                                                                                                                                                    • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                                    • ++
                                                                                                                                                                                    • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                                    • ++
                                                                                                                                                                                    • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                                                    • ++
                                                                                                                                                                                    • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                                                    • ++
                                                                                                                                                                                    • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                                                    • ++
                                                                                                                                                                                    • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                                                    • ++
                                                                                                                                                                                    • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                                                    • ++
                                                                                                                                                                                    • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                                                    • ++
                                                                                                                                                                                    ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                                    ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                                                  • ++
                                                                                                                                                                                  ++ ++
                                                                                                                                                                                    +
                                                                                                                                                                                  • Versions: +
                                                                                                                                                                                      +
                                                                                                                                                                                    • version#3 (link to version with id 3)
                                                                                                                                                                                    • Index: public/help/vi/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/vi/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/vi/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/vi/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                                                                      Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                                                                      - -

                                                                                                                                                                                      Links to other resources:

                                                                                                                                                                                      -+ -+
                                                                                                                                                                                        -+
                                                                                                                                                                                      • -+ DMSF: -+
                                                                                                                                                                                          -+
                                                                                                                                                                                        • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                                        • -+
                                                                                                                                                                                        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                                        • -+
                                                                                                                                                                                        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                                        • -+
                                                                                                                                                                                        • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                                        • -+
                                                                                                                                                                                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                                        • -+
                                                                                                                                                                                        • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                                        • -+
                                                                                                                                                                                        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                                        • -+
                                                                                                                                                                                        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                                        • -+
                                                                                                                                                                                        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                                        • -+
                                                                                                                                                                                        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                                        • -+
                                                                                                                                                                                        -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                                        -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                                                      • -+
                                                                                                                                                                                      +@@ -49,6 +49,32 @@ +
                                                                                                                                                                                      -
                                                                                                                                                                                    • Documents: ++
                                                                                                                                                                                    • ++ DMSF: ++
                                                                                                                                                                                        ++
                                                                                                                                                                                      • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                                      • ++
                                                                                                                                                                                      • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                                      • ++
                                                                                                                                                                                      • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                                      • ++
                                                                                                                                                                                      • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                                      • ++
                                                                                                                                                                                      • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                                      • ++
                                                                                                                                                                                      • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                                      • ++
                                                                                                                                                                                      • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                                      • ++
                                                                                                                                                                                      • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                                      • ++
                                                                                                                                                                                      • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                                      • ++
                                                                                                                                                                                      • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                                      • ++
                                                                                                                                                                                      • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                                                      • ++
                                                                                                                                                                                      • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                                                      • ++
                                                                                                                                                                                      • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                                                      • ++
                                                                                                                                                                                      • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                                                      • ++
                                                                                                                                                                                      • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                                                      • ++
                                                                                                                                                                                      • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                                                      • ++
                                                                                                                                                                                      ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                                      ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                                                    • ++
                                                                                                                                                                                    ++ ++
                                                                                                                                                                                      +
                                                                                                                                                                                    • Versions: +
                                                                                                                                                                                        +
                                                                                                                                                                                      • version#3 (link to version with id 3)
                                                                                                                                                                                      • Index: public/help/vi/wiki_syntax_markdown.html =================================================================== ---- public/help/vi/wiki_syntax_markdown.html (revision 15144) +--- public/help/vi/wiki_syntax_markdown.html (revision 16952) +++ public/help/vi/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -4030,9 +4595,9 @@ Index: public/help/vi/wiki_syntax_markdown.html Image![](image_url) Index: public/help/vi/wiki_syntax_textile.html =================================================================== ---- public/help/vi/wiki_syntax_textile.html (revision 15144) +--- public/help/vi/wiki_syntax_textile.html (revision 16952) +++ public/help/vi/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -4042,71 +4607,83 @@ Index: public/help/vi/wiki_syntax_textile.html Image!image_url! Index: public/help/zh/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/zh/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/zh/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/zh/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                                                                        Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                                                                        - -

                                                                                                                                                                                        Links to other resources:

                                                                                                                                                                                        -+ -+
                                                                                                                                                                                          -+
                                                                                                                                                                                        • -+ DMSF: -+
                                                                                                                                                                                            -+
                                                                                                                                                                                          • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                                          • -+
                                                                                                                                                                                          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                                          • -+
                                                                                                                                                                                          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                                          • -+
                                                                                                                                                                                          • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                                          • -+
                                                                                                                                                                                          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                                          • -+
                                                                                                                                                                                          • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                                          • -+
                                                                                                                                                                                          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                                          • -+
                                                                                                                                                                                          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                                          • -+
                                                                                                                                                                                          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                                          • -+
                                                                                                                                                                                          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                                          • -+
                                                                                                                                                                                          -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                                          -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                                                        • -+
                                                                                                                                                                                        +@@ -50,6 +50,32 @@ +
                                                                                                                                                                                        -
                                                                                                                                                                                      • Documents: ++
                                                                                                                                                                                      • ++ DMSF: ++
                                                                                                                                                                                          ++
                                                                                                                                                                                        • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                                        • ++
                                                                                                                                                                                        • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                                        • ++
                                                                                                                                                                                        • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                                        • ++
                                                                                                                                                                                        • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                                        • ++
                                                                                                                                                                                        • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                                        • ++
                                                                                                                                                                                        • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                                        • ++
                                                                                                                                                                                        • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                                        • ++
                                                                                                                                                                                        • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                                        • ++
                                                                                                                                                                                        • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                                        • ++
                                                                                                                                                                                        • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                                        • ++
                                                                                                                                                                                        • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                                                        • ++
                                                                                                                                                                                        • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                                                        • ++
                                                                                                                                                                                        • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                                                        • ++
                                                                                                                                                                                        • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                                                        • ++
                                                                                                                                                                                        • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                                                        • ++
                                                                                                                                                                                        • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                                                        • ++
                                                                                                                                                                                        ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                                        ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                                                      • ++
                                                                                                                                                                                      ++ ++
                                                                                                                                                                                        +
                                                                                                                                                                                      • Versions: +
                                                                                                                                                                                          +
                                                                                                                                                                                        • version#3 (link to version with id 3)
                                                                                                                                                                                        • Index: public/help/zh/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/zh/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/zh/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/zh/wiki_syntax_detailed_textile.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                                                                          当页面不存在的时候,Wiki链接会以红色来显示,例如: Nonexistent page.

                                                                                                                                                                                          - -

                                                                                                                                                                                          链接至其他资源:

                                                                                                                                                                                          -+ -+
                                                                                                                                                                                            -+
                                                                                                                                                                                          • -+ DMSF: -+
                                                                                                                                                                                              -+
                                                                                                                                                                                            • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                                            • -+
                                                                                                                                                                                            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                                            • -+
                                                                                                                                                                                            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                                            • -+
                                                                                                                                                                                            • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                                            • -+
                                                                                                                                                                                            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                                            • -+
                                                                                                                                                                                            • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                                            • -+
                                                                                                                                                                                            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                                            • -+
                                                                                                                                                                                            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                                            • -+
                                                                                                                                                                                            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                                            • -+
                                                                                                                                                                                            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                                            • -+
                                                                                                                                                                                            -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                                            -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                                                          • -+
                                                                                                                                                                                          +@@ -49,6 +49,32 @@ +
                                                                                                                                                                                          -
                                                                                                                                                                                        • 文档: ++
                                                                                                                                                                                        • ++ DMSF: ++
                                                                                                                                                                                            ++
                                                                                                                                                                                          • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                                          • ++
                                                                                                                                                                                          • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                                          • ++
                                                                                                                                                                                          • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                                          • ++
                                                                                                                                                                                          • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                                          • ++
                                                                                                                                                                                          • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                                          • ++
                                                                                                                                                                                          • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                                          • ++
                                                                                                                                                                                          • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                                          • ++
                                                                                                                                                                                          • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                                          • ++
                                                                                                                                                                                          • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                                          • ++
                                                                                                                                                                                          • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                                          • ++
                                                                                                                                                                                          • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                                                          • ++
                                                                                                                                                                                          • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                                                          • ++
                                                                                                                                                                                          • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                                                          • ++
                                                                                                                                                                                          • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                                                          • ++
                                                                                                                                                                                          • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                                                          • ++
                                                                                                                                                                                          • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                                                          • ++
                                                                                                                                                                                          ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                                          ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                                                        • ++
                                                                                                                                                                                        ++ ++
                                                                                                                                                                                          +
                                                                                                                                                                                        • 版本: +
                                                                                                                                                                                            +
                                                                                                                                                                                          • version#3 (链接至id为3的版本)
                                                                                                                                                                                          • Index: public/help/zh/wiki_syntax_markdown.html =================================================================== ---- public/help/zh/wiki_syntax_markdown.html (revision 15144) +--- public/help/zh/wiki_syntax_markdown.html (revision 16952) +++ public/help/zh/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ +@@ -41,6 +41,7 @@ Revision r43Revision r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file @@ -4116,9 +4693,9 @@ Index: public/help/zh/wiki_syntax_markdown.html Image![](image_url) Index: public/help/zh/wiki_syntax_textile.html =================================================================== ---- public/help/zh/wiki_syntax_textile.html (revision 15144) +--- public/help/zh/wiki_syntax_textile.html (revision 16952) +++ public/help/zh/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -43,6 +43,7 @@ 修订 r43修订 r43 commit:f30e13e43提交: f30e13e4 source:some/file代码:source:some/file @@ -4128,86 +4705,99 @@ Index: public/help/zh/wiki_syntax_textile.html Image!image_url! Index: public/help/zh-tw/wiki_syntax_detailed_markdown.html =================================================================== ---- public/help/zh-tw/wiki_syntax_detailed_markdown.html (revision 15144) +--- public/help/zh-tw/wiki_syntax_detailed_markdown.html (revision 16952) +++ public/help/zh-tw/wiki_syntax_detailed_markdown.html (working copy) -@@ -63,6 +63,25 @@ -

                                                                                                                                                                                            Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

                                                                                                                                                                                            - -

                                                                                                                                                                                            Links to other resources:

                                                                                                                                                                                            -+ -+
                                                                                                                                                                                              -+
                                                                                                                                                                                            • -+ DMSF: -+
                                                                                                                                                                                                -+
                                                                                                                                                                                              • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                                              • -+
                                                                                                                                                                                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                                              • -+
                                                                                                                                                                                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                                              • -+
                                                                                                                                                                                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                                              • -+
                                                                                                                                                                                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                                              • -+
                                                                                                                                                                                              • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                                              • -+
                                                                                                                                                                                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                                              • -+
                                                                                                                                                                                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                                              • -+
                                                                                                                                                                                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                                              • -+
                                                                                                                                                                                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                                              • -+
                                                                                                                                                                                              -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                                              -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                                                            • -+
                                                                                                                                                                                            +@@ -50,6 +50,32 @@ +
                                                                                                                                                                                            -
                                                                                                                                                                                          • Documents: ++
                                                                                                                                                                                          • ++ DMSF: ++
                                                                                                                                                                                              ++
                                                                                                                                                                                            • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                                            • ++
                                                                                                                                                                                            • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                                            • ++
                                                                                                                                                                                            • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                                            • ++
                                                                                                                                                                                            • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                                            • ++
                                                                                                                                                                                            • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                                            • ++
                                                                                                                                                                                            • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                                            • ++
                                                                                                                                                                                            • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                                            • ++
                                                                                                                                                                                            • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                                            • ++
                                                                                                                                                                                            • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                                            • ++
                                                                                                                                                                                            • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                                            • ++
                                                                                                                                                                                            • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                                                            • ++
                                                                                                                                                                                            • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                                                            • ++
                                                                                                                                                                                            • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                                                            • ++
                                                                                                                                                                                            • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                                                            • ++
                                                                                                                                                                                            • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                                                            • ++
                                                                                                                                                                                            • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                                                            • ++
                                                                                                                                                                                            ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                                            ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                                                          • ++
                                                                                                                                                                                          ++ ++
                                                                                                                                                                                            +
                                                                                                                                                                                          • 版本: +
                                                                                                                                                                                              +
                                                                                                                                                                                            • version#3 (連結至編號為 3 的版本)
                                                                                                                                                                                            • Index: public/help/zh-tw/wiki_syntax_detailed_textile.html =================================================================== ---- public/help/zh-tw/wiki_syntax_detailed_textile.html (revision 15144) +--- public/help/zh-tw/wiki_syntax_detailed_textile.html (revision 16952) +++ public/help/zh-tw/wiki_syntax_detailed_textile.html (working copy) -@@ -65,6 +65,24 @@ -

                                                                                                                                                                                              連結至其他資源:

                                                                                                                                                                                              +@@ -49,6 +49,32 @@ +
                                                                                                                                                                                              -+
                                                                                                                                                                                                -+
                                                                                                                                                                                              • -+ DMSF: -+
                                                                                                                                                                                                  -+
                                                                                                                                                                                                • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                                                • -+
                                                                                                                                                                                                • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                                                • -+
                                                                                                                                                                                                • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                                                • -+
                                                                                                                                                                                                • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                                                • -+
                                                                                                                                                                                                • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                                                • -+
                                                                                                                                                                                                • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                                                • -+
                                                                                                                                                                                                • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                                                • -+
                                                                                                                                                                                                • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                                                • -+
                                                                                                                                                                                                • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                                                • -+
                                                                                                                                                                                                • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                                                • -+
                                                                                                                                                                                                -+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                                                -+ The DMSF folder id can be found in the link when opening folders within Redmine. -+
                                                                                                                                                                                              • -+
                                                                                                                                                                                              -
                                                                                                                                                                                            • 文件: ++
                                                                                                                                                                                            • ++ DMSF: ++
                                                                                                                                                                                                ++
                                                                                                                                                                                              • {{dmsf(17)}} (a link to the file with id 17)
                                                                                                                                                                                              • ++
                                                                                                                                                                                              • {{dmsf(17, File)}} (a link to the file with id 17 with the link text "File")
                                                                                                                                                                                              • ++
                                                                                                                                                                                              • {{dmsf(17, File, 10)}} (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)
                                                                                                                                                                                              • ++
                                                                                                                                                                                              • {{dmsfd(17)}} (a link to the details of the file with id 17)
                                                                                                                                                                                              • ++
                                                                                                                                                                                              • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
                                                                                                                                                                                              • ++
                                                                                                                                                                                              • {{dmsff(5)}} (a link to the folder with id 5)
                                                                                                                                                                                              • ++
                                                                                                                                                                                              • {{dmsff(5, Folder)}} (a link to the folder with id 5 with the link text "Folder")
                                                                                                                                                                                              • ++
                                                                                                                                                                                              • {{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)
                                                                                                                                                                                              • ++
                                                                                                                                                                                              • {{dmsf_image(8, size=300)}} (an inline picture with custom size)
                                                                                                                                                                                              • ++
                                                                                                                                                                                              • {{dmsf_image(8, size=640x480)}} (an inline picture with custom size)
                                                                                                                                                                                              • ++
                                                                                                                                                                                              • {{dmsf_image(8, size=50%)}} (an inline picture with custom size)
                                                                                                                                                                                              • ++
                                                                                                                                                                                              • {{dmsf_image(8, height=300)}} (an inline picture with custom size)
                                                                                                                                                                                              • ++
                                                                                                                                                                                              • {{dmsf_image(8, width=300)}} (an inline picture with custom size)
                                                                                                                                                                                              • ++
                                                                                                                                                                                              • {{dmsftn(8)}} (a thumbnail with height of 200px)
                                                                                                                                                                                              • ++
                                                                                                                                                                                              • {{dmsftn(8, size=300)}} (a thumbnail with custom size)
                                                                                                                                                                                              • ++
                                                                                                                                                                                              • {{dmsfw(8)}} (approval workflow status of a document with id 8)
                                                                                                                                                                                              • ++
                                                                                                                                                                                              ++ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.
                                                                                                                                                                                              ++ The DMSF folder id can be found in the link when opening folders within Redmine. ++
                                                                                                                                                                                            • ++
                                                                                                                                                                                            ++ ++
                                                                                                                                                                                              +
                                                                                                                                                                                            • 版本:
                                                                                                                                                                                                -
                                                                                                                                                                                              • document#17 (連結到編號為 17 的文件)
                                                                                                                                                                                              • +
                                                                                                                                                                                              • version#3 (連結至編號為 3 的版本)
                                                                                                                                                                                              • Index: public/help/zh-tw/wiki_syntax_markdown.html =================================================================== ---- public/help/zh-tw/wiki_syntax_markdown.html (revision 15144) +--- public/help/zh-tw/wiki_syntax_markdown.html (revision 16952) +++ public/help/zh-tw/wiki_syntax_markdown.html (working copy) -@@ -54,6 +54,7 @@ - Revision r43Revision r43 - commit:f30e13e43f30e13e4 - source:some/filesource:some/file -+{{dmsf(83)}}Document #83 - - Inline images - Image![](image_url) -Index: public/help/zh-tw/wiki_syntax_textile.html -=================================================================== ---- public/help/zh-tw/wiki_syntax_textile.html (revision 15144) -+++ public/help/zh-tw/wiki_syntax_textile.html (working copy) -@@ -56,6 +56,7 @@ +@@ -41,6 +41,7 @@ 版次 r43版次 r43 commit:f30e13e43f30e13e4 source:some/filesource:some/file +{{dmsf(83)}}Document #83 - 內置圖像 + 內嵌圖像 + 圖像![](圖像_url) +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 @@ + 版次 r43版次 r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + 內嵌圖像 圖像!圖像_url!