aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES-1.22
diff options
context:
space:
mode:
authorMatmaRex <matma.rex@gmail.com>2013-04-22 14:39:53 +0200
committerMatmaRex <matma.rex@gmail.com>2013-05-19 15:39:34 +0200
commit02919f75297e8f1e212c5fc11a93323ead45ae23 (patch)
treede3f3a3c4fd022afb9f224db676013c0855af291 /RELEASE-NOTES-1.22
parenta232f2c105b6b466949fe0b347efa1635fba782e (diff)
downloadmediawikicore-02919f75297e8f1e212c5fc11a93323ead45ae23.tar.gz
mediawikicore-02919f75297e8f1e212c5fc11a93323ead45ae23.zip
Remove the $wgHandheldStyle config variable entirely
Added back in 2008 (dc821ec1 / r38116), it was only ever implemented for Monobook and didn't do anything in other skins. The only use-case given was using Chick's CSS for mobile devices with Monobook being the default skin - and now Chick is no more and Monobook isn't the default. It was also used to decide whether to load styles from MediaWiki:Handheld.css (they were loaded if it was set to anything). That message has been removed as well. Bug: 47504 Change-Id: Ia8d79b4a637a227eb1879fbb874173fdd9bd6d99
Diffstat (limited to 'RELEASE-NOTES-1.22')
-rw-r--r--RELEASE-NOTES-1.221
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22
index 168f2f7a10ee..cd7971b0d21a 100644
--- a/RELEASE-NOTES-1.22
+++ b/RELEASE-NOTES-1.22
@@ -23,6 +23,7 @@ production.
It is still set to true for extension compatibility but doing so in extensions is deprecated.
* $wgXhtmlDefaultNamespace is no longer used by core. Setting it will no longer change the
xmlns used by MediaWiki. Reliance on this variable by extensions is deprecated.
+* $wgHandheldStyle was removed.
=== New features in 1.22 ===
* (bug 44525) mediawiki.jqueryMsg can now parse (whitelisted) HTML elements and attributes.