r58666 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58665‎ | r58666 | r58667 >
Date:16:50, 6 November 2009
Author:werdna
Status:ok
Tags:
Comment:
Restore relevant parts of r58663, which was "partially" reverted in r58664
Modified paths:
  • /branches/wmf-deployment/includes/LinksUpdate.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/includes/LinksUpdate.php
@@ -673,6 +673,13 @@
674674 function getTitle() {
675675 return $this->mTitle;
676676 }
 677+
 678+ /**
 679+ * Return the list of images used as generated by the parser
 680+ */
 681+ public function getImages() {
 682+ return $this->mImages;
 683+ }
677684
678685 /**
679686 * Invalidate any necessary link lists related to page property changes

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r58663Update GlobalUsage to trunk state, merge related r53381werdna16:45, 6 November 2009
r58664Partial revert of r58663, included random unrelated changes to TorBlockwerdna16:47, 6 November 2009

Status & tagging log