Last modified by Thomas Mortagne on 2023/10/13

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

Summary

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 release here>
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.
... ... @@ -652,7 +652,7 @@
652 652  
653 653  === URLs ===
654 654  
655 -In order to support Nested Documents and have the ability that typing a URL such as ##/A## will lead to ##A.WebHome## we have stopped supporting URLs that don't specify the ##view## action (when ##xwiki.showviewaction=1##). Thus URLs such as ##/xwiki/bin/Something## now need to be written as ##/xwiki/bin/view/Something##. If ##xwiki.showviewaction=0## then you can still write ##/xwiki/bin/<something>## provided that ##<something>## isn't equal to ##view##. If it is (you have a space named ##view##) then you need to use ##/xwiki/bin/view/view[...]##.
661 +In order to support Nested Pages and have the ability that typing a URL such as ##/A## will lead to ##A.WebHome## we have stopped supporting URLs that don't specify the ##view## action (when ##xwiki.showviewaction=1##). Thus URLs such as ##/xwiki/bin/Something## now need to be written as ##/xwiki/bin/view/Something##. If ##xwiki.showviewaction=0## then you can still write ##/xwiki/bin/<something>## provided that ##<something>## isn't equal to ##view##. If it is (you have a space named ##view##) then you need to use ##/xwiki/bin/view/view[...]##.
656 656  
657 657  === Templates ===
658 658  

Get Connected