Last modified by Thomas Mortagne on 2017/03/24

Hide last authors
Thomas Mortagne 1.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. They share the same release notes as they are released together and have the same version.
6
Thomas Mortagne 24.1 7 This milestone is moving forward on new Flamingo skin and fix many bugs.
Thomas Mortagne 1.1 8
Marius Dumitru Florea 25.3 9 = New and Noteworthy (since XWiki 6.0 Milestone 1) =
Thomas Mortagne 1.1 10
Thomas Mortagne 26.1 11 [[Full list of issues fixed and Dashboard for 6.0>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12193]].
Thomas Mortagne 1.1 12
Guillaume Delhumeau 15.1 13 == Experimental Flamingo Skin ==
14
15 We have made some progress in the [[flamingo skin>>extensions:Extension.Flamingo Skin]].
16
Guillaume Delhumeau 19.1 17 * The administration is now implemented:(((
Guillaume Delhumeau 15.1 18 {{image reference="flamingo-admin.png" width="65%"/}}
19 )))
20 * The user profile too:(((
21 {{image reference="flamingo-profile.png" width="65%"/}}
22 )))
Guillaume Delhumeau 20.1 23 * The "advanced" edit modes are better (object, class, rights):(((
Guillaume Delhumeau 22.1 24 {{image reference="flamingo-edit-objects.png" width="65%"/}}
Guillaume Delhumeau 20.1 25 )))
Guillaume Delhumeau 15.1 26
Thomas Mortagne 26.1 27 See the [[full list of JIRA issues>>https://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+%226.0-milestone-2%22&tempMax=1000]] fixed in this release.
Thomas Mortagne 1.1 28
29 = For Developers =
30
Thomas Mortagne 5.1 31 == Extension Manager improvements ==
Thomas Mortagne 1.1 32
Thomas Mortagne 23.1 33 It's now possible to exclude extension from upgrade plan calculation. This is useful to speed up execution when you know some extension won't have any valid upgrade available.
Thomas Mortagne 1.1 34
Thomas Mortagne 23.1 35 {{code language="velocity"}}$upgraderequest.addExcludedExtension($extension.id){{/code}}
Thomas Mortagne 1.1 36
37 == Upgrades ==
38
39 The following dependencies have been upgraded:
40
Thomas Mortagne 26.1 41 * [[XStream 1.4.7>>https://jira.xwiki.org/browse/XCOMMONS-554]]
42 * [[HSQLDB 2.3.2>>https://jira.xwiki.org/browse/XE-1377]]
43 * [[htmlcleaner 2.8>>https://jira.xwiki.org/browse/XCOMMONS-559]]
44 * [[HttpClient 4.3.3>>https://jira.xwiki.org/browse/XCOMMONS-560]]
45 * [[JFreechart 1.0.17>>https://jira.xwiki.org/browse/XWIKI-9968]]
46 * [[JGroups 3.4.3>>https://jira.xwiki.org/browse/XWIKI-10196]]
47 * [[Joda-Time 2.3>>https://jira.xwiki.org/browse/XWIKI-10197]]
48 * [[Logback 1.1.1>>https://jira.xwiki.org/browse/XCOMMONS-561]]
Thomas Mortagne 1.1 49
50 == Miscellaneous ==
51
Sergiu Dumitriu 4.1 52 * When debugging JavaScript by appending ##minify=false## in the URL, pulled skin extensions are also included unminified.
Thomas Mortagne 1.1 53
54 = Translations =
55
56 The following translations have been updated:
57
Thomas Mortagne 25.1 58 {{language codes="de, fr"/}}
Thomas Mortagne 1.1 59
60 = Tested Browsers & Databases =
61
Manuel Smeria 24.2 62 {{include reference="TestReports.ManualTestReportXWiki60M2Summary"/}}
Thomas Mortagne 1.1 63
64 = Known issues =
65
Thomas Mortagne 26.1 66 * [[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]]
Thomas Mortagne 1.1 67
68 = Backward Compatibility and Migration Notes =
69
70 == General Notes ==
71
72 When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or 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.
73
74 == API Breakages ==
75
Thomas Mortagne 23.1 76 The following APIs were modified since XWiki 5.4.3:
Thomas Mortagne 1.1 77
Thomas Mortagne 23.1 78 * Moved some method from EntityResource to Resource and changed EntityResource constructor:(((
Thomas Mortagne 1.1 79 {{code language="none"}}
Thomas Mortagne 23.1 80 org.xwiki.resource.EntityResource: In method 'public EntityResource(org.xwiki.model.reference.EntityReference)' the number of arguments has changed
81 org.xwiki.resource.EntityResource: Method 'public java.lang.String getAction()' has been removed
82 org.xwiki.resource.EntityResource: Method 'public void setAction(java.lang.String)' has been removed
83 org.xwiki.resource.Resource: Method 'public org.xwiki.resource.ActionId getActionId()' has been added to an interface
Thomas Mortagne 1.1 84 {{/code}}
Thomas Mortagne 23.1 85 )))
86
87 * This method is available on the standard JavaScript ##Window## object:(((
88 {{code language="none"}}
89 org.xwiki.gwt.dom.client.DOMUtils: Method 'public void stop(org.xwiki.gwt.dom.client.Window)' has been removed
90 {{/code}}
91 )))

Get Connected