Version 14.3 by Sergiu Dumitriu on 2011/11/02

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 If you export a wiki page to PDF using the //Export// menu you'll get a panel where you can configure some PDF export options. These options are defined in the PDF velocity templates and were previously available only as query string parameters to the PDF export URL.
24
25 == Office Document Export ==
26
27 [[image:exportAsODT.png||class="screenshot"]]
28
29 If you configure your wiki to work with an office server ([[LibreOffice>>http://www.libreoffice.org/]] or [[OpenOffice>>http://www.openoffice.org/]]) as described in the [[Office Importer Application>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Office+Importer+Application]] you'll notice a new entry in the export menu (as long as you are connected to the office server). By default only the ODT ([[OpenDocument>>http://opendocument.xml.org/]] Text format) export is exposed but you can tweak the export URL to export to other office formats supported by your office server. For instance ##/xwiki/bin/export/Sandbox/WebHome?format=doc## exports Sandbox.WebHome page to Microsoft Word's proprietary DOC format.
30
31 Unfortunately there is a known limitation that we hope to fix in the next milestone: images are not embedded in the exported office document. See [[--XWIKI-6583-->>http://jira.xwiki.org/jira/browse/XWIKI-6583]] if you want to follow the progress.
32
33 == Miscellaneous ==
34 * New Success Macro. For example: {{box}}image:icon:tick Success macro, you can access this by writing ~{~{success}}text here~{~{/success}}{{/box}}
35 * Added edit menu for inline editing mode.
36 * Make the attachment mimetype labels translatable
37 * 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]]
38
39 == For developers ==
40 * [[XCOMMONS-4>>http://jira.xwiki.org/jira/browse/XCOMMONS-4]]: Implement support for JSR 330 Annotations
41 * [[XWIKI-6103>>http://jira.xwiki.org/jira/browse/XWIKI-6103]]: Introduce APIs using References for context user
42 * [[XWIKI-6213>>http://jira.xwiki.org/jira/browse/XWIKI-6213]]: Add custom properties to extensions
43 * [[XWIKI-6563>>http://jira.xwiki.org/jira/browse/XWIKI-6563]]: Provide statistic information about clustered nodes
44
45 * Various upgrades:
46 ** yuicompressor-2.4.2
47 ** Pygments-1.4
48 ** JRuby-1.6
49 ** GWT-2.2
50 ** GWT-Maven-Plugin-2.2
51 ** SmartGWT-2.4
52 ** commons-codec-1.5
53 ** Groovy-1.7.10
54
55 == Code Maintenance ==
56 * [[XWIKI-6167>>http://jira.xwiki.org/jira/browse/XWIKI-6167]]: Refactor extension manager as a set of modules.
57 * [[XRENDERING-76>>http://jira.xwiki.org/jira/browse/XRENDERING-76]]: Move XHTML parser/renderer in their own project
58 * [[XWIKI-6186>>http://jira.xwiki.org/jira/browse/XWIKI-6186]]: Retire the deprecated TablePlugin
59 * [[XWIKI-6187>>http://jira.xwiki.org/jira/browse/XWIKI-6187]]: Retire the deprecated PatternPlugin
60 * [[XWIKI-6188>>http://jira.xwiki.org/jira/browse/XWIKI-6188]]: Retire the deprecated TestPlugin
61 * [[XWIKI-6177>>http://jira.xwiki.org/jira/browse/XWIKI-6177]]: Remove deprecated preferences
62
63 == Translations ==
64
65 * The following translations have been updated: ##de## ##fr## ##sv##
66
67 = Known issues =
68
69 * [[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]]
70
71 = Test Report =
72
73 You can check the [[manual test report>>TestReports.ManualTestReportXE31M1]] to learn about what was tested and the results on various browsers.
74
75 = Backward Compatibility and Migration Notes =
76
77 == Removed Plugins ==
78 These plugins are very old and were almost never used.
79 Unless your xwiki.cfg file contains one of:
80
81 * com.xpn.xwiki.plugin.TablePlugin
82 * com.xpn.xwiki.plugin.PatternPlugin
83 * com.xpn.xwiki.plugin.test.TestPlugin
84
85 You are verifiable unaffected by this change.
86 These plugins are still available in the {{scm user="xwiki-contrib" project="retired"}}retired source code repository{{/scm}}.
87
88 == XWikiPreferences class preferences ==
89 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.
90 * convertmail
91 * editbox_height
92 * editbox_width
93 * macros_groovy
94 * macros_languages
95 * macros_mapping
96 * macros_velocity
97 * macros_wiki
98 * macros_wiki2
99 * menu
100 * notification_pages
101 * pageWidth
102 * renderXWikiGroovyRenderer
103 * renderXWikiRadeoxRenderer
104 * renderXWikiVelocityRenderer
105 * webbgcolor
106
107 == General Notes ==
108
109 {{warning}}
110 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,...//.
111 {{/warning}}
112
113 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above.
114
115 {{warning}}
116 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.
117 {{/warning}}
118
119 == API Breakages ==
120
121 No APIs were modified since XWiki Enterprise 3.0.

Get Connected