Release Notes for XWiki 5.0 Release Candidate 1
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.
<insert description of release here>
New and Noteworthy (since XWiki 5.0 M2)
Full list of issues fixed and Dashboard for 5.0.
New wiki mode in distribution wizard
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.
There is two modes:
- ALL IN ONE: the former Distribution Wizard behavior where everything is done at main wiki level
- WIKI: on main wiki only the main wiki is upgraded and each wiki gets its own Distribution Wizard and its own status
A new step to setup the upgrade mode has been added.
Extension Updater
We added a new section to the Extension Manager administration UI that lists the available extension updates.
Miscellaneous
- Automatically register translations for the Annotations application
Full Issue List
For Developers
Joda Time plugin adds Duration API
The Joda Time plugin API was extended with 2 new methods for creating durations. Here's an example:
#set ($endDate = $xwiki.jodatime.getDateTime($endDateTimeStamp))
#set ($currentDate = $xwiki.jodatime.getDateTime())
#set ($duration = $xwiki.jodatime.getDuration($endDate, $currentDate))
The number of days passed since the end date is: $duration.standardDays
{{/velocity}}
Check the Duration javadoc for more information.
Deprecated and Retired projects
<description of deprecated and retired projects>
Upgrades
The following dependencies have been upgraded:
- Groovy 2.1.3
- Joda Time 2.2
Miscellaneous
<other dev stuff to add and link to JIRA for all issues fixed>
Translations
The following translations have been updated:
Tested Browsers & Databases
Known issues
Backward Compatibility and Migration Notes
General Notes
You may also want to import the default wiki XAR in order to benefit from all the improvements listed above.
Table xwikistringlists
The xwikistringlists table added in 5.0M2 has been removed and that change is postponed to 5.1M1 due to serious migration issues.
Issues specific to XWiki 5.0 Release Candidate 1
<issues specific to the project>
API Breakages
The following APIs were modified since XWiki 4.5.3: