Wiki source code of XWiki Enterprise 2.6.1 Release Notes
Last modified by Thomas Mortagne on 2017/03/24
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{box cssClass="floatinginfobox" title="**Contents**"}}{{toc/}}{{/box}} |
2 | |||
3 | This is a bugfix release for the 2.6 series. | ||
4 | |||
5 | = New and Noteworthy = | ||
6 | |||
7 | == Important Bugs Fixed == | ||
8 | |||
9 | * [XWIKI-4468] - timeout on xwiki syntax 1.0 to syntax 2.0 conversion | ||
10 | * [XWIKI-4771] - Cycles in the method Document.getDisplayTitle are not detected | ||
11 | * [XWIKI-4979] - Parent should be set as relative when clicking on a link to a page that doesn't exists | ||
12 | * [XWIKI-5426] - The caret jumps at the start of the document when pressing Ctrl+Down inside a table cell | ||
13 | * [XWIKI-5721] - Created URLs are relative to the context wiki rather than the request wiki | ||
14 | * [XWIKI-5723] - It's difficult to edit section titles (headings) in Internet Explorer | ||
15 | * [XWIKI-5724] - On import document author is not the current user | ||
16 | * [XWIKI-5729] - Icons break before them when there are partial matches | ||
17 | * [XWIKI-5732] - Some macros from macros.vm are broken in syntax 2.1 | ||
18 | * [XWIKI-5733] - Remote observation manager send partial events when not fully serializable | ||
19 | * [XWIKI-5734] - ROME feed fetcher prints a warning message to System.err when feed plugin is fetching articles | ||
20 | * [XWIKI-5735] - Livetable with a date column (AllDocs, attachments, etc.) do not work in IE7 | ||
21 | * [XWIKI-5736] - Horizontal scrollbar always visible in the WYSIWYG editor on small screens | ||
22 | * [XWIKI-5757] - Setting the name of an object also changes its parent document reference | ||
23 | * [XWIKI-5762] - CSRF token generation fails on Glassfish | ||
24 | * [XWIKI-5765] - Images missing for dynamically created color pickers | ||
25 | * [XWIKI-5769] - In an empty wiki the link to the default XAR is wrong in the administration | ||
26 | * [XWIKI-5776] - Tags weight of livetable's Tag Cloud are wrong on WebKit browsers | ||
27 | * [XWIKI-5784] - TempResource action fails in multiwiki mode | ||
28 | * [XWIKI-5792] - ComponentManager#hasComponent does not work if the component has not already been lookuped | ||
29 | * [XWIKI-5809] - "KeyError: Token.Literal.String.Regexp" exception for some content in code macro | ||
30 | * [XWIKI-5813] - LDAP authenticator does not properly escape filter in LDAP queries. | ||
31 | * [XWIKI-5821] - Encoding issue when displaying captcha for anonymous users to comment | ||
32 | * [XWIKI-5845] - Selecting "Relational Storage" without "Multiselect" for list properties causes loss of data during import or rollback | ||
33 | * [XWIKI-5846] - Empty date values are replaced with the current date when importing or rolling back | ||
34 | * [XE-724] - SQL injection in XWiki.LiveTableResults | ||
35 | * [XE-767] - Error with Apostrophe in Space Title or Page Title | ||
36 | * [XE-768] - In the activity stream, the page URL always links to the documents in the current wiki | ||
37 | * [XE-792] - Duplicated slf4j api jar in XE war | ||
38 | |||
39 | ==Improvements== | ||
40 | |||
41 | * [XWIKI-5756] - Add support for redirect in the register action | ||
42 | * [XE-765] - Improve caching of skin extensions | ||
43 | * [XE-780] - Improve performances of ActivityStream macro | ||
44 | |||
45 | ==Ugrades== | ||
46 | |||
47 | * [XWIKI-5768] - Upgrade to Jython 2.5.2rc2 | ||
48 | |||
49 | ==Updated translations == | ||
50 | |||
51 | * Core: fr, de, lv, ro, ru, sv, zh, zh_TW | ||
52 | * WYSIWYG: fr, de, sv, zh | ||
53 | * XEM: cs, fr, gl, hi, hr, ko, nl, no, pl, pt, ro, ru, sk, sv, zh | ||
54 | |||
55 | = Known issues = | ||
56 | |||
![]() |
4.1 | 57 | * [[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]] |
![]() |
1.1 | 58 | |
59 | = Backward Compatibility and Migration Notes = | ||
60 | |||
61 | == General Notes == | ||
62 | |||
63 | {{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}} |