r23396 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23395‎ | r23396 | r23397 >
Date:16:07, 25 June 2007
Author:robchurch
Status:old
Tags:
Comment:
Revert r23395, since it won't work (d'oh, of course)
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)
  • /trunk/phase3/includes/Parser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Parser.php
@@ -12,7 +12,7 @@
1313 * changes in an incompatible way, so the parser cache
1414 * can automatically discard old data.
1515 */
16 -define( 'MW_PARSER_VERSION', '1.6.1' );
 16+define( 'MW_PARSER_VERSION', '1.6.2' );
1717
1818 define( 'RLH_FOR_UPDATE', 1 );
1919
Index: trunk/phase3/includes/OutputPage.php
@@ -387,10 +387,8 @@
388388 $this->mTemplateIds += (array)$parserOutput->mTemplateIds;
389389
390390 # Display title
391 - if( is_callable( array( $parserOutput, 'getDisplayTitle' ) ) ) {
392 - if( ( $dt = $parserOutput->getDisplayTitle() ) !== false )
393 - $this->setPageTitle( $dt );
394 - }
 391+ if( ( $dt = $parserOutput->getDisplayTitle() ) !== false )
 392+ $this->setPageTitle( $dt );
395393
396394 wfRunHooks( 'OutputPageParserOutput', array( &$this, $parserOutput ) );
397395 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r23407Merged revisions 23203-23405 via svnmerge from...david23:00, 25 June 2007

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r23395On second thoughts, don't increment the parser cache serial; it *will* cause ...robchurch16:00, 25 June 2007

Status & tagging log