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
Change comment: Install extension [org.xwiki.platform:xwiki-platform-index-tree-macro/17.10.3]
To version 1.1
edited by Martin Mahr
on 2023/11/14 13:31
Change comment: Install extension [org.xwiki.platform:xwiki-platform-index-tree-macro/15.9]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.tobias
1 +XWiki.mahr
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
... ... @@ -44,36 +44,10 @@
44 44  rendering.macro.documentTree.parameter.limit.description=The maximum number of child nodes to display when expanding a parent node for the first time. The rest of the child nodes are accessible through a "more ..." link. This parameter is basically used to paginate the child nodes and thus helps the tree scale when the number of child nodes is large.
45 45  rendering.macro.documentTree.parameter.exclusions.name=Exclusions
46 46  rendering.macro.documentTree.parameter.exclusions.description=The list of nodes to exclude from the tree. The nodes are specified by their id and separated by comma.
47 -rendering.macro.documentTree.parameter.sortDocumentsBy.name=Sort pages by
48 -rendering.macro.documentTree.parameter.sortDocumentsBy.description=The page field used to sort the child pages, followed by the sort order.
49 -rendering.macro.documentTree.parameter.expandToLevel.name=Expand to level
50 -rendering.macro.documentTree.parameter.expandToLevel.description=Define the depth of the tree to expand automatically. Default is 0 and means that only top level nodes are displayed. A level of 1 opens those, a level of 2 also opens the children below the newly displayed nodes, etc. Note that a high value can make the macro expansive to display for the browser.
51 51  
52 -rendering.macro.children.name=Children
53 -rendering.macro.children.description=Displays a tree of children pages of the current page
54 -rendering.macro.children.parameter.sort.name=Sort by
55 -rendering.macro.children.parameter.sort.description=The page field used to sort the child pages, followed by the sort order.
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.
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 -index.documentTree.addDocument=New page...
66 66  
67 -index.documentTree.documentSortDisplayer.field=Sort field
68 -index.documentTree.documentSortDisplayer.field.default=---
69 -index.documentTree.documentSortDisplayer.field.title=Title
70 -index.documentTree.documentSortDisplayer.field.date=Last modification date
71 -index.documentTree.documentSortDisplayer.field.creationDate=Creation date
72 -index.documentTree.documentSortDisplayer.order=Sort order
73 -index.documentTree.documentSortDisplayer.order.default=---
74 -index.documentTree.documentSortDisplayer.order.asc=Ascending
75 -index.documentTree.documentSortDisplayer.order.desc=Descending
76 -
77 77  ## Deprecated translation keys
78 78  
79 79  ## Until 7.2M2