Last modified by Thomas Mortagne on 2017/03/24

Show last authors
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
7 = New and Noteworthy (since XWiki 4.5M1) =
8
9 [[Full list of issues fixed and Dashboard for 4.5>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11390]].
10
11 == Distribution Wizard ==
12
13 If you're upgrading an old XEM instance, the Distribution Wizard is now suggesting the right UI extension id when selecting the previous version.
14
15 {{image reference="DW-suggestIdForXEM.png"/}}
16
17 == Full Issue List ==
18
19 {{jira style="list" url="https://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
20 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")
21 {{/jira}}
22
23 = For Developers =
24
25 == Extensible search UI implementations ==
26
27 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##.
28
29 To achieve this, we have declared the ##org.xwiki.platform.search## [[UI Extension>>extensions:Extension.UIExtension Module]] point ID that accepts 3 parameters:
30
31 1. ##title## - the text to display for your implementation in the search engine select
32 1. ##admin## - a reference to the wiki page where you administrate your search implementation (ex: 'XWiki.SolrSearchAdmin')
33 1. ##search## - a reference to the search page that should be used when your search implementation is active (ex: 'Main.SolrSearch')
34
35 == Deprecated and Retired projects ==
36
37 No project was retired.
38
39 == Upgrades ==
40
41 No library was upgraded.
42
43 == Miscellaneous ==
44
45 * 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.(((
46 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="https://jira.xwiki.org"}}XWIKI-8766{{/jira}}.
47 )))
48
49 = Translations =
50
51 The following translations have been updated:
52
53 {{language codes="pt_BR"/}}
54
55 = Tested Browsers & Databases =
56
57 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]]):
58
59 {{velocity}}
60 ## name = iexplorer, firefox, chrome, safari, opera
61 {{/velocity}}
62
63 {{browser name="firefox" version="17"/}}
64
65 {{browser name="firefox" version="18"/}}
66
67 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]]):
68
69 {{velocity}}
70 ## name = hsqldb, mysql, postgresql, oracle, opera
71 {{/velocity}}
72
73 {{database name="hsqldb" version="2.2.9"/}}
74
75 = Known issues =
76
77 * [[Bugs we know about>>https://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]]
78
79 = Backward Compatibility and Migration Notes =
80
81 == General Notes ==
82
83 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
84
85 {{warning}}
86 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.
87 {{/warning}}
88
89 == Issues specific to XWiki 4.5 RC 1 ==
90
91 === Existing custom search implementations ===
92
93 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"]].
94
95 == API Breakages ==
96
97 The following APIs were modified since XWiki 4.4.1:
98
99 * New method to access bundle:(((
100 {{code language="none"}}
101 org.xwiki.localization.LocalizationManager: Method 'public org.xwiki.localization.TranslationBundle getTranslationBundle(java.lang.String, java.lang.String)' has been added to an interface
102 {{/code}}
103 )))
104 * Removed the workspaceName parameter to properly fix XWIKI-8394. The actual workspace name should be passed to the XWikiServer parameter instead:(((
105 {{code language="none"}}
106 org.xwiki.workspace.WorkspaceManager: Parameter 1 of 'public com.xpn.xwiki.plugin.wikimanager.doc.XWikiServer createWorkspace(java.lang.String, com.xpn.xwiki.plugin.wikimanager.doc.XWikiServer)' has changed its type to com.xpn.xwiki.plugin.wikimanager.doc.XWikiServer
107 org.xwiki.workspace.WorkspaceManager: Parameter 2 of 'public com.xpn.xwiki.plugin.wikimanager.doc.XWikiServer createWorkspace(java.lang.String, com.xpn.xwiki.plugin.wikimanager.doc.XWikiServer)' has changed its type to java.lang.String
108 org.xwiki.workspace.WorkspaceManager: In method 'public com.xpn.xwiki.plugin.wikimanager.doc.XWikiServer createWorkspace(java.lang.String, com.xpn.xwiki.plugin.wikimanager.doc.XWikiServer, java.lang.String)' the number of arguments has changed)))
109 {{/code}}
110 )))

Get Connected