r52734 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52733‎ | r52734 | r52735 >
Date:12:48, 3 July 2009
Author:werdna
Status:deferred
Tags:
Comment:
log_action field now expanded to 32 chars, re-activating change logging
Modified paths:
  • /trunk/extensions/AbuseFilter/Views/AbuseFilterViewEdit.php (modified) (history)

Diff [purge]

Index: trunk/extensions/AbuseFilter/Views/AbuseFilterViewEdit.php
@@ -167,10 +167,9 @@
168168
169169 // Logging
170170
171 - ## Broken until logging table is expanded to 32 chars.
172 -# $lp = new LogPage( 'abusefilter' );
 171+ $lp = new LogPage( 'abusefilter' );
173172
174 -# $lp->addEntry( 'modify', $this->getTitle( $new_id ), '', array( $history_id, $new_id ) );
 173+ $lp->addEntry( 'modify', $this->getTitle( $new_id ), '', array( $history_id, $new_id ) );
175174
176175 // Special-case stuff for tags -- purge the tag list cache.
177176 if ( isset( $actions['tag'] ) ) {

Status & tagging log