Wiki source code of Release Notes for XWiki 5.0 Release Candidate 1
Version 17.1 by Vincent Massol on 2013/04/20
Show last authors
author | version | line-number | content |
---|---|---|---|
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 | This is mostly a stabilization release leading to 5.0 but we included a few bonus items: Distribution Wizard improvements to support multiwiki use cases and the ability to see which extensions have updates. | ||
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 | |||
13 | == New wiki mode in distribution wizard == | ||
14 | |||
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. | ||
16 | |||
17 | There is two modes: | ||
18 | |||
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 | |||
24 | {{image reference="upgrademode.png"/}} | ||
25 | |||
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 | |||
32 | == Miscellaneous == | ||
33 | |||
34 | * Automatically register translations for the Annotations application | ||
35 | |||
36 | == Full Issue List == | ||
37 | |||
38 | {{jira style="list" url="http://jira.xwiki.org" fields="type, status, key, summary" source="jql"}} | ||
39 | 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") | ||
40 | {{/jira}} | ||
41 | |||
42 | = For Developers = | ||
43 | |||
44 | == Joda Time plugin adds Duration API == | ||
45 | |||
46 | The [[Joda Time plugin>>extensions:Extension.Joda Time Plugin]] API was extended with 2 new methods for creating durations. Here's an example: | ||
47 | |||
48 | {{code language="none"}} | ||
49 | {{velocity}} | ||
50 | #set ($endDate = $xwiki.jodatime.getDateTime($endDateTimeStamp)) | ||
51 | #set ($currentDate = $xwiki.jodatime.getDateTime()) | ||
52 | #set ($duration = $xwiki.jodatime.getDuration($endDate, $currentDate)) | ||
53 | The number of days passed since the end date is: $duration.standardDays | ||
54 | {{/velocity}} | ||
55 | {{/code}} | ||
56 | |||
57 | Check the [[Duration javadoc>>http://joda-time.sourceforge.net/apidocs/org/joda/time/Duration.html]] for more information. | ||
58 | |||
59 | == Deprecated and Retired projects == | ||
60 | |||
61 | <description of deprecated and retired projects> | ||
62 | |||
63 | == Upgrades == | ||
64 | |||
65 | The following dependencies have been upgraded: | ||
66 | |||
67 | * Groovy 2.1.3 | ||
68 | * Joda Time 2.2 | ||
69 | |||
70 | == Miscellaneous == | ||
71 | |||
72 | <other dev stuff to add and link to JIRA for all issues fixed> | ||
73 | |||
74 | = Translations = | ||
75 | |||
76 | The following translations have been updated: | ||
77 | |||
78 | {{language codes="none, none"/}} | ||
79 | |||
80 | = Tested Browsers & Databases = | ||
81 | |||
82 | {{include reference="TestReports.ManualTestReportTemplateSummary"/}} | ||
83 | |||
84 | = Known issues = | ||
85 | |||
86 | * [[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]] | ||
87 | |||
88 | = Backward Compatibility and Migration Notes = | ||
89 | |||
90 | == General Notes == | ||
91 | |||
92 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
93 | |||
94 | {{warning}} | ||
95 | 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. | ||
96 | {{/warning}} | ||
97 | |||
98 | == Table xwikistringlists == | ||
99 | |||
100 | The xwikistringlists table added in 5.0M2 has been removed and that change is postponed to 5.1M1 due to serious migration issues. | ||
101 | {{warning}}Migration from release 5.0M2 to any newer version will be broken{{/warning}} | ||
102 | |||
103 | == Issues specific to XWiki 5.0 Release Candidate 1 == | ||
104 | |||
105 | <issues specific to the project> | ||
106 | |||
107 | == API Breakages == | ||
108 | |||
109 | The following APIs were modified since XWiki 4.5.3: | ||
110 | |||
111 | {{code language="none"}} | ||
112 | <clirr output here> | ||
113 | {{/code}} |