Wiki source code of Release Notes for XWiki 5.2 Milestone 1
Version 13.1 by Thomas Mortagne on 2013/07/18
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{box cssClass="floatinginfobox" title="**Contents**"}} |
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | This is the release notes for XWiki Platform, XWiki Enterprise and XWiki Enterprise Manager. 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.1) = | ||
10 | |||
![]() |
4.1 | 11 | [[Full list of issues fixed and Dashboard for 5.2>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11602]]. |
![]() |
1.1 | 12 | |
13 | == <feature N> == | ||
14 | |||
15 | <description of feature N> | ||
16 | |||
17 | == Miscellaneous == | ||
18 | |||
![]() |
6.1 | 19 | * The create new wiki wizard is now using the user and group pickers in the last step ("Initial global members")((( |
20 | {{image reference="createNewWiki-rights.png"/}} | ||
21 | ))) | ||
![]() |
1.1 | 22 | |
![]() |
6.1 | 23 | 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+%225.2-milestone-1%22&tempMax=1000]] fixed in this release. |
![]() |
1.1 | 24 | |
25 | = For Developers = | ||
26 | |||
![]() |
13.1 | 27 | == New Filter Module == |
![]() |
1.1 | 28 | |
![]() |
13.1 | 29 | Commons get a new base module for all streaming systems based on filters like Rendering and the coming Wiki Stream. See [[Filter Module documentation>>extensions:Extension.Filter Module]]. |
![]() |
1.1 | 30 | |
31 | == Deprecated and Retired projects == | ||
32 | |||
![]() |
10.1 | 33 | * Google plugin (##com.xpn.xwiki.plugin.google.GooglePlugin##) has been retired, you can find it on https://github.com/xwiki-contrib/retired/tree/master/xwiki-platform-google-plugin |
34 | |||
![]() |
1.1 | 35 | == Upgrades == |
36 | |||
37 | The following dependencies have been upgraded: | ||
38 | |||
39 | * Infinispan 5.3 | ||
![]() |
7.1 | 40 | * Tika 1.4 |
![]() |
12.1 | 41 | * JGroups 3.3.3 |
![]() |
1.1 | 42 | |
43 | == Miscellaneous == | ||
44 | |||
![]() |
9.1 | 45 | * The way to declare the type supporter by a org.xwiki.properties.converter.Converter changed from role hint to generic type. See http://extensions.xwiki.org/xwiki/bin/view/Extension/Properties+Module#HConvertercomponent28Recommended29 for more details. The old way is still supported for retro-compatibility. |
![]() |
1.1 | 46 | |
47 | = Translations = | ||
48 | |||
49 | The following translations have been updated: | ||
50 | |||
51 | {{language codes="none, none"/}} | ||
52 | |||
53 | = Tested Browsers & Databases = | ||
54 | |||
55 | {{include reference="TestReports.ManualTestReportTemplateSummary"/}} | ||
56 | |||
57 | = Known issues = | ||
58 | |||
59 | * [[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]] | ||
60 | |||
61 | = Backward Compatibility and Migration Notes = | ||
62 | |||
63 | == General Notes == | ||
64 | |||
65 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
66 | |||
67 | {{warning}} | ||
68 | Always make sure you compare your ##xwiki.cfg## and ##xwiki.properties## files with the newest version since some configuration parameters were 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. | ||
69 | {{/warning}} | ||
70 | |||
71 | == Issues specific to XWiki <version> == | ||
72 | |||
73 | <issues specific to the project> | ||
74 | |||
75 | == API Breakages == | ||
76 | |||
77 | The following APIs were modified since <project> <version - 1>: | ||
78 | |||
79 | {{code language="none"}} | ||
80 | <clirr output here> | ||
81 | {{/code}} |