Changes for page Release Notes for XWiki 7.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
-
... ... @@ -4,8 +4,12 @@ 4 4 5 5 This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. They share the same release notes as they are released together and have the same version. 6 6 7 - <insert description of releasehere>7 +This release is probably one of the biggest releases we have done in XWiki for years. We have worked hard during all the summer to finally achieve the introduction of a new concept: the //Nested Pages//. This big change affects both the platform and the user interface, and you will discover many differences while using XWiki. 8 8 9 +For developers, this release also introduces a new //Script// right and some changes in the REST, Job and Refactoring modules, just to list a few... 10 + 11 +Finally, it also brings a lot of bugs fixes! 12 + 9 9 = New and Noteworthy (since XWiki 7.1) = 10 10 11 11 [[Full list of issues fixed and Dashboard for 7.2>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13499]]. ... ... @@ -31,6 +31,8 @@ 31 31 32 32 For more information, see [[Content Organization>>platform:Features.ContentOrganization||anchor="HHistory"]]. 33 33 38 +We have worked a lot to minimize the retro-compatibility issues. However, some extensions are not adapted yet for //Nested Pages//, and their execution is still sub-optimal. For the next releases, we plan to work on the adaptation of these extensions. 39 + 34 34 == Script right == 35 35 36 36 A new Script Right has been added to allow controlling who has the right to write Scripts. Specifically anyone with Edit rights can edit a page and write a Script in it. However, when the page is rendered the script will only execute if the last author of the page has the Script right.