User "^demon" changed the status of MediaWiki.r89710. Old Status: new New Status: fixme
User "^demon" also posted a comment on MediaWiki.r89710. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89710#c17841 Commit summary: add back json support Comment: * Please do not use $_GET or $_POST directly, use WebRequest (a global instance of which exists as $wgRequest). * Same thing with <tt>header()</tt>, do <tt>$wgRequest->response()->header()</tt> instead. * Don't use json_encode/decode() directly, use our FormatJson wrapper class. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
