From: Bartosz DziewoƄski Date: Sat, 21 Dec 2013 23:35:16 +0000 (+0100) Subject: Release notes for Ia193571a, I56758908, I9fd40bcb X-Git-Tag: 1.31.0-rc.0~17527^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=294cc49986b3034b8b0ded60113b824ca06c3e05;p=lhc%2Fweb%2Fwiklou.git Release notes for Ia193571a, I56758908, I9fd40bcb Change-Id: I6d7c4ba3592c5dd646180189086fd854ee6516a8 --- diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23 index 416a7fc936..5ece7f1cc4 100644 --- a/RELEASE-NOTES-1.23 +++ b/RELEASE-NOTES-1.23 @@ -116,6 +116,15 @@ changes to languages because of Bugzilla reports. * The ExpandTemplates extension has been moved into MediaWiki core. * (bug 52812) Removed "Disable search suggestions" from Preference. * (bug 52809) Removed "Disable browser page caching" from Preference. +* Three new modules intended for use by custom skins were added: + 'skins.common.elements', 'skins.common.content', and 'skins.common.interface', + representing three levels of standard MediaWiki styling. Previously skin + creators wishing to use them had to refer to the file names of appropriate + files directly, which is now discouraged. +* The modules 'skins.vector' and 'skins.monobook' have been renamed to + 'skins.vector.styles' and 'skins.monobook.styles', respectively, + and their definition was changed not to include the common*.css files; + the two skins now load the 'skins.common.interface' module instead. == Compatibility ==