Wiki source code of XWiki Enterprise 3.0 Release Candidate 1
Version 1.1 by Marius Dumitru Florea on 2011/03/24
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | $xwiki.ssx.use("ReleaseNotesXWikiEnterprise30M3") | ||
3 | {{/velocity}} | ||
4 | |||
5 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
6 | {{toc/}} | ||
7 | {{/box}} | ||
8 | |||
9 | First and hopefully last release candidate of the XWiki Enterprise 3.0 version ([[Roadmap>>enterprise:Main.Roadmap]]). | ||
10 | |||
11 | = New and Noteworthy (since XWiki Enterprise 3.0 Milestone 3) = | ||
12 | |||
13 | == Miscellaneous == | ||
14 | |||
15 | {{todo}}jira{{/todo}} | ||
16 | |||
17 | == Translations == | ||
18 | |||
19 | * The following translations have been updated: ##ca##, ##cs##, ##de##, ##es##, ##fr##, ##gl##, ##hi##, ##hr##, ##it##, ##lv##, ##nl##, ##no##, ##pl##, ##pt##, ##ro##, ##ru##, ##sk##, ##sv##, ##uk##, ##vi##, ##zh##, ##zh_TW## | ||
20 | |||
21 | = Known issues = | ||
22 | |||
23 | * [[Bugs we know about>>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC]] | ||
24 | |||
25 | = Test Report = | ||
26 | |||
27 | You can check the [[manual test report>>TestReports.ManualTestReportXE30RC1]] to learn about what was tested and the results on various browsers. | ||
28 | |||
29 | = Backward Compatibility and Migration Notes = | ||
30 | |||
31 | == General Notes == | ||
32 | |||
33 | {{warning}} | ||
34 | If you're running in a multiwiki setup you'll also need to define the property //xwiki.store.migration.databases=all// to your //xwiki.cfg// file or explicitly name all databases to be migrated as in //xwiki.store.migration.databases=db1,db2,...//. | ||
35 | {{/warning}} | ||
36 | |||
37 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above. | ||
38 | |||
39 | {{warning}} | ||
40 | Always make sure you compare your //xwiki.cfg// file with the newest version since some configuration parameters were added. Note 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. | ||
41 | {{/warning}} | ||
42 | |||
43 | == XWiki Enterprise 3.0 Release Candidate 1 specific notes == | ||
44 | |||
45 | * {{todo}}document web.xml changes{{/todo}} | ||
46 | |||
47 | == API Breakages == | ||
48 | |||
49 | The following xwiki-core APIs were modified since XWiki Enterprise 2.7 (API breakages in modules that were moved to Rendering or Commons top level projects are not included): | ||
50 | |||
51 | {{code language="none"}} | ||
52 | {{/code}} | ||
53 | |||
54 | The following XWiki GWT APIs were modified since XWiki Enterprise 2.7: | ||
55 | |||
56 | {{code language="none"}} | ||
57 | {{/code}} |