Changes for page Release Notes for XWiki 7.2 Release Candidate 1
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. enygma1 +XWiki.mflorea - Content
-
... ... @@ -47,6 +47,11 @@ 47 47 48 48 == Miscellaneous == 49 49 50 +* The [[Document Tree Macro>>extensions:Extension.Document Tree Macro]] is now displaying a message when the tree is empty.((( 51 +{{image reference="emptyTree.png" /}} 52 + 53 +With the new ##showRoot## parameter you can force the document tree to show the actual root node (either the one specified by the ##root## parameter or the default root node). 54 +))) 50 50 * It's now possible create new FAQs in Nested Spaces. 51 51 * A memory dump is automatically created in the ##data/## folder when an ##Out Of Memory## error is throw in the Jetty package. 52 52 * The Activity Stream now also displays activity for Nested Spaces. ... ... @@ -146,22 +146,4 @@ 146 146 147 147 * Young API. ExportURLFactoryContext been renamed to FilesystemExportContext and moved to the Filesystem URL scheme module 148 148 {{comment}}Eduard @ 7.2RC1: 149 - I have found these 3 differences in xwiki-platform that have not generated a clirr error, maybe they are leftovers or the clirr report did not catch them for some reason: 150 - <difference> 151 - <differenceType>7002</differenceType> 152 - <className>com/xpn/xwiki/web/ExportURLFactory</className> 153 - <method>com.xpn.xwiki.web.ExportURLFactoryContext getExportURLFactoryContext()</method> 154 - <justification>getExportURLFactoryContext() was unstable (young API). ExportURLFactoryContext been renamed to FilesystemExportContext and moved to the Filesystem URL scheme module</justification> 155 - </difference> 156 - <difference> 157 - <differenceType>8001</differenceType> 158 - <className>com/xpn/xwiki/web/ExportURLFactoryContext</className> 159 - <justification>ExportURLFactoryContext was unstable (young API). ExportURLFactoryContext been renamed to FilesystemExportContext and moved to the Filesystem URL scheme module</justification> 160 - </difference> 161 - <difference> 162 - <differenceType>7005</differenceType> 163 - <className>com/xpn/xwiki/web/ExportURLFactoryActionHandler</className> 164 - <method>java.net.URL createURL*</method> 165 - <to>java.net.URL createURL*</to> 166 - <justification>ExportURLFactoryActionHandler was unstable (young API). ExportURLFactoryContext been renamed to FilesystemExportContext and moved to the Filesystem URL scheme module</justification> 167 - </difference>{{/comment}} 154 + I have found 3 differences in xwiki-platform that have not generated a clirr error, maybe they are leftovers or the clirr report did not catch them for some reason. See https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/pom.xml#L493:L510{{/comment}}