r89129 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89128‎ | r89129 | r89130 >
Date:19:18, 29 May 2011
Author:aaron
Status:ok
Tags:
Comment:
Fix for r89114: handle other DBMSes
Modified paths:
  • /trunk/phase3/includes/LogEventsList.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/LogEventsList.php
@@ -505,7 +505,7 @@
506506 # Fall back to a blue contributions link
507507 $revert = $this->skin->userToolLinks( 1, $title->getDBkey() );
508508 }
509 - if( $row->log_timestamp < '20080129000000' ) {
 509+ if( wfTimestamp( TS_MW, $row->log_timestamp ) < '20080129000000' ) {
510510 # Suppress $comment from old entries (before 2008-01-29),
511511 # not needed and can contain incorrect links
512512 $comment = '';

Follow-up revisions

RevisionCommit summaryAuthorDate
r896771.17: MFT r88492, r88870, r88871, r89003, r89108, r89114, r89115, r89129, r89...catrope19:14, 7 June 2011
r92330REL1_18 MFT r88750, r88870, r88871, r89003, r89005, r89114, r89115, r89129, r...reedy22:56, 15 July 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89114Fix a regression from r63144: "Fixed bizarre $time comparison (compared displ...raymond15:43, 29 May 2011

Status & tagging log