r67360 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67359‎ | r67360 | r67361 >
Date:20:31, 4 June 2010
Author:ialex
Status:ok
Tags:
Comment:
* (bug 23787) Corrected $wgDefaultSkin's comment in DefaultSettings.php
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -2674,7 +2674,12 @@
26752675 */
26762676 $wgValidateAllHtml = false;
26772677
2678 -/** See list of skins and their symbolic names in languages/Language.php */
 2678+/**
 2679+ * Default skin, for new users and anonymous visitors. Registered users may
 2680+ * change this to any one of the other available skins in their preferences.
 2681+ * This have completely lowercase, see the "skins" directory for the list of
 2682+ * available skins.
 2683+ */
26792684 $wgDefaultSkin = 'vector';
26802685
26812686 /**
Index: trunk/phase3/RELEASE-NOTES
@@ -185,6 +185,7 @@
186186 * (bug 23740) Article::doRedirect() now use $extraQuery parameter correctly if
187187 the $noRedir parameter is set to true
188188 * (bug 23688) Correct mime types for Office 2007 OpenXML documents.
 189+* (bug 23787) Corrected $wgDefaultSkin's comment in DefaultSettings.php
189190
190191 === API changes in 1.17 ===
191192 * (bug 22738) Allow filtering by action type on query=logevent.

Follow-up revisions

RevisionCommit summaryAuthorDate
r67401Fix grammar error from r67360ialex13:01, 5 June 2010
r68791Fix more grammar in r67360's comment...simetrical21:37, 30 June 2010

Status & tagging log