Version 25.1 by Thomas Mortagne on 2016/08/19

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 8.2) =
10
11 [[Full list of issues fixed and Dashboard for 8.3>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13629]].
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 == Repository improvements ==
22
23 Rating is now displayed in the home page livetable.
24
25 {{image reference="rating_home.png"/}}
26
27 The number of active installs is displayed for each extension in the home page livetable and in the extension page.
28
29 {{image reference="extension_active_home.png"/}}
30 {{image reference="extension_active_page.png"/}}
31
32 == Miscellaneous ==
33
34 * It's now possible, on a subwiki, to use a color theme coming from the main wiki (global themes):(((
35 {{image reference="FlamingoThemePicker.png"/}}
36 {{image reference="FlamingoThemesHome.png"/}}
37 )))
38 * The Blog Category Panel now has an entry for All blog posts with a RSS feed for all:(((
39 {{image reference="BlogPanel.png"/}}
40 )))
41 * Added hints for User Profile Preferences:(((
42 {{image reference="userProfileHints.png"/}}
43 )))
44 * 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:
45 ** Documents:
46 {{image reference="docnotfound-suggestsions-mixed.png"/}}
47 ** Attachments:
48 {{image reference="attachmentnotfound-suggestsions-mixed.png"/}}
49
50 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.
51
52 = For Developers =
53
54 == Filter framework improvements ==
55
56 Thanks to now Java 8 support getting methods parameters names trough reflexion it's not required anymore to use ##@Name## annotation in the definition of a filter. See [[extensions:Extension.Filter Module||anchor="#HAnnotations"]] for more details.
57
58 == Cache module moved to XWiki Commons ==
59
60 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.
61
62 == Deprecated and Retired projects ==
63
64 * Application Manager moved to https://github.com/xwiki-contrib/xwiki-platform-application-manager, it can still be installed as extension if required
65
66 == Upgrades ==
67
68 The following dependencies have been upgraded:
69
70 * [[Jackson 2.8.1>>http://jira.xwiki.org/browse/XCOMMONS-1015]]
71 * [[cssparser 0.9.20>>http://jira.xwiki.org/browse/XCOMMONS-1024]]
72 * [[Infinispan 8.2.4>>http://jira.xwiki.org/browse/XCOMMONS-1046]]
73 * [[JSON-Java 20160810>>http://jira.xwiki.org/browse/XCOMMONS-1045]]
74
75 == Miscellaneous ==
76
77 * 2 new generic extension points for the Document/Attachment Not Found views:
78 ** [[platform:ExtensionPoint.Document Does Not Exist]]
79 ** [[platform:ExtensionPoint.Attachment Does Not Exist]]
80 * 2 new specific extension points for providing recommendations in the Document/Attachment Not Found views:
81 ** [[platform:ExtensionPoint.Suggestions for Document Does Not Exist]]
82 ** [[platform:ExtensionPoint.Suggestions for Attachment Does Not Exist]]
83
84 <other dev stuff to add and link to JIRA for all issues fixed>
85
86 = Translations =
87
88 The following translations have been updated:
89
90 {{language codes="none, none"/}}
91
92 = Tested Browsers & Databases =
93
94 {{warning}}
95 The QA Tests are executed after the release has been done. Thus, they are being prepared now and will be published soon.
96 {{/warning}}
97
98 {{comment}}
99 TODO: uncomment and update with proper link when the report is ready.
100 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
101 {{/comment}}
102
103 = Performances tests compared to <last super stable version> =
104
105 <a summary of the comparison with latest super stable version>
106
107 More details on <link to the test report>.
108
109 = Known issues =
110
111 * [[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]]
112
113 = Backward Compatibility and Migration Notes =
114
115 == General Notes ==
116
117 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.
118
119 == Issues specific to XWiki 8.3 Milestone 1 ==
120
121 === LDAP Module moved to Contrib ===
122
123 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.
124
125 === Cache module moved to XWiki Commons ===
126
127 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-*##
128
129 == API Breakages ==
130
131 The following APIs were modified since <project> <version - 1>:
132
133 {{comment}}
134 Remove!
135 {{backwardCompatiblityReport version="<version>"/}}
136 {{/comment}}
137
138 = Credits =
139
140 The following people have contributed code to this release (sorted alphabetically):
141
142 <code contributors>

Get Connected