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


Michael Dale <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Michael Dale <[email protected]>  2009-11-04 02:05:54 UTC ---
The Flickr being displayed while another repo is defaulted was an error fixed
in r58513 

If you put something like the following in your MediaWiki:Commons.js page you
can set the defaults. 

if( typeof mwAddMediaConfig == 'undefined' ){
    mwAddMediaConfig = {};
}
mwAddMediaConfig['enabled_cps'] = [ 'wiki_commons', 'archive_org',
'metavid','flickr', 'upload' ];
//or to enable all of them you could use: 
mwAddMediaConfig['enabled_cps'] = 'all';

We should add the ability to set the mwAddMediaConfig var in LocalSettings.php
type configuration as well. 


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
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