Release Notes for XWiki 8.0 Release Candidate 1
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 8.0 Milestone 2)
Full list of issues fixed and Dashboard for 8.0.
Chart Macro Additions
There are several new parameters that can now be set when using the Chart Macro:
Parameter name | Default value | Description |
---|---|---|
backgroundColor | Grey background | Background color of the non-chart area, specified using an hexadecimal notation, e.g. FFAACC (first 2 letters are for Red, following 2 are for Green and last 2 are for Blue). |
plotBackgroundColor | White | Background color of the plot area, specified using an hexadecimal notation (see backgroundColor). |
plotBorderColor | Black | Color of the plot border, specified using an hexadecimal notation (see backgroundColor). |
borderColor | Black | Color of the outer graph border, specified using an hexadecimal notation (see backgroundColor). |
legendBackgroundColor | White | Background color of the legend box, specified using an hexadecimal notation (see backgroundColor). |
plotBorderVisible | true | Whether the border for the plot area is visible or not. Valid values are true and false. |
legendVisible | true | Whether the legend is displayed or not. Valid values are true and false. |
Examples:
- Pie chart with no legend displayed, no border, no title and white background:{{chart type="pie" source="inline" params="range:B2-D5;series:columns;backgroundColor:FFFFFF;plotBackgroundColor:FFFFFF;plotBorderVisible:false;legendVisible:false" width="320" height="240"}}
|=|=X|=Y|=Z
|Q1|1.2|3.4|1.3
|Q2|4.5|3.4|2.3
|Q3|1.2|4.5|9.0
|Q4|3.4|1.2|1.2
{{/chart}} - Colored background:{{chart type="pie" source="inline" params="range:B2-D5;series:columns;backgroundColor:FFFF11;plotBackgroundColor:11FFFF" title="Chart Test" width="320" height="240"}}
|=|=X|=Y|=Z
|Q1|1.2|3.4|1.3
|Q2|4.5|3.4|2.3
|Q3|1.2|4.5|9.0
|Q4|3.4|1.2|1.2
{{/chart}}
Rename and Copy UI
- Updated the rename page UI's field labels and descriptions to mention that the update links also updates the relative links inside the renamed page and not just the backlinks. Also moved the count displays from the field label to the field's description, where applicable, in both the rename and the copy UI, for better UI consistency.
- The copy and rename UI now have the children and links options checked by default. We believe it`s better to preserve data consistency by default, even with the cost o having to go through lengthy operations (like when renaming a document with many children).
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
<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:
- Pygments 2.1.1
- org.eclipse.sisu.plexus 0.3.3
- Tika 1.12
- Groovy 2.4.6
- JGroups 3.6.8
- httpclient 4.5.2
- slf4j 1.7.18
- Jackson 2.7.2
- logback 1.1.6
Miscellaneous
- Developers can now enable the CSS Source Maps feature in the LESS Module, to help the CSS debugging.
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 8.0 Release Candidate 1
<issues specific to the project>
API Breakages
The following APIs were modified since XWiki 8.0 Milestone 2: