MediaWiki talk:Gadget-Flickrfixr.js

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Shows the image?[edit]

Hello, I have not yet had the time to install the code, but does it show the image from Flickr on the image page? A critical aspect of flickrreview is that the images on Commons and Flickr match. -- Bryan (talk to me) 19:29, 18 June 2007 (UTC)[reply]

encodeURIComponent[edit]

This, too, should use encodeURIComponent wherever a URL is constructed. For instance

function init_flickrfixr() {
  var url = flickrfixr_api_url + "format=xml&action=query&prop=templates&titles=" +
            encodeURIComponent (wgPageName);

Otherwise it may not work as expected for image names that contain '&', I think. Lupo 07:23, 21 September 2007 (UTC)[reply]


bug[edit]

This is a bug - the }} at {{uncat}} was removed spuriously. As well, this script doesn't auto-save, marking the edit always as minor? It should. – Mike.lifeguard | @en.wb 03:30, 2 March 2008 (UTC)[reply]

Also, the script should be able to handle the "human review needed" templates used by the bot. – Mike.lifeguard | @en.wb 20:45, 2 March 2008 (UTC)[reply]
Another case of removing text incorrectly: [1] – Mike.lifeguard | @en.wb 21:55, 4 March 2008 (UTC)[reply]

One script with all code necessary?[edit]

I had a glad look on this script, too and it is definitly not desireable to have >3 scripts for the same task.

You find more information on User talk:ZooFari/licensereviewer.js#Rewrite coming soon -- RE rillke questions? 17:06, 13 November 2011 (UTC)[reply]