Wiki source code of Release Notes for XWiki 6.2.2

Version 30.1 by Thomas Mortagne on 2014/10/13

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 <insert description of release here>
8
9 = New and Noteworthy (since XWiki 6.2.1) =
10
11 [[Full list of issues fixed and Dashboard for 6.2.2>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12690]].
12
13 == Flamingo ==
14
15 {{info}}
16 The Flamingo skin was introduced as experimental in XWiki 6.0 & 6.1 and has been deemed usable in XWiki 6.2. However we're still tuning details. It happens that we did not all agree on the location of the "Add" button (some wanted it inside the content, next to the "Edit" buttons and others wanted it back at the top - You can [[follow the discussion here>>http://markmail.org/message/jqbcj4p4ryc56sms]] if you're interested ;)). Thus we've decided for the moment to put it back at the top where it was in the Colibri skin in order to not force our users to learn a new location for the moment. This is still a discussion in progress and if you have inputs and preferences please do not hesitate to let us know on the [[XWiki Users Mailing List>>dev:Community.MailingLists]] or on the [[related Issue>>http://jira.xwiki.org/browse/XWIKI-11167]]. Thanks!
17 {{/info}}
18
19 * The 'Add' button has been moved back to the top bar and the search bar to the right:(((
20 {{image reference="flamingo-add.png" width="60%"/}}
21 )))
22 * When you click on the 'add' button, the order of the choices have been inverted, to propose to create a page first, then a space, and finally a wiki:(((
23 {{image reference="flamingo-add-options.png"/}}
24 )))
25 * The Wiki/Space/Page buttons in the top bar have been changed and are no longer split into two parts. You do not need to click the arrow specifically any more to open the contextual menu:(((
26 {{image reference="flamingo-menubar.png"/}}
27 )))
28 * To navigate to the current Wiki/Space/Page in the top bar, there is now a new "Go to..." item:(((
29 |=Wiki|=Space|=Page
30 |{{image reference="flamingo-goto-wiki.png"/}}|{{image reference="flamingo-goto-space.png"/}}|{{image reference="flamingo-goto-page.png"/}}
31 )))
32 * The languages selection is now located in the top bar. It is displayed only when the multilingual mode is enabled:(((
33 {{image reference="languages.png" width="60%"/}}
34 When there is no translation available:
35 {{image reference="languages-no-alternative.png"/}}
36 When there is some translations available:
37 {{image reference="languages-with-alternatives.png"/}}
38 )))
39 * The [[Livetable>>extensions:Extension.Livetable Macro]] is now responsive to the screen size, so you can use them with smartphones:(((
40 {{image reference="Livetable-Responsive.png"/}}
41 )))
42 * To sum up, this is the new look:(((
43 {{image reference="flamingo.png"/}}
44 )))
45
46 == Miscellaneous ==
47
48 * In the select field of the 'color theme' property, in the administration, the color themes are ordered by name.
49
50 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+%22<version>%22&tempMax=1000]] fixed in this release.
51
52 = For Developers =
53
54 == <developer feature N> ==
55
56 <description of developer feature N>
57
58 == Deprecated and Retired projects ==
59
60 <description of deprecated and retired projects>
61
62 == Upgrades ==
63
64 The following dependencies have been upgraded:
65
66 * <list libraries that have been upgraded>
67
68 == Miscellaneous ==
69
70 * When importing an extension unknown but valid versions are not removed anymore
71
72 = Translations =
73
74 The following translations have been updated:
75
76 {{language codes="none, none"/}}
77
78 = Tested Browsers & Databases =
79
80 {{include reference="TestReports.ManualTestReportXWiki622Summary"/}}
81
82 = Known issues =
83
84 * [[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]]
85
86 = Backward Compatibility and Migration Notes =
87
88 == General Notes ==
89
90 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.
91
92 == Issues specific to XWiki <version> ==
93
94 <issues specific to the project>
95
96 == API Breakages ==
97
98 The following APIs were modified since <project> <version - 1>:
99
100 {{code language="none"}}
101 <clirr output here>
102 {{/code}}

Get Connected