Version 20.1 by Guillaume Delhumeau on 2015/09/08

Hide last authors
Marius Dumitru Florea 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
7 <insert description of release here>
8
9 = New and Noteworthy (since XWiki 7.2M3) =
10
11 [[Full list of issues fixed and Dashboard for <version>>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]].
12
Guillaume Delhumeau 3.1 13 == Flamingo ==
Marius Dumitru Florea 1.1 14
Guillaume Delhumeau 3.1 15 Following the introduction of the Nested Documents feature, we have made some modifications to the Flamingo skin:
Marius Dumitru Florea 1.1 16
Guillaume Delhumeau 9.1 17 * For non terminal documents, we have introduced a "Page Administration", where you will find settings that concern the document and its children (it's actually the old space administration behind the scene). But we have also introduced 2 sections for setting rights on these pages:
Guillaume Delhumeau 10.1 18 ** a section to set rights for the document only.
19 ** a section to set rights for the document and its children.
Guillaume Delhumeau 3.1 20 * For terminal documents, nothing changes, you can change the access rights of the page in the "edit" menu. The only addition is a "Administer Parent" link in the "More actions" menu to administer the parent page (which again is the space administration behind the scene).
Guillaume Delhumeau 20.1 21 * The create action has been relooked and proposes to import an office document.
Guillaume Delhumeau 3.1 22
Guillaume Delhumeau 8.1 23 {{gallery}}
24 image:AdministerPageMenu.png
25 image:AdminPageAndChildrenRights.png
26 image:AdminPageRights.png
27 image:AdministerParentMenu.png
Guillaume Delhumeau 20.1 28 image:create.png
Guillaume Delhumeau 8.1 29 {{/gallery}}
30
Marius Dumitru Florea 1.1 31 == Miscellaneous ==
32
Vincent Massol 13.1 33 * It's now possible create new FAQs in Nested Spaces.
Thomas Mortagne 16.1 34 * A memory dump is automatically created in the ##data/## folder when an ##Out Of Memory## error is throw in the Jetty package.
Marius Dumitru Florea 1.1 35
36 See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%22<version>%22&tempMax=1000]] fixed in this release.
37
38 = For Developers =
39
Guillaume Delhumeau 19.1 40 == XWiki Select component ==
Marius Dumitru Florea 1.1 41
Guillaume Delhumeau 19.1 42 A [[new component has been introduced>>platform:DevGuide.XWikiSelect]], to have a rich select box:
Marius Dumitru Florea 1.1 43
Guillaume Delhumeau 19.1 44 {{image reference="xwiki-select.png"/}}
45
Marius Dumitru Florea 1.1 46 == Deprecated and Retired projects ==
47
48 <description of deprecated and retired projects>
49
50 == Upgrades ==
51
52 The following dependencies have been upgraded:
53
Thomas Mortagne 11.1 54 * [[JGroups 3.6.5>>http://jira.xwiki.org/browse/XWIKI-12215]]
Thomas Mortagne 14.1 55 * [[httpcore 4.4.2>>http://jira.xwiki.org/browse/XCOMMONS-845]]
Marius Dumitru Florea 1.1 56
57 == Miscellaneous ==
58
Guillaume Delhumeau 17.1 59 * The URL parameters ##?xpage=children## and ##?xpage=backlinks## have been replaced by ##?viewer=children## and ##?viewer=backlinks##
Marius Dumitru Florea 1.1 60
61 = Translations =
62
63 The following translations have been updated:
64
65 {{language codes="none, none"/}}
66
67 = Tested Browsers & Databases =
68
69 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
70
71 = Known issues =
72
73 * [[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]]
74
75 = Backward Compatibility and Migration Notes =
76
77 == General Notes ==
78
79 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.
80
81 == Issues specific to XWiki <version> ==
82
83 <issues specific to the project>
84
85 == API Breakages ==
86
87 The following APIs were modified since <project> <version - 1>:
88
89 {{code language="none"}}
90 <clirr output here>
91 {{/code}}

Get Connected