* Made Special:RevisionDelete use the local variables stored in the RequestContext...
[lhc/web/wiklou.git] / includes / AutoLoader.php
index b852fca..34c34e0 100644 (file)
@@ -49,11 +49,9 @@ $wgAutoloadLocalClasses = array(
        'ConfEditorToken' => 'includes/ConfEditor.php',
        'Cookie' => 'includes/Cookie.php',
        'CookieJar' => 'includes/Cookie.php',
-       'CreativeCommonsRdf' => 'includes/Metadata.php',
        'DiffHistoryBlob' => 'includes/HistoryBlob.php',
        'DjVuImage' => 'includes/DjVuImage.php',
        'DoubleReplacer' => 'includes/StringUtils.php',
-       'DublinCoreRdf' => 'includes/Metadata.php',
        'DummyLinker' => 'includes/Linker.php',
        'Dump7ZipOutput' => 'includes/Export.php',
        'DumpBZip2Output' => 'includes/Export.php',
@@ -153,6 +151,7 @@ $wgAutoloadLocalClasses = array(
        'MessageBlobStore' => 'includes/MessageBlobStore.php',
        'MimeMagic' => 'includes/MimeMagic.php',
        'MWException' => 'includes/Exception.php',
+       'MWExceptionHandler' => 'includes/Exception.php',
        'MWFunction' => 'includes/MWFunction.php',
        'MWHttpRequest' => 'includes/HttpFunctions.php',
        'MWInit' => 'includes/Init.php',
@@ -251,6 +250,7 @@ $wgAutoloadLocalClasses = array(
        # includes/actions
        'CreditsAction' => 'includes/actions/CreditsAction.php',
        'PurgeAction' => 'includes/actions/PurgeAction.php',
+       'RevisiondeleteAction' => 'includes/actions/RevisiondeleteAction.php',
        'UnwatchAction' => 'includes/actions/WatchAction.php',
        'WatchAction' => 'includes/actions/WatchAction.php',
 
@@ -263,6 +263,7 @@ $wgAutoloadLocalClasses = array(
        'ApiEditPage' => 'includes/api/ApiEditPage.php',
        'ApiEmailUser' => 'includes/api/ApiEmailUser.php',
        'ApiExpandTemplates' => 'includes/api/ApiExpandTemplates.php',
+       'ApiFeedContributions' => 'includes/api/ApiFeedContributions.php',
        'ApiFeedWatchlist' => 'includes/api/ApiFeedWatchlist.php',
        'ApiFileRevert' => 'includes/api/ApiFileRevert.php',
        'ApiFormatBase' => 'includes/api/ApiFormatBase.php',
@@ -317,6 +318,7 @@ $wgAutoloadLocalClasses = array(
        'ApiQueryInfo' => 'includes/api/ApiQueryInfo.php',
        'ApiQueryIWBacklinks' => 'includes/api/ApiQueryIWBacklinks.php',
        'ApiQueryIWLinks' => 'includes/api/ApiQueryIWLinks.php',
+       'ApiQueryLangBacklinks' => 'includes/api/ApiQueryLangBacklinks.php',
        'ApiQueryLangLinks' => 'includes/api/ApiQueryLangLinks.php',
        'ApiQueryLinks' => 'includes/api/ApiQueryLinks.php',
        'ApiQueryLogEvents' => 'includes/api/ApiQueryLogEvents.php',
@@ -342,6 +344,7 @@ $wgAutoloadLocalClasses = array(
        'ApiUpload' => 'includes/api/ApiUpload.php',
        'ApiUserrights' => 'includes/api/ApiUserrights.php',
        'ApiWatch' => 'includes/api/ApiWatch.php',
+       'UsageException' => 'includes/api/ApiMain.php',
 
        # includes/cache
        'CacheDependency' => 'includes/cache/CacheDependency.php',
@@ -359,10 +362,13 @@ $wgAutoloadLocalClasses = array(
        'TitleDependency' => 'includes/cache/CacheDependency.php',
        'TitleListDependency' => 'includes/cache/CacheDependency.php',
 
-       'UsageException' => 'includes/api/ApiMain.php',
+       # includes/conf
+       'Conf' => 'includes/conf/Conf.php',
+       'DatabaseConf' => 'includes/conf/DatabaseConf.php',
+       'DefaultSettings' => 'includes/conf/DefaultSettings.php',
 
        # includes/db
-       'Blob' => 'includes/db/Database.php',
+       'Blob' => 'includes/db/DatabaseUtility.php',
        'ChronologyProtector' => 'includes/db/LBFactory.php',
        'CloneDatabase' => 'includes/db/CloneDatabase.php',
        'Database' => 'includes/db/DatabaseMysql.php',
@@ -375,20 +381,20 @@ $wgAutoloadLocalClasses = array(
        'DatabaseSqlite' => 'includes/db/DatabaseSqlite.php',
        'DatabaseSqliteStandalone' => 'includes/db/DatabaseSqlite.php',
        'DatabaseType' => 'includes/db/Database.php',
-       'DBConnectionError' => 'includes/db/Database.php',
-       'DBError' => 'includes/db/Database.php',
-       'DBObject' => 'includes/db/Database.php',
-       'DBQueryError' => 'includes/db/Database.php',
-       'DBUnexpectedError' => 'includes/db/Database.php',
-       'FakeResultWrapper' => 'includes/db/Database.php',
-       'Field' => 'includes/db/Database.php',
+       'DBConnectionError' => 'includes/db/DatabaseError.php',
+       'DBError' => 'includes/db/DatabaseError.php',
+       'DBObject' => 'includes/db/DatabaseUtility.php',
+       'DBQueryError' => 'includes/db/DatabaseError.php',
+       'DBUnexpectedError' => 'includes/db/DatabaseError.php',
+       'FakeResultWrapper' => 'includes/db/DatabaseUtility.php',
+       'Field' => 'includes/db/DatabaseUtility.php',
        'IBM_DB2Blob' => 'includes/db/DatabaseIbm_db2.php',
        'IBM_DB2Field' => 'includes/db/DatabaseIbm_db2.php',
        'LBFactory' => 'includes/db/LBFactory.php',
        'LBFactory_Multi' => 'includes/db/LBFactory_Multi.php',
        'LBFactory_Simple' => 'includes/db/LBFactory.php',
        'LBFactory_Single' => 'includes/db/LBFactory_Single.php',
-       'LikeMatch' => 'includes/db/Database.php',
+       'LikeMatch' => 'includes/db/DatabaseUtility.php',
        'LoadBalancer' => 'includes/db/LoadBalancer.php',
        'LoadBalancer_Single' => 'includes/db/LBFactory_Single.php',
        'LoadMonitor' => 'includes/db/LoadMonitor.php',
@@ -398,7 +404,7 @@ $wgAutoloadLocalClasses = array(
        'ORAField' => 'includes/db/DatabaseOracle.php',
        'ORAResult' => 'includes/db/DatabaseOracle.php',
        'PostgresField' => 'includes/db/DatabasePostgres.php',
-       'ResultWrapper' => 'includes/db/Database.php',
+       'ResultWrapper' => 'includes/db/DatabaseUtility.php',
        'SQLiteField' => 'includes/db/DatabaseSqlite.php',
 
        # includes/diff
@@ -502,8 +508,8 @@ $wgAutoloadLocalClasses = array(
        'CSSJanus' => 'includes/libs/CSSJanus.php',
        'CSSMin' => 'includes/libs/CSSMin.php',
        'IEContentAnalyzer' => 'includes/libs/IEContentAnalyzer.php',
+       'IEUrlExtension' => 'includes/libs/IEUrlExtension.php',
        'JavaScriptMinifier' => 'includes/libs/JavaScriptMinifier.php',
-       'Spyc' => 'includes/libs/spyc.php',
 
        # includes/media
        'BitmapHandler' => 'includes/media/Bitmap.php',
@@ -566,41 +572,54 @@ $wgAutoloadLocalClasses = array(
        'LinkHolderArray' => 'includes/parser/LinkHolderArray.php',
        'LinkMarkerReplacer' => 'includes/parser/Parser_LinkHooks.php',
        'MWTidy' => 'includes/parser/Tidy.php',
-       'Parser' => 'includes/parser/Parser.php',
-       'Parser_DiffTest' => 'includes/parser/Parser_DiffTest.php',
-       'Parser_LinkHooks' => 'includes/parser/Parser_LinkHooks.php',
-       'ParserCache' => 'includes/parser/ParserCache.php',
-       'ParserOptions' => 'includes/parser/ParserOptions.php',
-       'ParserOutput' => 'includes/parser/ParserOutput.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',
-       'PPDStack_Hash' => 'includes/parser/Preprocessor_Hash.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',
+       'ParserOutput' => 'includes/parser/ParserOutput.php',
+       'Parser_DiffTest' => 'includes/parser/Parser_DiffTest.php',
+       'Parser_LinkHooks' => 'includes/parser/Parser_LinkHooks.php',
        '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
        'Profiler' => 'includes/profiler/Profiler.php',
        'ProfilerSimple' => 'includes/profiler/ProfilerSimple.php',
        'ProfilerSimpleText' => 'includes/profiler/ProfilerSimpleText.php',
+       'ProfilerSimpleTrace' => 'includes/profiler/ProfilerSimpleTrace.php',
        'ProfilerSimpleUDP' => 'includes/profiler/ProfilerSimpleUDP.php',
        'ProfilerStub' => 'includes/profiler/ProfilerStub.php',
 
@@ -615,6 +634,7 @@ $wgAutoloadLocalClasses = array(
        'ResourceLoaderUserGroupsModule' => 'includes/resourceloader/ResourceLoaderUserGroupsModule.php',
        'ResourceLoaderUserModule' => 'includes/resourceloader/ResourceLoaderUserModule.php',
        'ResourceLoaderUserOptionsModule' => 'includes/resourceloader/ResourceLoaderUserOptionsModule.php',
+       'ResourceLoaderUserTokensModule' => 'includes/resourceloader/ResourceLoaderUserTokensModule.php',
        'ResourceLoaderWikiModule' => 'includes/resourceloader/ResourceLoaderWikiModule.php',
 
        # includes/revisiondelete
@@ -788,6 +808,8 @@ $wgAutoloadLocalClasses = array(
        'DeleteArchivedFilesImplementation' => 'maintenance/deleteArchivedFiles.inc',
        'DeleteArchivedRevisionsImplementation' => 'maintenance/deleteArchivedRevisions.inc',
        'DeleteDefaultMessages' => 'maintenance/deleteDefaultMessages.php',
+       'FakeMaintenance' => 'maintenance/Maintenance.php',
+       'Maintenance' => 'maintenance/Maintenance.php',
        'PopulateCategory' => 'maintenance/populateCategory.php',
        'PopulateLogSearch' => 'maintenance/populateLogSearch.php',
        'PopulateLogUsertext' => 'maintenance/populateLogUsertext.php',