Last modified by Thomas Mortagne on 2023/10/13

<
From version < 36.1 >
edited by Vincent Massol
on 2015/08/08
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.VincentMassol
1 +XWiki.RamonaConoro
Content
... ... @@ -50,6 +50,7 @@
50 50  * The size of the Job status cache is now configurable. See ##job.statusCacheSize## property in ##xwiki.properties## files.
51 51  * The Spaces macro (which lists all Spaces) is now working fine when there are Nested Spaces (some links were failing).
52 52  * The LiveTable macro is now working fine when there are Nested Spaces (some links were failing).
53 +* The Solr Search is now able to correctly find nested documents. The Search UI still needs to be fixed though (some links may be broken and the document location/paths are not correctly displayed) but otherwise the results should be accurate.
53 53  
54 54  See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%227.2-milestone-2%22&tempMax=1000]] fixed in this release.
55 55  
... ... @@ -64,6 +64,7 @@
64 64  === Allow executing complete SELECT queries ===
65 65  
66 66  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 +
67 67  * For the ##Document##/##XWikiDocument## table: ##fullName##, ##name##, ##space##, ##language##, ##defaultLanguage##, ##translation##, ##hidden##
68 68  * For the ##Space##/##XWikiSpace## table: ##reference##, ##name##, ##parent##, ##hidden##
69 69  
... ... @@ -114,11 +114,13 @@
114 114  == Updated Document Tree Macro ==
115 115  
116 116  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 +
117 117  * removed the ##showSpaceAsDocument## parameter (was introduced recently in 7.2M1)
118 118  * deprecated the ##showChildDocuments## parameter
119 119  * added the ##hierarchyMode## parameter with two supported values: ##reference## (default) and ##parentchild##
120 120  
121 121  As a result, you can use the document tree macro like this:
125 +
122 122  * Nested Document Tree(((
123 123  {{code language="none"}}
124 124  {{documentTree/}}
... ... @@ -198,14 +198,22 @@
198 198  
199 199  = Tested Browsers & Databases =
200 200  
201 -{{include reference="TestReports.ManualTestReportTemplateSummary"/}}
205 +{{include reference="TestReports.ManualTestReportSummaryXWiki72M2"/}}
202 202  
207 +{{comment}}
203 203  = Performances tests compared to <last super stable version> =
204 204  
205 205  <a summary of the comparison with latest super stable version>
206 206  
207 207  More details on <link to the test report>.
213 +{{/comment}}
208 208  
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 +
209 209  = Known issues =
210 210  
211 211  * [[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]]
... ... @@ -241,5 +241,3 @@
241 241  com.xpn.xwiki.web.ExportURLFactoryContext: Class com.xpn.xwiki.web.ExportURLFactoryContext removed
242 242  {{/code}}
243 243  )))
244 -
245 -

Get Connected