r61626 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61625‎ | r61626 | r61627 >
Date:09:08, 28 January 2010
Author:aaron
Status:ok
Tags:
Comment:
* Moved $wgFlaggedRevsPatrolNamespaces down
* Doc typo and message tweak
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevs.class.php (modified) (history)
  • /trunk/extensions/FlaggedRevs/FlaggedRevs.php (modified) (history)
  • /trunk/extensions/FlaggedRevs/language/FlaggedRevs.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php
@@ -85,8 +85,6 @@
8686
8787 # Allowed namespaces of reviewable pages
8888 $wgFlaggedRevsNamespaces = array( NS_MAIN, NS_FILE, NS_TEMPLATE );
89 -# Patrollable namespaces (overridden by reviewable namespaces)
90 -$wgFlaggedRevsPatrolNamespaces = array();
9189
9290 # Pages exempt from reviewing
9391 $wgFlaggedRevsWhitelist = array();
@@ -292,6 +290,9 @@
293291 # End of configuration variables.
294292 # ########
295293
 294+# Patrollable namespaces (overridden by reviewable namespaces)
 295+$wgFlaggedRevsPatrolNamespaces = array();
 296+
296297 # Bots are granted autoreview via hooks, mark in rights
297298 # array so that it shows up in sp:ListGroupRights...
298299 $wgGroupPermissions['bot']['autoreview'] = true;
Index: trunk/extensions/FlaggedRevs/language/FlaggedRevs.i18n.php
@@ -98,7 +98,7 @@
9999 'revreview-draft-rev' => 'Draft revision',
100100 'revreview-edit' => 'Edit',
101101 'revreview-editnotice' => '\'\'\'Your changes will be [[{{MediaWiki:Validationpage}}|published]] once an authorised user [[{{MediaWiki:Validationpage}}|reviews]] them.\'\'\'',
102 - 'revreview-check-flag' => 'Mark pending edits reviewed',
 102+ 'revreview-check-flag' => 'Publish currently pending edits',
103103 'revreview-edited' => '\'\'\'Changes will be [[{{MediaWiki:Validationpage}}|published]] once an authorised user [[{{MediaWiki:Validationpage}}|reviews]] them.\'\'\'
104104 The \'\'draft\'\', shown below, contains [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $2 pending {{PLURAL:$2|change|changes}}].',
105105 'revreview-edited-section' => 'Return to page section named "[[#$1|$2]]".',
Index: trunk/extensions/FlaggedRevs/FlaggedRevs.class.php
@@ -1354,7 +1354,7 @@
13551355 }
13561356
13571357 /**
1358 - * Get the list of patrolable namespaces
 1358+ * Get the list of patrollable namespaces
13591359 * @return array
13601360 */
13611361 public static function getPatrolNamespaces() {

Status & tagging log