r38942 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r38941‎ | r38942 | r38943 >
Date:20:25, 8 August 2008
Author:aaron
Status:old
Tags:
Comment:
tweak defaults a bit more for WMF
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevs.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php
@@ -62,9 +62,9 @@
6363 $wgSimpleFlaggedRevsUI = false;
6464 # Add stable/draft revision tabs. May be redundant due to the tags.
6565 # If you have an open wiki, with the simple UI, you may want to enable these.
66 -$wgFlaggedRevTabs = false;
 66+$wgFlaggedRevTabs = true;
6767 # For non-user visitors, only show tags/icons for *unreviewed* pages
68 -$wgFlaggedRevsLowProfile = false;
 68+$wgFlaggedRevsLowProfile = true;
6969
7070 # Allowed namespaces of reviewable pages
7171 $wgFlaggedRevsNamespaces = array( NS_MAIN );
@@ -226,7 +226,7 @@
227227 # How many hours pending review is considering long?
228228 $wgFlaggedRevsLongPending = array( 3, 12, 24 );
229229 # How many pages count as a backlog?
230 -$wgFlaggedRevsBacklog = 1000;
 230+$wgFlaggedRevsBacklog = 2000;
231231
232232 # Flagged revisions are always visible to users with rights below.
233233 # Use '*' for non-user accounts.

Status & tagging log