r26141 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r26140‎ | r26141 | r26142 >
Date:05:02, 26 September 2007
Author:aaron
Status:old
Tags:
Comment:
*Opps
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevs.php (modified) (history)
  • /trunk/extensions/FlaggedRevs/FlaggedRevsPage.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php
@@ -76,7 +76,7 @@
7777 $wgGroupPermissions['sysop']['autopatrol'] = false;
7878 $wgGroupPermissions['sysop']['patrol'] = false;
7979 # Visiblity settings
80 - $wgGroupPermissions['sysop']['stablesettings'] =true;
 80+ $wgGroupPermissions['sysop']['stablesettings'] = true;
8181
8282 ######### Hook attachments #########
8383 # Main hooks, overrides pages content, adds tags, sets tabs and permalink
@@ -1783,7 +1783,7 @@
17841784
17851785 function addQuickReview( $id=NULL, $out, $top=false ) {
17861786 global $wgOut, $wgTitle, $wgUser, $wgRequest, $wgFlaggedRevComments,
1787 - $wgFlaggedRevsWatch;
 1787+ $wgFlaggedRevsOverride, $wgFlaggedRevsWatch;
17881788 # User must have review rights
17891789 if( !$wgUser->isAllowed( 'review' ) )
17901790 return;
Index: trunk/extensions/FlaggedRevs/FlaggedRevsPage.i18n.php
@@ -133,10 +133,10 @@
134134 Here are the current settings for [[:$1|$1]]:',
135135 'stabilization-page' => 'Page name:',
136136 'stabilization-leg' => 'Configure the stable version for a page',
137 - 'stabilization-select' => 'How the stable version is selected:',
 137+ 'stabilization-select' => 'How the stable version is selected',
138138 'stabilization-select1' => 'The latest quality revision; if not present, then the latest reviewed one',
139139 'stabilization-select2' => 'The latest reviewed revision',
140 - 'stabilization-def' => 'Revision displayed on default page view:',
 140+ 'stabilization-def' => 'Revision displayed on default page view',
141141 'stabilization-def1' => 'The stable revision',
142142 'stabilization-def2' => 'The current revision',
143143 'stabilization-submit' => 'Confirm',

Status & tagging log