Version 14.1 by Guillaume Delhumeau on 2016/07/28

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 <version - 1>) =
10
11 [[Full list of issues fixed and Dashboard for <version>>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]].
12
13 == Export a page with children ==
14
15 It's now possible, for HTML and XAR formats, to export selected children along with the current page:
16
17 (((
18 {{image reference="export.png"/}}
19 )))
20
21 == Miscellaneous ==
22
23 * It's now possible, on a subwiki, to use a color theme coming from the main wiki (global themes):(((
24 {{image reference="FlamingoThemePicker.png"/}}
25 {{image reference="FlamingoThemesHome.png"/}}
26 )))
27 * The Blog Category Panel now has an entry for All blog posts with a RSS feed for all:(((
28 {{image reference="BlogPanel.png"/}}
29 )))
30 * Added hints for User Profile Preferences:(((
31 {{image reference="userProfileHints.png"/}}
32 )))
33 * Added suggestions for the "document not found" and "attachment not found" error screens. The suggestions address minor typos and misspelling (including lower case vs upper case), but also bad location requests:
34 ** Documents:
35 {{image reference="docnotfound-suggestsions-mixed.png"/}}
36 ** Attachments:
37 {{image reference="attachmentnotfound-suggestsions-mixed.png"/}}
38
39 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.
40
41 = For Developers =
42
43 == <developer feature N> ==
44
45 <description of developer feature N>
46
47 == Deprecated and Retired projects ==
48
49 <description of deprecated and retired projects>
50
51 == Upgrades ==
52
53 The following dependencies have been upgraded:
54
55 * [[Jackson 2.8.1>>http://jira.xwiki.org/browse/XCOMMONS-1015]]
56 * [[cssparser 0.9.20>>http://jira.xwiki.org/browse/XCOMMONS-1024]]
57
58 == Miscellaneous ==
59
60 <other dev stuff to add and link to JIRA for all issues fixed>
61
62 = Translations =
63
64 The following translations have been updated:
65
66 {{language codes="none, none"/}}
67
68 = Tested Browsers & Databases =
69
70 {{warning}}
71 The QA Tests are executed after the release has been done. Thus, they are being prepared now and will be published soon.
72 {{/warning}}
73
74 {{comment}}
75 TODO: uncomment and update with proper link when the report is ready.
76 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
77 {{/comment}}
78
79 = Performances tests compared to <last super stable version> =
80
81 <a summary of the comparison with latest super stable version>
82
83 More details on <link to the test report>.
84
85 = Known issues =
86
87 * [[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]]
88
89 = Backward Compatibility and Migration Notes =
90
91 == General Notes ==
92
93 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.
94
95 == Issues specific to XWiki <version> ==
96
97 <issues specific to the project>
98
99 == API Breakages ==
100
101 The following APIs were modified since <project> <version - 1>:
102
103 {{comment}}
104 Remove!
105 {{backwardCompatiblityReport version="<version>"/}}
106 {{/comment}}
107
108 = Credits =
109
110 The following people have contributed code to this release (sorted alphabetically):
111
112 <code contributors>

Get Connected