Version 14.2 by Vincent Massol on 2013/12/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]], [[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 5.3) =
10
11 [[Full list of issues fixed and Dashboard for <version>>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]].
12
13 == WikiStream improvements ==
14
15 * added support for ##file:<path>## syntax in ##source## and ##target## properties {{image reference="wikistream-target.png"/}}
16 * instance input module is now able to generate generic revision events
17
18 == Miscellaneous ==
19
20 * Added support for creating and deleting wikis when using the [[H2 database>>http://www.h2database.com]].
21
22 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%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%22<version>%22&tempMax=1000]] fixed in this release.
23
24 = For Developers =
25
26 == <developer feature N> ==
27
28 <description of developer feature N>
29
30 == Deprecated and Retired projects ==
31
32 <description of deprecated and retired projects>
33
34 == Miscellaneous ==
35
36 * Properties annotations (##@PropertyName##, ##@PropertyDescription##, etc.) are now now annotated with ##@Inherited## which make possible to define them in interfaces or abstracts for example
37 * It's now possible to use plugins installed as extension (only if installed or either main wiki or farm)
38 * It's now possible to specify a custom version for the distribution UI in the WAR pom.xml using ##xwiki.extension.distribution.ui.version## and ##xwiki.extension.distribution.wikiui.version##.
39 * New ##Document.getLocale()## API which should be used rather than the older ##Document.getLanguage()## which is now deprecated.
40
41 == Upgrades ==
42
43 The following dependencies have been upgraded:
44
45 * [[commons-compress 1.6>>http://jira.xwiki.org/browse/XCOMMONS-501]]
46 * [[commons-configuration 1.10>>http://jira.xwiki.org/browse/XCOMMONS-502]]
47 * [[commons-net 3.3>>http://jira.xwiki.org/browse/XCOMMONS-503]]
48 * [[cssparser 0.9.11>>http://jira.xwiki.org/browse/XCOMMONS-504]]
49 * [[HSQLDB 2.3.1>>http://jira.xwiki.org/browse/XWIKI-9835]]
50
51 = Translations =
52
53 The following translations have been updated:
54
55 {{language codes="none, none"/}}
56
57 = Tested Browsers & Databases =
58
59 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
60
61 = Known issues =
62
63 * [[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]]
64
65 = Backward Compatibility and Migration Notes =
66
67 == General Notes ==
68
69 == General Notes ==
70
71 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.
72
73 == Issues specific to XWiki <version> ==
74
75 <issues specific to the project>
76
77 == API Breakages ==
78
79 The following APIs were modified since <project> <version - 1>:
80
81 {{code language="none"}}
82 <clirr output here>
83 {{/code}}

Get Connected