Wiki source code of Release Notes for XWiki 6.2.5
Last modified by Thomas Mortagne on 2023/10/13 15:36
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 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. | ||
| 8 | |||
| 9 | {{error}} | ||
| 10 | Important problems noticed after the 6.2.5 release: | ||
| 11 | |||
| 12 | * [[HTML exports are taking long>>https://jira.xwiki.org/browse/XWIKI-11731]] (about 12s to export a single page, it was taking about 7s in 6.2.4). Thus if you're using this feature, we recommend waiting for 6.4.1 (or 6.2.6 but it's not sure there'll be such a release at this point since we might recommend upgrading to 6.4.1 when it's out). | ||
| 13 | {{/error}} | ||
| 14 | |||
| 15 | = New and Noteworthy (since XWiki 6.2.4) = | ||
| 16 | |||
| 17 | [[Full list of issues fixed and Dashboard for 6.2.5>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12991]]. | ||
| 18 | |||
| 19 | == Flamingo == | ||
| 20 | |||
| 21 | Some improvements have been made on the responsive tables (including the livetables) and we have fixed the broken livetables for mobiles on some places: | ||
| 22 | |||
| 23 | ((( | ||
| 24 | {{image reference="[email protected]" width="30%"/}} {{image reference="[email protected]" width="30%"/}} {{image reference="[email protected]" width="30%"/}} | ||
| 25 | ))) | ||
| 26 | |||
| 27 | == Miscellaneous == | ||
| 28 | |||
| 29 | * The property "@headings-color" is now editable in the [[Flamingo Theme Editor>>extensions:Extension.Flamingo Theme Application]]. | ||
| 30 | |||
| 31 | == Full Issue List == | ||
| 32 | |||
| 33 | {{jira style="list" url="https://jira.xwiki.org" fields="type, status, key, summary" source="jql"}} | ||
| 34 | category in ("Top Level Projects") AND fixVersion in ("6.2.5") AND resolution in (Fixed) and component not in ("Development Issues only") | ||
| 35 | {{/jira}} | ||
| 36 | |||
| 37 | == Upgrades == | ||
| 38 | |||
| 39 | The following dependencies have been upgraded: | ||
| 40 | |||
| 41 | * [[Solr and Lucene 4.10.3>>https://jira.xwiki.org/browse/XWIKI-11603]] | ||
| 42 | |||
| 43 | == Miscellaneous == | ||
| 44 | |||
| 45 | * [[A new CSS class>>Documentation.DevGuide.SpecialCSSClasses||anchor="HClassesfortheresponsiveness"]] have been added in Flamingo, to handle responsive tables. | ||
| 46 | |||
| 47 | = Translations = | ||
| 48 | |||
| 49 | The following translations have been updated: | ||
| 50 | |||
| 51 | {{language codes="fr,de,es,pl,da,ko,lv,pt_BR,ro,ru,sv,tr,ca,it,nl,uk,zh,zh_TW"/}} | ||
| 52 | |||
| 53 | = Tested Browsers & Databases = | ||
| 54 | |||
| 55 | {{include reference="TestReports.ManualTestReportTemplateSummary"/}} | ||
| 56 | |||
| 57 | = Known issues = | ||
| 58 | |||
| 59 | * [[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]] | ||
| 60 | |||
| 61 | = Backward Compatibility and Migration Notes = | ||
| 62 | |||
| 63 | == General Notes == | ||
| 64 | |||
| 65 | 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. | ||
| 66 | |||
| 67 | == API Breakages == | ||
| 68 | |||
| 69 | No API change since 6.2.4. |