r90659 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90658‎ | r90659 | r90660 >
Date:09:52, 23 June 2011
Author:reedy
Status:ok
Tags:
Comment:
MFT r90658
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/SubPageList3/SubPageList3.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/SubPageList3/SubPageList3.php
@@ -504,7 +504,7 @@
505505 wfProfileIn( __METHOD__ );
506506 $output = $this->parser->recursiveTagParse( $text );
507507 wfProfileOut( __METHOD__ );
508 - return $output->getText();
 508+ return $output;
509509 }
510510
511511 }
Property changes on: branches/wmf/1.17wmf1/extensions/SubPageList3/SubPageList3.php
___________________________________________________________________
Added: svn:mergeinfo
512512 Merged /branches/wmf/1.16wmf4/extensions/SubPageList3/SubPageList3.php:r67177,69199,76243,77266
513513 Merged /trunk/extensions/SubPageList3/SubPageList3.php:r90653,90658
514514 Merged /branches/sqlite/extensions/SubPageList3/SubPageList3.php:r58211-58321
515515 Merged /trunk/phase3/extensions/SubPageList3/SubPageList3.php:r79828,79830,79848,79853,79950-79951,79954,79989,80006-80007,80013,80016,80080,80083,80124,80128,80238,80406,81833,83212,83590
516516 Merged /branches/new-installer/phase3/extensions/SubPageList3/SubPageList3.php:r43664-66004
517517 Merged /branches/wmf-deployment/extensions/SubPageList3/SubPageList3.php:r60970
518518 Merged /branches/REL1_15/phase3/extensions/SubPageList3/SubPageList3.php:r51646

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90658Followup r85596, recursiveTagParse returns a string, not a parser output objectreedy09:26, 23 June 2011

Status & tagging log