Changes for page Document Tree Translations
Last modified by Jiri Tobias on 2026/02/20 12:07
From version 3.1
edited by Jiri Tobias
on 2026/02/20 12:07
on 2026/02/20 12:07
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-index-tree-macro/17.10.3]
To version 2.1
edited by Jiri Tobias
on 2026/01/13 13:25
on 2026/01/13 13:25
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-index-tree-macro/17.4.1]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -19,7 +19,7 @@ 19 19 rendering.macro.documentTree.parameter.showClassProperties.name=Show Class Properties 20 20 rendering.macro.documentTree.parameter.showClassProperties.description=Whether to show the class properties for pages that define classes. 21 21 rendering.macro.documentTree.parameter.root.name=Root 22 -rendering.macro.documentTree.parameter.root.description=The root node id. This is useful if you want to display only the descendants of a given node (which is the specified root). The tree displays the children of the root node on the first level, so the root node is not actually displayed. The entire tree is displayed if the root node is not specified. 22 +rendering.macro.documentTree.parameter.root.description=The root node id. This is useful if you want to display only the descendants of a given node (which is the specified root). The tree displays the children of the root node on the first level, so the root node is not actually displayed. The entire tree is displayed if the root node is not specified. The format of a node identifier is entityType:entityReference, where the entity type can be for instance wiki, space, document. E.g.: wiki:xwiki, space:xwiki:Main, document:xwiki:Main.WebHome 23 23 rendering.macro.documentTree.parameter.showRoot.name=Show Root 24 24 rendering.macro.documentTree.parameter.showRoot.description=Whether to show the root node or not. The root node is not shown by default because it is usually implied from the context where the tree is displayed (e.g. a label before the tree). There are some cases though when you may want to display the root node: to be able to create a new node under the root. 25 25 rendering.macro.documentTree.parameter.compact.name=Compact ... ... @@ -29,7 +29,7 @@ 29 29 rendering.macro.documentTree.parameter.checkboxes.name=Checkboxes 30 30 rendering.macro.documentTree.parameter.checkboxes.description=Whether to display a checkbox in front of each tree node to allow the user to select multiple tree nodes. 31 31 rendering.macro.documentTree.parameter.openTo.name=Open to 32 -rendering.macro.documentTree.parameter.openTo.description=The id of the node to open the tree to. All the ancestors of the specified node, up to the root of the tree, will be opened also. 32 +rendering.macro.documentTree.parameter.openTo.description=The id of the node to open the tree to. All the ancestors of the specified node, up to the root of the tree, will be opened also. The format of the node id is the one used for the root parameter. 33 33 rendering.macro.documentTree.parameter.showOnlyViewable.name=Show only Viewable 34 34 rendering.macro.documentTree.parameter.showOnlyViewable.description=Show only the wiki, space and page nodes for which the current user has view right. If this is set to false then the wiki, space and page nodes that are not viewable by the current user are listed in the tree using their names. The user won't be able to see their content by following their links though (the user will just be aware of their existence). 35 35 rendering.macro.documentTree.parameter.filterByClass.name=Filter by Class ... ... @@ -54,12 +54,8 @@ 54 54 rendering.macro.children.parameter.sort.name=Sort by 55 55 rendering.macro.children.parameter.sort.description=The page field used to sort the child pages, followed by the sort order. 56 56 rendering.macro.children.parameter.root.name=Root 57 -rendering.macro.children.parameter.root.description=The root node id. This is useful if you want to display only the descendants of a given node (which is the specified root). The tree displays the children of the root node on the first level, so the root node is not actually displayed. The entire tree is displayed if the root node is not specified. 57 +rendering.macro.children.parameter.root.description=The root node id. This is useful if you want to display only the descendants of a given node (which is the specified root). The tree displays the children of the root node on the first level, so the root node is not actually displayed. The entire tree is displayed if the root node is not specified. The format of a node identifier is entityType:entityReference, where the entity type can be for instance wiki, space, document. E.g.: wiki:xwiki, space:xwiki:Main, document:xwiki:Main.WebHome 58 58 59 -rendering.macro.documentTree.group.show.name=Elements to show 60 -rendering.macro.documentTree.group.filters.name=Filters 61 -rendering.macro.documentTree.group.style.name=Display options 62 - 63 63 index.documentTree.empty=No pages found 64 64 index.documentTree.more={0} more ... 65 65 index.documentTree.addDocument=New page...