Changes for page Release Notes for XWiki 6.0 Milestone 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. dgervalle1 +XWiki.VincentMassol - Content
-
... ... @@ -139,6 +139,26 @@ 139 139 140 140 The [[WebJars integration>>extensions:Extension.WebJars Integration]] solves the issue of packaging JavaScript frameworks by bundling them as JARs. This allows XWiki Extensions to depend on JavaScript frameworks an be installable by the Extension Manager Application. 141 141 142 +== LiveTable Query Filters == 143 + 144 +It's now possible to specify which [[Query filters to apply when retrieving LiveTable data>>extensions:Extension.Livetable Macro]]. 145 + 146 +For example if you want to show always hidden docs, then you would use: 147 + 148 +{{code language="none"}} 149 +... 150 + 'queryFilters': 'currentLanguage', 151 +... 152 +{{/code}} 153 + 154 +And if you wish to show all docs for all languages and hidden docs you would use: 155 + 156 +{{code language="none"}} 157 +... 158 + 'queryFilters': '', 159 +... 160 +{{/code}} 161 + 142 142 == Miscellaneous == 143 143 144 144 * The XAR plugins's ##format## mojo now handles properly the ##defaultLanguage## element: if a document has translation we assume it means the document is not a technical document and thus we set the default language to be English. This allows the XWiki SOLR Search to return results when the English language is selected in language facet.