19 May 2013 23:55
[MediaWiki-commits] [Gerrit] Correct flickr url generation. - change (mediawiki...UploadWizard)
TheDJ (Code Review <gerrit <at> wikimedia.org>
2013-05-19 21:55:49 GMT
2013-05-19 21:55:49 GMT
TheDJ has submitted this change and it was merged. Change subject: Correct flickr url generation. ...................................................................... Correct flickr url generation. The urls for images in flickr was getting wrong. Setting it to the right thing as per http://www.flickr.com/services/api/misc.urls.html Note: Couldn't test this locally because of the curl error, so please test before merging Bug 46559 Change-Id: I57900feba9eafc5c4790b17459c857bccdf9e236 --- M resources/mw.FlickrChecker.js 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: TheDJ: Verified; Looks good to me, approved jenkins-bot: Checked diff --git a/resources/mw.FlickrChecker.js b/resources/mw.FlickrChecker.js index 4f6b99d..012a04f 100644 --- a/resources/mw.FlickrChecker.js +++ b/resources/mw.FlickrChecker.js <at> <at> -84,7 +84,7 <at> <at> api_key: _this.apiKey,(Continue reading)
RSS Feed