Last modified by Thomas Mortagne on 2023/10/13

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

Summary

Details

Page properties
Content
... ... @@ -530,7 +530,7 @@
530 530  
531 531  == Document Picker ==
532 532  
533 -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.
534 534  
535 535  {{image reference="[email protected]"/}}
536 536  
... ... @@ -539,9 +539,9 @@
539 539  == Miscellaneous ==
540 540  
541 541  * 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.
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
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.
545 545  * 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).
546 546  * 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.
547 547  * A new DocumentModelBridge.getContentAuthorReference() method has been added to allow accessing the content author of a document without depending on oldcore.
... ... @@ -566,7 +566,7 @@
566 566  {{/velocity}}
567 567  {{/code}}
568 568  )))
569 -* 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)##.
570 570  * The Copy/Rename/Delete UI actions are now using the [[Refactoring Module's Script Services>>extensions:Extension.Refactoring Module]].
571 571  * The URL parameters ##?viewer=children## and ##?viewer=backlinks## have been added.
572 572  * A new "siblings" viewer has been added, accessible both with ##?viewer=siblings## and ##?xpage=siblings##.

Get Connected