Last modified by Thomas Mortagne on 2017/03/24

<
From version < 4.2 >
edited by Eduard Moraru
on 2013/02/01
To version < 6.1 >
edited by Vincent Massol
on 2013/02/05
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.enygma
1 +XWiki.VincentMassol
Content
... ... @@ -4,14 +4,8 @@
4 4  
5 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 6  
7 -<insert description of release here>
8 -
9 9  = New and Noteworthy (since XWiki 4.5M1) =
10 10  
11 -== <feature N> ==
12 -
13 -<description of feature N>
14 -
15 15  == Miscellaneous ==
16 16  
17 17  * If you're upgrading an old XEM instance, the Distribution Wizard is now suggesting the right UI extension id when selecting the previous version.(((
... ... @@ -20,6 +20,12 @@
20 20  
21 21  See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%224.5-rc-1%22&tempMax=1000]] fixed in this release.
22 22  
17 +== Full Issue List ==
18 +
19 +{{jira style="list" url="http://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 23  = For Developers =
24 24  
25 25  == Extensible search UI implementations ==
... ... @@ -32,26 +32,21 @@
32 32  1. ##admin## - a reference to the wiki page where you administrate your search implementation (ex: 'XWiki.SolrSearchAdmin')
33 33  1. ##search## - a reference to the search page that should be used when your search implementation is active (ex: 'Main.SolrSearch')
34 34  
35 -== Renamed the lucene search module and modified the search-ui module ==
36 -
37 -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.
38 -
39 -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}}.
40 -
41 41  == Deprecated and Retired projects ==
42 42  
43 -<description of deprecated and retired projects>
37 +No project was retired.
44 44  
45 45  == Upgrades ==
46 46  
47 -The following dependencies have been upgraded:
41 +No library was upgraded.
48 48  
49 -* <list libraries that have been upgraded>
50 -
51 51  == Miscellaneous ==
52 52  
53 -<other dev stuff to add and link to JIRA for all issues fixed>
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.(((
54 54  
47 +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}}.
48 +)))
49 +
55 55  = Translations =
56 56  
57 57  The following translations have been updated:
... ... @@ -66,7 +66,7 @@
66 66  ## name = iexplorer, firefox, chrome, safari, opera
67 67  {{/velocity}}
68 68  
69 -{{browser name="none" version="x.x"/}}
64 +{{browser name="firefox" version="17"/}}
70 70  
71 71  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]]):
72 72  
... ... @@ -74,7 +74,7 @@
74 74  ## name = hsqldb, mysql, postgresql, oracle, opera
75 75  {{/velocity}}
76 76  
77 -{{database name="none" version="x.x"/}}
72 +{{database name="hsqldb" version="2.2.9"/}}
78 78  
79 79  = Known issues =
80 80  
... ... @@ -104,6 +104,9 @@
104 104  
105 105  The following APIs were modified since XWiki 4.4.1:
106 106  
102 +* New method to access bundle:(((
107 107  {{code language="none"}}
108 -<clirr output here>
104 +org.xwiki.localization.LocalizationManager: Method 'public org.xwiki.localization.TranslationBundle getTranslationBundle(java.lang.String, java.lang.String)' has been added to an interface
109 109  {{/code}}
106 +)))
107 +* TODO: finish CLIRR notes

Get Connected