r89115 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89114‎ | r89115 | r89116 >
Date:15:45, 29 May 2011
Author:raymond
Status:ok
Tags:
Comment:
Followup r89114: Ctrl-S is your friend...
Modified paths:
  • /trunk/phase3/includes/LogEventsList.php (modified) (history)

Diff [purge]

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

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