Version 14.1 by Vincent Massol on 2015/12/22

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 This is our last stabilization branch for the XWiki 7.x Cycle. It brings polishing and stabilization for the Nested Pages feature and the changes in UI that resulted from it.
8
9 = New and Noteworthy (since XWiki 7.4 Milestone 2) =
10
11 [[Full list of issues fixed and Dashboard for 7.4>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13590]].
12
13 == Miscellaneous ==
14
15 * The default logo is now optimized for "Retina" screens, and can be scaled to any dimensions since it's a vectorial image.
16 * The Informations tab, in the bottom of each page, does not display the parent and the children of the current page anymore. Since these informations are accessible in the breadcrumb and in the children viewer, they were redundant.(((
17 {{image reference="InformationsTab.png"/}}
18 )))
19 * The search and the notification icons have been inverted. The new order looks more natural when the search bar is expanded.(((
20 {{image reference="NotificationsAndSearch.png"/}} {{image reference="SearchExtended.png"/}}
21 )))
22 * To be more intuitive, the titles of the Rights sections in the page administration have been changed.(((
23 {{image reference="RightsAdmin.png"/}}
24 )))
25
26 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+%227.4-rc-1%22&tempMax=1000]] fixed in this release.
27
28 = For Developers =
29
30 == Miscellaneous ==
31
32 * The top level Commons POM now performs some checks on the POMs that have it as parent; for example it checks that non core POMs don't use the "XWiki Development Team" in the developers section so that non-core Extensions deployed on extensions.xwiki.org don't appear as developed by the XWiki Development Team.
33
34 = Translations =
35
36 The following translations have been updated:
37
38 {{language codes="none, none"/}}
39
40 = Tested Browsers & Databases =
41
42 {{warning}}
43 The QA Tests are executed after the release has been done. Thus, they are being prepared now and will be published soon.
44 {{/warning}}
45
46 {{comment}}
47 TODO: uncomment and update with proper link when the report is ready.
48 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
49 {{/comment}}
50
51 = Known issues =
52
53 * [[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]]
54
55 = Backward Compatibility and Migration Notes =
56
57 == General Notes ==
58
59 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.
60
61 == Issues specific to XWiki 7.4-rc-1 ==
62
63 None
64
65 == API Breakages ==
66
67 The following APIs were modified since XWiki 7.3:
68
69 {{code language="none"}}
70 <clirr output here>
71 {{/code}}

Get Connected