X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FAutoLoader.php;h=06e3f223c6658c60031c575d934ed93c96226834;hb=f96e5c5eecd383bb816bb79482af4baf5ceee13a;hp=be642e89fb4d1cc4426fa307dbf0e002326e9a8a;hpb=a97bb3acfa7e61d79b7c689b2e31ca8a1da432a7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index be642e89fb..06e3f223c6 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -95,6 +95,7 @@ $wgAutoloadLocalClasses = array( 'ExternalStoreDB' => 'includes/externalstore/ExternalStoreDB.php', 'ExternalStoreHttp' => 'includes/externalstore/ExternalStoreHttp.php', 'ExternalStoreMedium' => 'includes/externalstore/ExternalStoreMedium.php', + 'ExternalStoreMwstore' => 'includes/externalstore/ExternalStoreMwstore.php', 'ExternalUser' => 'includes/ExternalUser.php', 'FakeTitle' => 'includes/FakeTitle.php', 'Fallback' => 'includes/Fallback.php', @@ -253,9 +254,11 @@ $wgAutoloadLocalClasses = array( 'TitleArray' => 'includes/TitleArray.php', 'TitleArrayFromResult' => 'includes/TitleArray.php', 'ThrottledError' => 'includes/Exception.php', + 'UIDGenerator' => 'includes/UIDGenerator.php', 'UnlistedSpecialPage' => 'includes/SpecialPage.php', 'UploadSourceAdapter' => 'includes/Import.php', 'UppercaseCollation' => 'includes/Collation.php', + 'UppercaseSvCollation' => 'includes/Collation.php', 'User' => 'includes/User.php', 'UserArray' => 'includes/UserArray.php', 'UserArrayFromResult' => 'includes/UserArray.php', @@ -451,6 +454,10 @@ $wgAutoloadLocalClasses = array( 'TitleDependency' => 'includes/cache/CacheDependency.php', 'TitleListDependency' => 'includes/cache/CacheDependency.php', + # includes/clientpool + 'RedisConnectionPool' => 'includes/clientpool/RedisConnectionPool.php', + 'RedisConnRef' => 'includes/clientpool/RedisConnectionPool.php', + # includes/context 'ContextSource' => 'includes/context/ContextSource.php', 'DerivativeContext' => 'includes/context/DerivativeContext.php', @@ -655,6 +662,7 @@ $wgAutoloadLocalClasses = array( 'JobQueue' => 'includes/job/JobQueue.php', 'JobQueueDB' => 'includes/job/JobQueueDB.php', 'JobQueueGroup' => 'includes/job/JobQueueGroup.php', + 'JobQueueRedis' => 'includes/job/JobQueueRedis.php', # includes/job/jobs 'DoubleRedirectJob' => 'includes/job/jobs/DoubleRedirectJob.php', @@ -776,35 +784,24 @@ $wgAutoloadLocalClasses = array( 'MWTidyWrapper' => 'includes/parser/Tidy.php', 'PPCustomFrame_DOM' => 'includes/parser/Preprocessor_DOM.php', 'PPCustomFrame_Hash' => 'includes/parser/Preprocessor_Hash.php', - 'PPCustomFrame_HipHop' => 'includes/parser/Preprocessor_HipHop.hphp', 'PPDAccum_Hash' => 'includes/parser/Preprocessor_Hash.php', - 'PPDAccum_HipHop' => 'includes/parser/Preprocessor_HipHop.hphp', 'PPDPart' => 'includes/parser/Preprocessor_DOM.php', 'PPDPart_Hash' => 'includes/parser/Preprocessor_Hash.php', - 'PPDPart_HipHop' => 'includes/parser/Preprocessor_HipHop.hphp', 'PPDStack' => 'includes/parser/Preprocessor_DOM.php', 'PPDStackElement' => 'includes/parser/Preprocessor_DOM.php', 'PPDStackElement_Hash' => 'includes/parser/Preprocessor_Hash.php', - 'PPDStackElement_HipHop' => 'includes/parser/Preprocessor_HipHop.hphp', 'PPDStack_Hash' => 'includes/parser/Preprocessor_Hash.php', - 'PPDStack_HipHop' => 'includes/parser/Preprocessor_HipHop.hphp', 'PPFrame' => 'includes/parser/Preprocessor.php', 'PPFrame_DOM' => 'includes/parser/Preprocessor_DOM.php', 'PPFrame_Hash' => 'includes/parser/Preprocessor_Hash.php', - 'PPFrame_HipHop' => 'includes/parser/Preprocessor_HipHop.hphp', 'PPNode' => 'includes/parser/Preprocessor.php', 'PPNode_DOM' => 'includes/parser/Preprocessor_DOM.php', 'PPNode_Hash_Array' => 'includes/parser/Preprocessor_Hash.php', 'PPNode_Hash_Attr' => 'includes/parser/Preprocessor_Hash.php', 'PPNode_Hash_Text' => 'includes/parser/Preprocessor_Hash.php', 'PPNode_Hash_Tree' => 'includes/parser/Preprocessor_Hash.php', - 'PPNode_HipHop_Array' => 'includes/parser/Preprocessor_HipHop.hphp', - 'PPNode_HipHop_Attr' => 'includes/parser/Preprocessor_HipHop.hphp', - 'PPNode_HipHop_Text' => 'includes/parser/Preprocessor_HipHop.hphp', - 'PPNode_HipHop_Tree' => 'includes/parser/Preprocessor_HipHop.hphp', 'PPTemplateFrame_DOM' => 'includes/parser/Preprocessor_DOM.php', 'PPTemplateFrame_Hash' => 'includes/parser/Preprocessor_Hash.php', - 'PPTemplateFrame_HipHop' => 'includes/parser/Preprocessor_HipHop.hphp', 'Parser' => 'includes/parser/Parser.php', 'ParserCache' => 'includes/parser/ParserCache.php', 'ParserOptions' => 'includes/parser/ParserOptions.php', @@ -814,7 +811,6 @@ $wgAutoloadLocalClasses = array( 'Preprocessor' => 'includes/parser/Preprocessor.php', 'Preprocessor_DOM' => 'includes/parser/Preprocessor_DOM.php', 'Preprocessor_Hash' => 'includes/parser/Preprocessor_Hash.php', - 'Preprocessor_HipHop' => 'includes/parser/Preprocessor_HipHop.hphp', 'StripState' => 'includes/parser/StripState.php', # includes/profiler