Wiki source code of XWiki Enterprise 2.4.1 Release Notes
Version 8.1 by Thomas Mortagne on 2010/09/22
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}}{{toc/}}{{/box}} | ||
2 | |||
3 | This is a bugfix release for the 2.4 series. | ||
4 | |||
5 | = New and Noteworthy = | ||
6 | |||
7 | == Important Bugs Fixed == | ||
8 | |||
9 | * XWIKI-5511 - In some conditions a newly created wiki does not have the standard classes | ||
10 | * XWIKI-5492 - Can't move the focus outside of the rich text area in Opera | ||
11 | * XWIKI-5440 - user.isUserInGroup return false if User in Master and group in virtual | ||
12 | * XWIKI-5452 - "cache.path" configuration is not taken into account by JBossCache module | ||
13 | * XWIKI-5414 - Keyboard shortcuts are not ignored when trying to navigate with keys in a select input | ||
14 | * XWIKI-5391 - MediaWikiScanner#docElements() raises unexpected ParseException when encountering <D_TABLE_CAPTION> tokens | ||
15 | * XWIKI-5515 - NPE when accessing an not existing wiki and autowww = 0 | ||
16 | * XWIKI-5363 - PeriodFactory#createSinceMonthsPeriod creates a "since weeks" period instead | ||
17 | * XWIKI-5476 - Problem with non-px image dimensions in wysiwyg mode only with IE7 | ||
18 | * XWIKI-5457 - Propeditor cannot work anymore with recent livetable code | ||
19 | * XWIKI-5243 - Reflected XSS in edit(wiki|wysiwyg|wysiwygnew).vm | ||
20 | * XWIKI-5450 - SQL injection in suggest.vm | ||
21 | * XWIKI-5428 - Save and Continue doesn't validate the mandatory document title | ||
22 | * XWIKI-5434 - Saved request parameters are not restored on relogin | ||
23 | * XWIKI-5244 - Stored XSS via user/group name | ||
24 | * XWIKI-5510 - Text and background color don't match the color themev | ||
25 | * XWIKI-5417 - xwiki/2.0 renderer should escape any (% it can find | ||
26 | * XWIKI-5453 - includeMacro() no longer works in XE 2.4 | ||
27 | * XASEARCH-10 - Escaping issue in Main.DatabaseSearch | ||
28 | * XAADMINISTRATION-156 - Cannot add "global" user in groups | ||
29 | * XAADMINISTRATION-155 - Improper search icon position in Administration Application | ||
30 | * XAADMINISTRATION-168 - Small inconsistency in DOM of some elements that use ConfigurationClass Class | ||
31 | |||
32 | == Translations == | ||
33 | |||
34 | Updated translations: | ||
35 | * Core: ca, cs, de, es, fr, gl, hi, hr, ko, lv, nl, no, pl, ro, ru, sk, sv, uk, zh_TW, zh | ||
36 | * Wysiwyg: ca, es, fr, it, lv, ru, sk, sv, zh_TW | ||
37 | * XE: ca | ||
38 | |||
39 | New translations: | ||
40 | |||
41 | * XE: zh | ||
42 | |||
43 | == Dependencies == | ||
44 | |||
45 | * XWIKI-5403 - Downgrade mis-released 2.1 version of commons-net back to the latest official version, commons-net-2.0 | ||
46 | * XWIKI-5489 - Upgrade to Jython 2.5.2b2 | ||
47 | |||
48 | = Known issues = | ||
49 | |||
50 | * [[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]] | ||
51 | |||
52 | = Backward Compatibility and Migration Notes = | ||
53 | |||
54 | == General Notes == | ||
55 | |||
56 | {{warning}}Always make sure you compare your //xwiki.cfg// file with the newest version since some configuration parameters were added. 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.{{/warning}} |