"Catrope" changed the status of MediaWiki.r106003 to "ok" and commented it. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/106003#c27522
Old Status: new > New Status: ok Commit summary for MediaWiki.r106003: change args for feedback and api -- all optional, in array. Catrope's comment: <pre> + options.url = mw.config.get( 'wgServer' ) + mw.config.get( 'wgScriptPath' ) + '/api' + mw.config.get( 'wgScriptExtension' ); </pre> Why not use <code>mw.util.wikiScript( 'api' )</code> ? _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
