"MZMcBride" posted a comment on MediaWiki.r114231.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/114231#c32468

Commit summary for MediaWiki.r114231:

Fixed a few "strip tag exposed" bugs.
* Introduced Parser::killMarkers() based on the concept from StringFunctions. 
Used it in cases where markerStripCallback() doesn't make sense semantically, 
namely grammar, padleft, padright and anchorencode. Used markerStripCallback() 
in other cases.
* Changed headline unstrip order as suggested by P.Copp on bug 18295
* In CPF::lc() and CPF::uc(), removed the is_callable(). This was a temporary 
testing hack committed by me in r30109, which allowed me to do differential 
testing against a copy of the parser from before that revision.

MZMcBride's comment:

This is related to bug 35315.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to