Wiki source code of Release Notes for XWiki 6.2.2

Version 29.1 by Guillaume Delhumeau on 2014/10/09

Hide last authors
Guillaume Delhumeau 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 6.2.1) =
10
Vincent Massol 11.1 11 [[Full list of issues fixed and Dashboard for 6.2.2>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12690]].
Guillaume Delhumeau 1.1 12
Guillaume Delhumeau 6.1 13 == Flamingo ==
Guillaume Delhumeau 1.1 14
Vincent Massol 28.1 15 {{info}}
Vincent Massol 28.2 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!
Vincent Massol 28.1 17 {{/info}}
18
19 * The 'Add' button has been moved back to the top bar and the search bar to the right:(((
Guillaume Delhumeau 25.1 20 {{image reference="flamingo-add.png" width="60%"/}}
Guillaume Delhumeau 6.1 21 )))
Guillaume Delhumeau 27.1 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 )))
Vincent Massol 25.4 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:(((
Guillaume Delhumeau 25.1 26 {{image reference="flamingo-menubar.png"/}}
Guillaume Delhumeau 16.1 27 )))
Vincent Massol 25.2 28 * To navigate to the current Wiki/Space/Page in the top bar, there is now a new "Go to..." item:(((
Guillaume Delhumeau 16.1 29 |=Wiki|=Space|=Page
30 |{{image reference="flamingo-goto-wiki.png"/}}|{{image reference="flamingo-goto-space.png"/}}|{{image reference="flamingo-goto-page.png"/}}
31 )))
Vincent Massol 25.5 32 * The languages selection is now located in the top bar. It is displayed only when the multilingual mode is enabled:(((
Guillaume Delhumeau 25.1 33 {{image reference="languages.png" width="60%"/}}
Guillaume Delhumeau 23.1 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 )))
Guillaume Delhumeau 9.1 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 )))
Guillaume Delhumeau 23.1 42 * To sum up, this is the new look:(((
43 {{image reference="flamingo.png"/}}
44 )))
Guillaume Delhumeau 1.1 45
46 == Miscellaneous ==
47
Guillaume Delhumeau 29.1 48 * In the select field of the 'color theme' property, in the administration, the color themes are ordered by name.
Guillaume Delhumeau 1.1 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 <other dev stuff to add and link to JIRA for all issues fixed>
71
72 = Translations =
73
74 The following translations have been updated:
75
76 {{language codes="none, none"/}}
77
78 = Tested Browsers & Databases =
79
Manuel Smeria 7.1 80 {{include reference="TestReports.ManualTestReportXWiki622Summary"/}}
Guillaume Delhumeau 1.1 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