Wiki source code of XWiki Enterprise 2.2.4
Version 3.1 by Thomas Mortagne on 2010/03/30
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 | == Translations == | ||
25 | |||
26 | * Newly supported language: Vietnamese | ||
27 | |||
28 | = Known issues = | ||
29 | |||
30 | * [[Bugs we know about>>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC]] | ||
31 | |||
32 | = Backward Compatibility and Migration Notes = | ||
33 | |||
34 | == General Notes == | ||
35 | |||
36 | {{warning}} | ||
37 | 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>>platform: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. |