Wiki source code of Release Notes for XWiki 5.2 Milestone 1
Version 10.1 by Thomas Mortagne on 2013/07/10
Show last authors
author | version | line-number | content |
---|---|---|---|
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 | |||
11 | [[Full list of issues fixed and Dashboard for 5.2>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11602]]. | ||
12 | |||
13 | == <feature N> == | ||
14 | |||
15 | <description of feature N> | ||
16 | |||
17 | == Miscellaneous == | ||
18 | |||
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 | ))) | ||
22 | |||
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. | ||
24 | |||
25 | = For Developers = | ||
26 | |||
27 | == <developer feature N> == | ||
28 | |||
29 | <description of developer feature N> | ||
30 | |||
31 | == Deprecated and Retired projects == | ||
32 | |||
33 | <description of deprecated and retired projects> | ||
34 | |||
35 | == Deprecated and Retired projects == | ||
36 | |||
37 | * 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 | ||
38 | |||
39 | == Upgrades == | ||
40 | |||
41 | The following dependencies have been upgraded: | ||
42 | |||
43 | * Infinispan 5.3 | ||
44 | * Tika 1.4 | ||
45 | |||
46 | == Miscellaneous == | ||
47 | |||
48 | * 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. | ||
49 | |||
50 | = Translations = | ||
51 | |||
52 | The following translations have been updated: | ||
53 | |||
54 | {{language codes="none, none"/}} | ||
55 | |||
56 | = Tested Browsers & Databases = | ||
57 | |||
58 | {{include reference="TestReports.ManualTestReportTemplateSummary"/}} | ||
59 | |||
60 | = Known issues = | ||
61 | |||
62 | * [[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]] | ||
63 | |||
64 | = Backward Compatibility and Migration Notes = | ||
65 | |||
66 | == General Notes == | ||
67 | |||
68 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
69 | |||
70 | {{warning}} | ||
71 | 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. | ||
72 | {{/warning}} | ||
73 | |||
74 | == Issues specific to XWiki <version> == | ||
75 | |||
76 | <issues specific to the project> | ||
77 | |||
78 | == API Breakages == | ||
79 | |||
80 | The following APIs were modified since <project> <version - 1>: | ||
81 | |||
82 | {{code language="none"}} | ||
83 | <clirr output here> | ||
84 | {{/code}} |