Wiki source code of Release Notes for XWiki Enterprise 3.1 Release Candidate 1
Last modified by Thomas Mortagne on 2017/03/24 12:29
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}} | ||
| 2 | $xwiki.ssx.use("ReleaseNotesXWikiEnterprise30M3") | ||
| 3 | {{/velocity}} | ||
| 4 | |||
| 5 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
| 6 | {{toc/}} | ||
| 7 | {{/box}} | ||
| 8 | |||
| 9 | First release candidate of XWiki Enterprise 3.1 version ([[Roadmap>>Main.Roadmap]]). Unless a bug is found, this will become the 3.1 final release. This was a stabilization only release, no new features were introduced. [[A full list of issues closed in the 3.1-rc-1 frame>>https://jira.xwiki.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=fixVersion+%3D+%273.1+RC1%27&runQuery=true&clear=true]] | ||
| 10 | |||
| 11 | = Translations = | ||
| 12 | |||
| 13 | * The translations for ca, cs, se, es, fr, gl, it, lv, nl, pt, ro, ru, sk, sv, si, uk, zh, zh_TW were updated. | ||
| 14 | |||
| 15 | = Known issues = | ||
| 16 | |||
| 17 | * [[Bugs we know about>>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC]] | ||
| 18 | |||
| 19 | = Test Report = | ||
| 20 | |||
| 21 | You can check the [[manual test report>>TestReports.ManualTestReportXE31RC1]] to learn about what was tested and the results on various browsers. | ||
| 22 | |||
| 23 | = Migration = | ||
| 24 | |||
| 25 | == General Notes == | ||
| 26 | |||
| 27 | {{warning}} | ||
| 28 | If you're running in a multiwiki setup you'll also need to define the property //xwiki.store.migration.databases=all// to your //xwiki.cfg// file or explicitly name all databases to be migrated as in //xwiki.store.migration.databases=db1,db2,...//. | ||
| 29 | {{/warning}} | ||
| 30 | |||
| 31 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above. | ||
| 32 | |||
| 33 | {{warning}} | ||
| 34 | Always make sure you compare your //xwiki.cfg// file with the newest version since some configuration parameters were added. Note 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. | ||
| 35 | {{/warning}} | ||
| 36 | |||
| 37 | == API Breakages == | ||
| 38 | |||
| 39 | No APIs were modified since XWiki Enterprise 3.0. |