r86193 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86192‎ | r86193 | r86194 >
Date:11:09, 16 April 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix autoloader from r86175
Modified paths:
  • /trunk/phase3/includes/AutoLoader.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/AutoLoader.php
@@ -596,11 +596,11 @@
597597 'MWTidy' => 'includes/parser/Tidy.php',
598598
599599 # includes/profiler
600 - 'Profiler' => 'includes/Profiler.php',
601 - 'ProfilerSimple' => 'includes/ProfilerSimple.php',
602 - 'ProfilerSimpleText' => 'includes/ProfilerSimpleText.php',
603 - 'ProfilerSimpleUDP' => 'includes/ProfilerSimpleUDP.php',
604 - 'ProfilerStub' => 'includes/ProfilerStub.php',
 600+ 'Profiler' => 'includes/profiler/Profiler.php',
 601+ 'ProfilerSimple' => 'includes/profiler/ProfilerSimple.php',
 602+ 'ProfilerSimpleText' => 'includes/profiler/ProfilerSimpleText.php',
 603+ 'ProfilerSimpleUDP' => 'includes/profiler/ProfilerSimpleUDP.php',
 604+ 'ProfilerStub' => 'includes/profiler/ProfilerStub.php',
605605
606606 # includes/search
607607 'MySQLSearchResultSet' => 'includes/search/SearchMySQL.php',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86175First step of reorganizing profiling files:...demon02:19, 16 April 2011

Status & tagging log