(bug 39957) Document $wgUnwatchedPageThreshold var
authorOri Livneh <ori@wikimedia.org>
Thu, 20 Dec 2012 09:14:19 +0000 (01:14 -0800)
committerOri Livneh <ori@wikimedia.org>
Thu, 20 Dec 2012 09:14:19 +0000 (01:14 -0800)
Added in I1cb6ee22d50d871a8c7083c5b7a091d31cf640f5.

Change-Id: I35df67c66855c9aa1b8ee74ee2c57ff109823634

RELEASE-NOTES-1.21
includes/DefaultSettings.php

index ca63bf4..46d69d0 100644 (file)
@@ -13,6 +13,9 @@ production.
 * (bug 29374) $wgVectorUseSimpleSearch is now enabled by default.
 * Deprecated $wgAllowRealName is removed. Use $wgHiddenPrefs[] = 'realname'
   instead.
+* (bug 39957) Added $wgUnwatchedPageThreshold, specifying minimum count
+  of page watchers required for the number to be accessible to users
+  without the unwatchedpages permission.
 
 === New features in 1.21 ===
 * (bug 38110) Schema changes (adding or dropping tables, indicies and
index c0c7d76..fdbcaa7 100644 (file)
@@ -5162,6 +5162,8 @@ $wgUseTagFilter = true;
  * If set to an integer, pages that are watched by more users than this
  * threshold will not require the unwatchedpages permission to view the
  * number of watchers.
+ *
+ * @since 1.21
  */
 $wgUnwatchedPageThreshold = false;