Wiki source code of Release Notes for XWiki Enterprise 4.1 Milestone 2
Version 23.1 by Vincent Massol on 2012/05/18
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | (% style="font-size:x-large;" %) | ||
2 | |||
3 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
4 | {{toc/}} | ||
5 | {{/box}} | ||
6 | |||
7 | This is the second milestone of the XWiki Enterprise 4.1 version ([[Roadmap>>Main.Roadmap]]). | ||
8 | |||
9 | = New and Noteworthy (since XWiki Enterprise 4.1 version) = | ||
10 | |||
11 | == Custom Chart Colors == | ||
12 | |||
13 | TODO | ||
14 | |||
15 | == For developers == | ||
16 | |||
17 | TODO | ||
18 | |||
19 | = Bug fixes and improvements = | ||
20 | |||
21 | TODO | ||
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+%224.1-milestone-2%22&tempMax=1000]] fixed in this release. | ||
24 | |||
25 | == Upgrades == | ||
26 | |||
27 | The following dependencies have been upgraded: | ||
28 | |||
29 | TODO | ||
30 | |||
31 | = Test Report = | ||
32 | |||
33 | You can check the [[manual test report>>TestReports.ManualTestReportXE41M2]] to learn about what was tested and the results on various browsers. | ||
34 | |||
35 | == Tested Browsers == | ||
36 | |||
37 | Here's the list of browsers tested with this version (i.e. browsers that we've tested as working - Check the list of [[supported browsers>>dev:Community.BrowserSupportStrategy]]): | ||
38 | |||
39 | TODO | ||
40 | |||
41 | = Known issues = | ||
42 | |||
43 | * [[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]] | ||
44 | |||
45 | = General Notes = | ||
46 | |||
47 | {{info}} | ||
48 | If you're running in a multiwiki setup you'll also need to define the property //xwiki.store.migration.databases// in your //xwiki.cfg// file if you want to explicitly name some databases to be migrated as the default is now to migrate all databases. Database that are not migrated could not be accessed. | ||
49 | {{/info}} | ||
50 | |||
51 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
52 | |||
53 | {{warning}} | ||
54 | 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. | ||
55 | {{/warning}} | ||
56 | |||
57 | == API Breakages == | ||
58 | |||
59 | The following APIs were modified since version 4.1: | ||
60 | |||
61 | {{code language="none"}} | ||
62 | TODO | ||
63 | {{/code}} |