Wiki source code of Release Notes for XWiki Enterprise 4.0 Release Candidate 1
Version 2.1 by Thomas Mortagne on 2012/04/10
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | This is the first and hopefully last release candidate for XWiki Enterprise 4.0 version ([[Roadmap>>Main.Roadmap]]). This is mostly a polishing release before the final one. | ||
6 | |||
7 | = New and Noteworthy (since XWiki Enterprise 4.0 Milestone 2 version) = | ||
8 | |||
9 | == Extension Manager improvements == | ||
10 | |||
11 | {{todo/}} | ||
12 | |||
13 | == New technical content hiding system == | ||
14 | |||
15 | {{todo/}} | ||
16 | |||
17 | == For developers == | ||
18 | |||
19 | === Changes in the ComponentManager API == | ||
20 | |||
21 | The new lookupComponent method has been renamed to getInstance(). New getInstanceList and getInstanceMap has also been introduced to replace lookupList and lookupMap. | ||
22 | |||
23 | == Miscellaneous == | ||
24 | |||
25 | * There's now a link to the [[Getting Started Guide>>enterprise:GettingStarted.WebHome]] on the XWiki Enterprise home page. | ||
26 | |||
27 | = Bug fixes and improvements = | ||
28 | |||
29 | 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.0-milestone-2%22&tempMax=1000]] fixed in this release. | ||
30 | |||
31 | = Tested Browsers = | ||
32 | |||
33 | 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]]): | ||
34 | |||
35 | {{todo/}} | ||
36 | |||
37 | = Tested Databases = | ||
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 | = Test Report = | ||
46 | |||
47 | You can check the [[manual test report>>TestReports.ManualTestReportXE40RC1]] to learn about what was tested and the results on various browsers. | ||
48 | |||
49 | = Backward Compatibility and Migration Notes = | ||
50 | |||
51 | {{warning}} | ||
52 | As usual, before upgrading to this version, be sure to have a working backup of your database(s). | ||
53 | {{/warning}} | ||
54 | |||
55 | == General Notes == | ||
56 | |||
57 | {{info}} | ||
58 | 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. | ||
59 | {{/info}} | ||
60 | |||
61 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
62 | |||
63 | {{warning}} | ||
64 | 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. | ||
65 | {{/warning}} | ||
66 | |||
67 | == API Breakages == | ||
68 | |||
69 | The following APIs were modified since version 3.5: | ||
70 | |||
71 | {{code language="none"}} | ||
72 | todo | ||
73 | {{/code}} |