Changes for page Release Notes for XWiki 7.2 Milestone 2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -24,7 +24,8 @@ 24 24 25 25 == Miscellaneous == 26 26 27 -* Import UI move to new standard tree {{image reference="import.png"/}} 27 +* Import UI move to new standard tree 28 +{{image reference="import.png"/}} 28 28 29 29 See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%22<version>%22&tempMax=1000]] fixed in this release. 30 30 ... ... @@ -80,6 +80,12 @@ 80 80 expect(reference1.equals(reference3)).toBe(false); 81 81 {{/code}} 82 82 ))) 84 +* A new ##XWiki.EntityReference.fromJSONObject(obejct)## has been added to create a Javascript ##XWiki.EntityReference## from a Java ##EntityReference## directly serialized as JSON:((( 85 +{{code language="javascript"}} 86 +var reference = XWiki.EntityReference.fromJSONObject(jsonText.evalJSON()); 87 +{{/code}} 88 +))) 89 +* A new ##XWiki.EntityReferenceTree## class which partially mimic Java ##EntityReferenceTree## on Javascript side 83 83 84 84 == Deprecated and Retired projects == 85 85