Version 17.1 by Guillaume Delhumeau on 2015/09/07

Show last authors
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
13 == Flamingo ==
14
15 Following the introduction of the Nested Documents feature, we have made some modifications to the Flamingo skin:
16
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:
18 ** a section to set rights for the document only.
19 ** a section to set rights for the document and its children.
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).
21
22 {{gallery}}
23 image:AdministerPageMenu.png
24 image:AdminPageAndChildrenRights.png
25 image:AdminPageRights.png
26 image:AdministerParentMenu.png
27 {{/gallery}}
28
29 == Miscellaneous ==
30
31 * It's now possible create new FAQs in Nested Spaces.
32 * A memory dump is automatically created in the ##data/## folder when an ##Out Of Memory## error is throw in the Jetty package.
33
34 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.
35
36 = For Developers =
37
38 == <developer feature N> ==
39
40 <description of developer feature N>
41
42 == Deprecated and Retired projects ==
43
44 <description of deprecated and retired projects>
45
46 == Upgrades ==
47
48 The following dependencies have been upgraded:
49
50 * [[JGroups 3.6.5>>http://jira.xwiki.org/browse/XWIKI-12215]]
51 * [[httpcore 4.4.2>>http://jira.xwiki.org/browse/XCOMMONS-845]]
52
53 == Miscellaneous ==
54
55 * The URL parameters ##?xpage=children## and ##?xpage=backlinks## have been replaced by ##?viewer=children## and ##?viewer=backlinks##
56
57 = Translations =
58
59 The following translations have been updated:
60
61 {{language codes="none, none"/}}
62
63 = Tested Browsers & Databases =
64
65 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
66
67 = Known issues =
68
69 * [[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]]
70
71 = Backward Compatibility and Migration Notes =
72
73 == General Notes ==
74
75 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.
76
77 == Issues specific to XWiki <version> ==
78
79 <issues specific to the project>
80
81 == API Breakages ==
82
83 The following APIs were modified since <project> <version - 1>:
84
85 {{code language="none"}}
86 <clirr output here>
87 {{/code}}

Get Connected