Wiki source code of XWiki Enterprise 2.2.6

Last modified by Thomas Mortagne on 2023/10/13

Hide last authors
Denis Gervalle 1.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 This is a bug fix release.
6
7 = Changes since XWiki Enterprise 2.2.5 =
8
9 == Bugs fixed ==
10
11 * [XWIKI-4378] - Should never deny resources access through skin URL
12 * [XWIKI-5004] - Inactive user should be able to access the same UI than XWikiGuest
13 * [XWIKI-5005] - Form displayed to inactive user after login for account activation does not submit to correct URL
14 * [XWIKI-5064] - Issue escaping " [ " when located in front of an URL
15 * [XWIKI-5113] - Id block inside header is badly rendered
Denis Gervalle 1.2 16 * [XWIKI-5114] - Allow controlling the depth of headers to look for when generating titles from document's content (configuration in xwiki.cfg)
Denis Gervalle 1.1 17 * [XWIKI-5126] - Link to force editing a locked user is wrong in new UI
18 * [XWIKI-5127] - #googlecalcustom macro mixup front and background colors, and also use a "Test" title
19 * [XWIKI-5128] - XWiki doesn't check groups permissions correctly in multiwiki environment
20 * [XWIKI-5131] - PropUpdateAction use wrong XWiki#flushCache method
Denis Gervalle 1.2 21 * [XAADMINISTRATION-134] - Users->add new user not using XWiki.Registration with field validation.
22 * [XAADMINISTRATION-131] - Hide color theme setting from space administration (currently unsupported at the level)
Denis Gervalle 1.1 23
24 = Known issues =
25
Thomas Mortagne 3.1 26 * [[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]]
Denis Gervalle 1.1 27
28 = Backward Compatibility and Migration Notes =
29
30 == General Notes ==
31
32 {{warning}}
33 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,...##.
34 {{/warning}}
35
Thomas Mortagne 4.1 36 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.
Denis Gervalle 1.1 37
38 {{warning}}
39 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.
40 {{/warning}}
41
42 == API Breakages ==
43
44 No API breakage.

Get Connected