* Implement MW_VERSION constant in Defines.php and use it in preference to $wgVersion...
authorHappy-melon <happy-melon@users.mediawiki.org>
Sat, 7 May 2011 14:53:08 +0000 (14:53 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Sat, 7 May 2011 14:53:08 +0000 (14:53 +0000)
commitfd34d0354b6842acb0bb0cd990e508375f390f37
treea63fa273cc6ecdb4d59ea1e0ae7f9b4ee2ad115f
parent9edb28b7450a69e0941a19e2a78b5afe816076fd
* Implement MW_VERSION constant in Defines.php and use it in preference to $wgVersion.  Defines.php will have been loaded anywhere that DefaultSettings.php has been loaded.
* Move the declaration of $wgFeedClasses from Defines.php to WebStart.php
13 files changed:
includes/DefaultSettings.php
includes/Defines.php
includes/Export.php
includes/Feed.php
includes/GlobalFunctions.php
includes/HttpFunctions.php
includes/OutputPage.php
includes/Setup.php
includes/installer/DatabaseUpdater.php
includes/installer/WebInstallerOutput.php
includes/resourceloader/ResourceLoaderStartUpModule.php
includes/specials/SpecialVersion.php
tests/parserTests.php