Fixes for Shinjiman's Special:Version updates r49995-r50121:
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 16 Aug 2009 08:31:47 +0000 (08:31 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 16 Aug 2009 08:31:47 +0000 (08:31 +0000)
commitef620db81f68b4b85c527cc1f8589a6413d6d021
treeb7da003b9257eccdc8b96979115337d0425b46f1
parent00483cd3478efada7825edb9306a8e230d042792
Fixes for Shinjiman's Special:Version updates r49995-r50121:
* Fixed formal parameter bloat in formatCredits() by passing the whole $extension array to the function and interpreting it there instead of in the caller.
* Fixed the overloading of getSvnRevision() with boolean parameters by splitting it into getSvnInfo(), which gets an associative array, and getSvnRevision(), which provides only the old behaviour as used by external callers like ApiQuerySiteinfo.
* A few tweaks and rewrites for other inelegant code
includes/specials/SpecialVersion.php