Last modified by Thomas Mortagne on 2023/10/13

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 Second and last milestone of the XWiki Enterprise 2.3 version ([[Roadmap>>Main.Roadmap]]).
6
7 {{error}}
8 Both lucene and web search pages are broken in this release. This has been fixed and will be part of the next release. There is no easy workaround for this except fixing the pages or getting them from [[http://maven.xwiki.org/snapshots/com/xpn/xwiki/products/xwiki-enterprise-wiki/2.3-SNAPSHOT/]].
9 {{/error}}
10
11 The highlights of this release are: annotations applications improvements, new spanish translations for the WYSIWYG editor, bugfixes.
12
13 = New and Noteworthy (since XWiki Enterprise 2.3 Milestone 1) =
14
15 == New Annotations Section in the Administration ==
16
17 It allows to:
18
19 * specify if and where annotations are active (whole wiki, only some spaces, etc)
20 * configure the annotation types
21 * fine tune how annotations are displayed
22
23 == Translations ==
24
25 * WYSIWYG newly supported language: Spanish
26 * All the translations have been updated
27
28 == Rendering ==
29
30 * Allow entering @, ? and # characters in link references
31 * Many improvements to the MediaWiki parser
32
33 == Important bugs fixed ==
34
35 * XWIKI-5057 : Rights aren't saved if the groups/users radio button is not manually selected
36 * XE-634 : RecentChanges fails to display with some mysql versions
37 * Renaming pages with special characters in their names works fine now
38 * WYSIWYG editor can now edit pages with special characters in their names
39
40 = Known issues =
41
42 * [[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]]
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 <tt>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 == Upgrade and Migration Notes ==
59
60 * Standalone/inline Macro parsing has been fixed.(((
61 {{error}}
62 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 this 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.
63
64 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:
65 * Main.RecentChanges
66 * Main.AllDocs
67 * XWiki.Tableview
68 * XWiki.Treeview
69 * XWiki.AllAttachments
70 * XWiki.OrphanedPages
71 * XWiki.DeletedDocuments
72 * XWiki.DeletedAttachments
73 * XWiki.XWikiUserPreferencesSheet
74 * Sandbox.WebHome
75 {{/error}}
76 )))
77
78 * Header id generation changed a bit and more special characters are now allowed in id names: hyphens ("-"), underscores ("_"), colons (":"), and periods (".") are not filtered anymore.

Get Connected