r107068 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r107067
|
r107068
|
r107069
>
Date:
15:08, 22 December 2011
Author:
hashar
Status:
reverted
Tags:
Comment:
fix case of addInLineScript
Use the correct case wich is: addInlineScript
Follow
r95435
Modified paths:
/trunk/extensions/CodeReview/ui/CodeRevisionView.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/CodeReview/ui/CodeRevisionView.php
—
—
@@ -207,7 +207,7 @@
208
208
209
209
if( $wgCodeReviewInlineComments ) {
210
210
$wgOut->addModules( 'ext.codereview.linecomment' );
211
- $wgOut->addInLineScript(
211
+ $wgOut->addInlineScript(
212
212
"CodeReview.lcInit( $encRev );"
213
213
);
214
214
}
Follow-up revisions
Revision
Commit summary
Author
Date
r108350
Reverting inline commenting from CodeReview...
johnduhart
06:55, 8 January 2012
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r95435
add inline comments to the diff output...
hashar
19:53, 24 August 2011
Status & tagging log
06:56, 8 January 2012
Johnduhart
(
talk
|
contribs
)
changed the
status
of r107068
[
removed:
ok
added:
reverted]
15:11, 22 December 2011
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r107068
[
removed:
new
added:
ok]