Wiki source code of Release Notes for XWiki 5.4.4
Version 8.2 by Manuel Smeria on 2014/04/10
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 | |
![]() |
4.1 | 11 | {{jira style="list" url="http://jira.xwiki.org" fields="type, status, key, summary" source="jql"}} |
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 | |||
![]() |
5.1 | 15 | [[Full list of issues fixed and Dashboard for 5.4.4>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12196]]. |
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 | |||
46 | * [[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]] | ||
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 | |||
54 | == API Breakages == | ||
55 | |||
![]() |
8.1 | 56 | The following APIs were modified XWiki 5.4.4: |
![]() |
1.1 | 57 | |
58 | {{code language="none"}} | ||
59 | <clirr output here> | ||
60 | {{/code}} |