X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=autoload.php;h=13037ff98ecab7f07e4ecf06f067f6cf94d98d58;hb=cebbc9fb2981fbe0929360c810a5e3f23718d3d9;hp=ab36d841570a86f81a1f2940cc9908a0365c13b0;hpb=2e28cef27d410758de989875ca20a88c5592b296;p=lhc%2Fweb%2Fwiklou.git diff --git a/autoload.php b/autoload.php index ab36d84157..13037ff98e 100644 --- a/autoload.php +++ b/autoload.php @@ -39,7 +39,7 @@ $wgAutoloadLocalClasses = [ 'ApiEditPage' => __DIR__ . '/includes/api/ApiEditPage.php', 'ApiEmailUser' => __DIR__ . '/includes/api/ApiEmailUser.php', 'ApiErrorFormatter' => __DIR__ . '/includes/api/ApiErrorFormatter.php', - 'ApiErrorFormatter_BackCompat' => __DIR__ . '/includes/api/ApiErrorFormatter.php', + 'ApiErrorFormatter_BackCompat' => __DIR__ . '/includes/api/ApiErrorFormatter_BackCompat.php', 'ApiExpandTemplates' => __DIR__ . '/includes/api/ApiExpandTemplates.php', 'ApiFeedContributions' => __DIR__ . '/includes/api/ApiFeedContributions.php', 'ApiFeedRecentChanges' => __DIR__ . '/includes/api/ApiFeedRecentChanges.php', @@ -564,6 +564,8 @@ $wgAutoloadLocalClasses = [ 'GenerateNormalizerDataAr' => __DIR__ . '/maintenance/language/generateNormalizerDataAr.php', 'GenerateNormalizerDataMl' => __DIR__ . '/maintenance/language/generateNormalizerDataMl.php', 'GenerateSitemap' => __DIR__ . '/maintenance/generateSitemap.php', + 'GenerateUcfirstOverrides' => __DIR__ . '/maintenance/language/generateUcfirstOverrides.php', + 'GenerateUpperCharTable' => __DIR__ . '/maintenance/language/generateUpperCharTable.php', 'GenericArrayObject' => __DIR__ . '/includes/libs/GenericArrayObject.php', 'GenericParameterJob' => __DIR__ . '/includes/jobqueue/GenericParameterJob.php', 'GetConfiguration' => __DIR__ . '/maintenance/getConfiguration.php', @@ -1048,28 +1050,28 @@ $wgAutoloadLocalClasses = [ 'PHPVersionCheck' => __DIR__ . '/includes/PHPVersionCheck.php', 'PNGHandler' => __DIR__ . '/includes/media/PNGHandler.php', 'PNGMetadataExtractor' => __DIR__ . '/includes/media/PNGMetadataExtractor.php', - 'PPCustomFrame_DOM' => __DIR__ . '/includes/parser/Preprocessor_DOM.php', - 'PPCustomFrame_Hash' => __DIR__ . '/includes/parser/Preprocessor_Hash.php', - 'PPDPart' => __DIR__ . '/includes/parser/Preprocessor_DOM.php', - 'PPDPart_Hash' => __DIR__ . '/includes/parser/Preprocessor_Hash.php', - 'PPDStack' => __DIR__ . '/includes/parser/Preprocessor_DOM.php', - 'PPDStackElement' => __DIR__ . '/includes/parser/Preprocessor_DOM.php', - 'PPDStackElement_Hash' => __DIR__ . '/includes/parser/Preprocessor_Hash.php', - 'PPDStack_Hash' => __DIR__ . '/includes/parser/Preprocessor_Hash.php', - 'PPFrame' => __DIR__ . '/includes/parser/Preprocessor.php', - 'PPFrame_DOM' => __DIR__ . '/includes/parser/Preprocessor_DOM.php', - 'PPFrame_Hash' => __DIR__ . '/includes/parser/Preprocessor_Hash.php', + 'PPCustomFrame_DOM' => __DIR__ . '/includes/parser/PPCustomFrame_DOM.php', + 'PPCustomFrame_Hash' => __DIR__ . '/includes/parser/PPCustomFrame_Hash.php', + 'PPDPart' => __DIR__ . '/includes/parser/PPDPart.php', + 'PPDPart_Hash' => __DIR__ . '/includes/parser/PPDPart_Hash.php', + 'PPDStack' => __DIR__ . '/includes/parser/PPDStack.php', + 'PPDStackElement' => __DIR__ . '/includes/parser/PPDStackElement.php', + 'PPDStackElement_Hash' => __DIR__ . '/includes/parser/PPDStackElement_Hash.php', + 'PPDStack_Hash' => __DIR__ . '/includes/parser/PPDStack_Hash.php', + 'PPFrame' => __DIR__ . '/includes/parser/PPFrame.php', + 'PPFrame_DOM' => __DIR__ . '/includes/parser/PPFrame_DOM.php', + 'PPFrame_Hash' => __DIR__ . '/includes/parser/PPFrame_Hash.php', 'PPFuzzTest' => __DIR__ . '/maintenance/preprocessorFuzzTest.php', 'PPFuzzTester' => __DIR__ . '/maintenance/preprocessorFuzzTest.php', 'PPFuzzUser' => __DIR__ . '/maintenance/preprocessorFuzzTest.php', - 'PPNode' => __DIR__ . '/includes/parser/Preprocessor.php', - 'PPNode_DOM' => __DIR__ . '/includes/parser/Preprocessor_DOM.php', - 'PPNode_Hash_Array' => __DIR__ . '/includes/parser/Preprocessor_Hash.php', - 'PPNode_Hash_Attr' => __DIR__ . '/includes/parser/Preprocessor_Hash.php', - 'PPNode_Hash_Text' => __DIR__ . '/includes/parser/Preprocessor_Hash.php', - 'PPNode_Hash_Tree' => __DIR__ . '/includes/parser/Preprocessor_Hash.php', - 'PPTemplateFrame_DOM' => __DIR__ . '/includes/parser/Preprocessor_DOM.php', - 'PPTemplateFrame_Hash' => __DIR__ . '/includes/parser/Preprocessor_Hash.php', + 'PPNode' => __DIR__ . '/includes/parser/PPNode.php', + 'PPNode_DOM' => __DIR__ . '/includes/parser/PPNode_DOM.php', + 'PPNode_Hash_Array' => __DIR__ . '/includes/parser/PPNode_Hash_Array.php', + 'PPNode_Hash_Attr' => __DIR__ . '/includes/parser/PPNode_Hash_Attr.php', + 'PPNode_Hash_Text' => __DIR__ . '/includes/parser/PPNode_Hash_Text.php', + 'PPNode_Hash_Tree' => __DIR__ . '/includes/parser/PPNode_Hash_Tree.php', + 'PPTemplateFrame_DOM' => __DIR__ . '/includes/parser/PPTemplateFrame_DOM.php', + 'PPTemplateFrame_Hash' => __DIR__ . '/includes/parser/PPTemplateFrame_Hash.php', 'PackedHoverImageGallery' => __DIR__ . '/includes/gallery/PackedHoverImageGallery.php', 'PackedImageGallery' => __DIR__ . '/includes/gallery/PackedImageGallery.php', 'PackedOverlayImageGallery' => __DIR__ . '/includes/gallery/PackedOverlayImageGallery.php',