Wiki source code of XWiki Enterprise 2.2.5

Last modified by Thomas Mortagne on 2023/10/13

Show last authors
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.4 =
8
9 == Improvements ==
10
11 * [XSCOLIBRI-206] - Use isInPortletMode and isInServletMode velocity variables instead of querying context mode
12 * [XWIKI-5095] - Introduce isInPortletMode and isInServletMode velocity variables and use them instead of querying context mode
13 * [XWIKI-5096] - Prevent ActionFilter from being called recursively and map it only to the action servlet
14 * [XWIKI-5097] - Make sure SavedRequestRestorerFilter is not applied recursively
15 * [XWIKI-5114] - Allow controlling the depth of headers to look for when generating titles from document's content
16
17 == Important Bugs fixed ==
18
19 * [XSCOLIBRI-207] - Printing problems with displaying content and comments
20 * [XPMAIL-24] - If there is an exception while sending mail which has no message (NPE) another exception is thrown hiding the real one.
21 * [XWIKI-5076] - Fail to parse content with macro containing only a newline
22 * [XWIKI-5085] - OfficeImporter does not set title of imported documents
23 * [XWIKI-5086] - OfficeImporter is generating absolute links when performing splitting operations
24 * [XWIKI-5087] - Paging History is broken
25 * [XWIKI-5093] - Cancel edit JavaScript handler doesn't check if the URL fragment is present before appending the query string
26 * [XWIKI-5094] - Administration rights editor cannot be used in portlet mode
27 * [XWIKI-5107] - URLs are not escaped in link labels if link meta data is missing
28 * [XWIKI-5109] - The application/x-www-form-urlencoded reader for objects and properties is broken
29 * [XWIKI-5116] - NPE during resolution of XClassReference
30 * [XWIKI-5119] - In a subwiki, a global user cannot save global documents
31 * [XE-634] - RecentChanges fails to display with some mysql versions
32
33 == Translations ==
34
35 * Newly supported language: Vietnamese
36
37 = Known issues =
38
39 * [[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]]
40
41 = Backward Compatibility and Migration Notes =
42
43 == General Notes ==
44
45 {{warning}}
46 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,...##.
47 {{/warning}}
48
49 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.
50
51 {{warning}}
52 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.
53 {{/warning}}
54
55 == API Breakages ==
56
57 No API breakage.

Get Connected