Wiki source code of Release Notes for XWiki 9.3.1

Version 3.1 by Thomas Mortagne on 2017/04/25

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 This version fix a bug that makes impossible to migrate subwikis and a regression related to escaping in requests ##LIKE## values.
8
9 = New and Noteworthy (since XWiki 9.3>) =
10
11 [[Full list of issues fixed and Dashboard for <version>>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]].
12 = All Changes =
13
14 {{cache id="RN931"}}
15 {{jira style="list" url="https://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
16 category in ("Top Level Projects") AND fixVersion in ("9.3.1") AND resolution in (Fixed) and component not in ("Development Issues only")
17 {{/jira}}
18 {{/cache}}
19
20 = Translations =
21
22 The following translations have been updated:
23
24 {{language codes="none, none"/}}
25
26 = Tested Browsers & Databases =
27
28 {{warning}}
29 The QA Tests are executed after the release has been done. Thus, they are being prepared now and will be published soon.
30 {{/warning}}
31
32 {{comment}}
33 TODO: uncomment and update with proper link when the report is ready.
34 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
35 {{/comment}}
36
37 {{comment}}
38 = Performances tests compared to <last super stable version> =
39
40 <a summary of the comparison with latest super stable version>
41
42 More details on <link to the test report>.
43 {{/comment}}
44
45 = Known issues =
46
47 * [[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]]
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.
54
55 == Issues specific to XWiki <version> ==
56
57 <issues specific to the project>
58
59 == API Breakages ==
60
61 The following APIs were modified since <project> <version - 1>:
62
63 {{comment}}
64 Remove!
65 {{backwardCompatiblityReport version="<version>"/}}
66 {{/comment}}
67
68 = Credits =
69
70 The following people have contributed code to this release (sorted alphabetically):
71
72 <code contributors>

Get Connected