r67621 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67620‎ | r67621 | r67622 >
Date:13:38, 8 June 2010
Author:demon
Status:resolved (Comments)
Tags:
Comment:
Followup r66383, need to update generated LocalSettings as well
Modified paths:
  • /trunk/phase3/includes/installer/LocalSettingsGenerator.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/LocalSettingsGenerator.php
@@ -231,8 +231,8 @@
232232 \$wgSecretKey = \"{$this->values['wgSecretKey']}\";
233233
234234 ## Default skin: you can change the default skin. Use the internal symbolic
235 -## names, ie 'standard', 'nostalgia', 'cologneblue', 'monobook':
236 -\$wgDefaultSkin = 'monobook';
 235+## names, ie 'standard', 'nostalgia', 'cologneblue', 'monobook', 'vector':
 236+\$wgDefaultSkin = 'vector';
237237
238238 ## For attaching licensing metadata to pages, and displaying an
239239 ## appropriate copyright notice / icon. GNU Free Documentation

Follow-up revisions

RevisionCommit summaryAuthorDate
r77951Address fixme on r67621: use $wgDefaultSkin instead of hardcoding vector...demon02:20, 7 December 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r66383Being bold and changing the default skin. Monobook est mort, vive le Vector!demon19:50, 13 May 2010

Comments

#Comment by Platonides (talk | contribs)   22:46, 16 July 2010

Wouldn't \$wgDefaultSkin = '$wgDefaultSkin'; be preferable? Or isn't DefaultSettings loaded at this point?


Status & tagging log