X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=autoload.php;h=24a4d72c82a81c4ab29c4d7ec343299e5863c558;hb=42cd43081d607e2bdaf61fdd6b345e3f26942e30;hp=2e504107f6250a96575bc426adb9bf4cffb31db7;hpb=23299ca8790bcf1aebcf54e0932b94338e630474;p=lhc%2Fweb%2Fwiklou.git diff --git a/autoload.php b/autoload.php index 2e504107f6..24a4d72c82 100644 --- a/autoload.php +++ b/autoload.php @@ -72,6 +72,7 @@ $wgAutoloadLocalClasses = array( 'ApiQueryAllMessages' => __DIR__ . '/includes/api/ApiQueryAllMessages.php', 'ApiQueryAllPages' => __DIR__ . '/includes/api/ApiQueryAllPages.php', 'ApiQueryAllRevisions' => __DIR__ . '/includes/api/ApiQueryAllRevisions.php', + 'ApiQueryMyStashedFiles' => __DIR__ . '/includes/api/ApiQueryMyStashedFiles.php', 'ApiQueryAllUsers' => __DIR__ . '/includes/api/ApiQueryAllUsers.php', 'ApiQueryBacklinks' => __DIR__ . '/includes/api/ApiQueryBacklinks.php', 'ApiQueryBacklinksprop' => __DIR__ . '/includes/api/ApiQueryBacklinksprop.php', @@ -291,6 +292,7 @@ $wgAutoloadLocalClasses = array( 'DBMasterPos' => __DIR__ . '/includes/db/DatabaseUtility.php', 'DBQueryError' => __DIR__ . '/includes/db/DatabaseError.php', 'DBReadOnlyError' => __DIR__ . '/includes/db/DatabaseError.php', + 'DBReplicationWaitError' => __DIR__ . '/includes/db/loadbalancer/LBFactory.php', 'DBSiteStore' => __DIR__ . '/includes/site/DBSiteStore.php', 'DBTransactionError' => __DIR__ . '/includes/db/DatabaseError.php', 'DBUnexpectedError' => __DIR__ . '/includes/db/DatabaseError.php', @@ -1211,6 +1213,7 @@ $wgAutoloadLocalClasses = array( 'SpecialProtectedtitles' => __DIR__ . '/includes/specials/SpecialProtectedtitles.php', 'SpecialRandomInCategory' => __DIR__ . '/includes/specials/SpecialRandomInCategory.php', 'SpecialRandomredirect' => __DIR__ . '/includes/specials/SpecialRandomredirect.php', + 'SpecialRandomrootpage' => __DIR__ . '/includes/specials/SpecialRandomrootpage.php', 'SpecialRecentChanges' => __DIR__ . '/includes/specials/SpecialRecentchanges.php', 'SpecialRecentChangesLinked' => __DIR__ . '/includes/specials/SpecialRecentchangeslinked.php', 'SpecialRedirect' => __DIR__ . '/includes/specials/SpecialRedirect.php',