https://bugzilla.wikimedia.org/show_bug.cgi?id=67931

--- Comment #4 from Antoine "hashar" Musso <[email protected]> ---
(In reply to Greg Grossmeier from comment #2)
> Antoine: would this break any of the auto-fancy stuff like where we fetch an
> image from prod commons if we need it?

That is done by setting $wgUseInstantCommons = true which has commons URL
hardcoded directly in includes/Setup.php

if ( $wgUseInstantCommons ) {
    $wgForeignFileRepos[] = array(
        'class' => 'ForeignAPIRepo',
        'name' => 'wikimediacommons',
        'apibase' => WebRequest::detectProtocol() === 'https' ?
            'https://commons.wikimedia.org/w/api.php' :
            'http://commons.wikimedia.org/w/api.php',
        ...
    );
}

So the auto-fancy fetching of missing images will still work :]

-- 
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

Reply via email to