r93936 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93935‎ | r93936 | r93937 >
Date:23:26, 4 August 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r89564

Switch from newFromTitle to the new newFromRow in r93935
Modified paths:
  • /trunk/phase3/includes/api/ApiFeedContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiFeedContributions.php
@@ -99,7 +99,7 @@
100100 if( $title ) {
101101 $date = $row->rev_timestamp;
102102 $comments = $title->getTalkPage()->getFullURL();
103 - $revision = Revision::newFromTitle( $title, $row->rev_id );
 103+ $revision = Revision::newFromRow( $row);
104104
105105 return new FeedItem(
106106 $title->getPrefixedText(),

Follow-up revisions

RevisionCommit summaryAuthorDate
r95607MFT to REL1_18...hashar19:28, 27 August 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89564* (bug 26763) Make RSS/Atom of user contributions more visible...reedy14:50, 6 June 2011
r93935Adding Revision::newFromRow() function as alias for new Revision()...reedy23:25, 4 August 2011

Status & tagging log