https://bugzilla.wikimedia.org/show_bug.cgi?id=31812
--- Comment #2 from Brion Vibber <[email protected]> 2011-10-19 18:28:58 UTC --- The ? bit is probably from use of encodeURI() instead of encodeURIComponent: https://commons.wikimedia.org/wiki/MediaWiki:Stockphoto.js this.backlink_url = location.protocol + "//commons.wikimedia.org/wiki/" + encodeURI(wgPageName); After a forced refresh I can see an 'https:' in there (the location.protocol + ... bit) which was added October 13... may indicate some caching bugs (or just that it's still not being loaded ideally through RL). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
