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 @@
200
200
$wgCodeReviewImgRegex = '/\.(png|jpg|jpeg|gif)$/i';
201
201
202
202
/**
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
-/**
210
203
* Maximum size of diff text before it is omitted from the revision view
211
204
*/
212
205
$wgCodeReviewMaxDiffSize = 500000;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r108350
Reverting inline commenting from CodeReview...
johnduhart
06:55, 8 January 2012
Status & tagging log
14:04, 9 January 2012
😂
(
talk
|
contribs
)
changed the
status
of r108351
[
removed:
new
added:
ok]