Version 3.9 by Guillaume Delhumeau on 2017/09/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 This release introduces a new feature for the Notifications: the Watched Entities. It is disabled by default but you should try it to experiment it because it will replace the Watchlist Application soon.
8
9 For the users, we now have more usable notification filter settings and a nice helper when you edit a "Database List" field.
10
11 For developers, it is easier to propose an extension containing REST resources, or to customize the Flamingo LESS code. We have also exposes more database columns in the Query Module for users who don't have the programming rights. The notification filters AST (Abstract Syntax Tree) proposes new types of nodes to create complex filter queries. There are also new facilities to avoid using SyntaxFactory, to make Extension Manager faster, or to identify skins elements with proper IDs.
12
13 = New and Noteworthy (since XWiki 9.7) =
14
15 [[Full list of issues fixed and Dashboard for <version>>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]].
16
17 {{releasenotechanges/}}
18
19 === Upgrades ===
20
21 The following runtime dependencies have been upgraded (they have a different release cycle than [[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]]):
22
23 * [[CSS4J 0.36>>https://jira.xwiki.org/browse/XWIKI-14684]]
24 * [[Jackson 2.9.1>>https://jira.xwiki.org/browse/XCOMMONS-1254]]
25 * [[Restlet 2.3.10>>https://jira.xwiki.org/browse/XWIKI-14678]]
26 * [[org.osgi.core 6.0.0>>https://jira.xwiki.org/browse/XCOMMONS-1250]]
27 * [[Commons Configuration 2.1.1>>https://jira.xwiki.org/browse/XCOMMONS-1231]]
28 * [[Bouncy Castle 1.58>>https://jira.xwiki.org/browse/XCOMMONS-1244]]
29
30 = Translations =
31
32 The following translations have been updated:
33
34 {{language codes="none, none"/}}
35
36 {{comment}}
37 TODO: uncomment and update with proper link when the report is ready.
38
39 = Tested Browsers & Databases =
40
41 {{include reference="TestReports.<test report page>"/}}
42 {{/comment}}
43
44 {{comment}}
45 TODO: uncomment and update with proper links when the report is ready.
46
47 = Performances tests compared to <last super stable version> =
48
49 <a summary of the comparison with latest super stable version>
50
51 More details on <link to the test report>.
52 {{/comment}}
53
54 = Known issues =
55
56 * [[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]]
57
58 = Backward Compatibility and Migration Notes =
59
60 == General Notes ==
61
62 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.
63
64 == Database List Property Values ==
65
66 We fixed a few security issues around Database List properties by:
67
68 * restricting the type of explicit query you can use on the Database List definition based on the class author rights
69 * evaluating the Velocity code from the explicit query only if the class author has script right
70 * checking if the current user has the right to view the returned values (when implicit query is used)
71
72 This may break existing applications if they use Database List properties and the last author of the class that holds the property definition doesn't have sufficient rights.
73
74 == API Breakages ==
75
76 The following APIs were modified since <project> <version - 1>:
77
78 {{comment}}
79 Remove!
80 {{backwardCompatiblityReport version="<version>"/}}
81 {{/comment}}
82
83 = Credits =
84
85 The following people have contributed code to this release (sorted alphabetically):
86
87 <code contributors>

Get Connected