Changes for page Pages on this Wiki

Last modified by Vincent Massol on 2020/12/03 10:51

From version 7.1
edited by Vincent Massol
on 2015/02/26 23:41
Change comment: Install extension [org.xwiki.platform:xwiki-platform-index-ui-6.4.1]
To version 8.2
edited by Vincent Massol
on 2017/08/17 18:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +xwiki:XWiki.VincentMassol
Content
... ... @@ -1,4 +1,4 @@
1 -{{velocity}}
1 +{{velocity}}##
2 2  ##================
3 3  ## Find which tab to display
4 4  ##================
... ... @@ -19,7 +19,9 @@
19 19  #end
20 20  #addAllDocsTab({'tabName' : 'index', 'idSuffix' : 'index', 'translationKey' : 'platform.index', 'document' : 'XWiki.Tableview'})
21 21  #addAllDocsTab({'tabName' : 'tree', 'idSuffix' : 'treeview', 'translationKey' : 'platform.index.tree', 'document' : 'XWiki.Treeview'})
22 -#addAllDocsTab({'tabName' : 'orphans', 'idSuffix' : 'orphansview', 'translationKey' : 'platform.index.orphaned', 'document' : 'XWiki.OrphanedPages'})
22 +#if ($services.parentchild.isParentChildMechanismEnabled())
23 + #addAllDocsTab({'tabName' : 'orphans', 'idSuffix' : 'orphansview', 'translationKey' : 'platform.index.orphaned', 'document' : 'XWiki.OrphanedPages'})
24 +#end
23 23  #addAllDocsTab({'tabName' : 'attachments', 'idSuffix' : 'attachments', 'translationKey' : 'platform.index.attachments', 'document' : 'XWiki.AllAttachments'})
24 24  #addAllDocsTab({'tabName' : 'deletedDocs', 'idSuffix' : 'deletedDocs', 'translationKey' : 'platform.index.documentsTrash', 'document' : 'XWiki.DeletedDocuments'})
25 25  #addAllDocsTab({'tabName' : 'deletedAttachments', 'idSuffix' : 'deletedAttachments', 'translationKey' : 'platform.index.attachmentsTrash', 'document' : 'XWiki.DeletedAttachments'})