r87965 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87964‎ | r87965 | r87966 >
Date:12:14, 13 May 2011
Author:kaldari
Status:ok
Tags:
Comment:
removing obscure license option that isnt currently used by uploadwizard and has a bogus description anyway
Modified paths:
  • /trunk/extensions/UploadWizard/UploadWizard.config.php (modified) (history)
  • /trunk/extensions/UploadWizard/UploadWizard.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/UploadWizard.config.php
@@ -34,11 +34,6 @@
3535 'templates' => array( 'GFDL', 'cc-by-sa-3.0' ),
3636 'icons' => array( 'cc-by', 'cc-sa' )
3737 ),
38 - 'cc-by-3.0-gfdl' => array(
39 - 'msg' => 'mwe-upwiz-license-cc-by-3.0-gfdl',
40 - 'templates' => array( 'GFDL', 'cc-by-3.0' ),
41 - 'icons' => array( 'cc-by' )
42 - ),
4338 'cc-by-3.0' => array(
4439 'msg' => 'mwe-upwiz-license-cc-by-3.0',
4540 'icons' => array( 'cc-by' )
Index: trunk/extensions/UploadWizard/UploadWizard.i18n.php
@@ -214,7 +214,6 @@
215215 'mwe-upwiz-license-attribution' => 'May be used for any purpose, including commercially, if the copyright holder is properly attributed',
216216 'mwe-upwiz-license-gfdl' => 'GNU Free Documentation License',
217217 'mwe-upwiz-license-cc-by-sa-3.0-gfdl' => 'Copyleft, attribution required (GFDL, CC-BY-SA-3.0)',
218 - 'mwe-upwiz-license-cc-by-3.0-gfdl' => 'Attribution required (GFDL, CC-BY-SA-3.0)',
219218
220219 'mwe-upwiz-license-cc-head' => 'The copyright holder published {{PLURAL:$1|this work|these works}} with the right Creative Commons license',
221220 'mwe-upwiz-license-cc-subhead' => 'Not all Creative Commons licenses are good for {{SITENAME}} -- make sure the copyright holder used one of these licenses.',

Status & tagging log