Version 33.1 by Eduard Moraru 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.
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 11.1 60 * [[JGroups 3.6.5>>http://jira.xwiki.org/browse/XWIKI-12215]]
Thomas Mortagne 14.1 61 * [[httpcore 4.4.2>>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.
Guillaume Delhumeau 32.1 66 * A new "siblings" viewer have been added, accessible both with ##?viewer=siblings## and ##?xpage=siblings##.
Marius Dumitru Florea 1.1 67
68 = Translations =
69
70 The following translations have been updated:
71
72 {{language codes="none, none"/}}
73
74 = Tested Browsers & Databases =
75
76 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
77
78 = Known issues =
79
80 * [[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]]
81
82 = Backward Compatibility and Migration Notes =
83
84 == General Notes ==
85
86 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.
87
88 == Issues specific to XWiki <version> ==
89
90 <issues specific to the project>
91
92 == API Breakages ==
93
94 The following APIs were modified since <project> <version - 1>:
95
96 {{code language="none"}}
97 <clirr output here>
98 {{/code}}

Get Connected