Last modified by Thomas Mortagne on 2017/03/24

Show last authors
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 This milestone release features a redesigned default homepage, a new application index in the drawer and minor improvements to the template providers, the Flamingo skin and Ratings. For developers, we have some welcomed Livetable macro improvements and a long overdue change of behaviour for the getRenderedContent method.
8
9 = New and Noteworthy (since XWiki 8.2 Milestone 1) =
10
11 [[Full list of issues fixed and Dashboard for 8.2>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13615]].
12
13 == New Homepage ==
14
15 We replaced the Dashboard application from the main Homepage and added introductory steps as wiki syntax. This change will make it simpler for new users to edit the Homepage content, while also benefiting from some basic help concepts. The left panels area also showcases now the 'Navigation' panel, while the right panels area contain a 'Need Help?' panel.
16 {{image reference="homepage.png" width="600px;"/}}
17
18 == Application Index ==
19
20 We removed some applications from the AppBar (like Scheduler, Invitation, Panels, etc.) with the intention to simplify the interface and promote a smaller number of applications inside the AppBar panel. In order for the applications to still be discoverable, we added in the Drawer an [[Application Index>>extensions:Extension.Application Index Application]].
21
22 {{image reference="appIndex.png" width="600px;"/}}
23
24 == Template Icons ==
25
26 When creating a new page, the Template Providers for specific applications can now add an icon and a description. We added new icons and descriptions for the Blog and Dashboard default templates.
27
28 {{image reference="templateIcons.png" width="600px;"/}}
29
30 == Miscellaneous ==
31
32 * Improved the edit section styling to be in consistency with the Flamingo Skin style(((
33 {{image reference="edit_section.png" width="600px;"/}}
34 )))
35 * Improved the way ratings stars are displayed by removing the white background from picture(((
36 {{image reference="stars.png"/}}
37 )))
38
39 See the [[full list of JIRA issues>>https://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.2-milestone-2%22&tempMax=1000]] fixed in this release.
40
41 == Upgrades ==
42
43 The following dependencies have been upgraded:
44
45 * [[Groovy 2.4.7>>https://jira.xwiki.org/browse/XCOMMONS-995]]
46 * [[Jackson 2.7.5>>https://jira.xwiki.org/browse/XCOMMONS-998]]
47 * [[httpcore 4.4.5>>https://jira.xwiki.org/browse/XCOMMONS-999]]
48
49 = For Developers =
50
51 == Miscellaneous ==
52
53 * Added 2 new column types for the Livetable macro: [["boolean" and "multilist">>extensions:Extension.Livetable Macro||anchor="HAllacceptedvalues-2"]](((
54 {{image reference="livetable-boolean.png"/}}
55
56
57 {{image reference="livetable-multilist.png"/}}
58 )))
59 * It's now possible to access SSL services which are using a [[Let's Encrypt>>http://letsencrypt.org/]] certificate even when the JVM used to run XWiki does not embed it (that would be JVMs < 1.8.0_101)
60
61 = Translations =
62
63 The following translations have been updated:
64
65 {{language codes="fr, pt_BR"/}}
66
67 = Tested Browsers & Databases =
68
69 {{include reference="TestReports.ManualTestReportSummaryXWiki82M2"/}}
70
71 = Known issues =
72
73 * [[Bugs we know about>>https://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]]
74
75 = Backward Compatibility and Migration Notes =
76
77 == General Notes ==
78
79 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.
80
81 == Issues specific to XWiki XWiki 8.2 Milestone 2 ==
82
83 === getRenderedContent ===
84
85 The behavior of the getRenderedContent methods located in Document/XWikiDocument changed a bit.
86
87 * methods taking a String to render in the context of the document: they are still rendering in the context of the document but with the right of whatever called the method
88 * methods rendering the document itself: they are still rendering in the context of whatever called this method but with the right of the document
89
90 == API Breakages ==
91
92 The following APIs were modified in XWiki 8.2 Milestone 2:
93
94 {{backwardCompatiblityReport version="8.2-milestone-2"/}}

Get Connected