Version 13.1 by Marius Dumitru Florea on 2013/04/16

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
Vincent Massol 3.1 13 == Full Issue List ==
14
15 {{jira style="list" url="http://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
16 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")
17 {{/jira}}
18
Thomas Mortagne 7.1 19 == New wiki mode in distribution wizard ==
Thomas Mortagne 1.1 20
Thomas Mortagne 7.1 21 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 22
Thomas Mortagne 8.1 23 There is two modes:
Thomas Mortagne 7.1 24
Thomas Mortagne 5.1 25 * ALL IN ONE: the former Distribution Wizard behavior where everything is done at main wiki level
26 * WIKI: on main wiki only the main wiki is upgraded and each wiki gets its own Distribution Wizard and its own status
27
28 A new step to setup the upgrade mode has been added.
29
Thomas Mortagne 6.1 30 {{image reference="upgrademode.png"/}}
Thomas Mortagne 5.1 31
Marius Dumitru Florea 13.1 32 == Extension Updater ==
33
34 We added a new section to the [[Extension Manager>>extensions:Extension.Extension Manager Application]] administration UI that lists the available extension updates.
35
36 {{image reference="EM-extensionUpdater.png"/}}
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
Thomas Mortagne 2.1 100 == Issues specific to XWiki 5.0 Release Candidate 1 ==
Thomas Mortagne 1.1 101
102 <issues specific to the project>
103
104 == API Breakages ==
105
Thomas Mortagne 2.1 106 The following APIs were modified since XWiki 4.5.3:
Thomas Mortagne 1.1 107
108 {{code language="none"}}
109 <clirr output here>
110 {{/code}}

Get Connected