Wiki source code of Release Notes for XWiki Enterprise 3.0
Version 1.1 by Marius Dumitru Florea on 2011/03/29
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 | = New and Noteworthy (since XWiki Enterprise 2.7) = | ||
10 | |||
11 | {{todo}}todo{{/todo}} | ||
12 | |||
13 | == Miscellaneous == | ||
14 | |||
15 | {{todo}}todo{{/todo}} | ||
16 | |||
17 | == Translations == | ||
18 | |||
19 | * The following translations have been updated: {{todo}}todo{{/todo}} | ||
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.ManualTestReportXE30]] 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 | == Migration Notes == | ||
44 | |||
45 | {{todo}}todo{{/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 | TODO | ||
53 | {{/code}} | ||
54 | |||
55 | The following XWiki GWT APIs were modified since XWiki Enterprise 2.7: | ||
56 | |||
57 | {{code language="none"}} | ||
58 | TODO | ||
59 | {{/code}} |