Changes for page Release Notes for XWiki 5.2 Milestone 2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
Add CLIRR report
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. VincentMassol1 +XWiki.mflorea - Content
-
... ... @@ -20,12 +20,16 @@ 20 20 21 21 {{image reference="add-wiki.png"/}} 22 22 23 +This new menu entry appears only if a wiki template is created first, see below. 24 + 23 23 === Wiki Creation Right === 24 24 25 25 The wiki creation is now possible for users who have the "createwiki" right. This right is only available for the main wiki users, exactly like the Programming Right. 26 26 27 - Anewsection is available in theadministrationof the main wiki to manage who has this right.29 +=== Wikis Section in the Administration === 28 28 31 +A new section is available in the administration of the main wiki. In this section, you can enable the wiki creation feature by creating a wiki template. It also manages who has the right to create new wikis. 32 + 29 29 {{image reference="admin-wikis.png"/}} 30 30 31 31 === New wiki creation wizard === ... ... @@ -44,7 +44,9 @@ 44 44 45 45 {{image reference="new-xwiki-menu.png"/}} 46 46 47 -{{warning}}The position of the new menu is still under discussion and may change in XWiki 5.2 final.{{/warning}} 51 +{{warning}} 52 +The position of the new menu is still under discussion and may change in XWiki 5.2 final. 53 +{{/warning}} 48 48 49 49 == Solr-based search suggest == 50 50 ... ... @@ -52,11 +52,11 @@ 52 52 53 53 We also improved the search suggest administration section 54 54 55 -{{image reference="searchSuggestAdminSection.png" 61 +{{image reference="searchSuggestAdminSection.png"/}} 56 56 57 57 and we simplified the source creation form. 58 58 59 -{{image reference="searchSuggestSourceForm.png" 65 +{{image reference="searchSuggestSourceForm.png"/}} 60 60 61 61 == Active Installs Tracking == 62 62 ... ... @@ -167,8 +167,63 @@ 167 167 168 168 == API Breakages == 169 169 170 -The following APIs were modified since <project> <version-1>:176 +The following APIs were modified since XWiki 5.1: 171 171 178 +* Moved to ##xwiki-commons-legacy-properties## 179 + 172 172 {{code language="none"}} 173 - <clirr outputhere>181 +org.xwiki.properties.converter.AbstractCollectionConverter: Class org.xwiki.properties.converter.AbstractCollectionConverter removed 174 174 {{/code}} 183 + 184 +* This method should never have existed 185 + 186 +{{code language="none"}} 187 +org.xwiki.rendering.listener.reference.ResourceType: Method 'public void setScheme(java.lang.String)' has been removed 188 +{{/code}} 189 + 190 +* Moved from ##xwiki-rendering-api## to ##xwiki-rendering-xml## 191 + 192 +{{code language="none"}} 193 +org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter: Class org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter removed 194 +org.xwiki.rendering.renderer.printer.XMLWikiPrinter: Class org.xwiki.rendering.renderer.printer.XMLWikiPrinter removed 195 +{{/code}} 196 + 197 +* This field is not meant to be be modified, the final was just forgotten. 198 + 199 +{{code language="none"}} 200 +com.xpn.xwiki.XWikiContext: Field TYPE_PROVIDER is now final 201 +{{/code}} 202 + 203 +* Has been moved to ##xwiki-platform-feed-api## since it was the only module using it. We also dropped jTidy in favor of HTMLCleaner. 204 + 205 +{{code language="none"}} 206 +com.xpn.xwiki.util.TidyMessageLogger: Class com.xpn.xwiki.util.TidyMessageLogger removed 207 +{{/code}} 208 + 209 +* Google API plugin has been retired 210 + 211 +{{code language="none"}} 212 +com.xpn.xwiki.plugin.google.GooglePlugin: Class com.xpn.xwiki.plugin.google.GooglePlugin removed 213 +com.xpn.xwiki.plugin.google.GooglePluginApi: Class com.xpn.xwiki.plugin.google.GooglePluginApi removed 214 +{{/code}} 215 + 216 +* Return the number of imported documents 217 + 218 +{{code language="none"}} 219 +com.xpn.xwiki.tool.backup.Importer: Return type of method 'public void importXAR(java.io.File, java.lang.String, com.xpn.xwiki.XWikiContext)' has been changed to int 220 +{{/code}} 221 + 222 +* The JPQLParser generates source code (that should be internal but it is not) and the grammar has changed a bit. 223 + 224 +{{code language="none"}} 225 +org.xwiki.query.jpql.analysis.Analysis: Method 'public void caseAFuncnumComparableItem(org.xwiki.query.jpql.node.AFuncnumComparableItem)' has been added to an interface 226 +org.xwiki.query.jpql.analysis.Analysis: Method 'public void caseAFuncstrComparableItem(org.xwiki.query.jpql.node.AFuncstrComparableItem)' has been added to an interface 227 +org.xwiki.query.jpql.analysis.Analysis: Method 'public void caseAFunctimeComparableItem(org.xwiki.query.jpql.node.AFunctimeComparableItem)' has been added to an interface 228 +org.xwiki.query.jpql.analysis.Analysis: Method 'public void caseAPathComparableItem(org.xwiki.query.jpql.node.APathComparableItem)' has been added to an interface 229 +org.xwiki.query.jpql.node.AGroupbyItem: Parameter 1 of 'public AGroupbyItem(org.xwiki.query.jpql.node.PPath)' has changed its type to org.xwiki.query.jpql.node.PComparableItem 230 +org.xwiki.query.jpql.node.AGroupbyItem: Method 'public org.xwiki.query.jpql.node.PPath getPath()' has been removed 231 +org.xwiki.query.jpql.node.AGroupbyItem: Method 'public void setPath(org.xwiki.query.jpql.node.PPath)' has been removed 232 +org.xwiki.query.jpql.node.AOrderbyItem: Parameter 1 of 'public AOrderbyItem(org.xwiki.query.jpql.node.PPath, org.xwiki.query.jpql.node.TOrderbySpec)' has changed its type to org.xwiki.query.jpql.node.PComparableItem 233 +org.xwiki.query.jpql.node.AOrderbyItem: Method 'public org.xwiki.query.jpql.node.PPath getPath()' has been removed 234 +org.xwiki.query.jpql.node.AOrderbyItem: Method 'public void setPath(org.xwiki.query.jpql.node.PPath)' has been removed 235 +{{/code}}