User "Krinkle" posted a comment on MediaWiki.r102817.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/102817#c25952
Commit summary:

[RL2] Add maintenance script for migrating old-style gadgets to the new style. 
Fully working, only needs protection against multiple runs (log to update_log, 
allow --force to override) and inclusion in the extension updaters so it's run 
automatically from update.php.

Comment:

<pre>
+                               case 'skins':
+                                       // TODO we'll need to implement skins 
support in RL2 too
+                                       //$gadget['settings']['skins'] = 
array_intersect( array_keys( Skin::getSkinNames() ), $params );
</pre>

That feature was recently added in r101828. I'll need to make an interface for 
this. Probably a group of checkboxes, or a {tag|select|o}}-"multiple", or 
perhaps a propCloud-instance like for "required rights" where the choice is 
also limited. 

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to