Wiki source code of Release Notes for XWiki 10.8.2

Version 13.2 by Clément Aubin on 2018/11/30

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]] and [[XWiki Platform>>http://platform.xwiki.org]]. They share the same release notes as they are released together and have the same version.
6
7 This is a bugfix release that covers important issues that we have discovered since [[10.8.1>>doc:ReleaseNotes.Data.XWiki.10\.8\.1.WebHome]] has been released.
8
9 {{error}}
10 Some important bugs have been discovered since XWiki 10.8.1 has been released:
11
12 * [[Impossible to change the notification "applications settings" if emails are disabled>>https://jira.xwiki.org/browse/XWIKI-15886]]
13 * [[Configured default interval for notification mails is not really taken into account in many cases>>https://jira.xwiki.org/browse/XWIKI-15881]]
14
15 This release also includes a fix for one security issue.
16 {{/error}}
17
18 = New and Noteworthy (since XWiki 10.8.1) =
19
20 [[Full list of issues fixed and Dashboard for 10.8.2>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14346]].
21
22 = All Changes =
23
24 {{cache id="RN1082"}}
25 {{jira style="list" url="https://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
26 category = 10000 AND fixVersion in ("10.8.2") AND resolution in (Fixed) and component not in ("Development Issues only")
27 {{/jira}}
28 {{/cache}}
29
30 = Tested Browsers & Databases =
31
32 {{include reference="TestReports.ManualTestReportSummaryXWiki1082.WebHome"/}}
33
34 = Known issues =
35
36 * [[Bugs we know about>>https://jira.xwiki.org/issues/?jql=category%20%3D%2010000%20AND%20issuetype%20%3D%20Bug%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20updated%20DESC]]
37
38 = Backward Compatibility and Migration Notes =
39
40 == General Notes ==
41
42 * When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
43 ** ##xwiki.cfg##
44 ** ##xwiki.properties##
45 ** ##web.xml##
46 ** ##hibernate.cfg.xml##
47 * Add ##xwiki.store.migration=1## in ##xwiki.cfg## so that XWiki will attempt to automatically migrate your current database to any new schema. Make sure you backup your Database before doing anything.
48
49 == Issues specific to XWiki 10.8.2 ==
50
51 === Cannot remove a property from an xobject ===
52
53 It's not possible anymore to completely delete a property from an xobject if that property exist in the xclass. It will be automatically added back (with null value) when the document is saved.
54
55 === Default is empty in the list property editor ===
56
57 The List property select based editor now always make sure the default choice is empty value for non multi list. It's possible control that by indicate what is the default value in which case empty value won't be proposed anymore.
58
59 == API Breakages ==
60
61 The following APIs were modified since XWiki 10.8.1:
62
63 {{backwardCompatiblityReport version="10.8.2"/}}
64
65 = Credits =
66
67 The following people have contributed code and translations to this release (sorted alphabetically):

Get Connected