In the $clearState=true case, remove strip marker prefixes from the Parser::parse...
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 16 Mar 2012 00:29:26 +0000 (00:29 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 16 Mar 2012 00:29:26 +0000 (00:29 +0000)
commitf15a91f2931bf32745d925a41668b31e4602ef82
treec13f419a1ea67536cc90c0ea2ca408f0f4989c80
parent4febcf9cc188580ad824260a87788263a84900aa
In the $clearState=true case, remove strip marker prefixes from the Parser::parse() input. It's only possible for strip markers to be present in this case if the caller manages to guess the output of Parser::getRandomString() in advance. Even if that is possible, it's not recommended as a robust calling procedure.

Also cleaned up some old commented-out code in this area.
includes/parser/Parser.php