$this->mModuleName to $this->getModuleName()
[lhc/web/wiklou.git] / includes / AutoLoader.php
index 4504b1c..8cf9a75 100644 (file)
@@ -36,6 +36,8 @@ $wgAutoloadLocalClasses = array(
        'ChangesFeed' => 'includes/ChangesFeed.php',
        'ChangeTags' => 'includes/ChangeTags.php',
        'ChannelFeed' => 'includes/Feed.php',
+       'Cookie' => 'includes/HttpFunctions.php',
+       'CookieJar' => 'includes/HttpFunctions.php',
        'ConcatenatedGzipHistoryBlob' => 'includes/HistoryBlob.php',
        'ConfEditor' => 'includes/ConfEditor.php',
        'ConfEditorParseError' => 'includes/ConfEditor.php',
@@ -82,6 +84,7 @@ $wgAutoloadLocalClasses = array(
        'FakeTitle' => 'includes/FakeTitle.php',
        'FakeMemCachedClient' => 'includes/ObjectCache.php',
        'FauxRequest' => 'includes/WebRequest.php',
+       'FauxResponse' => 'includes/WebResponse.php',
        'FeedItem' => 'includes/Feed.php',
        'FeedUtils' => 'includes/FeedUtils.php',
        'FileDeleteForm' => 'includes/FileDeleteForm.php',
@@ -132,6 +135,7 @@ $wgAutoloadLocalClasses = array(
        'Interwiki' => 'includes/Interwiki.php',
        'IP' => 'includes/IP.php',
        'Job' => 'includes/JobQueue.php',
+       'JSMin' => 'includes/JSMin.php',
        'LCStore_DB' => 'includes/LocalisationCache.php',
        'LCStore_CDB' => 'includes/LocalisationCache.php',
        'LCStore_Null' => 'includes/LocalisationCache.php',
@@ -211,7 +215,10 @@ $wgAutoloadLocalClasses = array(
        'SpecialRedirectToSpecial' => 'includes/SpecialPage.php',
        'SqlBagOStuff' => 'includes/BagOStuff.php',
        'SquidUpdate' => 'includes/SquidUpdate.php',
+       'SquidPurgeClient' => 'includes/SquidPurgeClient.php',
+       'SquidPurgeClientPool' => 'includes/SquidPurgeClient.php',
        'Status' => 'includes/Status.php',
+       'StubContLang' => 'includes/StubObject.php',
        'StubUser' => 'includes/StubObject.php',
        'StubUserLang' => 'includes/StubObject.php',
        'StubObject' => 'includes/StubObject.php',
@@ -432,6 +439,7 @@ $wgAutoloadLocalClasses = array(
        # includes/parser
        'CoreLinkFunctions' => 'includes/parser/CoreLinkFunctions.php',
        'CoreParserFunctions' => 'includes/parser/CoreParserFunctions.php',
+       'CoreTagHooks' => 'includes/parser/CoreTagHooks.php',
        'DateFormatter' => 'includes/parser/DateFormatter.php',
        'LinkHolderArray' => 'includes/parser/LinkHolderArray.php',
        'LinkMarkerReplacer' => 'includes/parser/Parser_LinkHooks.php',