Last modified by Thomas Mortagne on 2023/10/13

<
From version < 39.1 >
edited by Guillaume Delhumeau
on 2015/09/23
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).
... ... @@ -595,27 +595,27 @@
595 595  
596 596  The following dependencies have been upgraded:
597 597  
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]]
598 598  * [[Bootstrap 3.3.5>>http://jira.xwiki.org/browse/XWIKI-12211]]
599 -* [[Cssparser 0.9.16>>http://jira.xwiki.org/browse/XCOMMONS-817]]
600 -* [[Commons-compress 1.10>>http://jira.xwiki.org/browse/XCOMMONS-842]]
598 +* [[HSQLDB 2.3.3>>http://jira.xwiki.org/browse/XE-1491]]
601 601  * [[Groovy 2.4.4>>http://jira.xwiki.org/browse/XCOMMONS-831]]
600 +* [[JRuby 1.7.21>>http://jira.xwiki.org/browse/XWIKI-12344]]
602 602  * [[Hibernate Validator 4.3.2>>http://jira.xwiki.org/browse/XWIKI-12365]]
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]]
602 +* [[JGroups 3.6.6>>http://jira.xwiki.org/browse/XWIKI-12507]]
603 +* [[httpcore 4.4.3>>http://jira.xwiki.org/browse/XCOMMONS-845]]
606 606  * [[Infinispan 7.2.5>>http://jira.xwiki.org/browse/XWIKI-12557]]
605 +* [[Tika 1.10>>http://jira.xwiki.org/browse/XWIKI-12401]]
607 607  * [[Jackson 2.6.1>>http://jira.xwiki.org/browse/XCOMMONS-839]]
608 -* [[JGroups 3.6.6>>http://jira.xwiki.org/browse/XWIKI-12507]]
609 609  * [[Joda-Time 2.8.2>>http://jira.xwiki.org/browse/XWIKI-12402]]
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]]
608 +* [[commons-compress 1.10>>http://jira.xwiki.org/browse/XCOMMONS-842]]
613 613  
614 614  = Translations =
615 615  
616 616  The following translations have been updated:
617 617  
618 -{{language codes=" da, de, fr, hu, ko, pt_BR, sk, sv"/}}
614 +{{language codes="none, none"/}}
619 619  
620 620  = Tested Browsers & Databases =
621 621  

Get Connected