Version 14.1 by Manuel Smeria on 2016/09/21

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 a minor milestone release that adds new template provider restrictions, improved support for the WildFly application server, default support for Let's Encrypt certificates and 26 additional bugfixes which contribute to stabilizing XWiki.
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 == Template Restrictions ==
14
15 It's now possible to specify visibility restrictions separate from creation restrictions on a template provider and to set default values. See the [[documentation>>extensions:Extension.Administration Application||anchor="HRestrictthespaceswherethetemplateisavailable"]] for more details
16
17 {{image reference="TemplateProvider-Edit-creationRestrictions.png"/}}
18
19 == Improved Not Found Screen ==
20
21 Added partial matches for the Document/Attachment Does Not Exist suggestions, in addition to the existing stemmed and fuzzy matches, for better results.
22
23 We were previously searching using indexed Solr data (stemmed) and also using fuzzy searches (string difference of 2; helps with minor typos), but this did not cover partial matches. Example: "Sandb" is matched by the fuzzy search, since it has a difference of 2 characters ("ox"), but "Sand" is not matched by anything (no stemming and too greater string difference - 3).
24
25 {{image reference="docnotfound-suggestions-wildcard-partialMatches.png"/}}
26
27 == Miscellaneous ==
28
29 * XWiki can now be [[deployed fine in WildFly 10.x>>platform:AdminGuide.InstallationJBoss]].
30 * [[Let's Encrypt>>http://letsencrypt.org/]] root certificate is now automatically registered at runtime
31
32 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.
33
34 = For Developers =
35
36 == Upgrades ==
37
38 The following dependencies have been upgraded:
39
40 * [[Tour Application 1.0.4>>http://jira.xwiki.org/browse/XE-1572]]
41 * [[JSqlParser 0.9.6>>http://jira.xwiki.org/browse/XWIKI-13664]]
42 * [[Bootstrap 3.3.7>>http://jira.xwiki.org/browse/XWIKI-13598]]
43 * [[Jackson 2.8.2>>http://jira.xwiki.org/browse/XCOMMONS-1059]]
44
45 == Miscellaneous ==
46
47 * 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:(((
48 {{code language="velocity"}}
49 {{velocity}}
50 #try("myexception")
51 $services.query.xwql("zzzzz").execute()
52 #end
53
54 #if ($myexception != '')
55 ... do something...
56 #end
57 {{/velocity}}
58 {{/code}}
59 )))
60 * Added an ##order## field to the [["After Header">>platform:ExtensionPoint.AfterHeaderUIX]] extension point.
61
62 = Translations =
63
64 The following translations have been updated:
65
66 {{language codes="ca, de, fr, nl, zh"/}}
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.ManualTestReportSummaryXWiki83M2"/}}
77 {{/comment}}
78
79 = Known issues =
80
81 * [[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]]
82
83 = Backward Compatibility and Migration Notes =
84
85 == General Notes ==
86
87 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.
88
89 == API Breakages ==
90
91 No API has been broken since XWiki 8.2.1.
92
93 = Credits =
94
95 The following people have contributed code to this release (sorted alphabetically):
96
97 * Ecaterina Moraru (Valica)
98 * Eduard Moraru
99 * Guillaume Delhumeau
100 * Lukas Raska
101 * Marius Dumitru Florea
102 * Thomas Mortagne
103 * Vincent Massol

Get Connected