Version 31.1 by Guillaume Delhumeau on 2015/09/09

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 25.1 21 * The create action has been relooked (with the introduction of the "page type" field) and proposes to import an office document.
Guillaume Delhumeau 28.1 22 * A new "children" viewer is now accessible in the "more actions" menu, along with the other viewers.
23 * For terminal documents, a new "siblings" viewer is present, which replace the old "space index" feature.
Guillaume Delhumeau 3.1 24
Guillaume Delhumeau 8.1 25 {{gallery}}
26 image:AdministerPageMenu.png
27 image:AdminPageAndChildrenRights.png
28 image:AdminPageRights.png
29 image:AdministerParentMenu.png
Guillaume Delhumeau 20.1 30 image:create.png
Guillaume Delhumeau 24.1 31 image:CreatePopUp.png
Guillaume Delhumeau 28.1 32 image:menu-children.png
33 image:menu-siblings.png
Guillaume Delhumeau 8.1 34 {{/gallery}}
35
Marius Dumitru Florea 1.1 36 == Miscellaneous ==
37
Vincent Massol 13.1 38 * It's now possible create new FAQs in Nested Spaces.
Thomas Mortagne 16.1 39 * 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 40
41 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.
42
43 = For Developers =
44
Guillaume Delhumeau 22.1 45 == XWiki Select Widget ==
Marius Dumitru Florea 1.1 46
Guillaume Delhumeau 22.1 47 A [[new widget has been introduced>>platform:DevGuide.XWikiSelect]], to have a rich select box:
Marius Dumitru Florea 1.1 48
Guillaume Delhumeau 19.1 49 {{image reference="xwiki-select.png"/}}
50
Marius Dumitru Florea 1.1 51 == Deprecated and Retired projects ==
52
53 <description of deprecated and retired projects>
54
55 == Upgrades ==
56
57 The following dependencies have been upgraded:
58
Thomas Mortagne 11.1 59 * [[JGroups 3.6.5>>http://jira.xwiki.org/browse/XWIKI-12215]]
Thomas Mortagne 14.1 60 * [[httpcore 4.4.2>>http://jira.xwiki.org/browse/XCOMMONS-845]]
Marius Dumitru Florea 1.1 61
62 == Miscellaneous ==
63
Guillaume Delhumeau 26.1 64 * The URL parameters ##?viewer=children## and ##?viewer=backlinks## have been added.
Marius Dumitru Florea 1.1 65
66 = Translations =
67
68 The following translations have been updated:
69
70 {{language codes="none, none"/}}
71
72 = Tested Browsers & Databases =
73
74 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
75
76 = Known issues =
77
78 * [[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]]
79
80 = Backward Compatibility and Migration Notes =
81
82 == General Notes ==
83
84 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.
85
86 == Issues specific to XWiki <version> ==
87
88 <issues specific to the project>
89
90 == API Breakages ==
91
92 The following APIs were modified since <project> <version - 1>:
93
94 {{code language="none"}}
95 <clirr output here>
96 {{/code}}

Get Connected