Wiki source code of Release Notes for XWiki 6.2.5
Version 9.1 by Guillaume Delhumeau on 2015/01/26
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 | |||
![]() |
5.1 | 7 | This version is mostly a stabilization release which fix many bugs we have discovered since XWiki 6.2.4. But it also brings some improvements on the screen-width-responsiveness of the livetable in Flamingo. |
![]() |
1.1 | 8 | |
![]() |
3.1 | 9 | = New and Noteworthy (since XWiki 6.2.4) = |
![]() |
1.1 | 10 | |
![]() |
3.1 | 11 | [[Full list of issues fixed and Dashboard for 6.2.5>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12991]]. |
![]() |
1.1 | 12 | |
![]() |
2.1 | 13 | == Flamingo == |
14 | |||
15 | Some improvements have been made on the responsive tables (including the livetables) and we have fixed the broken livetables for mobiles on some places: | ||
16 | |||
17 | ((( | ||
18 | {{image reference="ReleaseNotesXWiki64M3@livetable-rights.png" width="30%"/}} {{image reference="ReleaseNotesXWiki64M3@mobile-users.png" width="30%"/}} {{image reference="ReleaseNotesXWiki64M3@mobile-groups.png" width="30%"/}} | ||
19 | ))) | ||
20 | |||
![]() |
1.1 | 21 | == Miscellaneous == |
22 | |||
![]() |
6.1 | 23 | * The property "@headings-color" is now editable in the [[Flamingo Theme Editor>>extensions:Extension.Flamingo Theme Application]]. |
![]() |
1.1 | 24 | |
![]() |
9.1 | 25 | == Full Issue List == |
![]() |
1.1 | 26 | |
![]() |
9.1 | 27 | {{jira style="list" url="http://jira.xwiki.org" fields="type, status, key, summary" source="jql"}} |
28 | category in ("Top Level Projects") AND fixVersion in ("6.2.5") AND resolution in (Fixed) and component not in ("Development Issues only") | ||
29 | {{/jira}} | ||
30 | |||
![]() |
1.1 | 31 | == Upgrades == |
32 | |||
33 | The following dependencies have been upgraded: | ||
34 | |||
![]() |
7.1 | 35 | * [[Solr and Lucene 4.10.3>>http://jira.xwiki.org/browse/XWIKI-11603]] |
![]() |
1.1 | 36 | |
37 | == Miscellaneous == | ||
38 | |||
39 | * [[A new CSS class>>platform:DevGuide.SpecialCSSClasses||anchor="HClassesfortheresponsiveness"]] have been added in Flamingo, to handle responsive tables. | ||
40 | |||
41 | = Tested Browsers & Databases = | ||
42 | |||
43 | {{include reference="TestReports.ManualTestReportTemplateSummary"/}} | ||
44 | |||
45 | = Known issues = | ||
46 | |||
47 | * [[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]] | ||
48 | |||
49 | = Backward Compatibility and Migration Notes = | ||
50 | |||
51 | == General Notes == | ||
52 | |||
53 | 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. | ||
![]() |
8.1 | 54 | |
55 | == API Breakages == | ||
56 | |||
57 | No API change since 6.2.4. |