r56336 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56335‎ | r56336 | r56337 >
Date:21:30, 14 September 2009
Author:brion
Status:ok
Tags:
Comment:
Merge live hack from wmf-deployment r53208: profiling for LanguageGetMagic hook call
Modified paths:
  • /trunk/phase3/languages/Language.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/Language.php
@@ -1945,7 +1945,9 @@
19461946 function getMagic( $mw ) {
19471947 if ( !$this->mMagicHookDone ) {
19481948 $this->mMagicHookDone = true;
 1949+ wfProfileIn( 'LanguageGetMagic' );
19491950 wfRunHooks( 'LanguageGetMagic', array( &$this->mMagicExtensions, $this->getCode() ) );
 1951+ wfProfileOut( 'LanguageGetMagic' );
19501952 }
19511953 if ( isset( $this->mMagicExtensions[$mw->mId] ) ) {
19521954 $rawEntry = $this->mMagicExtensions[$mw->mId];

Follow-up revisions

RevisionCommit summaryAuthorDate
r56374Merge post-branch trunk updates replacing old live hacks:...brion17:25, 15 September 2009

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r53208Apply live hacks, local merges, and removal of SVN externals -- all copied fr...brion23:50, 13 July 2009

Status & tagging log