Version 10.1 by Marius Dumitru Florea on 2011/05/04

Show last authors
1 {{velocity}}
2 $xwiki.ssx.use("ReleaseNotesXWikiEnterprise30M3")
3 {{/velocity}}
4
5 {{box cssClass="floatinginfobox" title="**Contents**"}}
6 {{toc/}}
7 {{/box}}
8
9 First milestone of the XWiki Enterprise 3.1 version ([[Roadmap>>Main.Roadmap]]).
10
11 = New and Noteworthy (since XWiki Enterprise 3.0) =
12 The 3.1 cycle was a cycle full of major foundational reinforcement, what it lacked in eye candy it made up for in building new and better core structure.
13
14 == Fork us on GitHub! ==
15 XWiki Enterprise 3.1M1 is the first version to be released from our new repository on github. We decided that git was sufficiently advanced over svn, our old version control system, that it warranted the effort spent to convert. If you are a developer who uses git then you already know what this means to you, you can participate in the XWiki development process by **forking** (git speak for copying) the source repository rather than being forced to provide patches to the benevolent committers who will accept or reject your patches at their pleasure. If you want to make something great but there's a part of the XWiki core which is holding you up, you can go right ahead and fork it into your own repository where you can fix it and share the results. We are excited to learn what you will create!
16
17 As a consequence, the structure of the repositories, the version numbers of the applications, plugins and build tools, as well as the structure of the projects on the [[issue tracker>>http://jira.xwiki.org/]] have changed. We moved all the plugins and applications inside the platform core, releasing them all together. This is also reflected in the issue tracker, where all the individual projects for each extension disappeared, since applications are now jira components inside the XWiki Platform project. This means that the version number confusion will stop, since everything has the same release version.
18
19 == PDF Export Options ==
20
21 [[image:pdfExportOptions.png||class="screenshot"]]
22
23 == Office Document Export ==
24
25 [[image:exportAsODT.png||class="screenshot"]]
26
27 Export your wiki documents to any type of document supported by OpenOffice using the OpenOffice server as a back end.
28
29 == Miscellaneous ==
30 * New Success Macro. For example: {{box}}image:icon:tick Success macro, you can access this by writing ~{~{success}}text here~{~{/success}}{{/box}}
31 * Added edit menu for inline editing mode.
32 * Make the attachment mimetype labels translatable
33 * Lots of bug fixes, [[see a full list of issues closed in the 3.1M1 frame>>http://jira.xwiki.org/jira/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=fixVersion+%3D+%273.1+M1%27&runQuery=true&clear=true]]
34
35 == For developers ==
36 * [[XCOMMONS-4>>http://jira.xwiki.org/jira/browse/XCOMMONS-4]]: Implement support for JSR 330 Annotations
37 * [[XWIKI-6103>>http://jira.xwiki.org/jira/browse/XWIKI-6103]]: Introduce APIs using References for context user
38 * [[XWIKI-6213>>http://jira.xwiki.org/jira/browse/XWIKI-6213]]: Add custom properties to extensions
39 * [[XWIKI-6563>>http://jira.xwiki.org/jira/browse/XWIKI-6563]]: Provide statistic information about clustered nodes
40
41 * 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
42
43 == Code Maintenance ==
44 * [[XWIKI-6167>>http://jira.xwiki.org/jira/browse/XWIKI-6167]]: Refactor extension manager as a set of modules.
45 * [[XRENDERING-76>>http://jira.xwiki.org/jira/browse/XRENDERING-76]]: Move XHTML parser/renderer in their own project
46 * [[XWIKI-6186>>http://jira.xwiki.org/jira/browse/XWIKI-6186]]: Retire the deprecated TablePlugin
47 * [[XWIKI-6187>>http://jira.xwiki.org/jira/browse/XWIKI-6187]]: Retire the deprecated PatternPlugin
48 * [[XWIKI-6188>>http://jira.xwiki.org/jira/browse/XWIKI-6188]]: Retire the deprecated TestPlugin
49 * [[XWIKI-6177>>http://jira.xwiki.org/jira/browse/XWIKI-6177]]: Remove deprecated preferences
50
51 == Translations ==
52
53 * The following translations have been updated: ##de## ##fr## ##sv##
54
55 = Known issues =
56
57 * [[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]]
58
59 = Test Report =
60
61 You can check the [[manual test report>>TestReports.ManualTestReportXE31M1]] to learn about what was tested and the results on various browsers.
62
63 = Backward Compatibility and Migration Notes =
64
65 == Removed Plugins ==
66 These plugins are very old and were almost never used.
67 Unless your xwiki.cfg file contains one of:
68
69 * com.xpn.xwiki.plugin.TablePlugin
70 * com.xpn.xwiki.plugin.PatternPlugin
71 * com.xpn.xwiki.plugin.test.TestPlugin
72
73 You are verifiable unaffected by this change.
74 These plugins are still available in the [[retired source code repository>>https://svn.xwiki.org/svnroot/xwiki/contrib/retired/]].
75
76 == XWikiPreferences class preferences ==
77 If you have an existing wiki and you are upgrading to 3.1M1, you will **not** experience any changes. If you are installing a new wiki, the following preferences will not be available to the XWikiPreferences or WebPreferences objects. If you are a developer of an XWiki based application which depended on one of these settings, you will need to upgrade your application to make it compatible with new 3.1M1 XWiki installations.
78 * convertmail
79 * editbox_height
80 * editbox_width
81 * macros_groovy
82 * macros_languages
83 * macros_mapping
84 * macros_velocity
85 * macros_wiki
86 * macros_wiki2
87 * menu
88 * notification_pages
89 * pageWidth
90 * renderXWikiGroovyRenderer
91 * renderXWikiRadeoxRenderer
92 * renderXWikiVelocityRenderer
93 * webbgcolor
94
95 == General Notes ==
96
97 {{warning}}
98 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,...//.
99 {{/warning}}
100
101 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above.
102
103 {{warning}}
104 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.
105 {{/warning}}
106
107 == API Breakages ==
108
109 No APIs were modified since XWiki Enterprise 3.0.

Get Connected