Changes for page Release Notes for XWiki 7.2 Milestone 1
Last modified by Thomas Mortagne on 2023/10/13
From version 32.1
edited by Thomas Mortagne
on 2015/06/30
on 2015/06/30
Change comment:
There is no comment for this version
To version 34.1
edited by Thomas Mortagne
on 2015/06/30
on 2015/06/30
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -113,6 +113,18 @@ 113 113 114 114 * ##LocalDocumentReference(String pageName, EntityReference spaceReference)##: allowed created a LocalDocumentReference from a space reference instead of just the space name 115 115 116 +=== org.xwiki.model.reference.SpaceReferenceResolver === 117 + 118 +New default ##String## and ##EntityReference## based SpaceReferenceResolver has been added. It's the same behavior then ##DocumentReferenceBehavior## but for spaces. 119 + 120 +{{code language="java"}} 121 +@Inject 122 +SpaceReferenceResolver<String> stringResolver; 123 + 124 +@Inject 125 +SpaceReferenceResolver<EntityReference> referenceResolver; 126 +{{/code}} 127 + 116 116 === New model Script Service helpers === 117 117 118 118 * new help to escape an entity name according to default reference syntax as in:((( ... ... @@ -158,6 +158,7 @@ 158 158 159 159 * 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. 160 160 * custom Maven properties which have a special meaning (like ##xwiki.extension.features##) are not ##duplicated## in Extension custom properties anymore 173 +* standard fields names have been added to ##org.xwiki.extension.rating.RatingExtension## 161 161 162 162 = Translations = 163 163