Last modified by Thomas Mortagne on 2023/10/13

From version 37.1
edited by Guillaume Delhumeau
on 2015/09/23
Change comment: There is no comment for this version
To version 36.1
edited by Guillaume Delhumeau
on 2015/09/23
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -579,14 +579,10 @@
579 579  )))
580 580  * Better support of non-DOCUMENT ##EntityReferences## in ##DocumentReferenceConverter##. It now behaves like ##XWiki#getDocument(EntityReference)##.
581 581  * The Copy/Rename/Delete UI actions are now using the [[Refactoring Module's Script Services>>extensions:Extension.Refactoring Module]].
582 -* You can see the children and backlinks of any document with the new parameters ##?xpage=children## and ##?xpage=backlinks## to add to the document URL. To get the children according to the parent/child mechanism, you can use ##?xpage=children&hierarchy=parentchild##.
583 -** The features are also available as viewers: ##?viewer=children## and ##?viewer=backlinks##
584 -** A new "siblings" viewer has been added, accessible both with ##?viewer=siblings## and ##?xpage=siblings##.
585 -** For this viewers, a ##displayHidden## parameter has been added. By default, the hidden pages are not displayed unless the user's configuration overwrites this.
586 -* You can now reuse the velocity ##hierarchy## macros defined in the Flamingo Skin's ##hierarchy_macros.vm## template to display the breadcrumbs for a particular document. See [[XWIKI-12408>>http://jira.xwiki.org/browse/XWIKI-12408]].
582 +* The URL parameters ##?viewer=children## and ##?viewer=backlinks## have been added.
583 +* A new "siblings" viewer has been added, accessible both with ##?viewer=siblings## and ##?xpage=siblings##.
584 +* For ##?viewer=children##, ##?xpage=children##, ##?viewer=siblings## and ##?xpage=siblings## a new ##displayHidden## parameter has been added. By default, the hidden pages are not displayed unless the user's configuration overwrites this.
587 587  
588 -* In JavaScript, the class ##XWiki.Document## has been modified to handle nested spaces. A new constructor have been created, and the old one is deprecated.
589 -
590 590  == Deprecated and Retired projects ==
591 591  
592 592  * The [[OSCache-based Cache Extension>>extensions:Extension.Cache OSCache]] has been [[moved to ##xwiki-contrib##>>https://github.com/xwiki-contrib/xwiki-platform-cache-oscache]] since we've been using the Infinispan implementation for a while now and the XWiki Core developers don't intend to continue supporting the OSCache-based one (it can be maintained by the Community, by whoever's interested in supporting it).

Get Connected