Wiki source code of Release Notes for XWiki Enterprise 3.1 Milestone 2
Version 14.3 by Sergiu Dumitriu on 2011/05/25
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 | Second milestone of the XWiki Enterprise 3.1 version ([[Roadmap>>Main.Roadmap]]). | ||
10 | |||
11 | = New and Noteworthy (since XWiki Enterprise 3.1M1) = | ||
12 | |||
13 | == Miscellaneous == | ||
14 | * Lots of bug fixes, [[see a full list of issues closed in the 3.1M2 frame>>http://jira.xwiki.org/jira/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=fixVersion+%3D+%273.1+M2%27&runQuery=true&clear=true]] | ||
15 | |||
16 | == For developers == | ||
17 | * [[XCOMMONS-4>>http://jira.xwiki.org/jira/browse/XCOMMONS-4]]: Implement support for JSR 330 Annotations | ||
18 | * [[XWIKI-6103>>http://jira.xwiki.org/jira/browse/XWIKI-6103]]: Introduce APIs using References for context user | ||
19 | * [[XWIKI-6213>>http://jira.xwiki.org/jira/browse/XWIKI-6213]]: Add custom properties to extensions | ||
20 | * [[XWIKI-6563>>http://jira.xwiki.org/jira/browse/XWIKI-6563]]: Provide statistic information about clustered nodes | ||
21 | |||
22 | * Various upgrades: yuicompressor-2.4.2 Pygments-1.4 JRuby-1.6 GWT-2.2 GWT-Maven-Plugin-2.2 SmartGWT-2.4 commons-codec-1.5 Groovy-1.7.10 | ||
23 | |||
24 | == Code Maintenance == | ||
25 | * [[XWIKI-6167>>http://jira.xwiki.org/jira/browse/XWIKI-6167]]: Refactor extension manager as a set of modules. | ||
26 | * [[XRENDERING-76>>http://jira.xwiki.org/jira/browse/XRENDERING-76]]: Move XHTML parser/renderer in their own project | ||
27 | * [[XWIKI-6186>>http://jira.xwiki.org/jira/browse/XWIKI-6186]]: Retire the deprecated TablePlugin | ||
28 | * [[XWIKI-6187>>http://jira.xwiki.org/jira/browse/XWIKI-6187]]: Retire the deprecated PatternPlugin | ||
29 | * [[XWIKI-6188>>http://jira.xwiki.org/jira/browse/XWIKI-6188]]: Retire the deprecated TestPlugin | ||
30 | * [[XWIKI-6177>>http://jira.xwiki.org/jira/browse/XWIKI-6177]]: Remove deprecated preferences | ||
31 | |||
32 | == Translations == | ||
33 | |||
34 | * No changes were added to translations. | ||
35 | |||
36 | = Known issues = | ||
37 | |||
38 | * [[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]] | ||
39 | |||
40 | = Test Report = | ||
41 | |||
42 | You can check the [[manual test report>>TestReports.ManualTestReportXE31M2]] to learn about what was tested and the results on various browsers. | ||
43 | |||
44 | = Backward Compatibility and Migration Notes = | ||
45 | |||
46 | == General Notes == | ||
47 | |||
48 | {{warning}} | ||
49 | 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,...//. | ||
50 | {{/warning}} | ||
51 | |||
52 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above. | ||
53 | |||
54 | {{warning}} | ||
55 | 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. | ||
56 | {{/warning}} | ||
57 | |||
58 | == API Breakages == | ||
59 | |||
60 | No APIs were modified since XWiki Enterprise 3.0. |