Version 3.1 by Thomas Mortagne on 2018/08/20

Hide last authors
Adel Atallah 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]] and [[XWiki Platform>>http://platform.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 <version - 1>) =
10
11 [[Full list of issues fixed and Dashboard for <full version here even for RC, e.g. 10.5>>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]].
12
13 {{releasenotechanges/}}
14
15 === Moved Modules ===
16
17 <description deprecated, retired and moved projects>
18
19 === Upgrades ===
20
21 The following runtime dependencies have been upgraded (they have a different release cycle than [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]] and [[XWiki Platform>>http://platform.xwiki.org]]):
22
23 * <list libraries that have been upgraded>
24
25 = Translations =
26
27 The following translations have been updated:
28
29 {{language codes="none, none"/}}
30
31 {{comment}}
32 TODO: uncomment and update with proper link when the report is ready.
33
34 = Tested Browsers & Databases =
35
36 {{include reference="TestReports.<test report page>"/}}
37 {{/comment}}
38
39 {{comment}}
40 TODO: uncomment and update with proper links when the report is ready.
41
42 = Performances tests compared to <last super stable version> =
43
44 <a summary of the comparison with latest super stable version>
45
46 More details on <link to the test report>.
47 {{/comment}}
48
49 = Known issues =
50
51 * [[Bugs we know about>>https://jira.xwiki.org/issues/?jql=category%20%3D%2010000%20AND%20issuetype%20%3D%20Bug%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20updated%20DESC]]
52
53 = Backward Compatibility and Migration Notes =
54
55 == General Notes ==
56
57 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.
58
Thomas Mortagne 2.1 59 == Issues specific to XWiki 10.7RC1 ==
Adel Atallah 1.1 60
Thomas Mortagne 2.1 61 === URL generation modifications ===
Adel Atallah 1.1 62
Thomas Mortagne 2.1 63 In most cases there is nothing to do but for some edge cases it's possible that you end up with external URL having a different port than the one you expect.
64
Thomas Mortagne 3.1 65 If that's the case the recommendation is to go to the main wiki descriptor and make sure it contains the port you want to see in those URLs (don't put anything if you just want to use the default port implied by the protocol) and to explicitly set the ##secure## property. Since ##xwiki.url.protocol## from ##xwiki.cfg## configuration file is not really needed anymore tt's also recommended to stop using it only rely on the wiki descriptor(s).
Thomas Mortagne 2.1 66
Adel Atallah 1.1 67 == API Breakages ==
68
69 The following APIs were modified since <project> <version - 1>:
70
71 {{comment}}
72 Remove!
73 {{backwardCompatiblityReport version="<version>"/}}
74 {{/comment}}
75
76 = Credits =
77
78 The following people have contributed code to this release (sorted alphabetically):
79
80 <code contributors>

Get Connected