r107455 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107454‎ | r107455 | r107456 >
Date:00:37, 28 December 2011
Author:mah
Status:ok
Tags:
Comment:
r107451 - Add message to special page
Modified paths:
  • /trunk/extensions/AbuseFilter/special/SpecialAbuseLog.php (modified) (history)

Diff [purge]

Index: trunk/extensions/AbuseFilter/special/SpecialAbuseLog.php
@@ -223,6 +223,7 @@
224224 function showDetails( $id ) {
225225 $out = $this->getOutput();
226226 if ( !self::canSeeDetails() ) {
 227+ $out->addWikiMsg( 'abusefilter-log-cannot-see-details' );
227228 return;
228229 }
229230
@@ -265,9 +266,9 @@
266267 $formattedDiff = $diffEngine->generateDiffBody( $old_wikitext, $new_wikitext );
267268
268269 static $colDescriptions = "<col class='diff-marker' />
269 - <col class='diff-content' />
270 - <col class='diff-marker' />
271 - <col class='diff-content' />";
 270+ <col class='diff-content' />
 271+ <col class='diff-marker' />
 272+ <col class='diff-content' />";
272273
273274 $formattedDiff =
274275 "<table class='diff'>$colDescriptions<tbody>$formattedDiff</tbody></table>";

Follow-up revisions

RevisionCommit summaryAuthorDate
r108261Fix mixed whitespace in r107455reedy17:52, 6 January 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r107451Fix Bug 33390 - Examine page is visible for hidden log entries...mah23:35, 27 December 2011

Status & tagging log