Release Notes for XWiki 7.3 Milestone 2
This is the release notes for XWiki Commons, XWiki Rendering, XWiki Platform and XWiki Enterprise. 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 <version - 1>)
Full list of issues fixed and Dashboard for <version>.
Flamingo
The "more options" menu have been split and a "page admin" menu has been created:
Breadcrumb
When the hierarchy of a nested pages is long, we do not display it entirely anymore. Instead, we display a limited version, that the user can expand by clicking on the "ellipsis" character ('...'):
- limited:
- full:
Note that this behavior have also been added to all hierarchy breadcrumbs, including location of search results, etc...
Page Index
Since we have introduced the concept of Nested Spaces we needed to replace the Space column in the LiveTable with a more generic solution. Thus, the Index Application has now merged the previous Page + Space columns into a single Location column and we've introduced new column (which is still called Page) but which now displays the title of pages, as can be seen on the following screenshot:
The same strategy is implemented for the children and the siblings viewers.
Miscellaneous
<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!>
See the full list of JIRA issues fixed in this release.
For Developers
Flamingo
The content menus are now implemented with UI extensions. The new Extension Points are:
org.xwiki.plaftorm.editactions | org.xwiki.plaftorm.adminactions | org.xwiki.plaftorm.moreoptions |
---|---|---|
The extension point DrawerItem has now a parameter separator to add a line separator before the drawer item.
<developer feature N>
<description of developer feature N>
Deprecated and Retired projects
<description of deprecated and retired projects>
Upgrades
The following dependencies have been upgraded:
Miscellaneous
- a displayTitle option has been added to the hierarchy macros. By default, it is set to true. When disabled, the names of the references are displayed in the breadcrumb, instead of the document titles.
Translations
The following translations have been updated:
Tested Browsers & Databases
Performances tests compared to <last super stable version>
<a summary of the comparison with latest super stable version>
More details on <link to the test report>.
Known issues
Backward Compatibility and Migration Notes
General Notes
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.
Issues specific to XWiki <version>
<issues specific to the project>
API Breakages
The following APIs were modified since <project> <version - 1>: