Last modified by Thomas Mortagne on 2023/10/13

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

Summary

Details

Page properties
Content
... ... @@ -4,10 +4,8 @@
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 -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.
7 +<insert description of release here>
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 11  = New and Noteworthy (since XWiki 7.1) =
12 12  
13 13  [[Full list of issues fixed and Dashboard for 7.2>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13499]].
... ... @@ -33,8 +33,6 @@
33 33  
34 34  For more information, see [[Content Organization>>platform:Features.ContentOrganization||anchor="HHistory"]].
35 35  
36 -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.
37 -
38 38  == Script right ==
39 39  
40 40  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.
... ... @@ -656,7 +656,7 @@
656 656  
657 657  === URLs ===
658 658  
659 -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[...]##.
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[...]##.
660 660  
661 661  === Templates ===
662 662  

Get Connected