From: Steve Sanbeg Date: Tue, 12 Dec 2006 00:02:17 +0000 (+0000) Subject: refactor template arg parsing into static method; this may prevent a future fork... X-Git-Tag: 1.31.0-rc.0~54929 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=8f5a6d9b8b84ca18f0be909bb2ece31a8f164f3c;p=lhc%2Fweb%2Fwiklou.git refactor template arg parsing into static method; this may prevent a future fork of it, since it could be useful for parserfunctions, too. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d687621555..fb167e0f85 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -270,6 +270,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN chunk instead of pointing to the last title of current chunk. * (bug 4673) Special:AllPages : add a 'previous' link (new message 'prevpage') * (bug 8121) wfRandom() was not between 0 and 1 +* Add static method Parser::createAssocArgs($args), so parser functions can + use the same code to parse arguments as the templates do. == Languages updated ==