X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=autoload.php;h=d9e126822a2ccc4787c2fa5a464b49a28593fdc9;hp=38ad652eb0f50bc1b047d8198e8d787fa6aac3c5;hb=a32b1b16ef2703bfbffbd66e866064ac31b51133;hpb=862a4622110eb2f74405ce3e8b3f1d2097ffbcf4 diff --git a/autoload.php b/autoload.php index 38ad652eb0..d9e126822a 100644 --- a/autoload.php +++ b/autoload.php @@ -353,7 +353,7 @@ $wgAutoloadLocalClasses = [ 'DatabaseBase' => __DIR__ . '/includes/libs/rdbms/database/Database.php', 'DatabaseInstaller' => __DIR__ . '/includes/installer/DatabaseInstaller.php', 'DatabaseLag' => __DIR__ . '/maintenance/lag.php', - 'DatabaseLogEntry' => __DIR__ . '/includes/logging/LogEntry.php', + 'DatabaseLogEntry' => __DIR__ . '/includes/logging/DatabaseLogEntry.php', 'DatabaseMssql' => __DIR__ . '/includes/libs/rdbms/database/DatabaseMssql.php', 'DatabaseMysqlBase' => __DIR__ . '/includes/libs/rdbms/database/DatabaseMysqlBase.php', 'DatabaseMysqli' => __DIR__ . '/includes/libs/rdbms/database/DatabaseMysqli.php', @@ -589,11 +589,11 @@ $wgAutoloadLocalClasses = [ 'HTMLFileCache' => __DIR__ . '/includes/cache/HTMLFileCache.php', 'HTMLFloatField' => __DIR__ . '/includes/htmlform/fields/HTMLFloatField.php', 'HTMLForm' => __DIR__ . '/includes/htmlform/HTMLForm.php', - 'HTMLFormActionFieldLayout' => __DIR__ . '/includes/htmlform/HTMLFormElement.php', + 'HTMLFormActionFieldLayout' => __DIR__ . '/includes/htmlform/HTMLFormActionFieldLayout.php', 'HTMLFormElement' => __DIR__ . '/includes/htmlform/HTMLFormElement.php', 'HTMLFormField' => __DIR__ . '/includes/htmlform/HTMLFormField.php', 'HTMLFormFieldCloner' => __DIR__ . '/includes/htmlform/fields/HTMLFormFieldCloner.php', - 'HTMLFormFieldLayout' => __DIR__ . '/includes/htmlform/HTMLFormElement.php', + 'HTMLFormFieldLayout' => __DIR__ . '/includes/htmlform/HTMLFormFieldLayout.php', 'HTMLFormFieldRequiredOptionsException' => __DIR__ . '/includes/htmlform/HTMLFormFieldRequiredOptionsException.php', 'HTMLFormFieldWithButton' => __DIR__ . '/includes/htmlform/fields/HTMLFormFieldWithButton.php', 'HTMLHiddenField' => __DIR__ . '/includes/htmlform/fields/HTMLHiddenField.php', @@ -772,7 +772,7 @@ $wgAutoloadLocalClasses = [ 'LanguageZh_hans' => __DIR__ . '/languages/classes/LanguageZh_hans.php', 'Languages' => __DIR__ . '/maintenance/language/languages.inc', 'LayeredParameterizedPassword' => __DIR__ . '/includes/password/LayeredParameterizedPassword.php', - 'LegacyLogFormatter' => __DIR__ . '/includes/logging/LogFormatter.php', + 'LegacyLogFormatter' => __DIR__ . '/includes/logging/LegacyLogFormatter.php', 'License' => __DIR__ . '/includes/specials/helpers/License.php', 'Licenses' => __DIR__ . '/includes/specials/formfields/Licenses.php', 'LinkBatch' => __DIR__ . '/includes/cache/LinkBatch.php', @@ -790,10 +790,10 @@ $wgAutoloadLocalClasses = [ 'LoadBalancer' => __DIR__ . '/includes/libs/rdbms/loadbalancer/LoadBalancer.php', 'LoadBalancerSingle' => __DIR__ . '/includes/libs/rdbms/loadbalancer/LoadBalancerSingle.php', 'LocalFile' => __DIR__ . '/includes/filerepo/file/LocalFile.php', - 'LocalFileDeleteBatch' => __DIR__ . '/includes/filerepo/file/LocalFile.php', - 'LocalFileLockError' => __DIR__ . '/includes/filerepo/file/LocalFile.php', - 'LocalFileMoveBatch' => __DIR__ . '/includes/filerepo/file/LocalFile.php', - 'LocalFileRestoreBatch' => __DIR__ . '/includes/filerepo/file/LocalFile.php', + 'LocalFileDeleteBatch' => __DIR__ . '/includes/filerepo/file/LocalFileDeleteBatch.php', + 'LocalFileLockError' => __DIR__ . '/includes/filerepo/file/LocalFileLockError.php', + 'LocalFileMoveBatch' => __DIR__ . '/includes/filerepo/file/LocalFileMoveBatch.php', + 'LocalFileRestoreBatch' => __DIR__ . '/includes/filerepo/file/LocalFileRestoreBatch.php', 'LocalIdLookup' => __DIR__ . '/includes/user/LocalIdLookup.php', 'LocalRepo' => __DIR__ . '/includes/filerepo/LocalRepo.php', 'LocalSettingsGenerator' => __DIR__ . '/includes/installer/LocalSettingsGenerator.php', @@ -803,7 +803,7 @@ $wgAutoloadLocalClasses = [ 'LockManager' => __DIR__ . '/includes/libs/lockmanager/LockManager.php', 'LockManagerGroup' => __DIR__ . '/includes/filebackend/lockmanager/LockManagerGroup.php', 'LogEntry' => __DIR__ . '/includes/logging/LogEntry.php', - 'LogEntryBase' => __DIR__ . '/includes/logging/LogEntry.php', + 'LogEntryBase' => __DIR__ . '/includes/logging/LogEntryBase.php', 'LogEventsList' => __DIR__ . '/includes/logging/LogEventsList.php', 'LogFormatter' => __DIR__ . '/includes/logging/LogFormatter.php', 'LogPage' => __DIR__ . '/includes/logging/LogPage.php', @@ -851,7 +851,7 @@ $wgAutoloadLocalClasses = [ 'MalformedTitleException' => __DIR__ . '/includes/title/MalformedTitleException.php', 'ManageForeignResources' => __DIR__ . '/maintenance/manageForeignResources.php', 'ManageJobs' => __DIR__ . '/maintenance/manageJobs.php', - 'ManualLogEntry' => __DIR__ . '/includes/logging/LogEntry.php', + 'ManualLogEntry' => __DIR__ . '/includes/logging/ManualLogEntry.php', 'MapCacheLRU' => __DIR__ . '/includes/libs/MapCacheLRU.php', 'MappedIterator' => __DIR__ . '/includes/libs/MappedIterator.php', 'MarkpatrolledAction' => __DIR__ . '/includes/actions/MarkpatrolledAction.php', @@ -1134,8 +1134,6 @@ $wgAutoloadLocalClasses = [ 'PostgreSqlLockManager' => __DIR__ . '/includes/libs/lockmanager/PostgreSqlLockManager.php', 'PostgresInstaller' => __DIR__ . '/includes/installer/PostgresInstaller.php', 'PostgresUpdater' => __DIR__ . '/includes/installer/PostgresUpdater.php', - 'PreferencesForm' => __DIR__ . '/includes/specials/forms/PreferencesFormLegacy.php', - 'PreferencesFormLegacy' => __DIR__ . '/includes/specials/forms/PreferencesFormLegacy.php', 'PreferencesFormOOUI' => __DIR__ . '/includes/specials/forms/PreferencesFormOOUI.php', 'PrefixSearch' => __DIR__ . '/includes/search/PrefixSearch.php', 'PrefixingStatsdDataFactoryProxy' => __DIR__ . '/includes/libs/stats/PrefixingStatsdDataFactoryProxy.php', @@ -1179,7 +1177,7 @@ $wgAutoloadLocalClasses = [ 'QuorumLockManager' => __DIR__ . '/includes/libs/lockmanager/QuorumLockManager.php', 'RCCacheEntry' => __DIR__ . '/includes/changes/RCCacheEntry.php', 'RCCacheEntryFactory' => __DIR__ . '/includes/changes/RCCacheEntryFactory.php', - 'RCDatabaseLogEntry' => __DIR__ . '/includes/logging/LogEntry.php', + 'RCDatabaseLogEntry' => __DIR__ . '/includes/logging/RCDatabaseLogEntry.php', 'RCFeed' => __DIR__ . '/includes/rcfeed/RCFeed.php', 'RCFeedEngine' => __DIR__ . '/includes/rcfeed/RCFeedEngine.php', 'RCFeedFormatter' => __DIR__ . '/includes/rcfeed/RCFeedFormatter.php', @@ -1291,7 +1289,7 @@ $wgAutoloadLocalClasses = [ 'RunJobs' => __DIR__ . '/maintenance/runJobs.php', 'RunnableJob' => __DIR__ . '/includes/jobqueue/RunnableJob.php', 'SVGMetadataExtractor' => __DIR__ . '/includes/media/SVGMetadataExtractor.php', - 'SVGReader' => __DIR__ . '/includes/media/SVGMetadataExtractor.php', + 'SVGReader' => __DIR__ . '/includes/media/SVGReader.php', 'SamplingStatsdClient' => __DIR__ . '/includes/libs/stats/SamplingStatsdClient.php', 'Sanitizer' => __DIR__ . '/includes/parser/Sanitizer.php', 'ScopedLock' => __DIR__ . '/includes/libs/lockmanager/ScopedLock.php', @@ -1543,7 +1541,7 @@ $wgAutoloadLocalClasses = [ 'UploadStash' => __DIR__ . '/includes/upload/UploadStash.php', 'UploadStashBadPathException' => __DIR__ . '/includes/upload/exception/UploadStashBadPathException.php', 'UploadStashException' => __DIR__ . '/includes/upload/exception/UploadStashException.php', - 'UploadStashFile' => __DIR__ . '/includes/upload/UploadStash.php', + 'UploadStashFile' => __DIR__ . '/includes/upload/UploadStashFile.php', 'UploadStashFileException' => __DIR__ . '/includes/upload/exception/UploadStashFileException.php', 'UploadStashFileNotFoundException' => __DIR__ . '/includes/upload/exception/UploadStashFileNotFoundException.php', 'UploadStashNoSuchKeyException' => __DIR__ . '/includes/upload/exception/UploadStashNoSuchKeyException.php',