Wiki source code of Release Notes for XWiki 8.0 Release Candidate 1
Version 17.1 by Vincent Massol on 2016/03/03
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{box cssClass="floatinginfobox" title="**Contents**"}} |
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. 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 8.0 Milestone 2) = | ||
10 | |||
11 | [[Full list of issues fixed and Dashboard for 8.0>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13593]]. | ||
12 | |||
![]() |
14.1 | 13 | == Chart Macro Additions == |
![]() |
1.1 | 14 | |
![]() |
14.1 | 15 | There are several new parameters that can now be set when using the [[Chart Macro>>extensions:Extension.Chart Macro]]: |
![]() |
1.1 | 16 | |
![]() |
14.1 | 17 | |=Parameter name|=Default value|=Description |
18 | |##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). | ||
19 | |##plotBackgroundColor##|White|Background color of the plot area, specified using an hexadecimal notation (see ##backgroundColor##). | ||
20 | |##plotBorderColor##|Black|Color of the plot border, specified using an hexadecimal notation (see ##backgroundColor##). | ||
21 | |##borderColor##|Black|Color of the outer graph border, specified using an hexadecimal notation (see ##backgroundColor##). | ||
22 | |##legendBackgroundColor##|White|Background color of the legend box, specified using an hexadecimal notation (see ##backgroundColor##). | ||
23 | |##plotBorderVisible##|true|Whether the border for the plot area is visible or not. Valid values are ##true## and ##false##. | ||
24 | |##legendVisible##|true|Whether the legend is displayed or not. Valid values are ##true## and ##false##. | ||
![]() |
1.1 | 25 | |
![]() |
14.1 | 26 | Examples: |
27 | |||
28 | * Pie chart with no legend displayed, no border, no title and white background:((( | ||
29 | {{code}} | ||
30 | {{chart type="pie" source="inline" params="range:B2-D5;series:columns;backgroundColor:FFFFFF;plotBackgroundColor:FFFFFF;plotBorderVisible:false;legendVisible:false" width="320" height="240"}} | ||
31 | |=|=X|=Y|=Z | ||
32 | |Q1|1.2|3.4|1.3 | ||
33 | |Q2|4.5|3.4|2.3 | ||
34 | |Q3|1.2|4.5|9.0 | ||
35 | |Q4|3.4|1.2|1.2 | ||
36 | {{/chart}} | ||
37 | {{/code}} | ||
38 | |||
39 | {{image reference="pieChartWhite.png"/}} | ||
40 | ))) | ||
41 | * Colored background:((( | ||
![]() |
16.2 | 42 | {{code}} |
![]() |
14.1 | 43 | {{chart type="pie" source="inline" params="range:B2-D5;series:columns;backgroundColor:FFFF11;plotBackgroundColor:11FFFF" title="Chart Test" width="320" height="240"}} |
44 | |=|=X|=Y|=Z | ||
45 | |Q1|1.2|3.4|1.3 | ||
46 | |Q2|4.5|3.4|2.3 | ||
47 | |Q3|1.2|4.5|9.0 | ||
48 | |Q4|3.4|1.2|1.2 | ||
49 | {{/chart}} | ||
![]() |
16.2 | 50 | {{/code}} |
![]() |
14.1 | 51 | |
52 | {{image reference="pieChartColor.png"/}} | ||
53 | ))) | ||
54 | |||
![]() |
17.1 | 55 | In addition, it's now possible to perform [[advanced customization of the generated chart>>extensions:Extension Chart Macro||anchor="HAdvancedCustomization"]]. |
56 | |||
![]() |
14.1 | 57 | == Rename and Copy UI == |
58 | |||
![]() |
12.5 | 59 | * 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.((( |
![]() |
12.2 | 60 | {{image reference="renameRewording-Step1.png"/}} |
![]() |
13.2 | 61 | |
![]() |
12.5 | 62 | {{image reference="copyRewording-Step1.png"/}} |
![]() |
12.2 | 63 | ))) |
![]() |
13.3 | 64 | * 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). |
![]() |
12.2 | 65 | |
![]() |
14.1 | 66 | == Miscellaneous == |
67 | |||
![]() |
1.1 | 68 | <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!> |
69 | |||
![]() |
1.2 | 70 | 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%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%228.0-rc-1%22&tempMax=1000]] fixed in this release. |
![]() |
1.1 | 71 | |
72 | = For Developers = | ||
73 | |||
74 | == <developer feature N> == | ||
75 | |||
76 | <description of developer feature N> | ||
77 | |||
78 | == Deprecated and Retired projects == | ||
79 | |||
80 | <description of deprecated and retired projects> | ||
81 | |||
82 | == Upgrades == | ||
83 | |||
84 | The following dependencies have been upgraded: | ||
85 | |||
![]() |
3.1 | 86 | * [[Pygments 2.1.1>>http://jira.xwiki.org/browse/XWIKI-13019]] |
![]() |
4.1 | 87 | * [[org.eclipse.sisu.plexus 0.3.3>>https://jira.xwiki.org/browse/XCOMMONS-920]] |
![]() |
5.1 | 88 | * [[Tika 1.12>>http://jira.xwiki.org/browse/XWIKI-13104]] |
![]() |
6.2 | 89 | * [[Groovy 2.4.6>>http://jira.xwiki.org/browse/XCOMMONS-918]] |
![]() |
7.1 | 90 | * [[JGroups 3.6.8>>http://jira.xwiki.org/browse/XWIKI-13146]] |
![]() |
8.1 | 91 | * [[httpclient 4.5.2>>http://jira.xwiki.org/browse/XCOMMONS-924]] |
![]() |
9.1 | 92 | * [[slf4j 1.7.18>>http://jira.xwiki.org/browse/XCOMMONS-925]] |
![]() |
10.1 | 93 | * [[Jackson 2.7.2>>http://jira.xwiki.org/browse/XCOMMONS-926]] |
![]() |
11.1 | 94 | * [[logback 1.1.6>>http://jira.xwiki.org/browse/XCOMMONS-927]] |
![]() |
1.1 | 95 | |
96 | == Miscellaneous == | ||
97 | |||
![]() |
2.1 | 98 | * Developers can now enable the [[CSS Source Maps feature in the LESS Module>>extensions:Extension.LESS Module||anchor="HDebuggingLESSfileswithCSSSourceMaps"]], to help the CSS debugging. |
![]() |
1.1 | 99 | |
100 | = Translations = | ||
101 | |||
102 | The following translations have been updated: | ||
103 | |||
104 | {{language codes="none, none"/}} | ||
105 | |||
106 | = Tested Browsers & Databases = | ||
107 | |||
108 | {{warning}} | ||
109 | The QA Tests are executed after the release has been done. Thus, they are being prepared now and will be published soon. | ||
110 | {{/warning}} | ||
111 | |||
112 | {{comment}} | ||
113 | TODO: uncomment and update with proper link when the report is ready. | ||
114 | {{include reference="TestReports.ManualTestReportTemplateSummary"/}} | ||
115 | {{/comment}} | ||
116 | |||
117 | = Performances tests compared to <last super stable version> = | ||
118 | |||
119 | <a summary of the comparison with latest super stable version> | ||
120 | |||
121 | More details on <link to the test report>. | ||
122 | |||
123 | = Known issues = | ||
124 | |||
125 | * [[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]] | ||
126 | |||
127 | = Backward Compatibility and Migration Notes = | ||
128 | |||
129 | == General Notes == | ||
130 | |||
131 | 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. | ||
132 | |||
![]() |
1.3 | 133 | == Issues specific to XWiki 8.0 Release Candidate 1 == |
![]() |
1.1 | 134 | |
135 | <issues specific to the project> | ||
136 | |||
137 | == API Breakages == | ||
138 | |||
139 | The following APIs were modified since XWiki 8.0 Milestone 2: | ||
140 | |||
141 | {{code language="none"}} | ||
142 | <clirr output here> | ||
143 | {{/code}} |