Last modified by Thomas Mortagne on 2023/10/13

<
From version < 37.1 >
edited by Marius Dumitru Florea
on 2015/08/19
To version < 38.1 >
edited by Ramona Conoro
on 2015/08/20
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mflorea
1 +XWiki.RamonaConoro
Content
... ... @@ -65,6 +65,7 @@
65 65  === Allow executing complete SELECT queries ===
66 66  
67 67  In HQL and XWQL it's now possible to execute full ##SELECT## queries without Programming Right as long as you follow some rules currently defined in ##com.xpn.xwiki.internal.store.hibernate.query.HqlQueryUtils##, which contains a list of the database field allowed in the SELECT clause. Namely:
68 +
68 68  * For the ##Document##/##XWikiDocument## table: ##fullName##, ##name##, ##space##, ##language##, ##defaultLanguage##, ##translation##, ##hidden##
69 69  * For the ##Space##/##XWikiSpace## table: ##reference##, ##name##, ##parent##, ##hidden##
70 70  
... ... @@ -115,11 +115,13 @@
115 115  == Updated Document Tree Macro ==
116 116  
117 117  The [[Document Tree Macro>>extensions:Extension.Document Tree Macro]] now supports Nested Documents and Nested Spaces modes. Specifically, the following changes have been made:
119 +
118 118  * removed the ##showSpaceAsDocument## parameter (was introduced recently in 7.2M1)
119 119  * deprecated the ##showChildDocuments## parameter
120 120  * added the ##hierarchyMode## parameter with two supported values: ##reference## (default) and ##parentchild##
121 121  
122 122  As a result, you can use the document tree macro like this:
125 +
123 123  * Nested Document Tree(((
124 124  {{code language="none"}}
125 125  {{documentTree/}}
... ... @@ -199,14 +199,22 @@
199 199  
200 200  = Tested Browsers & Databases =
201 201  
202 -{{include reference="TestReports.ManualTestReportTemplateSummary"/}}
205 +{{include reference="TestReports.ManualTestReportSummaryXWiki72M2"/}}
203 203  
207 +{{comment}}
204 204  = Performances tests compared to <last super stable version> =
205 205  
206 206  <a summary of the comparison with latest super stable version>
207 207  
208 208  More details on <link to the test report>.
213 +{{/comment}}
209 209  
215 += Performances tests compared to <last super stable version> =
216 +
217 +<a summary of the comparison with latest super stable version>
218 +
219 +More details on <link to the test report>.
220 +
210 210  = Known issues =
211 211  
212 212  * [[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]]
... ... @@ -242,5 +242,3 @@
242 242  com.xpn.xwiki.web.ExportURLFactoryContext: Class com.xpn.xwiki.web.ExportURLFactoryContext removed
243 243  {{/code}}
244 244  )))
245 -
246 -

Get Connected