Wiki source code of Release Notes for XWiki Enterprise 2.4
Version 5.1 by Silvia Macovei on 2010/07/21
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = XWiki Enterprise 2.4 Release Notes = | ||
2 | |||
3 | {{box cssClass="floatinginfobox" title="**Contents**"}}{{toc/}}{{/box}} | ||
4 | |||
5 | = New and Noteworthy = | ||
6 | |||
7 | == Search == | ||
8 | |||
9 | === Changed default search engine === | ||
10 | |||
11 | Lucene Search is promoted as default search. | ||
12 | |||
13 | image:searchlucene.png | ||
14 | |||
15 | To read about the benefits of using Lucene search over Database search go to the [[search application page>>code:Applications.SearchApplication]]. | ||
16 | |||
17 | Starting with the 2.4 release you can select the wikis where to search in using the LuceneSearch page. | ||
18 | |||
19 | [[image:wikiselection.png||style="border:1px solid black;"]] | ||
20 | |||
21 | === New search configuration UI === | ||
22 | |||
23 | image:searchadministration.png | ||
24 | |||
25 | The Search Application now has a dedicated section in the wiki administration section from which you can: | ||
26 | |||
27 | * Choose the default engine (Lucene or Database). | ||
28 | * See the status for the Lucene Search: the number of indexed elements and the number of elements waiting in the queue. | ||
29 | * Control the Lucene index by indexing the whole farm, indexing the wiki or customizing the index to your specific preferences. | ||
30 | |||
31 | For more information check out the [[documentation page>>http://code.xwiki.org/xwiki/bin/view/Applications/SearchApplication]]. | ||
32 | |||
33 | = Known issues = | ||
34 | |||
35 | * [[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]] | ||
36 | |||
37 | = Backward Compatibility and Migration Notes = | ||
38 | |||
39 | == Important non-compatible changes == | ||
40 | |||
41 | {{warning}}TODO{{/warning}} | ||
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>>http://jira.xwiki.org/jira/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 | ))) |