Last modified by Thomas Mortagne on 2023/10/13

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

Summary

Details

Page properties
Content
... ... @@ -522,30 +522,6 @@
522 522  {{/velocity}}
523 523  {{/code}}
524 524  
525 -
526 -== Deprecated and Retired projects ==
527 -
528 -* 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).
529 -
530 -== Upgrades ==
531 -
532 -The following dependencies have been upgraded:
533 -
534 -* [[httpclient 4.5>>http://jira.xwiki.org/browse/XCOMMONS-815]]
535 -* [[cssparser 0.9.16>>http://jira.xwiki.org/browse/XCOMMONS-817]]
536 -* [[less4j 1.12.0>>http://jira.xwiki.org/browse/XWIKI-12161]]
537 -* [[Joda-Time 2.8.1>>http://jira.xwiki.org/browse/XWIKI-12159]]
538 -* [[Bootstrap 3.3.5>>http://jira.xwiki.org/browse/XWIKI-12211]]
539 -* [[HSQLDB 2.3.3>>http://jira.xwiki.org/browse/XE-1491]]
540 -* [[Groovy 2.4.4>>http://jira.xwiki.org/browse/XCOMMONS-831]]
541 -* [[Tika 1.9>>http://jira.xwiki.org/browse/XWIKI-12274]]
542 -* [[JRuby 1.7.21>>http://jira.xwiki.org/browse/XWIKI-12344]]
543 -* [[Jackson 2.6.0>>http://jira.xwiki.org/browse/XCOMMONS-833]]
544 -* [[Hibernate Validator 4.3.2>>http://jira.xwiki.org/browse/XWIKI-12365]]
545 -* [[JGroups 3.6.6>>http://jira.xwiki.org/browse/XWIKI-12507]]
546 -* [[httpcore 4.4.3>>http://jira.xwiki.org/browse/XCOMMONS-845]]
547 -* [[Infinispan 7.2.5>>http://jira.xwiki.org/browse/XWIKI-12557]]
548 -
549 549  == XWiki Select Widget ==
550 550  
551 551  A [[new widget has been introduced>>platform:DevGuide.XWikiSelect]], to have a rich select box:
... ... @@ -554,7 +554,7 @@
554 554  
555 555  == Document Picker ==
556 556  
557 -Two new Velocity macros has been added to allow selecting a document from a tree picker and to display the path (breadcrumbs) to the selected document.
533 +Two new Velocity macros has been added to allow selecting a page from a tree picker and to display the path (breadcrumbs) to the selected page.
558 558  
559 559  {{image reference="[email protected]"/}}
560 560  
... ... @@ -563,9 +563,9 @@
563 563  == Miscellaneous ==
564 564  
565 565  * Objects, attachments and the document's class are now clearly not considered content, but metadata. Thus, any change in these will set the document's (XWikiDocument) metadataDirty flag to true and not touch the document's contentDirty flag unless there is an actual change in the document's content or title fields. This is also in line with the original intent of the contentAuthor document field. The direct impact of this is that the contentAuthor field will be updated only when the content is changed and thus the programming/script rights of a document will be changed much less often than before and much less by accident.
566 -* custom Maven properties which have a special meaning (like ##xwiki.extension.features##) are not ##duplicated## in Extension custom properties anymore
567 -* standard fields names have been added to ##org.xwiki.extension.rating.RatingExtension##
568 -* URL configuration now use default ConfigurationSource provider instead of only ##xwiki.properties## one which means it's possible to overwrite properties for each wiki among other things
542 +* custom Maven properties which have a special meaning (like ##xwiki.extension.features##) are not ##duplicated## in Extension custom properties anymore.
543 +* standard fields names have been added to ##org.xwiki.extension.rating.RatingExtension##.
544 +* URL configuration now use default ##ConfigurationSource## provider instead of only ##xwiki.properties## one which means it's possible to overwrite properties for each wiki among other things.
569 569  * Added ability to set and change the URL scheme to use in the Execution Context. This allows code to dynamically change the generated URLs when Rendering a document (useful when performing an Export for example).
570 570  * Started a new ##filesystem## URL Scheme for exporting Resources to the filesystem and generating URLs to them (useful for the HTML Export for example). At the moment, only the ##webjars## Resource Type is using it and all other Resource Types are using the old ##XWikiURLFactory## class.
571 571  * A new DocumentModelBridge.getContentAuthorReference() method has been added to allow accessing the content author of a document without depending on oldcore.
... ... @@ -590,12 +590,35 @@
590 590  {{/velocity}}
591 591  {{/code}}
592 592  )))
593 -* Better support of non-DOCUMENT ##EntityReferences## in ##DocumentReferenceConverter##. It now behaves like ##XWiki#getDocument(EntityReference)##
569 +* Better support of non-DOCUMENT ##EntityReferences## in ##DocumentReferenceConverter##. It now behaves like ##XWiki#getDocument(EntityReference)##.
594 594  * The Copy/Rename/Delete UI actions are now using the [[Refactoring Module's Script Services>>extensions:Extension.Refactoring Module]].
595 595  * The URL parameters ##?viewer=children## and ##?viewer=backlinks## have been added.
596 596  * A new "siblings" viewer has been added, accessible both with ##?viewer=siblings## and ##?xpage=siblings##.
597 597  * 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.
598 598  
575 +== Deprecated and Retired projects ==
576 +
577 +* 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).
578 +
579 +== Upgrades ==
580 +
581 +The following dependencies have been upgraded:
582 +
583 +* [[httpclient 4.5>>http://jira.xwiki.org/browse/XCOMMONS-815]]
584 +* [[cssparser 0.9.16>>http://jira.xwiki.org/browse/XCOMMONS-817]]
585 +* [[less4j 1.14.0>>http://jira.xwiki.org/browse/XWIKI-12400]]
586 +* [[Joda-Time 2.8.1>>http://jira.xwiki.org/browse/XWIKI-12159]]
587 +* [[Bootstrap 3.3.5>>http://jira.xwiki.org/browse/XWIKI-12211]]
588 +* [[HSQLDB 2.3.3>>http://jira.xwiki.org/browse/XE-1491]]
589 +* [[Groovy 2.4.4>>http://jira.xwiki.org/browse/XCOMMONS-831]]
590 +* [[Tika 1.9>>http://jira.xwiki.org/browse/XWIKI-12274]]
591 +* [[JRuby 1.7.21>>http://jira.xwiki.org/browse/XWIKI-12344]]
592 +* [[Jackson 2.6.0>>http://jira.xwiki.org/browse/XCOMMONS-833]]
593 +* [[Hibernate Validator 4.3.2>>http://jira.xwiki.org/browse/XWIKI-12365]]
594 +* [[JGroups 3.6.6>>http://jira.xwiki.org/browse/XWIKI-12507]]
595 +* [[httpcore 4.4.3>>http://jira.xwiki.org/browse/XCOMMONS-845]]
596 +* [[Infinispan 7.2.5>>http://jira.xwiki.org/browse/XWIKI-12557]]
597 +
599 599  = Translations =
600 600  
601 601  The following translations have been updated:

Get Connected