Version 10.2 by Eduard Moraru on 2016/09/12

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.3 Milestone 1) =
10
11 [[Full list of issues fixed and Dashboard for 8.3>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13629]].
12
13 == Miscellaneous ==
14
15 * Added partial matches for the Document/Attachment Does Not Exist suggestions, in addition to the existing stemmed and fuzzy matches, for better results.
16 * XWiki can now be [[deployed fine in WildFly 10.x>>platform:AdminGuide.InstallationJBoss]].
17 * [[Let's Encrypt>>http://letsencrypt.org/]] root certificate is now automatically registered at runtime
18
19 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-2%22&tempMax=1000]] fixed in this release.
20
21 = For Developers =
22
23 == Upgrades ==
24
25 The following dependencies have been upgraded:
26
27 * [[Tour Application 1.0.4>>http://jira.xwiki.org/browse/XE-1572]]
28 * [[JSqlParser 0.9.6>>http://jira.xwiki.org/browse/XWIKI-13664]]
29 * [[Bootstrap 3.3.7>>http://jira.xwiki.org/browse/XWIKI-13598]]
30 * [[Jackson 2.8.2>>http://jira.xwiki.org/browse/XCOMMONS-1059]]
31
32 == Miscellaneous ==
33
34 * The Velocity ###try()## directive [[now accepts an optional parameter>>extensions:Extension.Velocity Module||anchor="HVelocityDirectives"]] to specify the name of a Velocity variable into which to save the caught exception. For example:(((
35 {{code language="velocity"}}
36 {{velocity}}
37 #try("myexception")
38 $services.query.xwql("zzzzz").execute()
39 #end
40
41 #if ($myexception != '')
42 ... do something...
43 #end
44 {{/velocity}}
45 {{/code}}
46 )))
47 * Added an ##order## field to the [["After Header">>platform:ExtensionPoint.AfterHeaderUIX]] extension point.
48
49 = Translations =
50
51 The following translations have been updated:
52
53 {{language codes="none, none"/}}
54
55 = Tested Browsers & Databases =
56
57 {{warning}}
58 The QA Tests are executed after the release has been done. Thus, they are being prepared now and will be published soon.
59 {{/warning}}
60
61 {{comment}}
62 TODO: uncomment and update with proper link when the report is ready.
63 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
64 {{/comment}}
65
66 = Known issues =
67
68 * [[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]]
69
70 = Backward Compatibility and Migration Notes =
71
72 == General Notes ==
73
74 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.
75
76 == API Breakages ==
77
78 The following APIs were modified since XWiki 8.2.1:
79
80 {{comment}}
81 Remove!
82 {{backwardCompatiblityReport version="<version>"/}}
83 {{/comment}}
84
85 = Credits =
86
87 The following people have contributed code to this release (sorted alphabetically):
88
89 <code contributors>

Get Connected