Use AutoLoader to load classes:
authorDomas Mituzas <midom@users.mediawiki.org>
Thu, 1 Jun 2006 07:22:49 +0000 (07:22 +0000)
committerDomas Mituzas <midom@users.mediawiki.org>
Thu, 1 Jun 2006 07:22:49 +0000 (07:22 +0000)
commitbda0b8e104f5463d19806c5a2b7fe98edfe7a15f
tree82d4765a4e3adf303a1b24cb6711d6a459413d93
parent6711d4714ce4000c0016307786e3e6e314b28bc0
Use AutoLoader to load classes:
* remove require_once() throughout whole code, yet left in few places
* move global functions in HttpUtils, ProxyTools, Credits to class methods
* php5 only: __autoload() now used, combined with class->file map and require()
* move initialization of $wgValidSkinNames to Skin::getSkinNames()
* few more changes that will surely break stuff.
57 files changed:
includes/AjaxDispatcher.php
includes/AjaxFunctions.php
includes/Article.php
includes/AutoLoader.php [new file with mode: 0644]
includes/Block.php
includes/CacheManager.php
includes/CategoryPage.php
includes/ChangesList.php
includes/Credits.php
includes/Database.php
includes/DatabaseOracle.php
includes/DatabasePostgreSQL.php
includes/DifferenceEngine.php
includes/EditPage.php
includes/Export.php
includes/ExternalStoreDB.php
includes/GlobalFunctions.php
includes/HistoryBlob.php
includes/HttpFunctions.php
includes/Image.php
includes/ImagePage.php
includes/LinksUpdate.php
includes/LoadBalancer.php
includes/LogPage.php
includes/Math.php
includes/MessageCache.php
includes/ObjectCache.php
includes/OutputPage.php
includes/PageHistory.php
includes/Parser.php
includes/ParserXML.php
includes/Profiling.php
includes/ProxyTools.php
includes/QueryPage.php
includes/RawPage.php
includes/RecentChange.php
includes/Revision.php
includes/SearchEngine.php
includes/SearchMySQL.php
includes/SearchMySQL4.php
includes/SearchTsearch2.php
includes/SearchUpdate.php
includes/Setup.php
includes/Skin.php
includes/SkinTemplate.php
includes/SpecialBlockme.php
includes/SpecialPage.php
includes/SpecialPreferences.php
includes/SpecialRecentchanges.php
includes/SpecialUpload.php
includes/SpecialUserlogin.php
includes/SpecialVersion.php
includes/Title.php
includes/UpdateClasses.php
includes/User.php
includes/WebRequest.php
includes/Wiki.php