Wiki source code of XWiki Enterprise 2.2.4
Last modified by Thomas Mortagne on 2023/10/13
Show last authors
author | version | line-number | content |
---|---|---|---|
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.3 = | ||
8 | |||
9 | == Important Bugs fixed == | ||
10 | |||
11 | * XASCH-52 - Job script shouldn't be edited with wysiwyg | ||
12 | * XABLOG-99 - Blog Category Name with Apostrophe crashes Blog Category function | ||
13 | * XWIKI-5057 - Rights aren't saved if the groups/users radio button is not manually selected | ||
14 | * XWIKI-5039 - When starting a wiki on a sub wiki page, main wiki main page is broken by statistics module | ||
15 | * XWIKI-4957 - Allow entering @, ? and # characters in link references | ||
16 | * XWIKI-5053 - Cannot upload attachments to pages with # in their name | ||
17 | * XWIKI-5063 - Don't fail the rendering when the document's title fails to be rendered | ||
18 | * XWIKI-4984 - Header ids are always the same ("H") with Chinese or any other language without any ASCII character | ||
19 | * XWIKI-5035 - LazyXWikiDocument is not synchronized anymore with XWikiDocument | ||
20 | * XWIKI-5036 - WYSIWYG editor doesn't display when creating a document named #"&ยง-_\ | ||
21 | * XWIKI-5021 - "Save and Continue" doesn't work in Preview mode only with IE7 | ||
22 | * XWIKI-4723 - Could not restart only one cluster instance in cluster mode because of stuck JVM | ||
23 | |||
24 | {{warning}} | ||
25 | Since the work on document references is still partial in 2.2.4, and URL parsing is not based on references yet in XWiki Enterprise 2.2, using special character (dot in particular) in space names and document names is not recommended. This could create documents that are unreachable or other weird behaviors. | ||
26 | {{/warning}} | ||
27 | |||
28 | == Translations == | ||
29 | |||
30 | * Newly supported language: Vietnamese | ||
31 | |||
32 | = Known issues = | ||
33 | |||
34 | * [[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]] | ||
35 | |||
36 | = Backward Compatibility and Migration Notes = | ||
37 | |||
38 | == General Notes == | ||
39 | |||
40 | {{warning}} | ||
41 | 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,...##. | ||
42 | {{/warning}} | ||
43 | |||
44 | 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. | ||
45 | |||
46 | {{warning}} | ||
47 | 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. | ||
48 | {{/warning}} | ||
49 | |||
50 | == Migration Notes == | ||
51 | |||
52 | * headers id generation changed a bit and allow more characters: hyphens ("-"), underscores ("_"), colons (":"), and periods (".") are not filtered anymore. | ||
53 | |||
54 | == API Breakages == | ||
55 | |||
56 | No API breakage. |