Changes for page Standard URL Format

Last modified by Anca Luca on 2023/11/10

<
From version < 88.6 >
edited by Vincent Massol
on 2017/09/06
To version < 89.2 >
edited by Vincent Massol
on 2018/04/04
>
Change comment: Added missing viewers

Summary

Details

Page properties
Content
... ... @@ -18,7 +18,7 @@
18 18  * ##<path>##: the path completely depends on the ##<type>## used. See below for more details.
19 19  
20 20  {{info}}
21 -If you're interested in configuring the XWiki URLs, check the [[URL Architecture page>>Documentation.DevGuide.URL Architecture.WebHome]].
21 +If you're interested in configuring the XWiki URLs, check the [[URL Architecture page>>Documentation.DevGuide.Architecture.URL Architecture.WebHome]].
22 22  {{/info}}
23 23  
24 24  = Type: ##bin## =
... ... @@ -90,6 +90,10 @@
90 90  
91 91  Note: if the document does not exist, you will have a 404 error page, and the following parameters will not be taken into account. Use ##xpage## if you need to have the desired behavior even if the document does not exist.
92 92  
93 +* ##attachments##: Display the attachment list (e.g. ##http:~/~/playground.xwiki.org/xwiki/bin/view/Sandbox/?viewer=attachments##)
94 +* ##history##: Display the version history (e.g. ##http:~/~/playground.xwiki.org/xwiki/bin/view/Sandbox/?viewer=history##)
95 +* ##comments##: Display the comments (e.g. ##http:~/~/playground.xwiki.org/xwiki/bin/view/Sandbox/?viewer=comments##)
96 +* ##information##: Display the page information (e.g. ##http:~/~/playground.xwiki.org/xwiki/bin/view/Sandbox/?viewer=information##)
93 93  * ##children##: {{info}}Since 7.2RC1{{/info}} display a page that lists all the children of the document. You can also add the following parameters:
94 94  ** ##hierarchy=parentchild##: do the same but display the children according to the (old) parent/child mechanism
95 95  ** ##displayHidden=true##: display the hidden documents (no matter what the user's configuration is)

Get Connected