https://bugzilla.wikimedia.org/show_bug.cgi?id=17329
--- Comment #1 from P.Copp <[email protected]> 2009-02-02 23:53:40 UTC --- Created an attachment (id=5772) --> (https://bugzilla.wikimedia.org/attachment.cgi?id=5772) Proposed patch: Use $wgMessageCache->mParser in $wgOut->parse This patch basically does three things: *Add ->mParsing to the Parser to keep track, if this parser is currently in use. *Make MessageCache's parser publicly usable *Add a check to OutputPage::parse to switch to MessageCache's parser in case that $wgParser is in use. I've tested it locally and it seems that it fixes the four bugs mentioned above. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
