From 3eded5d2a62457ceee395c5b5a84c0fbe907341b Mon Sep 17 00:00:00 2001 From: Karel Picman Date: Wed, 19 Oct 2016 12:47:59 +0200 Subject: [PATCH] Macro {{dmsfd(xx)}} produce blank value #574 --- README.md | 8 +- extra/help_files_dmsf.diff | 296 ++++++++++++++++++++++++------------- lib/redmine_dmsf/macros.rb | 24 ++- 3 files changed, 222 insertions(+), 106 deletions(-) diff --git a/README.md b/README.md index 8ac435df..0f941964 100644 --- a/README.md +++ b/README.md @@ -107,9 +107,12 @@ Search will now automatically search DMSF content when a Redmine search is perfo ####Link to a document with id 17 with link text "File" `{{dmsf(17, File)}}` -####Link to the description of a document with id 17 +####Link to the details of a document with id 17 `{{dmsfd(17)}}` +####Link to the description of a document with id 17 +`{{dmsfdesc(17)}}` + ####Link to the preview of 5 lines from a document with id 17 `{{dmsft(17, 5)}}` @@ -164,7 +167,8 @@ In the file /public/help//wiki_syntax_detailed.html, aft
  • {{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)
  • +
  • {{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,...)
  • diff --git a/extra/help_files_dmsf.diff b/extra/help_files_dmsf.diff index 4ac31a34..d358a20d 100644 --- a/extra/help_files_dmsf.diff +++ b/extra/help_files_dmsf.diff @@ -14,7 +14,8 @@ Index: public/help/ar/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -44,7 +45,8 @@ Index: public/help/ar/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -98,7 +100,8 @@ Index: public/help/az/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -128,7 +131,8 @@ Index: public/help/az/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -182,7 +186,8 @@ Index: public/help/bg/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -212,7 +217,8 @@ Index: public/help/bg/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -266,7 +272,8 @@ Index: public/help/bs/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -296,7 +303,8 @@ Index: public/help/bs/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -350,7 +358,8 @@ Index: public/help/ca/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -380,7 +389,8 @@ Index: public/help/ca/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -434,7 +444,8 @@ Index: public/help/cs/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -464,7 +475,8 @@ Index: public/help/cs/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -518,7 +530,8 @@ Index: public/help/da/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -548,7 +561,8 @@ Index: public/help/da/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -602,7 +616,8 @@ Index: public/help/de/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -632,7 +647,8 @@ Index: public/help/de/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -686,7 +702,8 @@ Index: public/help/el/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -716,7 +733,8 @@ Index: public/help/el/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -770,7 +788,8 @@ Index: public/help/en/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -800,7 +819,8 @@ Index: public/help/en/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -854,7 +874,8 @@ Index: public/help/en-gb/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -884,7 +905,8 @@ Index: public/help/en-gb/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -938,7 +960,8 @@ Index: public/help/es/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -968,7 +991,8 @@ Index: public/help/es/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1022,7 +1046,8 @@ Index: public/help/es-pa/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1052,7 +1077,8 @@ Index: public/help/es-pa/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1106,7 +1132,8 @@ Index: public/help/et/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1136,7 +1163,8 @@ Index: public/help/et/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1190,7 +1218,8 @@ Index: public/help/eu/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1220,7 +1249,8 @@ Index: public/help/eu/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1274,7 +1304,8 @@ Index: public/help/fa/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1304,7 +1335,8 @@ Index: public/help/fa/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1358,7 +1390,8 @@ Index: public/help/fi/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1388,7 +1421,8 @@ Index: public/help/fi/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1442,7 +1476,8 @@ Index: public/help/fr/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1472,7 +1507,8 @@ Index: public/help/fr/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1526,7 +1562,8 @@ Index: public/help/gl/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1556,7 +1593,8 @@ Index: public/help/gl/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1610,7 +1648,8 @@ Index: public/help/he/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1640,7 +1679,8 @@ Index: public/help/he/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1694,7 +1734,8 @@ Index: public/help/hr/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1724,7 +1765,8 @@ Index: public/help/hr/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1778,7 +1820,8 @@ Index: public/help/hu/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1808,7 +1851,8 @@ Index: public/help/hu/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1862,7 +1906,8 @@ Index: public/help/id/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1892,7 +1937,8 @@ Index: public/help/id/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1946,7 +1992,8 @@ Index: public/help/it/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -1976,7 +2023,8 @@ Index: public/help/it/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -2030,7 +2078,8 @@ Index: public/help/ja/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -2060,7 +2109,8 @@ Index: public/help/ja/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -2114,7 +2164,8 @@ Index: public/help/ko/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -2144,7 +2195,8 @@ Index: public/help/ko/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -2198,7 +2250,8 @@ Index: public/help/lt/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -2228,7 +2281,8 @@ Index: public/help/lt/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -2282,7 +2336,8 @@ Index: public/help/lv/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -2312,7 +2367,8 @@ Index: public/help/lv/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -2366,7 +2422,8 @@ Index: public/help/mk/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -2396,7 +2453,8 @@ Index: public/help/mk/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -2450,7 +2508,8 @@ Index: public/help/mn/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -2480,7 +2539,8 @@ Index: public/help/mn/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -2534,7 +2594,8 @@ Index: public/help/nl/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -2564,7 +2625,8 @@ Index: public/help/nl/wiki_syntax_detailed_textile.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -2618,7 +2680,8 @@ Index: public/help/no/wiki_syntax_detailed_markdown.html +
  • {{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)
  • ++
  • {{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,...)
  • @@ -2632,7 +2695,7 @@ Index: public/help/no/wiki_syntax_detailed_markdown.html
    • Documents: -Index: public/help/no/wiki_syntax_detailed_textile.html +Index: public/help/no/wiki_syntax_detailed_textile.html+
    • {{dmsfdesc(17)}} (a link to the description of the file with id 17)
    • =================================================================== --- public/help/no/wiki_syntax_detailed_textile.html (revision 15144) +++ public/help/no/wiki_syntax_detailed_textile.html (working copy) @@ -2648,7 +2711,8 @@ Index: public/help/no/wiki_syntax_detailed_textile.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -2702,7 +2766,8 @@ Index: public/help/pl/wiki_syntax_detailed_markdown.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -2732,7 +2797,8 @@ Index: public/help/pl/wiki_syntax_detailed_textile.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -2786,7 +2852,8 @@ Index: public/help/pt/wiki_syntax_detailed_markdown.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -2816,7 +2883,8 @@ Index: public/help/pt/wiki_syntax_detailed_textile.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -2870,7 +2938,8 @@ Index: public/help/pt-br/wiki_syntax_detailed_markdown.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -2900,7 +2969,8 @@ Index: public/help/pt-br/wiki_syntax_detailed_textile.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -2954,7 +3024,8 @@ Index: public/help/ro/wiki_syntax_detailed_markdown.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -2984,7 +3055,8 @@ Index: public/help/ro/wiki_syntax_detailed_textile.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3038,7 +3110,8 @@ Index: public/help/ru/wiki_syntax_detailed_markdown.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3067,7 +3140,8 @@ Index: public/help/ru/wiki_syntax_detailed_textile.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3122,7 +3196,8 @@ Index: public/help/sk/wiki_syntax_detailed_markdown.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3152,7 +3227,8 @@ Index: public/help/sk/wiki_syntax_detailed_textile.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3206,7 +3282,8 @@ Index: public/help/sl/wiki_syntax_detailed_markdown.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3236,7 +3313,8 @@ Index: public/help/sl/wiki_syntax_detailed_textile.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3290,7 +3368,8 @@ Index: public/help/sq/wiki_syntax_detailed_markdown.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3320,7 +3399,8 @@ Index: public/help/sq/wiki_syntax_detailed_textile.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3374,7 +3454,8 @@ Index: public/help/sr/wiki_syntax_detailed_markdown.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3404,7 +3485,8 @@ Index: public/help/sr/wiki_syntax_detailed_textile.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3458,7 +3540,8 @@ Index: public/help/sr-yu/wiki_syntax_detailed_markdown.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3488,7 +3571,8 @@ Index: public/help/sr-yu/wiki_syntax_detailed_textile.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3542,7 +3626,8 @@ Index: public/help/sv/wiki_syntax_detailed_markdown.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3572,7 +3657,8 @@ Index: public/help/sv/wiki_syntax_detailed_textile.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3626,7 +3712,8 @@ Index: public/help/th/wiki_syntax_detailed_markdown.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3656,7 +3743,8 @@ Index: public/help/th/wiki_syntax_detailed_textile.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3710,7 +3798,8 @@ Index: public/help/tr/wiki_syntax_detailed_markdown.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3740,7 +3829,8 @@ Index: public/help/tr/wiki_syntax_detailed_textile.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3794,7 +3884,8 @@ Index: public/help/uk/wiki_syntax_detailed_markdown.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3824,7 +3915,8 @@ Index: public/help/uk/wiki_syntax_detailed_textile.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3878,7 +3970,8 @@ Index: public/help/vi/wiki_syntax_detailed_markdown.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3908,7 +4001,8 @@ Index: public/help/vi/wiki_syntax_detailed_textile.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3962,7 +4056,8 @@ Index: public/help/zh/wiki_syntax_detailed_markdown.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -3992,7 +4087,8 @@ Index: public/help/zh/wiki_syntax_detailed_textile.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -4046,7 +4142,8 @@ Index: public/help/zh-tw/wiki_syntax_detailed_markdown.html +
    • {{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)
    • ++
    • {{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,...)
    • @@ -4075,7 +4172,8 @@ Index: public/help/zh-tw/wiki_syntax_detailed_textile.html +
    • {{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)
    • ++
    • {{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,...)
    • diff --git a/lib/redmine_dmsf/macros.rb b/lib/redmine_dmsf/macros.rb index 51aaa514..93a2b44d 100644 --- a/lib/redmine_dmsf/macros.rb +++ b/lib/redmine_dmsf/macros.rb @@ -65,11 +65,25 @@ Redmine::WikiFormatting::Macros.register do end end - # dmsfd - link to a document's description - desc "Wiki link to DMSF document description:\n\n" + - "{{dmsfd(file_id)}}\n\n" + - "_file_id_ can be found in the document's details." + # dmsfd - link to the document's details + desc "Wiki link to DMSF document details:\n\n" + + "{{dmsfd(document_id)}}\n\n" + + "_document_id_ can be found in the document's details." macro :dmsfd do |obj, args| + raise ArgumentError if args.length < 1 # Requires file id + file = DmsfFile.visible.find args[0].strip + if User.current && User.current.allowed_to?(:view_dmsf_files, file.project) + return link_to file.title, dmsf_file_path(:id => file) + else + raise l(:notice_not_authorized) + end + end + + # dmsfdesc - link to the document's description + desc "Wiki link to DMSF document description:\n\n" + + "{{dmsfdesc(document_id)}}\n\n" + + "_document_id_ can be found in the document's details." + macro :dmsfdesc do |obj, args| raise ArgumentError if args.length < 1 # Requires file id file = DmsfFile.visible.find args[0].strip if User.current && User.current.allowed_to?(:view_dmsf_files, file.project) @@ -79,7 +93,7 @@ Redmine::WikiFormatting::Macros.register do end end - # dmsft - link to a document's content preview + # dmsft - link to the document's content preview desc "Wiki link to DMSF document's content preview:\n\n" + "{{dmsft(file_id)}}\n\n" + "_file_id_ can be found in the document's details."