r65765 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65764‎ | r65765 | r65766 >
Date:21:26, 1 May 2010
Author:catrope
Status:ok
Tags:
Comment:
Followup to r65590: we don't need to explain the meanings of 'true' and 'false' for cases like these where a dictionary will suffice. Fix another typo in the RELEASE-NOTES entry as well, and bump $wgStyleVersion for r65591.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1683,7 +1683,7 @@
16841684 * to ensure that client-side caches do not keep obsolete copies of global
16851685 * styles.
16861686 */
1687 -$wgStyleVersion = '274';
 1687+$wgStyleVersion = '275';
16881688
16891689
16901690 # Server-side caching:
@@ -4204,8 +4204,6 @@
42054205
42064206 /**
42074207 * Show the name of the current variant as a label in the variants drop-down menu
4208 - * true = Show the label
4209 - * false = Do not show the label
42104208 */
42114209 $wgVectorShowVariantName = false;
42124210
Index: trunk/phase3/RELEASE-NOTES
@@ -62,7 +62,7 @@
6363 * ajaxwatch now uses the API and JQuery, and can be used to animate arbitrary
6464 watch links, not just to watch the page the link is on.
6565 * (bug 20193) Added $wgVectorShowVariantName global configuration variable
66 - which causes Vector to render the the variants drop-down menu with a label
 66+ which causes Vector to render the variants drop-down menu with a label
6767 showing the current variant name. This is off by default, pending further
6868 research into its user experience implications.
6969

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r65590Added $wgVectorShowVariantName global configuration varaible which causes Vec...tparscal22:11, 27 April 2010
r65591Resource changes needed for $wgVectorShowVariantName (see r65590) to function...tparscal22:13, 27 April 2010

Status & tagging log