User "Krinkle" posted a comment on MediaWiki.r86657. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/86657#c16277 Commit summary:
Added jquery.json library to core. Comment: I'd say request it upstream. Possible reasons not to would be backwards compatibility and/or problems with $.secureEvalJSON (ie. it replacing things it shouldn't in some edge cases). If MediaWiki does not want people to use it non-secure, I'd recommend doing <code>$.evalJSON = null;</code> instead of <code>$.evalJSON = $.secureEvalJSON;</code>. That way people that are familiar with the Google Code project won't get confused when something goes wrong. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
