Changes for page Release Notes for XWiki 5.1 Milestone 2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
Compatibility: GIF icons have been deprecated
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ManuelSmeria1 +XWiki.Sergiu - Content
-
... ... @@ -29,7 +29,7 @@ 29 29 * Share Page feature can now send email in German. 30 30 * Added support for new Google Analytics "Universal" tracking method 31 31 32 -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+%225. 0-milestone-2%22&tempMax=1000]] fixed in this release.32 +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+%225.1-milestone-2%22&tempMax=1000]] fixed in this release. 33 33 34 34 = For Developers = 35 35 ... ... @@ -86,6 +86,12 @@ 86 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 87 {{/warning}} 88 88 89 +== GIF Silk icon set no longer available == 90 + 91 +The [[Silk icon set>>http://www.famfamfam.com/lab/icons/silk/]] has always been officially provided in PNG format. However, since they use Alpha transparency, a feature not supported by Internet Explorer 6, we provided our own GIF version of the icon set, with simple transparency. Once we dropped support for IE6, we also included the official PNG version, with the goal of transitioning from the jagged GIF version to the nicer looking PNGs. The time has come to deprecate the GIF icons, so they are no longer available in the non-legacy builds of XWiki Enterprise. However, the official releases will still have the icons included for a while, so it's unlikely that this deprecation will break custom applications. 92 + 93 +However, an update of the documents that still use the GIF icons is recommended. Since the base icon name is the same, all that's required is to change the extension from ##.gif## to ##.jpg## to use the right icons. 94 + 89 89 == API Breakages == 90 90 91 91 The following APIs were modified since XWiki 5.0.3: