Last modified by Thomas Mortagne on 2017/03/24

<
From version < 8.1 >
edited by Vincent Massol
on 2013/02/05
To version < 10.1 >
edited by Vincent Massol
on 2013/03/02
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,6 +6,8 @@
6 6  
7 7  = New and Noteworthy (since XWiki 4.5M1) =
8 8  
9 +[[Full list of issues fixed and Dashboard for 4.5>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11390]].
10 +
9 9  == Distribution Wizard ==
10 10  
11 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.
... ... @@ -41,7 +41,6 @@
41 41  == Miscellaneous ==
42 42  
43 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.(((
44 -
45 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 46  )))
47 47  
... ... @@ -61,6 +61,8 @@
61 61  
62 62  {{browser name="firefox" version="17"/}}
63 63  
65 +{{browser name="firefox" version="18"/}}
66 +
64 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 65  
66 66  {{velocity}}
... ... @@ -73,10 +73,6 @@
73 73  
74 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 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 80  = Backward Compatibility and Migration Notes =
81 81  
82 82  == General Notes ==
... ... @@ -102,4 +102,10 @@
102 102  org.xwiki.localization.LocalizationManager: Method 'public org.xwiki.localization.TranslationBundle getTranslationBundle(java.lang.String, java.lang.String)' has been added to an interface
103 103  {{/code}}
104 104  )))
105 -* TODO: finish CLIRR notes
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