Wiki source code of Release Notes for XWiki 8.2 Milestone 2
Version 36.1 by Alex Cotiugă on 2016/06/30
Show last authors
author | version | line-number | content |
---|---|---|---|
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>>http://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 | == Tour for Homepage == | ||
19 | |||
20 | A [[tour>>extensions:Extension.Tour Application]] has been created to present the UI elements existing on the Main.WebHome page. Every user will be guided through this tour in order to become familiar with XWiki. | ||
21 | |||
22 | {{gallery}} | ||
23 | image:step1.png | ||
24 | image:step2.png | ||
25 | image:step3.png | ||
26 | image:step4.png | ||
27 | image:step5.png | ||
28 | image:step6.png | ||
29 | image:step7.png | ||
30 | image:step8.png | ||
31 | {{/gallery}} | ||
32 | |||
33 | == Application Index == | ||
34 | |||
35 | 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]]. | ||
36 | |||
37 | {{image reference="appIndex.png" width="600px;"/}} | ||
38 | |||
39 | == Template Icons == | ||
40 | |||
41 | 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. | ||
42 | |||
43 | {{image reference="templateIcons.png" width="600px;"/}} | ||
44 | |||
45 | == Miscellaneous == | ||
46 | |||
47 | * Improved the edit section styling to be in consistency with the Flamingo Skin style((( | ||
48 | {{image reference="edit_section.png" width="600px;"/}} | ||
49 | ))) | ||
50 | * Improved the way ratings stars are displayed by removing the white background from picture ((( | ||
51 | {{image reference="stars.png"/}} | ||
52 | ))) | ||
53 | |||
54 | 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.2-milestone-2%22&tempMax=1000]] fixed in this release. | ||
55 | |||
56 | == Upgrades == | ||
57 | |||
58 | The following dependencies have been upgraded: | ||
59 | |||
60 | * [[Groovy 2.4.7>>http://jira.xwiki.org/browse/XCOMMONS-995]] | ||
61 | * [[Jackson 2.7.5>>http://jira.xwiki.org/browse/XCOMMONS-998]] | ||
62 | * [[httpcore 4.4.5>>http://jira.xwiki.org/browse/XCOMMONS-999]] | ||
63 | |||
64 | = For Developers = | ||
65 | |||
66 | == Miscellaneous == | ||
67 | |||
68 | * Added 2 new column types for the Livetable macro: [["boolean" and "multilist">>extensions:Extension.Livetable Macro||anchor="HAllacceptedvalues-2"]]((( | ||
69 | {{image reference="livetable-boolean.png"/}} | ||
70 | |||
71 | |||
72 | {{image reference="livetable-multilist.png"/}} | ||
73 | ))) | ||
74 | |||
75 | = Translations = | ||
76 | |||
77 | The following translations have been updated: | ||
78 | |||
79 | {{language codes="fr, pt_BR"/}} | ||
80 | |||
81 | = Tested Browsers & Databases = | ||
82 | |||
83 | {{warning}} | ||
84 | The QA Tests are executed after the release has been done. Thus, they are being prepared now and will be published soon. | ||
85 | {{/warning}} | ||
86 | |||
87 | {{comment}} | ||
88 | TODO: uncomment and update with proper link when the report is ready. | ||
89 | {{include reference="TestReports.ManualTestReportTemplateSummary"/}} | ||
90 | {{/comment}} | ||
91 | |||
92 | = Known issues = | ||
93 | |||
94 | * [[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]] | ||
95 | |||
96 | = Backward Compatibility and Migration Notes = | ||
97 | |||
98 | == General Notes == | ||
99 | |||
100 | 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. | ||
101 | |||
102 | == Issues specific to XWiki XWiki 8.2 Milestone 2 == | ||
103 | |||
104 | === getRenderedContent === | ||
105 | |||
106 | The behavior of the getRenderedContent methods located in Document/XWikiDocument changed a bit. | ||
107 | |||
108 | * 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 | ||
109 | * methods rendering the document itself: they are still rendering in the context of whatever called this method but with the right of the document | ||
110 | |||
111 | == API Breakages == | ||
112 | |||
113 | The following APIs were modified in XWiki 8.2 Milestone 2: | ||
114 | |||
115 | {{backwardCompatiblityReport version="8.2-milestone-2"/}} |