Version 15.1 by Vincent Massol on 2013/04/20

Hide last authors
Thomas Mortagne 1.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 This is the release notes for XWiki Platform, XWiki Enterprise and XWiki Enterprise Manager. They share the same release notes as they are released together and have the same version.
6
7 <insert description of release here>
8
9 = New and Noteworthy (since XWiki 5.0 M2) =
10
11 [[Full list of issues fixed and Dashboard for 5.0>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11493]].
12
Thomas Mortagne 7.1 13 == New wiki mode in distribution wizard ==
Thomas Mortagne 1.1 14
Thomas Mortagne 7.1 15 By default you can now get the same distribution wizard you used to have for main wiki only on subwikis too. When enabled it means that each wiki administrator is able to take care of his own wiki upgrade and farm administrator will only deal with main wiki.
Thomas Mortagne 1.1 16
Thomas Mortagne 8.1 17 There is two modes:
Thomas Mortagne 7.1 18
Thomas Mortagne 5.1 19 * ALL IN ONE: the former Distribution Wizard behavior where everything is done at main wiki level
20 * WIKI: on main wiki only the main wiki is upgraded and each wiki gets its own Distribution Wizard and its own status
21
22 A new step to setup the upgrade mode has been added.
23
Thomas Mortagne 6.1 24 {{image reference="upgrademode.png"/}}
Thomas Mortagne 5.1 25
Marius Dumitru Florea 13.1 26 == Extension Updater ==
27
28 We added a new section to the [[Extension Manager>>extensions:Extension.Extension Manager Application]] administration UI that lists the available extension updates.
29
30 {{image reference="EM-extensionUpdater.png"/}}
31
Vincent Massol 15.1 32 == Full Issue List ==
33
34 {{jira style="list" url="http://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
35 Project in ("XWiki Commons", "XWiki Rendering", "XWiki Platform", "XWiki Enterprise", "XWiki Enterprise Manager") and fixVersion in ("5.0-rc-1") and resolution in ("Fixed") and component not in ("Build, Infrastructure and Tests")
36 {{/jira}}
37
Thomas Mortagne 1.1 38 == Miscellaneous ==
39
40 <insert misc user stuff and important bug fix descriptions here in a list, when they are too small to warrant a section by themselves - Change the version in the URL below!>
41
42 See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%22<version>%22&tempMax=1000]] fixed in this release.
43
44 = For Developers =
45
Marius Dumitru Florea 10.1 46 == Joda Time plugin adds Duration API ==
Thomas Mortagne 1.1 47
Marius Dumitru Florea 11.1 48 The [[Joda Time plugin>>extensions:Extension.Joda Time Plugin]] API was extended with 2 new methods for creating durations. Here's an example:
Thomas Mortagne 1.1 49
Marius Dumitru Florea 10.1 50 {{code language="none"}}
51 {{velocity}}
52 #set ($endDate = $xwiki.jodatime.getDateTime($endDateTimeStamp))
53 #set ($currentDate = $xwiki.jodatime.getDateTime())
54 #set ($duration = $xwiki.jodatime.getDuration($endDate, $currentDate))
55 The number of days passed since the end date is: $duration.standardDays
56 {{/velocity}}
57 {{/code}}
58
59 Check the [[Duration javadoc>>http://joda-time.sourceforge.net/apidocs/org/joda/time/Duration.html]] for more information.
60
Thomas Mortagne 1.1 61 == Deprecated and Retired projects ==
62
63 <description of deprecated and retired projects>
64
65 == Upgrades ==
66
67 The following dependencies have been upgraded:
68
69 * Groovy 2.1.3
Marius Dumitru Florea 9.1 70 * Joda Time 2.2
Thomas Mortagne 1.1 71
72 == Miscellaneous ==
73
74 <other dev stuff to add and link to JIRA for all issues fixed>
75
76 = Translations =
77
78 The following translations have been updated:
79
80 {{language codes="none, none"/}}
81
82 = Tested Browsers & Databases =
83
84 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
85
86 = Known issues =
87
88 * [[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]]
89
90 = Backward Compatibility and Migration Notes =
91
92 == General Notes ==
93
94 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
95
96 {{warning}}
97 Always make sure you compare your ##xwiki.cfg## and ##xwiki.properties## files with the newest version since some configuration parameters were 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.
98 {{/warning}}
99
Denis Gervalle 14.1 100 == Table xwikistringlists ==
101
102 The xwikistringlists table added in 5.0M2 has been removed and that change is postponed to 5.1M1 due to serious migration issues.
103 {{warning}}Migration from release 5.0M2 to any newer version will be broken{{/warning}}
104
Thomas Mortagne 2.1 105 == Issues specific to XWiki 5.0 Release Candidate 1 ==
Thomas Mortagne 1.1 106
107 <issues specific to the project>
108
109 == API Breakages ==
110
Thomas Mortagne 2.1 111 The following APIs were modified since XWiki 4.5.3:
Thomas Mortagne 1.1 112
113 {{code language="none"}}
114 <clirr output here>
115 {{/code}}

Get Connected