Wiki source code of Release Notes for XWiki 5.4.4
Last modified by Thomas Mortagne on 2017/03/24
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{box cssClass="floatinginfobox" title="**Contents**"}} |
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. They share the same release notes as they are released together and have the same version. | ||
6 | |||
![]() |
4.1 | 7 | This is a bugfix release. |
![]() |
1.1 | 8 | |
![]() |
4.1 | 9 | = New and Noteworthy (since XWiki 5.4.3) = |
![]() |
1.1 | 10 | |
![]() |
11.1 | 11 | {{jira style="list" url="https://jira.xwiki.org" fields="type, status, key, summary" source="jql"}} |
![]() |
4.1 | 12 | category in ("Top Level Projects") AND fixVersion in ("5.4.4") AND resolution in (Fixed) and component not in ("Development Issues only") |
13 | {{/jira}} | ||
14 | |||
![]() |
11.1 | 15 | [[Full list of issues fixed and Dashboard for 5.4.4>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12196]]. |
![]() |
5.1 | 16 | |
![]() |
1.1 | 17 | == Wiki Alias == |
18 | |||
19 | * When the ##path mode## is enabled, the alias of the wiki is now asked in the wiki creation wizard: | ||
20 | {{image reference="wikialias.png" width="65%"/}} | ||
21 | * The default suffix for the wiki alias can be set in ##xwiki.properties##:((( | ||
22 | {{code}} | ||
23 | #-# [Since 5.4.4] | ||
24 | #-# Add a default suffix to the alias of a new wiki in the wiki creation wizard, only when the path mode is used | ||
![]() |
3.1 | 25 | #-# (see url.standard.multiwiki.isPathBased). If this value is empty, XWiki will try to compute it automatically from |
26 | #-# request URL. | ||
![]() |
1.1 | 27 | #-# |
28 | #-# eg: if wiki.alias.suffix is "xwiki.org" and the wiki name "playground" | ||
29 | #-# then the computed alias will be: "playground.xwiki.org". | ||
30 | #-# | ||
31 | #-# The default is: | ||
![]() |
3.1 | 32 | wiki.alias.suffix= |
![]() |
1.1 | 33 | {{/code}} |
34 | ))) | ||
35 | |||
36 | = For Developers = | ||
37 | |||
![]() |
7.1 | 38 | ##$services.wiki.user## has new methods called ##hasPendingInvitation()## and ##hasPendingRequest()##. Same in the ##WikiUserManager## interface. |
39 | |||
![]() |
1.1 | 40 | = Tested Browsers & Databases = |
41 | |||
![]() |
8.2 | 42 | {{include reference="TestReports.ManualTestReportXWiki544Summary"/}} |
![]() |
1.1 | 43 | |
44 | = Known issues = | ||
45 | |||
![]() |
11.1 | 46 | * [[Bugs we know about>>https://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]] |
![]() |
1.1 | 47 | |
48 | = Backward Compatibility and Migration Notes = | ||
49 | |||
50 | == General Notes == | ||
51 | |||
52 | When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or added. Note that you should add ##xwiki.store.migration=1## so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything. | ||
53 | |||
![]() |
10.1 | 54 | == Solr Search Index == |
55 | |||
56 | {{error}} | ||
![]() |
11.1 | 57 | We made changes to the [[Solr schema>>http://design.xwiki.org/xwiki/bin/view/Design/SolrSchema]] in this release (see [[XWIKI-10225>>https://jira.xwiki.org/browse/XWIKI-10225]]) and unfortunately we don't have support for automatic Solr search index migration at this point. If you upgrade from XWiki 4.3 Milestone 2 or greater then **you have to delete the 'solr' folder** from the configured permanent directory of your XWiki instance (because the Solr schema is cached there). The Solr index will be recreated automatically and the entire wiki/farm will be re-indexed after a server restart. |
![]() |
10.1 | 58 | {{/error}} |
59 | |||
![]() |
1.1 | 60 | == API Breakages == |
61 | |||
![]() |
8.1 | 62 | The following APIs were modified XWiki 5.4.4: |
![]() |
1.1 | 63 | |
64 | {{code language="none"}} | ||
![]() |
9.1 | 65 | org.xwiki.wiki.user.WikiUserManager: Method 'public boolean hasPendingInvitation(org.xwiki.model.reference.DocumentReference, java.lang.String)' has been added to an interface |
66 | org.xwiki.wiki.user.WikiUserManager: Method 'public boolean hasPendingRequest(org.xwiki.model.reference.DocumentReference, java.lang.String)' has been added to an interface | ||
![]() |
1.1 | 67 | {{/code}} |