Last modified by Thomas Mortagne on 2023/10/13

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}{{toc/}}{{/box}}
2
3 This is a bug fix release.
4
5 = Changes since XWiki Enterprise 2.1.1 =
6
7 == Important Bugs fixed ==
8
9 * XWIKI-4712 : Account Validation always fails
10 * XWIKI-4615 : HTML export does not support Colibri skin
11 * XWIKI-4695 : [regression] Private RSS feeds with Basic authentication does not work in some RSS clients
12 * XWIKI-4708 : Double URL decoding of the document name
13 * XWIKI-4709 : After editing a blog post and clicking "Preview" and "Back to edit" you are taken to page editing instead of blog post editing
14 * XWIKI-4717 : Empty table cells not parsed correctly
15 * XWIKI-4670 : WYSIWIG editor in Xwiki is slow under IE7
16 * XWIKI-4782 : Including a sheet in 2.0 syntax from a page in 1.0 syntax fails to display properly
17 * XWIKI-4866 : Wrong skins/resources URLs generated on path based subwiki
18 * XWIKI-4822 : Using XML symbols (<, >, &) inside the user's name breaks various parts of the UI and causes the PDF export to throw exceptions
19 * XWIKI-4665 : Pressing Meta+G (Jump to page) in the WYSIWYG editor displays the popup inside the rich text area
20 * XWIKI-4871 : Message macro does not support non inline content
21
22 **WYSIWYG**:
23
24 * XWIKI-4733 : Link is duplicated after being edited
25 * XWIKI-4734 : Link changes style after being edited
26 * XWIKI-4777 : Page titles are not interpreted when displayed in the Link dialog
27 * XWIKI-4197 : No default font name and font size in IE 6&7
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}}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,...##.
38 {{/warning}}
39
40 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from improvements listed above. If you do so make sure you follow the [[upgrade process>>Documentation.AdminGuide.Installation#HUpgradingwikidocuments]] in order not to overwrite your existing pages.
41
42 {{warning}}
43 Always make sure you compare your ##xwiki.cfg## file with the newest version since some configuration parameters were added. Of 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.
44 {{/warning}}
45
46 == API Breakages ==
47
48 No API breakage.

Get Connected