Version 7.1 by Vincent Massol on 2013/02/05

Hide last authors
Eduard Moraru 1.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 This is the release notes for XWiki Platform, XWiki Enterprise and XWiki Enterprise Manager. They share the same release notes as they are released together and have the same version.
6
Vincent Massol 2.1 7 = New and Noteworthy (since XWiki 4.5M1) =
Eduard Moraru 1.1 8
Vincent Massol 7.1 9 == Distribution Wizard ==
Eduard Moraru 1.1 10
Vincent Massol 7.1 11 If you're upgrading an old XEM instance, the Distribution Wizard is now suggesting the right UI extension id when selecting the previous version.
12
Marius Dumitru Florea 4.1 13 {{image reference="DW-suggestIdForXEM.png"/}}
Eduard Moraru 1.1 14
Vincent Massol 6.1 15 == Full Issue List ==
16
17 {{jira style="list" url="http://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
18 Project in ("XWiki Commons", "XWiki Rendering", "XWiki Platform", "XWiki Enterprise", "XWiki Enterprise Manager") and fixVersion in ("4.5-rc-1") and resolution in ("Fixed") and component not in ("Build, Infrastructure and Tests")
19 {{/jira}}
20
Eduard Moraru 1.1 21 = For Developers =
22
Eduard Moraru 1.2 23 == Extensible search UI implementations ==
Eduard Moraru 1.1 24
Eduard Moraru 1.2 25 It is now possible to provide your custom search UI implementation that will become available in the list of search engines under ##Administration > Applications > Search##.
Eduard Moraru 1.1 26
Eduard Moraru 1.2 27 To achieve this, we have declared the ##org.xwiki.platform.search## [[UI Extension>>extensions:Extension.UIExtension Module]] point ID that accepts 3 parameters:
28
Eduard Moraru 1.3 29 1. ##title## - the text to display for your implementation in the search engine select
30 1. ##admin## - a reference to the wiki page where you administrate your search implementation (ex: 'XWiki.SolrSearchAdmin')
31 1. ##search## - a reference to the search page that should be used when your search implementation is active (ex: 'Main.SolrSearch')
32
Eduard Moraru 1.1 33 == Deprecated and Retired projects ==
34
Vincent Massol 6.1 35 No project was retired.
Eduard Moraru 1.1 36
37 == Upgrades ==
38
Vincent Massol 6.1 39 No library was upgraded.
Eduard Moraru 1.1 40
41 == Miscellaneous ==
42
Vincent Massol 5.1 43 * Renamed the lucene search module and modified the search-ui module. As part of the refactorings performed on the search application, the ##xwiki-platform-search-lucene## module has now been renamed to ##xwiki-platform-search-lucene-api##. Also, pages related to Lucene search that were previously inside ##xwiki-platform-search-ui## have now been moved to the new ##xwiki-platform-search-lucene-ui## module.(((
Eduard Moraru 1.1 44
Vincent Massol 5.1 45 If you were depending in your application on these modules/pages, please update your references accordingly. For more details on the new layout, lease see {{jira style="enum" url="http://jira.xwiki.org"}}XWIKI-8766{{/jira}}.
46 )))
47
Eduard Moraru 1.1 48 = Translations =
49
50 The following translations have been updated:
51
52 {{language codes="none, none"/}}
53
54 = Tested Browsers & Databases =
55
56 Here's the list of browsers tested with this version (i.e. browsers that we've tested as working - Check the list of [[supported browsers>>dev:Community.BrowserSupportStrategy]]):
57
58 {{velocity}}
59 ## name = iexplorer, firefox, chrome, safari, opera
60 {{/velocity}}
61
Vincent Massol 6.1 62 {{browser name="firefox" version="17"/}}
Eduard Moraru 1.1 63
64 Here's the list of databases tested with this version (i.e. databases that we've tested as working - Check the list of [[supported databases>>dev:Community.DatabaseSupportStrategy]]):
65
66 {{velocity}}
67 ## name = hsqldb, mysql, postgresql, oracle, opera
68 {{/velocity}}
69
Vincent Massol 6.1 70 {{database name="hsqldb" version="2.2.9"/}}
Eduard Moraru 1.1 71
72 = Known issues =
73
74 * [[Bugs we know about>>http://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]]
75
76 = Test Report =
77
78 You can check the [[manual test report>>TestReports.WebHome#<anchor to test report>]] to learn about what was tested and the results on various browsers.
79
80 = Backward Compatibility and Migration Notes =
81
82 == General Notes ==
83
84 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
85
86 {{warning}}
87 Always make sure you compare your ##xwiki.cfg## and ##xwiki.properties## files with the newest version since some configuration parameters were added. Note that 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.
88 {{/warning}}
89
Vincent Massol 2.1 90 == Issues specific to XWiki 4.5 RC 1 ==
Eduard Moraru 1.1 91
Eduard Moraru 1.2 92 === Existing custom search implementations ===
Eduard Moraru 1.1 93
Eduard Moraru 1.2 94 In case you were using a custom search implementation before this version which relied on previous naming and location conventions, you will need to make the necessary adjustments, meaning that you have to declare your implementation as an extension to the search application's extension point [[(see above)>>||anchor="HExtensiblesearchUIimplementations"]].
95
Eduard Moraru 1.1 96 == API Breakages ==
97
Vincent Massol 2.1 98 The following APIs were modified since XWiki 4.4.1:
Eduard Moraru 1.1 99
Vincent Massol 6.1 100 * New method to access bundle:(((
Eduard Moraru 1.1 101 {{code language="none"}}
Vincent Massol 6.1 102 org.xwiki.localization.LocalizationManager: Method 'public org.xwiki.localization.TranslationBundle getTranslationBundle(java.lang.String, java.lang.String)' has been added to an interface
Eduard Moraru 1.1 103 {{/code}}
Vincent Massol 6.1 104 )))
105 * TODO: finish CLIRR notes

Get Connected