Last modified by Thomas Mortagne on 2017/03/24

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}{{toc/}}{{/box}}
2
3 = New and Noteworthy =
4
5 == Improvements ==
6
7 * [XPLUCENE-4] - Index inside of zip files using Lucene
8 * [XPLUCENE-13] - Ability to rebuild the indexes just for one virtual wiki
9 * [XPLUCENE-47] - Add ability to index attachments in OpenXML format
10 * [XPLUCENE-29] - Adding capability to refresh the index without cleaning it
11 * [XPLUCENE-36] - Lucene search on property level
12
13 == Important Bugs Fixed ==
14
15 * [XE-651] - RSS feed for search results doesn't work
16 * [XE-670] - Deleted Documents and Deleted Attachments are not displayed anymore
17 * [XE-673] - Cannot create a new space from the dashboard
18 * [XE-675] - Recent Changes appears empty on user profiles when not logged as advanced user
19 * [XWIKI-5166] - Guest user rights are not properly tested when tested from another wiki
20 * [XWIKI-5133] - The caret jumps at the start of the page when pressing Enter at the end of a line
21 * [XWIKI-5175] - NPE in XWikiLDAPUtils#isMemberOfGroup cause authentication to fail
22 * [XPWATCHLIST-109] - WatchListClass page saved very often
23 * [XAADMINISTRATION-125] - Editing a user/group from "XWiki Preferences > Users/Groups" doesn't work
24
25
26 == Translations ==
27
28 Updated translations:
29 * Core: ca, fr, gl, pt, sk
30 * Wysiwyg: ca, de, es, fr, it, lv, ru, sk, sv, zh_tw
31
32 == Dependencies ==
33
34 * [XWIKI-5151] - Upgrade to JBossCache 3.2.4
35 * [XPLUCENE-57] - Upgrade to Lucene 2.9.2
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}}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}}
46
47 == Migration Notes ==
48
49 * Standalone/inline Macro parsing has been fixed.(((
50 {{error}}
51 There has been a [[bug>>https://jira.xwiki.org/browse/XWIKI-5050]] that appeared when we released the new XWiki Syntax 2.0 several releases back and which we've finally fixed in this release. Basically if you had a macro followed by a new line and then another macro, both macros were considered as being standalone. This is now fixed and they are correctly considered by the parser as inline. More specifically if you were previously using a standalone macro (such as the TOC macro or the HTML macro) and your macro wasn't separated from a previous macro by at least 2 new lines, it'll now fail to render.
52
53 In addition, several pages that are part of the XWiki Enterprise default XAR were not written correctly and didn't have these 2 new lines as mentioned above. We've fixed these pages too but you'll need to make sure you import them in your existing wiki (if you're upgrading) since otherwise these pages will fail to display correctly. These pages are:
54 * XWiki.ClassSheet
55 * XWiki.WebSearch
56 * XWiki.LuceneSearch
57 {{/error}}
58 )))

Get Connected