It helps when you don't break things...
[lhc/web/wiklou.git] / includes / AutoLoader.php
index 596e6f8..29ffb05 100644 (file)
@@ -22,6 +22,7 @@ function __autoload($className) {
                'TurckBagOStuff' => 'includes/BagOStuff.php',
                'APCBagOStuff' => 'includes/BagOStuff.php',
                'eAccelBagOStuff' => 'includes/BagOStuff.php',
+               'XCacheBagOStuff' => 'includes/BagOStuff.php',
                'DBABagOStuff' => 'includes/BagOStuff.php',
                'Block' => 'includes/Block.php',
                'HTMLFileCache' => 'includes/HTMLFileCache.php',
@@ -93,10 +94,7 @@ function __autoload($className) {
                'HistoryBlobStub' => 'includes/HistoryBlob.php',
                'HistoryBlobCurStub' => 'includes/HistoryBlob.php',
                'HTMLCacheUpdate' => 'includes/HTMLCacheUpdate.php',
-               'HTMLCacheUpdateJob' => 'includes/HTMLCacheUpdate.php',
                'Http' => 'includes/HttpFunctions.php',
-               'Image' => 'includes/Image.php',
-               'ArchivedFile' => 'includes/Image.php',
                'IP' => 'includes/IP.php',
                'ThumbnailImage' => 'includes/Image.php',
                'ImageGallery' => 'includes/ImageGallery.php',
@@ -104,6 +102,10 @@ function __autoload($className) {
                'ImageHistoryList' => 'includes/ImagePage.php',
                'ImageRemote' => 'includes/ImageRemote.php',
                'Job' => 'includes/JobQueue.php',
+               'EmaillingJob' => 'includes/EmaillingJob.php',
+               'EnotifNotifyJob' => 'includes/EnotifNotifyJob.php',
+               'HTMLCacheUpdateJob' => 'includes/HTMLCacheUpdate.php',
+               'RefreshLinksJob' => 'includes/RefreshLinksJob.php',
                'Licenses' => 'includes/Licenses.php',
                'License' => 'includes/Licenses.php',
                'LinkBatch' => 'includes/LinkBatch.php',
@@ -130,7 +132,6 @@ function __autoload($className) {
                'ReverseChronologicalPager' => 'includes/Pager.php',
                'TablePager' => 'includes/Pager.php',
                'Parser' => 'includes/Parser.php',
-               'Tidy' => 'includes/Tidy.php',
                'ParserOutput' => 'includes/ParserOutput.php',
                'ParserOptions' => 'includes/ParserOptions.php',
                'ParserCache' => 'includes/ParserCache.php',
@@ -192,6 +193,7 @@ function __autoload($className) {
                'MostimagesPage' => 'includes/SpecialMostimages.php',
                'MostlinkedPage' => 'includes/SpecialMostlinked.php',
                'MostlinkedCategoriesPage' => 'includes/SpecialMostlinkedcategories.php',
+               'SpecialMostlinkedtemplates' => 'includes/SpecialMostlinkedtemplates.php',
                'MostrevisionsPage' => 'includes/SpecialMostrevisions.php',
                'FewestrevisionsPage' => 'includes/SpecialFewestrevisions.php',
                'MovePageForm' => 'includes/SpecialMovepage.php',
@@ -210,6 +212,7 @@ function __autoload($className) {
                'ShortPagesPage' => 'includes/SpecialShortpages.php',
                'UncategorizedCategoriesPage' => 'includes/SpecialUncategorizedcategories.php',
                'UncategorizedPagesPage' => 'includes/SpecialUncategorizedpages.php',
+               'UncategorizedTemplatesPage' => 'includes/SpecialUncategorizedtemplates.php',
                'PageArchive' => 'includes/SpecialUndelete.php',
                'UndeleteForm' => 'includes/SpecialUndelete.php',
                'DBUnlockForm' => 'includes/SpecialUnlockdb.php',
@@ -248,9 +251,26 @@ function __autoload($className) {
                'Xml' => 'includes/Xml.php',
                'ZhClient' => 'includes/ZhClient.php',
                'memcached' => 'includes/memcached-client.php',
+               'EmaillingJob' => 'includes/JobQueue.php',
+               'WatchlistEditor' => 'includes/WatchlistEditor.php',
+
+               # filerepo
+               'ArchivedFile' => 'includes/filerepo/ArchivedFile.php',
+               'File' => 'includes/filerepo/File.php',
+               'FileRepo' => 'includes/filerepo/FileRepo.php',
+               'ForeignDBFile' => 'includes/filerepo/ForeignDBFile.php',
+               'ForeignDBRepo' => 'includes/filerepo/ForeignDBRepo.php',
+               'FSRepo' => 'includes/filerepo/FSRepo.php',
+               'Image' => 'includes/filerepo/LocalFile.php',
+               'LocalFile' => 'includes/filerepo/LocalFile.php',
+               'LocalRepo' => 'includes/filerepo/LocalRepo.php',
+               'OldLocalFile' => 'includes/filerepo/OldLocalFile.php',
+               'RepoGroup' => 'includes/filerepo/RepoGroup.php',
+               'UnregisteredLocalFile' => 'includes/filerepo/UnregisteredLocalFile.php',
 
                # Media
                'BitmapHandler' => 'includes/media/Bitmap.php',
+               'BmpHandler' => 'includes/media/BMP.php',
                'DjVuHandler' => 'includes/media/DjVu.php',
                'MediaHandler' => 'includes/media/Generic.php',
                'ImageHandler' => 'includes/media/Generic.php',
@@ -286,10 +306,21 @@ function __autoload($className) {
                'ApiPageSet' => 'includes/api/ApiPageSet.php',
                'ApiQuery' => 'includes/api/ApiQuery.php',
                'ApiQueryAllpages' => 'includes/api/ApiQueryAllpages.php',
+               'ApiQueryAllLinks' => 'includes/api/ApiQueryAllLinks.php',
+               'ApiQueryAllUsers' => 'includes/api/ApiQueryAllUsers.php',
                'ApiQueryBase' => 'includes/api/ApiQueryBase.php',
+               'ApiQueryGeneratorBase' => 'includes/api/ApiQueryBase.php',
                'ApiQueryBacklinks' => 'includes/api/ApiQueryBacklinks.php',
+               'ApiQueryCategories' => 'includes/api/ApiQueryCategories.php',
+               'ApiQueryCategoryMembers' => 'includes/api/ApiQueryCategoryMembers.php',
                'ApiQueryContributions' => 'includes/api/ApiQueryUserContributions.php',
+               'ApiQueryExternalLinks' => 'includes/api/ApiQueryExternalLinks.php',
+               'ApiQueryExtLinksUsage' => 'includes/api/ApiQueryExtLinksUsage.php',
+               'ApiQueryImages' => 'includes/api/ApiQueryImages.php',
+               'ApiQueryImageInfo' => 'includes/api/ApiQueryImageInfo.php',
                'ApiQueryInfo' => 'includes/api/ApiQueryInfo.php',
+               'ApiQueryLangLinks' => 'includes/api/ApiQueryLangLinks.php',
+               'ApiQueryLinks' => 'includes/api/ApiQueryLinks.php',
                'ApiQueryLogEvents' => 'includes/api/ApiQueryLogEvents.php',
                'ApiQueryRecentChanges'=> 'includes/api/ApiQueryRecentChanges.php',
                'ApiQueryRevisions' => 'includes/api/ApiQueryRevisions.php',
@@ -347,4 +378,4 @@ function wfLoadAllExtensions() {
        }
 }
 
-?>
+