r23112 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23111‎ | r23112 | r23113 >
Date:07:13, 20 June 2007
Author:tstarling
Status:old
Tags:
Comment:
Removed mImageTimestamps, use the OutputPageParserOutput hook.
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -55,7 +55,6 @@
5656 $this->mRevisionId = null;
5757 $this->mNewSectionLink = false;
5858 $this->mTemplateIds = array();
59 - $this->mImageTimestamps = array();
6059 }
6160
6261 public function redirect( $url, $responsecode = '302' ) {
@@ -388,7 +387,6 @@
389388 $this->mHeadItems = array_merge( $this->mHeadItems, (array)$parserOutput->mHeadItems );
390389 // Versioning...
391390 $this->mTemplateIds += (array)$parserOutput->mTemplateIds;
392 - $this->mImageTimestamps += (array)$parserOutput->mImageTimestamps;
393391
394392 wfRunHooks( 'OutputPageParserOutput', array( &$this, $parserOutput ) );
395393 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r23120Merged revisions 23103-23119 via svnmerge from...david08:43, 20 June 2007

Status & tagging log