r108041 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108040‎ | r108041 | r108042 >
Date:15:29, 4 January 2012
Author:rsterbin
Status:ok
Tags:aft 
Comment:
Turning off debug by default -- local versions and prototype will need to add = true; to LocalSettings.php
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php
@@ -45,7 +45,7 @@
4646 // own bucket by passing it in the url (e.g., ?bucket=1), and the showstopper
4747 // error mode will have a useful error message, if one exists, rather than the
4848 // default message.
49 -$wgArticleFeedbackv5Debug = true;
 49+$wgArticleFeedbackv5Debug = false;
5050
5151 // The rating categories for bucket 5 -- these MUST match the field names in the database.
5252 $wgArticleFeedbackv5Bucket5RatingCategories = array( 'trustworthy', 'objective', 'complete', 'wellwritten' );

Status & tagging log