* Re-added $wgMessageCache->addMessages(), there are still some extensions (in and...
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 3 Jul 2009 06:19:39 +0000 (06:19 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 3 Jul 2009 06:19:39 +0000 (06:19 +0000)
commit1f79ae389d441d319c6fc2d8048c495231d0e9e7
tree774ce916b69f07385c3853f2818263600c9c94ec
parent05978d7cf30bb3e0acea3fabcadfe50fa27e663e
* Re-added $wgMessageCache->addMessages(), there are still some extensions (in and out of subversion) that rely on it. Call wfDeprecated().
* Made wfDeprecated() issue a notice only once for each function name instead of every time the function is called.
* Added exceptions for malformed keys input to $wgMessageCache->get(), per CR comments on r52503
* Fixed notice from MWException::useMessageCache()
RELEASE-NOTES
includes/Exception.php
includes/GlobalFunctions.php
includes/LocalisationCache.php
includes/MessageCache.php