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 (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -36,6 +36,12 @@ 36 36 {{image reference="panels-home.png"/}} 37 37 ))) 38 38 39 +== Standard XAR import scalability == 40 + 41 +The standard XAR import (in administration) is now based on WikiStream by default. This means that you should (at last) be able to import a XAR of any size (as long as you can attach it to the import page since that's how import UI is working right now). 42 + 43 +You can put back old system if any issue using ##xwiki.action.import.xar.usewikistream## property in ##xwiki.cfg## file. 44 + 39 39 == Miscellaneous == 40 40 41 41 * The document references are displayed as //wiki >> Space >> Page// path in the extension install log.((( ... ... @@ -182,6 +182,7 @@ 182 182 * We changed a bit the behaviour of Solr search with respect to the current language. We stopped using the (dynamically computed) 'locales' filter by default. We now rely only on the 'locale' facet, which has the current language preselected. See [[XWIKI-9977>>http://jira.xwiki.org/browse/XWIKI-9977]] for the full story. 183 183 * ##$services.wiki.getAll()## makes a better use of its internal cache, so the performances are better. 184 184 * New API to test if logs of specific level exist in LogQueue. 191 +* Added support for several sets of properties for the same reference in ##org.xwiki.model.reference.EntityReferenceSet##. 185 185 186 186 == Deprecated and Retired projects == 187 187