r87597 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87596‎ | r87597 | r87598 >
Date:23:18, 6 May 2011
Author:reedy
Status:ok
Tags:
Comment:
Kill $wgAllowUserSkin
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/includes/Setup.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Setup.php
@@ -261,10 +261,6 @@
262262 $wgHiddenPrefs[] = 'realname';
263263 }
264264
265 -if ( !$wgAllowUserSkin ) {
266 - $wgHiddenPrefs[] = 'skin';
267 -}
268 -
269265 # Doesn't make sense to have if disabled.
270266 if ( !$wgEnotifMinorEdits ) {
271267 $wgHiddenPrefs[] = 'enotifminoredits';
Index: trunk/phase3/includes/DefaultSettings.php
@@ -2261,12 +2261,6 @@
22622262 $wgDefaultSkin = 'vector';
22632263
22642264 /**
2265 -* Should we allow the user's to select their own skin that will override the default?
2266 -* @deprecated in 1.16, use $wgHiddenPrefs[] = 'skin' to disable it
2267 -*/
2268 -$wgAllowUserSkin = true;
2269 -
2270 -/**
22712265 * Specify the name of a skin that should not be presented in the list of
22722266 * available skins. Use for blacklisting a skin which you do not want to
22732267 * remove from the .../skins/ directory

Follow-up revisions

RevisionCommit summaryAuthorDate
r87604List all removed globals in my recent commits in RELEASE-NOTESreedy23:39, 6 May 2011

Status & tagging log