r108351 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108350‎ | r108351 | r108352 >
Date:06:59, 8 January 2012
Author:johnduhart
Status:ok
Tags:
Comment:
Followup r108350, remove remaining configuration option

You'd think after an hour of reverting something, you'd catch everything. Nope, not even the most obvious.
Modified paths:
  • /trunk/extensions/CodeReview/CodeReview.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/CodeReview.php
@@ -199,13 +199,6 @@
200200 $wgCodeReviewImgRegex = '/\.(png|jpg|jpeg|gif)$/i';
201201
202202 /**
203 - * Whether to enable the experimental inline commenting feature. This
204 - * let you add comments inside the diff output. The feature is highly
205 - * experimental and has bugs so the default is false.
206 - */
207 -$wgCodeReviewInlineComments = false;
208 -
209 -/**
210203 * Maximum size of diff text before it is omitted from the revision view
211204 */
212205 $wgCodeReviewMaxDiffSize = 500000;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r108350Reverting inline commenting from CodeReview...johnduhart06:55, 8 January 2012

Status & tagging log