Last modified by Thomas Mortagne on 2023/10/13

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 First release candidate of the XWiki Enterprise 2.3 version ([[Roadmap>>Main.Roadmap]]).
6
7 = New and Noteworthy (since XWiki Enterprise 2.3 Milestone 2) =
8
9 The highlights of this release are: minor improvements, bugfixes.
10
11 == Improvements ==
12
13 * Annotations can now be activated by default from the wiki administration
14 * Email addresses can now be modified from the user profile
15 * Upgrade to Pygments 1.3.1
16 * Upgrade to Groovy 1.7.2
17
18 == Important bugs fixed ==
19
20 * XWIKI-5085 - OfficeImporter does not set title of imported documents
21 * XE-636 - "Failed to execute macro: html" error when using the search feature
22 * XE-639 - Broken Sandbox.WebHome German translation
23
24 == Translations ==
25
26 * New Spanish translations for the homepage and the sandbox space
27 * All the translations have been updated
28
29 = Known issues =
30
31 * [[Bugs we know about>>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC]]
32
33 = Backward Compatibility and Migration Notes =
34
35 == General Notes ==
36
37 {{warning}}
38 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 <tt>xwiki.store.migration.databases=db1,db2,...//.
39 {{/warning}}
40
41 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above.
42
43 {{warning}}
44 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.
45 {{/warning}}
46
47 == Upgrade and Migration Notes ==
48
49 * Standalone/inline Macro parsing has been fixed. ((({{error}}
50 There has been a [[bug>>https://jira.xwiki.org/browse/XWIKI-5050]] that appeared when we released the new XWiki Syntax 2.0 several releases back and which we've finally fixed in 2.3 Milestone 2 release. Basically if you had a macro followed by a new line and then another macro, both macros were considered as being standalone. This is now fixed and they are correctly considered by the parser as inline. More specifically if you were previously using a standalone macro (such as the TOC macro or the HTML macro) and your macro wasn't separated from a previous macro by at least 2 new lines, it'll now fail to render.
51
52 In addition, several pages that are part of the XWiki Enterprise default XAR were not written correctly and didn't have these 2 new lines as mentioned above. We've fixed these pages too but you'll need to make sure you import them in your existing wiki (if you're upgrading) since otherwise these pages will fail to display correctly. These pages are:
53 * When upgrading from 2.3 Milestone 2
54 ** Main.LuceneSearch
55 ** Main.WebSearch
56 * When upgrading to previous version add also the following pages
57 ** Main.RecentChanges
58 ** Main.AllDocs
59 ** XWiki.Tableview
60 ** XWiki.Treeview
61 ** XWiki.AllAttachments
62 ** XWiki.OrphanedPages
63 ** XWiki.DeletedDocuments
64 ** XWiki.DeletedAttachments
65 ** XWiki.XWikiUserPreferencesSheet
66 {{/error}})))

Get Connected