Version 22.1 by Thomas Mortagne on 2016/08/19

Hide last authors
Guillaume Delhumeau 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
Guillaume Delhumeau 15.1 9 = New and Noteworthy (since XWiki 8.2) =
Guillaume Delhumeau 1.1 10
Guillaume Delhumeau 15.1 11 [[Full list of issues fixed and Dashboard for 8.3>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13629]].
Guillaume Delhumeau 1.1 12
Guillaume Delhumeau 13.1 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
Vincent Massol 6.1 21 == Miscellaneous ==
Guillaume Delhumeau 1.1 22
Guillaume Delhumeau 5.1 23 * It's now possible, on a subwiki, to use a color theme coming from the main wiki (global themes):(((
Guillaume Delhumeau 2.1 24 {{image reference="FlamingoThemePicker.png"/}}
25 {{image reference="FlamingoThemesHome.png"/}}
26 )))
Vincent Massol 6.1 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 )))
Manuel Smeria 8.1 30 * Added hints for User Profile Preferences:(((
31 {{image reference="userProfileHints.png"/}}
32 )))
Eduard Moraru 12.3 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:
Eduard Moraru 12.2 35 {{image reference="docnotfound-suggestsions-mixed.png"/}}
Eduard Moraru 12.3 36 ** Attachments:
Eduard Moraru 12.2 37 {{image reference="attachmentnotfound-suggestsions-mixed.png"/}}
Guillaume Delhumeau 1.1 38
Guillaume Delhumeau 15.1 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+%228.3-milestone-1%22&tempMax=1000]] fixed in this release.
Guillaume Delhumeau 1.1 40
41 = For Developers =
42
43 == <developer feature N> ==
44
45 <description of developer feature N>
46
Thomas Mortagne 20.2 47 == Cache module moved to XWiki Commons ==
48
49 This mostly means that you can now use it in commons and rendering modules. Nothing change in the classes or packages names, just need to update group id and artifact id in your build tool.
50
Guillaume Delhumeau 1.1 51 == Deprecated and Retired projects ==
52
Thomas Mortagne 17.1 53 * Application Manager moved to https://github.com/xwiki-contrib/xwiki-platform-application-manager, it can still be installed as extension if required
Guillaume Delhumeau 1.1 54
55 == Upgrades ==
56
57 The following dependencies have been upgraded:
58
Thomas Mortagne 10.1 59 * [[Jackson 2.8.1>>http://jira.xwiki.org/browse/XCOMMONS-1015]]
60 * [[cssparser 0.9.20>>http://jira.xwiki.org/browse/XCOMMONS-1024]]
Thomas Mortagne 18.1 61 * [[Infinispan 8.2.4>>http://jira.xwiki.org/browse/XCOMMONS-1046]]
Thomas Mortagne 19.1 62 * [[JSON-Java 20160810>>http://jira.xwiki.org/browse/XCOMMONS-1045]]
Guillaume Delhumeau 1.1 63
64 == Miscellaneous ==
65
Eduard Moraru 15.2 66 * 2 new generic extension points for the Document/Attachment Not Found views:
67 ** [[platform:ExtensionPoint.Document Does Not Exist]]
68 ** [[platform:ExtensionPoint.Attachment Does Not Exist]]
69 * 2 new specific extension points for providing recommendations in the Document/Attachment Not Found views:
70 ** [[platform:ExtensionPoint.Suggestions for Document Does Not Exist]]
71 ** [[platform:ExtensionPoint.Suggestions for Attachment Does Not Exist]]
72
Guillaume Delhumeau 1.1 73 <other dev stuff to add and link to JIRA for all issues fixed>
74
75 = Translations =
76
77 The following translations have been updated:
78
79 {{language codes="none, none"/}}
80
81 = Tested Browsers & Databases =
82
83 {{warning}}
84 The QA Tests are executed after the release has been done. Thus, they are being prepared now and will be published soon.
85 {{/warning}}
86
87 {{comment}}
88 TODO: uncomment and update with proper link when the report is ready.
89 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
90 {{/comment}}
91
92 = Performances tests compared to <last super stable version> =
93
94 <a summary of the comparison with latest super stable version>
95
96 More details on <link to the test report>.
97
98 = Known issues =
99
100 * [[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]]
101
102 = Backward Compatibility and Migration Notes =
103
104 == General Notes ==
105
106 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.
107
Thomas Mortagne 16.1 108 == Issues specific to XWiki 8.3 Milestone 1 ==
Guillaume Delhumeau 1.1 109
Thomas Mortagne 17.1 110 === LDAP Module moved to Contrib ===
Guillaume Delhumeau 1.1 111
Thomas Mortagne 16.1 112 The module containing among other things the standard LDAP authenticator has been moved to http://github.com/xwiki-contrib/ldap and is not embedded anymore in XE. Starting with 8.3M1 you need to install it if you want to use it. See http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP/#H8.3.x for more details on what between the XWiki Platform module and the new Contrib Extension.
113
Thomas Mortagne 20.1 114 === Cache module moved to XWiki Commons ===
115
116 The only thing that changed is the id of the modules. If you have any dependency on those you just need to change ##org.xwiki.platform:xwiki-platform-*## to ##org.xwiki.commons:xwiki-commons-*##
117
Guillaume Delhumeau 1.1 118 == API Breakages ==
119
120 The following APIs were modified since <project> <version - 1>:
121
122 {{comment}}
123 Remove!
124 {{backwardCompatiblityReport version="<version>"/}}
125 {{/comment}}
126
127 = Credits =
128
129 The following people have contributed code to this release (sorted alphabetically):
130
131 <code contributors>

Get Connected