Version 36.1 by Thomas Mortagne on 2015/09/14

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.
Vincent Massol 34.2 23 * For Terminal Pages, a new "siblings" viewer is present, which replaces 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.
Eduard Moraru 33.1 40 * The Activity Stream now also displays activity for Nested Spaces.
Marius Dumitru Florea 1.1 41
42 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.
43
44 = For Developers =
45
Guillaume Delhumeau 22.1 46 == XWiki Select Widget ==
Marius Dumitru Florea 1.1 47
Guillaume Delhumeau 22.1 48 A [[new widget has been introduced>>platform:DevGuide.XWikiSelect]], to have a rich select box:
Marius Dumitru Florea 1.1 49
Guillaume Delhumeau 19.1 50 {{image reference="xwiki-select.png"/}}
51
Marius Dumitru Florea 1.1 52 == Deprecated and Retired projects ==
53
54 <description of deprecated and retired projects>
55
56 == Upgrades ==
57
58 The following dependencies have been upgraded:
59
Thomas Mortagne 36.1 60 * [[JGroups 3.6.5>>http://jira.xwiki.org/browse/XWIKI-12507]]
Thomas Mortagne 35.1 61 * [[httpcore 4.4.3>>http://jira.xwiki.org/browse/XCOMMONS-845]]
Marius Dumitru Florea 1.1 62
63 == Miscellaneous ==
64
Guillaume Delhumeau 26.1 65 * The URL parameters ##?viewer=children## and ##?viewer=backlinks## have been added.
Vincent Massol 34.2 66 * A new "siblings" viewer has been added, accessible both with ##?viewer=siblings## and ##?xpage=siblings##.
Guillaume Delhumeau 34.1 67 * For ##?viewer=children##, ##?xpage=children##, ##?viewer=siblings## and ##?xpage=siblings## a new ##displayHidden## parameter has been added. By default, the hidden documents are not displayed unless the user's configuration overwrites this.
Marius Dumitru Florea 1.1 68
69 = Translations =
70
71 The following translations have been updated:
72
73 {{language codes="none, none"/}}
74
75 = Tested Browsers & Databases =
76
77 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
78
79 = Known issues =
80
81 * [[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]]
82
83 = Backward Compatibility and Migration Notes =
84
85 == General Notes ==
86
87 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.
88
89 == Issues specific to XWiki <version> ==
90
91 <issues specific to the project>
92
93 == API Breakages ==
94
95 The following APIs were modified since <project> <version - 1>:
96
97 {{code language="none"}}
98 <clirr output here>
99 {{/code}}

Get Connected