From 40bd62167ed92a12d0019dfa8af2a2969abe196f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Wed, 15 Jul 2015 13:46:47 +0200 Subject: [PATCH] Patch fro wiki help files --- README.md | 26 +- extra/help_files_dmsf.diff | 1911 ++++++++++++++++++++++++++++++++++++ 2 files changed, 1928 insertions(+), 9 deletions(-) create mode 100644 extra/help_files_dmsf.diff diff --git a/README.md b/README.md index f9e445f9..1f19d695 100644 --- a/README.md +++ b/README.md @@ -93,25 +93,28 @@ Usage DMSF is designed to act as project module, so it must be checked as an enabled module within the project settings. -Search will now automatically search DMSF content when a redmine search is performed, additionally a "Dmsf files" checkbox will be visible, allowing you to search DMSF content exclusively. +Search will now automatically search DMSF content when a Redmine search is performed, additionally a "Documents" and "Folders" check box will be visible, allowing you to search DMSF content exclusively. ###Linking DMSF files from Wiki entries: -####Link to file with id 17: +####Link to a file with id 17: `{{dmsf(17)}}` -####Link to file with id 17 with link text "File" -`{{dmsf(17,File)}}` +####Link to a file with id 17 with link text "File" +`{{dmsf(17, File)}}` -The DMSF file/revision id can be found in link for file/revision download from within redmine. +####Link to the description of a file with id 17 +`{{dmsfd(17)}}` + +The DMSF file/revision id can be found in link for file/revision download from within Redmine. ###Linking DMSF folders from Wiki entries: -####Link to folder with id 5: +####Link to a folder with id 5: `{{dmsff(5)}}` -####Link to folder with id 5 with link text "Folder" -`{{dmsff(5,Folder)}}` +####Link to a folder with id 5 with link text "Folder" +`{{dmsff(5, Folder)}}` The DMSF folder id can be found in the link when opening folders within Redmine. @@ -139,6 +142,11 @@ 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: + +`cd public/help` +`patch -p0 < plugins/redmine_dmsf/extra/help_files_dmsf.diff` + Setup / Upgrade --------------- @@ -147,7 +155,7 @@ Before installing ensure that the Redmine instance is stopped. 1. In case of upgrade BACKUP YOUR DATABASE first 2. Put redmine_dmsf plugin directory into plugins -3. Initialize/Update database: `rake redmine:plugins:migrate RAILS_ENV="production"` +3. Initialize/Update database: `bundle exec rake redmine:plugins:migrate RAILS_ENV="production"` 4. The access rights must be set for web server, example: `chown -R www-data:www-data plugins/redmine_dmsf` 5. Restart web server 6. You should configure plugin via Redmine interface: Administration -> Plugins -> DMSF -> Configure diff --git a/extra/help_files_dmsf.diff b/extra/help_files_dmsf.diff new file mode 100644 index 00000000..53851c87 --- /dev/null +++ b/extra/help_files_dmsf.diff @@ -0,0 +1,1911 @@ +Index: ar/wiki_syntax.html +=================================================================== +--- ar/wiki_syntax.html (revision 14445) ++++ ar/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: ar/wiki_syntax_detailed.html +=================================================================== +--- ar/wiki_syntax_detailed.html (revision 14445) ++++ ar/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
  • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
  • + + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: az/wiki_syntax.html +=================================================================== +--- az/wiki_syntax.html (revision 14445) ++++ az/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: az/wiki_syntax_detailed.html +=================================================================== +--- az/wiki_syntax_detailed.html (revision 14445) ++++ az/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: bg/wiki_syntax.html +=================================================================== +--- bg/wiki_syntax.html (revision 14445) ++++ bg/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: bg/wiki_syntax_detailed.html +=================================================================== +--- bg/wiki_syntax_detailed.html (revision 14445) ++++ bg/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: bs/wiki_syntax.html +=================================================================== +--- bs/wiki_syntax.html (revision 14445) ++++ bs/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: bs/wiki_syntax_detailed.html +=================================================================== +--- bs/wiki_syntax_detailed.html (revision 14445) ++++ bs/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: ca/wiki_syntax.html +=================================================================== +--- ca/wiki_syntax.html (revision 14445) ++++ ca/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: ca/wiki_syntax_detailed.html +=================================================================== +--- ca/wiki_syntax_detailed.html (revision 14445) ++++ ca/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: cs/wiki_syntax.html +=================================================================== +--- cs/wiki_syntax.html (revision 14445) ++++ cs/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revize r43Revize r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Dokumenty #83 + + Vnořené obrázky + Obrázek!url_obrázku! +Index: cs/wiki_syntax_detailed.html +=================================================================== +--- cs/wiki_syntax_detailed.html (revision 14445) ++++ cs/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • projekt_test:document:"Nějaký dokument" (odkaz na dokument s názvem "Nějaký dokument" v jiném projektu "projekt_test")
    • +
    + ++ ++
      ++
    • ++ DMSF: ++
        ++
      • {{dmsf(17)}} (odkaz na dokument s id 17)
      • ++
      • {{dmsf(17,File)}} (odkaz na dokument s id 17 s textem "File")
      • ++
      • {{dmsf(17,File,10)}} (odkaz na dokument s id 17 s textem "File" odkazující na revizi 10)
      • ++
      • {{dmsfd(17)}} (odkaz na popis dokumentu s id 17)
      • ++
      • {{dmsff(5)}} (odkaz na adresář s id 5)
      • ++
      • {{dmsff(5,Folder)}} (odkaz na adresář s id 5 s textem "Folder")
      • ++
      ++ ID dokumentu respektive revize lze nalézt v odkazu na stažení souboru.
      ++ ID adresáře lze nalézt na odkazu na adresář. ++
    • ++
    + +
      +
    • Verze: +Index: da/wiki_syntax.html +=================================================================== +--- da/wiki_syntax.html (revision 14445) ++++ da/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: da/wiki_syntax_detailed.html +=================================================================== +--- da/wiki_syntax_detailed.html (revision 14445) ++++ da/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: de/wiki_syntax.html +=================================================================== +--- de/wiki_syntax.html (revision 14445) ++++ de/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Dokumente #83 + + eingebettete Bilder + Bild!URL_zu_dem_Bild! +Index: de/wiki_syntax_detailed.html +=================================================================== +--- de/wiki_syntax_detailed.html (revision 14445) ++++ de/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: el/wiki_syntax.html +=================================================================== +--- el/wiki_syntax.html (revision 14445) ++++ el/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: el/wiki_syntax_detailed.html +=================================================================== +--- el/wiki_syntax_detailed.html (revision 14445) ++++ el/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: en/wiki_syntax.html +=================================================================== +--- en/wiki_syntax.html (revision 14445) ++++ en/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: en/wiki_syntax_detailed.html +=================================================================== +--- en/wiki_syntax_detailed.html (revision 14445) ++++ en/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: en-gb/wiki_syntax.html +=================================================================== +--- en-gb/wiki_syntax.html (revision 14445) ++++ en-gb/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: en-gb/wiki_syntax_detailed.html +=================================================================== +--- en-gb/wiki_syntax_detailed.html (revision 14445) ++++ en-gb/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: es/wiki_syntax.html +=================================================================== +--- es/wiki_syntax.html (revision 14445) ++++ es/wiki_syntax.html (working copy) +@@ -57,6 +57,7 @@ + Revisión r43Revisión r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Imágenes en línea + Imagen!imagen_url! +Index: es/wiki_syntax_detailed.html +=================================================================== +--- es/wiki_syntax_detailed.html (revision 14445) ++++ es/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: es-pa/wiki_syntax.html +=================================================================== +--- es-pa/wiki_syntax.html (revision 14445) ++++ es-pa/wiki_syntax.html (working copy) +@@ -57,6 +57,7 @@ + Revisión r43Revisión r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Imágenes en línea + Imagen!imagen_url! +Index: es-pa/wiki_syntax_detailed.html +=================================================================== +--- es-pa/wiki_syntax_detailed.html (revision 14445) ++++ es-pa/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: et/wiki_syntax.html +=================================================================== +--- et/wiki_syntax.html (revision 14445) ++++ et/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: et/wiki_syntax_detailed.html +=================================================================== +--- et/wiki_syntax_detailed.html (revision 14445) ++++ et/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: eu/wiki_syntax.html +=================================================================== +--- eu/wiki_syntax.html (revision 14445) ++++ eu/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: eu/wiki_syntax_detailed.html +=================================================================== +--- eu/wiki_syntax_detailed.html (revision 14445) ++++ eu/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: fa/wiki_syntax.html +=================================================================== +--- fa/wiki_syntax.html (revision 14445) ++++ fa/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: fa/wiki_syntax_detailed.html +=================================================================== +--- fa/wiki_syntax_detailed.html (revision 14445) ++++ fa/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: fi/wiki_syntax.html +=================================================================== +--- fi/wiki_syntax.html (revision 14445) ++++ fi/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: fi/wiki_syntax_detailed.html +=================================================================== +--- fi/wiki_syntax_detailed.html (revision 14445) ++++ fi/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: fr/wiki_syntax.html +=================================================================== +--- fr/wiki_syntax.html (revision 14445) ++++ fr/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Images en ligne + Image!url_de_l_image! +Index: fr/wiki_syntax_detailed.html +=================================================================== +--- fr/wiki_syntax_detailed.html (revision 14445) ++++ fr/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Un document" (Lien vers le document dont le titre est "Un document" dans le projet différent "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: gl/wiki_syntax.html +=================================================================== +--- gl/wiki_syntax.html (revision 14445) ++++ gl/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: gl/wiki_syntax_detailed.html +=================================================================== +--- gl/wiki_syntax_detailed.html (revision 14445) ++++ gl/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: he/wiki_syntax.html +=================================================================== +--- he/wiki_syntax.html (revision 14445) ++++ he/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: he/wiki_syntax_detailed.html +=================================================================== +--- he/wiki_syntax_detailed.html (revision 14445) ++++ he/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: hr/wiki_syntax.html +=================================================================== +--- hr/wiki_syntax.html (revision 14445) ++++ hr/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: hr/wiki_syntax_detailed.html +=================================================================== +--- hr/wiki_syntax_detailed.html (revision 14445) ++++ hr/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: hu/wiki_syntax.html +=================================================================== +--- hu/wiki_syntax.html (revision 14445) ++++ hu/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: hu/wiki_syntax_detailed.html +=================================================================== +--- hu/wiki_syntax_detailed.html (revision 14445) ++++ hu/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: id/wiki_syntax.html +=================================================================== +--- id/wiki_syntax.html (revision 14445) ++++ id/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: id/wiki_syntax_detailed.html +=================================================================== +--- id/wiki_syntax_detailed.html (revision 14445) ++++ id/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: it/wiki_syntax.html +=================================================================== +--- it/wiki_syntax.html (revision 14445) ++++ it/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: it/wiki_syntax_detailed.html +=================================================================== +--- it/wiki_syntax_detailed.html (revision 14445) ++++ it/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: ja/wiki_syntax.html +=================================================================== +--- ja/wiki_syntax.html (revision 14445) ++++ ja/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + リビジョン r43リビジョン r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + 画像 + Image!画像URL! +Index: ja/wiki_syntax_detailed.html +=================================================================== +--- ja/wiki_syntax_detailed.html (revision 14445) ++++ ja/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" ("sandbox" というプロジェクトの "Some document" というタイトルの文書へのリンク)
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: ko/wiki_syntax.html +=================================================================== +--- ko/wiki_syntax.html (revision 14445) ++++ ko/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: ko/wiki_syntax_detailed.html +=================================================================== +--- ko/wiki_syntax_detailed.html (revision 14445) ++++ ko/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: lt/wiki_syntax.html +=================================================================== +--- lt/wiki_syntax.html (revision 14445) ++++ lt/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: lt/wiki_syntax_detailed.html +=================================================================== +--- lt/wiki_syntax_detailed.html (revision 14445) ++++ lt/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: lv/wiki_syntax.html +=================================================================== +--- lv/wiki_syntax.html (revision 14445) ++++ lv/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: lv/wiki_syntax_detailed.html +=================================================================== +--- lv/wiki_syntax_detailed.html (revision 14445) ++++ lv/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: mk/wiki_syntax.html +=================================================================== +--- mk/wiki_syntax.html (revision 14445) ++++ mk/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: mk/wiki_syntax_detailed.html +=================================================================== +--- mk/wiki_syntax_detailed.html (revision 14445) ++++ mk/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: mn/wiki_syntax.html +=================================================================== +--- mn/wiki_syntax.html (revision 14445) ++++ mn/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: mn/wiki_syntax_detailed.html +=================================================================== +--- mn/wiki_syntax_detailed.html (revision 14445) ++++ mn/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: nl/wiki_syntax.html +=================================================================== +--- nl/wiki_syntax.html (revision 14445) ++++ nl/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: nl/wiki_syntax_detailed.html +=================================================================== +--- nl/wiki_syntax_detailed.html (revision 14445) ++++ nl/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: no/wiki_syntax.html +=================================================================== +--- no/wiki_syntax.html (revision 14445) ++++ no/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: no/wiki_syntax_detailed.html +=================================================================== +--- no/wiki_syntax_detailed.html (revision 14445) ++++ no/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: pl/wiki_syntax.html +=================================================================== +--- pl/wiki_syntax.html (revision 14445) ++++ pl/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Dokumenty #83 + + Inline images + Image!image_url! +Index: pl/wiki_syntax_detailed.html +=================================================================== +--- pl/wiki_syntax_detailed.html (revision 14445) ++++ pl/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: pt/wiki_syntax.html +=================================================================== +--- pt/wiki_syntax.html (revision 14445) ++++ pt/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: pt/wiki_syntax_detailed.html +=================================================================== +--- pt/wiki_syntax_detailed.html (revision 14445) ++++ pt/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: pt-br/wiki_syntax.html +=================================================================== +--- pt-br/wiki_syntax.html (revision 14445) ++++ pt-br/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: pt-br/wiki_syntax_detailed.html +=================================================================== +--- pt-br/wiki_syntax_detailed.html (revision 14445) ++++ pt-br/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: ro/wiki_syntax.html +=================================================================== +--- ro/wiki_syntax.html (revision 14445) ++++ ro/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: ro/wiki_syntax_detailed.html +=================================================================== +--- ro/wiki_syntax_detailed.html (revision 14445) ++++ ro/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: ru/wiki_syntax.html +=================================================================== +--- ru/wiki_syntax.html (revision 14445) ++++ ru/wiki_syntax.html (working copy) +@@ -132,6 +132,7 @@ + source:some/file + source:some/file + ++ {{dmsf(83)}}Document #83 + + Вставка изображений + +Index: ru/wiki_syntax_detailed.html +=================================================================== +--- ru/wiki_syntax_detailed.html (revision 14445) ++++ ru/wiki_syntax_detailed.html (working copy) +@@ -98,6 +98,22 @@ +
    + +
      ++
    • ++ 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 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")
      • ++
      ++ 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: sk/wiki_syntax.html +=================================================================== +--- sk/wiki_syntax.html (revision 14445) ++++ sk/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Dokumenty #83 + + Inline images + Image!image_url! +Index: sk/wiki_syntax_detailed.html +=================================================================== +--- sk/wiki_syntax_detailed.html (revision 14445) ++++ sk/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
      • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
      • +
    • +
    ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: sl/wiki_syntax.html +=================================================================== +--- sl/wiki_syntax.html (revision 14445) ++++ sl/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: sl/wiki_syntax_detailed.html +=================================================================== +--- sl/wiki_syntax_detailed.html (revision 14445) ++++ sl/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: sq/wiki_syntax.html +=================================================================== +--- sq/wiki_syntax.html (revision 14445) ++++ sq/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: sq/wiki_syntax_detailed.html +=================================================================== +--- sq/wiki_syntax_detailed.html (revision 14445) ++++ sq/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: sr/wiki_syntax.html +=================================================================== +--- sr/wiki_syntax.html (revision 14445) ++++ sr/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: sr/wiki_syntax_detailed.html +=================================================================== +--- sr/wiki_syntax_detailed.html (revision 14445) ++++ sr/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: sr-yu/wiki_syntax.html +=================================================================== +--- sr-yu/wiki_syntax.html (revision 14445) ++++ sr-yu/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: sr-yu/wiki_syntax_detailed.html +=================================================================== +--- sr-yu/wiki_syntax_detailed.html (revision 14445) ++++ sr-yu/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: sv/wiki_syntax.html +=================================================================== +--- sv/wiki_syntax.html (revision 14445) ++++ sv/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: sv/wiki_syntax_detailed.html +=================================================================== +--- sv/wiki_syntax_detailed.html (revision 14445) ++++ sv/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: th/wiki_syntax.html +=================================================================== +--- th/wiki_syntax.html (revision 14445) ++++ th/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: th/wiki_syntax_detailed.html +=================================================================== +--- th/wiki_syntax_detailed.html (revision 14445) ++++ th/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: tr/wiki_syntax.html +=================================================================== +--- tr/wiki_syntax.html (revision 14445) ++++ tr/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: tr/wiki_syntax_detailed.html +=================================================================== +--- tr/wiki_syntax_detailed.html (revision 14445) ++++ tr/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: uk/wiki_syntax.html +=================================================================== +--- uk/wiki_syntax.html (revision 14445) ++++ uk/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: uk/wiki_syntax_detailed.html +=================================================================== +--- uk/wiki_syntax_detailed.html (revision 14445) ++++ uk/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: vi/wiki_syntax.html +=================================================================== +--- vi/wiki_syntax.html (revision 14445) ++++ vi/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: vi/wiki_syntax_detailed.html +=================================================================== +--- vi/wiki_syntax_detailed.html (revision 14445) ++++ vi/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: zh/wiki_syntax.html +=================================================================== +--- zh/wiki_syntax.html (revision 14445) ++++ zh/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + Revision r43Revision r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + Inline images + Image!image_url! +Index: zh/wiki_syntax_detailed.html +=================================================================== +--- zh/wiki_syntax_detailed.html (revision 14445) ++++ zh/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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: +Index: zh-tw/wiki_syntax.html +=================================================================== +--- zh-tw/wiki_syntax.html (revision 14445) ++++ zh-tw/wiki_syntax.html (working copy) +@@ -56,6 +56,7 @@ + 版次 r43版次 r43 + commit:f30e13e43f30e13e4 + source:some/filesource:some/file ++{{dmsf(83)}}Document #83 + + 內置圖像 + 圖像!圖像_url! +Index: zh-tw/wiki_syntax_detailed.html +=================================================================== +--- zh-tw/wiki_syntax_detailed.html (revision 14445) ++++ zh-tw/wiki_syntax_detailed.html (working copy) +@@ -78,6 +78,22 @@ +
    • sandbox:document:"Some document" (連結至另外一個 "sandbox" 專案中,文件標題為 "Some document" 的文件)
    • +
    + ++ ++
      ++
    • ++ 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 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")
      • ++
      ++ 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. ++
    • ++
    + +
      +
    • 版本: