Last modified by Thomas Mortagne on 2023/10/13

From version 70.2
edited by Vincent Massol
on 2015/08/12
Change comment: Trying to be more clear...
To version 71.1
edited by Thomas Mortagne
on 2017/03/24
Change comment: Fix jira URLs

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.ThomasMortagne
Content
... ... @@ -7,7 +7,7 @@
7 7  The main focus of this milestone is the introduction of support for Nested Documents in XWiki's UI together with an important amount of changes in the platform and default Extensions to better support this.
8 8  
9 9  {{error}}
10 -We've discovered a [[blocking issue after the release>>http://jira.xwiki.org/browse/XWIKI-12315]]: if you use a distribution that doesn't provide the UI the Distribution Wizard will hang when trying to install the UI. We're analyzing the issue and will provide a fix quickly. Note that the issue only concerns the Distribution Wizard.
10 +We've discovered a [[blocking issue after the release>>https://jira.xwiki.org/browse/XWIKI-12315]]: if you use a distribution that doesn't provide the UI the Distribution Wizard will hang when trying to install the UI. We're analyzing the issue and will provide a fix quickly. Note that the issue only concerns the Distribution Wizard.
11 11  
12 12  Also note that since this version introduced the concept of Nested Spaces and Nested Documents, several existing features are not working anymore (e.g. Search Suggest, etc). We recommend to use this version only for testing Nested Spaces.
13 13  {{/error}}
... ... @@ -14,7 +14,7 @@
14 14  
15 15  = New and Noteworthy (since XWiki 7.1) =
16 16  
17 -[[Full list of issues fixed and Dashboard for 7.2>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13390]].
17 +[[Full list of issues fixed and Dashboard for 7.2>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13390]].
18 18  
19 19  == Nested Documents ==
20 20  
... ... @@ -66,7 +66,7 @@
66 66  * The [[Document Tree Macro>>extensions:Extension.Document Tree Macro]] has a new parameter called ##showSpaceAsDocument## which allows you to merge the space nodes with the space home page nodes. This is a first step towards showing nested documents in the tree, which is planned for 7.2.
67 67  * The list of available template providers is now sorted by document full name.
68 68  
69 -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+%227.2-milestone-1%22&tempMax=1000]] fixed in this release.
69 +See the [[full list of JIRA issues>>https://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+%227.2-milestone-1%22&tempMax=1000]] fixed in this release.
70 70  
71 71  = For Developers =
72 72  
... ... @@ -106,7 +106,7 @@
106 106  {{/code}}
107 107  )))
108 108  ** Extensions/code implementing ##ExportURLFactoryActionHandler## will also need to be modified to handle nested Spaces passed in the ##space## parameter.
109 -* Extensions/code implementing ##EntityReferenceSerializer## or ##DocumentReferenceResolver## must now handle Nested Spaces (in the past they were already supposed to handle Nested Spaces but since it was not used they could take shortcuts and it wasn't visible. It's now going to fail, see [[XWIKI-12191>>http://jira.xwiki.org/browse/XWIKI-12191]]).
109 +* Extensions/code implementing ##EntityReferenceSerializer## or ##DocumentReferenceResolver## must now handle Nested Spaces (in the past they were already supposed to handle Nested Spaces but since it was not used they could take shortcuts and it wasn't visible. It's now going to fail, see [[XWIKI-12191>>https://jira.xwiki.org/browse/XWIKI-12191]]).
110 110  
111 111  === Space separator properly taken into account ===
112 112  
... ... @@ -316,15 +316,15 @@
316 316  
317 317  The following dependencies have been upgraded:
318 318  
319 -* [[httpclient 4.5>>http://jira.xwiki.org/browse/XCOMMONS-815]]
320 -* [[cssparser 0.9.16>>http://jira.xwiki.org/browse/XCOMMONS-817]]
321 -* [[less4j 1.12.0>>http://jira.xwiki.org/browse/XWIKI-12161]]
322 -* [[Joda-Time 2.8.1>>http://jira.xwiki.org/browse/XWIKI-12159]]
323 -* [[Bootstrap 3.3.5>>http://jira.xwiki.org/browse/XWIKI-12211]]
324 -* [[Infinispan 7.2.3>>http://jira.xwiki.org/browse/XWIKI-12227]]
325 -* [[HSQLDB 2.3.3>>http://jira.xwiki.org/browse/XE-1491]]
326 -* [[JGroups 3.6.4>>http://jira.xwiki.org/browse/XWIKI-12215]]
327 -* [[Jackson 2.5.4>>http://jira.xwiki.org/browse/XCOMMONS-828]]
319 +* [[httpclient 4.5>>https://jira.xwiki.org/browse/XCOMMONS-815]]
320 +* [[cssparser 0.9.16>>https://jira.xwiki.org/browse/XCOMMONS-817]]
321 +* [[less4j 1.12.0>>https://jira.xwiki.org/browse/XWIKI-12161]]
322 +* [[Joda-Time 2.8.1>>https://jira.xwiki.org/browse/XWIKI-12159]]
323 +* [[Bootstrap 3.3.5>>https://jira.xwiki.org/browse/XWIKI-12211]]
324 +* [[Infinispan 7.2.3>>https://jira.xwiki.org/browse/XWIKI-12227]]
325 +* [[HSQLDB 2.3.3>>https://jira.xwiki.org/browse/XE-1491]]
326 +* [[JGroups 3.6.4>>https://jira.xwiki.org/browse/XWIKI-12215]]
327 +* [[Jackson 2.5.4>>https://jira.xwiki.org/browse/XCOMMONS-828]]
328 328  
329 329  == Miscellaneous ==
330 330  
... ... @@ -335,7 +335,7 @@
335 335  * 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).
336 336  * 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.
337 337  * A new DocumentModelBridge.getContentAuthorReference() method has been added to allow accessing the content author of a document without depending on oldcore.
338 -* Deprecate XWiki.parseContent(...) since it is was misleading and outdated. Its documentation mentioned that the passed content is parsed as velocity code, but it was actually doing much more than that and had some unwanted side-effect. Instead, use the parse/renderer that is specific to the type of content you have. See more details in [[XWIKI-12299>>http://jira.xwiki.org/browse/XWIKI-12299]].
338 +* Deprecate XWiki.parseContent(...) since it is was misleading and outdated. Its documentation mentioned that the passed content is parsed as velocity code, but it was actually doing much more than that and had some unwanted side-effect. Instead, use the parse/renderer that is specific to the type of content you have. See more details in [[XWIKI-12299>>https://jira.xwiki.org/browse/XWIKI-12299]].
339 339  * A new script service is available to retrieve the status of a specified job or the status of the currently running job from a specified group. See the [[Job Module>>extensions:Extension.Job Module||anchor="HScriptService"]] documentation for details.
340 340  
341 341  = Translations =
... ... @@ -359,7 +359,7 @@
359 359  
360 360  = Known issues =
361 361  
362 -* [[Bugs we know about>>http://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]]
362 +* [[Bugs we know about>>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]]
363 363  
364 364  = Backward Compatibility and Migration Notes =
365 365  

Get Connected