https://bugzilla.wikimedia.org/show_bug.cgi?id=31644
Derk-Jan Hartman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Derk-Jan Hartman <[email protected]> 2011-10-22 18:56:27 UTC --- Uses WikiMap:makeForeignLink() and WikiMap::getForeignURL, which uses the getURL()/getCanonical() variant for these links. We could switch getForeignUrl to make use of getFullURL which would give back a protocol relative url. Impact points for getForeignURL are: /AbuseFilter/special/SpecialAbuseLog.php /GlobalUsage/ApiQueryGlobalUsage.php For makeForeignLink(): /AbuseFilter/special/SpecialAbuseLog.php /GlobalUsage/ApiQueryGlobalUsage.php Alternative is to add new static helper functions, to match the ones Roan added for the wiki references... -- 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
