Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. gdelhumeau1 +XWiki.ThomasMortagne - Content
-
... ... @@ -74,9 +74,9 @@ 74 74 * ##hierarchy_reference##: {{info}}Since 7.3M2{{/info}} display the hierarchy of the page, as raw HTML, without any style. You can also add the following parameters: 75 75 ** ##id=someId##: add an HTML id to the hierarchy breadcrumb. 76 76 ** ##displayTitle=true|false##: display the title of the elements in the breadcrumb (default: true) 77 -** ##excludeSelf=true|false##: display the hierarchy without the page itself 78 -** ##limit=##: maximum number of hierarchy elements displayed 79 -** ##local=true|false##: do not display the main wiki reference for documents located in sub-wikis. 77 +** ##excludeSelf=true|false##: display the hierarchy without the page itself (default: false) 78 +** ##limit=##: maximum number of hierarchy elements displayed (default: none) 79 +** ##local=true|false##: do not display the main wiki reference for documents located in sub-wikis. (default: false) 80 80 81 81 === Parameter: ##outputSyntax## and ##outputSyntaxVersion## === 82 82 ... ... @@ -188,6 +188,12 @@ 188 188 189 189 If set, force the attachment to be downloaded instead of being opened in the browser (it sets the ##Content-Disposition## header to ##attachment## instead of ##inline##). 190 190 191 +=== Parameter: ##force-filename## === 192 + 193 +[since 9.0RC1] 194 + 195 +If ##force-download## is set, the value of ##force-filename## is used in the ##Content-disposition## HTTP header to indicate the name of the file to the browser. 196 + 191 191 == Action: ##create## == 192 192 193 193 The additional URL paths for the create action is ##<space1>/.../<spaceN>/<page>?<query string>##. ... ... @@ -298,7 +298,7 @@ 298 298 The format is ##wiki/<wiki name>/<bin subpath>## where: 299 299 300 300 * ##<wiki name>##: the name of the subwiki, e.g. ##platform##. 301 -* ##<bin spath>##: the same path as for the ##bin## action (see above). For example, if you use ##http:~/~/<main wiki server>/xwiki/bin/download/XWiki/JohnDoe/john.png## you would use ##http:~/~/<main wiki server>/xwiki/wiki/<subwiki name>/download/XWiki/JohnDoe/john.png## to access the same attachment but located in a subwiki named ##<subwiki>##. 307 +* ##<bin subpath>##: the same path as for the ##bin## action (see above). For example, if you use ##http:~/~/<main wiki server>/xwiki/bin/download/XWiki/JohnDoe/john.png## you would use ##http:~/~/<main wiki server>/xwiki/wiki/<subwiki name>/download/XWiki/JohnDoe/john.png## to access the same attachment but located in a subwiki named ##<subwiki>##. 302 302 303 303 = Type: ##resources## = 304 304 ... ... @@ -307,3 +307,17 @@ 307 307 = Type: ##skins## = 308 308 309 309 Static skin resources, e.g. ##http:~/~/<server>/xwiki/skins/flamingo/logo.png##. 316 + 317 += Type: ##temp## = 318 + 319 +Dynamic temporary resources, bound to a specific document and a specific module. 320 + 321 +The format is ##temp/<Space>/<Document>/<module>/<file.ext>##, where: 322 + 323 +* ##<Space>## and ##<Document>## identify the target document; currently only the last part of the space is supported 324 +* ##<module>## is the name of the module that generated the resource, a short string used for avoiding conflicts between different modules generating temporary files with the same name 325 +* ##<file.ext>## is the name of the temporary file 326 + 327 +== Parameter: ##force-download## == 328 + 329 +If set to ##1##, force the file to be downloaded instead of being opened in the browser (it sets the ##Content-Disposition## header to ##attachment##).