Enable $wgVectorUseIconWatch by default.
authorDaniel Friesen <daniel@nadir-seen-fire.com>
Thu, 28 Mar 2013 21:17:30 +0000 (14:17 -0700)
committerDaniel Friesen <daniel@nadir-seen-fire.com>
Thu, 28 Mar 2013 21:17:30 +0000 (14:17 -0700)
The usability testing for this feature is over. We've had it enabled on the largest
family of wiki in existence for ages. People are generally expecting to see this
enabled when they install a new MediaWiki wiki.

Change-Id: I6e7f4cf6c874fe9e34cc141c4305a6808c1fe576

RELEASE-NOTES-1.21
includes/DefaultSettings.php

index ecb37d5..ef053d0 100644 (file)
@@ -18,6 +18,7 @@ production.
 * $wgBug34832TransitionalRollback has been removed.
 * (bug 29472) $wgUseDynamicDates has been removed and its functionality
   disabled.
+* $wgVectorUseIconWatch is now enabled by default.
 
 === New features in 1.21 ===
 * (bug 38110) Schema changes (adding or dropping tables, indices and
index 26fe197..0822372 100644 (file)
@@ -2841,7 +2841,7 @@ $wgVectorUseSimpleSearch = true;
  *  - true = use an icon watch/unwatch button
  *  - false = use watch/unwatch text link
  */
-$wgVectorUseIconWatch = false;
+$wgVectorUseIconWatch = true;
 
 /**
  * Display user edit counts in various prominent places.