Version 14.1 by Manuel Smeria on 2016/09/21

Hide last authors
Vincent Massol 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
Eduard Moraru 12.2 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.
Vincent Massol 1.1 8
Eduard Moraru 10.2 9 = New and Noteworthy (since XWiki 8.3 Milestone 1) =
Vincent Massol 1.1 10
Eduard Moraru 10.2 11 [[Full list of issues fixed and Dashboard for 8.3>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13629]].
Vincent Massol 1.1 12
Vincent Massol 12.1 13 == Template Restrictions ==
14
Eduard Moraru 13.5 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
Vincent Massol 12.1 16
Eduard Moraru 12.4 17 {{image reference="TemplateProvider-Edit-creationRestrictions.png"/}}
Vincent Massol 12.1 18
Vincent Massol 13.4 19 == Improved Not Found Screen ==
Eduard Moraru 13.2 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
Eduard Moraru 13.3 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
Eduard Moraru 13.5 25 {{image reference="docnotfound-suggestions-wildcard-partialMatches.png"/}}
Eduard Moraru 13.2 26
Vincent Massol 1.1 27 == Miscellaneous ==
28
Vincent Massol 9.1 29 * XWiki can now be [[deployed fine in WildFly 10.x>>platform:AdminGuide.InstallationJBoss]].
Eduard Moraru 11.2 30 * [[Let's Encrypt>>http://letsencrypt.org/]] root certificate is now automatically registered at runtime
Eduard Moraru 4.2 31
Eduard Moraru 10.2 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.
Vincent Massol 1.1 33
34 = For Developers =
35
36 == Upgrades ==
37
38 The following dependencies have been upgraded:
39
Guillaume Delhumeau 4.1 40 * [[Tour Application 1.0.4>>http://jira.xwiki.org/browse/XE-1572]]
Thomas Mortagne 5.1 41 * [[JSqlParser 0.9.6>>http://jira.xwiki.org/browse/XWIKI-13664]]
Guillaume Delhumeau 6.1 42 * [[Bootstrap 3.3.7>>http://jira.xwiki.org/browse/XWIKI-13598]]
Thomas Mortagne 8.1 43 * [[Jackson 2.8.2>>http://jira.xwiki.org/browse/XCOMMONS-1059]]
Vincent Massol 1.1 44
45 == Miscellaneous ==
46
Vincent Massol 2.1 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
Vincent Massol 1.1 53
Vincent Massol 2.1 54 #if ($myexception != '')
55 ... do something...
56 #end
57 {{/velocity}}
58 {{/code}}
59 )))
Guillaume Delhumeau 7.1 60 * Added an ##order## field to the [["After Header">>platform:ExtensionPoint.AfterHeaderUIX]] extension point.
Vincent Massol 2.1 61
Vincent Massol 1.1 62 = Translations =
63
64 The following translations have been updated:
65
Eduard Moraru 12.10 66 {{language codes="ca, de, fr, nl, zh"/}}
Vincent Massol 1.1 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.
Manuel Smeria 14.1 76 {{include reference="TestReports.ManualTestReportSummaryXWiki83M2"/}}
Vincent Massol 1.1 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
Eduard Moraru 12.6 91 No API has been broken since XWiki 8.2.1.
Vincent Massol 1.1 92
93 = Credits =
94
95 The following people have contributed code to this release (sorted alphabetically):
96
Eduard Moraru 12.8 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