Release notes for Ia193571a, I56758908, I9fd40bcb
authorBartosz Dziewoński <matma.rex@gmail.com>
Sat, 21 Dec 2013 23:35:16 +0000 (00:35 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Mon, 23 Dec 2013 22:24:14 +0000 (22:24 +0000)
Change-Id: I6d7c4ba3592c5dd646180189086fd854ee6516a8

RELEASE-NOTES-1.23

index 416a7fc..5ece7f1 100644 (file)
@@ -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 ==