Last modified by Thomas Mortagne on 2023/10/13

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

Summary

Details

Page properties
Content
... ... @@ -579,10 +579,14 @@
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 -* 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.
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]].
585 585  
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 +
586 586  == Deprecated and Retired projects ==
587 587  
588 588  * 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).
... ... @@ -591,21 +591,21 @@
591 591  
592 592  The following dependencies have been upgraded:
593 593  
594 -* [[httpclient 4.5>>http://jira.xwiki.org/browse/XCOMMONS-815]]
595 -* [[cssparser 0.9.16>>http://jira.xwiki.org/browse/XCOMMONS-817]]
596 -* [[less4j 1.14.0>>http://jira.xwiki.org/browse/XWIKI-12400]]
597 597  * [[Bootstrap 3.3.5>>http://jira.xwiki.org/browse/XWIKI-12211]]
598 -* [[HSQLDB 2.3.3>>http://jira.xwiki.org/browse/XE-1491]]
599 +* [[Cssparser 0.9.16>>http://jira.xwiki.org/browse/XCOMMONS-817]]
600 +* [[Commons-compress 1.10>>http://jira.xwiki.org/browse/XCOMMONS-842]]
599 599  * [[Groovy 2.4.4>>http://jira.xwiki.org/browse/XCOMMONS-831]]
600 -* [[JRuby 1.7.21>>http://jira.xwiki.org/browse/XWIKI-12344]]
601 601  * [[Hibernate Validator 4.3.2>>http://jira.xwiki.org/browse/XWIKI-12365]]
602 -* [[JGroups 3.6.6>>http://jira.xwiki.org/browse/XWIKI-12507]]
603 -* [[httpcore 4.4.3>>http://jira.xwiki.org/browse/XCOMMONS-845]]
603 +* [[HSQLDB 2.3.3>>http://jira.xwiki.org/browse/XE-1491]]
604 +* [[Httpclient 4.5>>http://jira.xwiki.org/browse/XCOMMONS-815]]
605 +* [[Httpcore 4.4.3>>http://jira.xwiki.org/browse/XCOMMONS-845]]
604 604  * [[Infinispan 7.2.5>>http://jira.xwiki.org/browse/XWIKI-12557]]
605 -* [[Tika 1.10>>http://jira.xwiki.org/browse/XWIKI-12401]]
606 606  * [[Jackson 2.6.1>>http://jira.xwiki.org/browse/XCOMMONS-839]]
608 +* [[JGroups 3.6.6>>http://jira.xwiki.org/browse/XWIKI-12507]]
607 607  * [[Joda-Time 2.8.2>>http://jira.xwiki.org/browse/XWIKI-12402]]
608 -* [[commons-compress 1.10>>http://jira.xwiki.org/browse/XCOMMONS-842]]
610 +* [[JRuby 1.7.21>>http://jira.xwiki.org/browse/XWIKI-12344]]
611 +* [[Less4j 1.14.0>>http://jira.xwiki.org/browse/XWIKI-12400]]
612 +* [[Tika 1.10>>http://jira.xwiki.org/browse/XWIKI-12401]]
609 609  
610 610  = Translations =
611 611  

Get Connected