Had to revert the changes in r14424 / r14427 due to massive side-effect breakage...
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 28 May 2006 09:31:04 +0000 (09:31 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 28 May 2006 09:31:04 +0000 (09:31 +0000)
commitf6a581a9b95c66b52b9004c2cdfad7c3548c33b0
tree5b6212ca5fd52b2e86626428f8e017666ebe070f
parent2690a3fe363544e678d59353d08feb6c6c53228e
Had to revert the changes in r14424 / r14427 due to massive side-effect breakage on zh.wikipedia.org:
* Move parameter replacement before brace transformations in most of the
  wfMsg() family (except for wfMsgHtml). This allows things like {{plural:}},
  {{urlencode:}}, and {{fullurl:}} to be used in most cases correctly.
  The content or UI language will be used accordingly for (forContent)?.
* Work around glitch with the above in {{int:}}; skip redundant transformations,
  allow the including parser to do it.
* Fix {{int:}} to use content language, so it won't break caches and links
  tables and randomly include data from the wrong language.

Uncertain what the cause is of the breakage, I have a hard time duplicating it
and it looks massively wrong (should not be possible). Failure on Parser.php
line 590, claims var not array, but the check two lines above ensures that
it is first...
RELEASE-NOTES
includes/GlobalFunctions.php
includes/Parser.php