Wiki source code of Release Notes for XWiki 5.4.4

Version 6.1 by Guillaume Delhumeau on 2014/04/09

Show last authors
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
7 This is a bugfix release.
8
9 = New and Noteworthy (since XWiki 5.4.3) =
10
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
15 [[Full list of issues fixed and Dashboard for 5.4.4>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12196]].
16
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
23 {{code}}
24 #-# [Since 5.4.4]
25 #-# Add a default suffix to the alias of a new wiki in the wiki creation wizard, only when the path mode is used
26 #-# (see url.standard.multiwiki.isPathBased). If this value is empty, XWiki will try to compute it automatically from
27 #-# request URL.
28 #-#
29 #-# eg: if wiki.alias.suffix is "xwiki.org" and the wiki name "playground"
30 #-# then the computed alias will be: "playground.xwiki.org".
31 #-#
32 #-# The default is:
33 wiki.alias.suffix=
34 {{/code}}
35
36 )))
37
38 = For Developers =
39
40 #$services.wiki.user# has new methods called #hasPendingInvitation()# and #hasPendingRequest()#. Same in the #WikiUserManager# interface.
41 = Tested Browsers & Databases =
42
43 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
44
45 = Known issues =
46
47 * [[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]]
48
49 = Backward Compatibility and Migration Notes =
50
51 == General Notes ==
52
53 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.
54
55 == Issues specific to XWiki <version> ==
56
57 <issues specific to the project>
58
59 == API Breakages ==
60
61 The following APIs were modified since <project> <version - 1>:
62
63 {{code language="none"}}
64 <clirr output here>
65 {{/code}}

Get Connected