Followup to r85706 and friends: now that Math messages have been moved to extension...
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 9 Apr 2011 19:57:35 +0000 (19:57 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 9 Apr 2011 19:57:35 +0000 (19:57 +0000)
commit8ee5e020542da99d7bdaf27ad5c2b0bb47cac6a8
tree259637ce32da415e4bf61f3a5f683113e6852288
parentbea0cca50b053270df67106f8b55da22a4c7054c
Followup to r85706 and friends: now that Math messages have been moved to extension, move out the settings list and constants.

* MW_MATH_* constants are now defined in Math extension
* Language::getMathNames() is removed
* mathNames section in message files is removed
* A hardcoded preference override in refreshLinks moved to MaintenanceRefreshLinksInit hook
includes/Defines.php
includes/LocalisationCache.php
languages/Language.php
languages/messages/MessagesEn.php
maintenance/refreshLinks.php