r85595 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85594‎ | r85595 | r85596 >
Date:23:55, 6 April 2011
Author:neilk
Status:deferred
Tags:
Comment:
added some comments
Modified paths:
  • /trunk/extensions/UploadWizard/UploadWizard.config.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/UploadWizard.config.php
@@ -126,7 +126,8 @@
127127 'licensesThirdParty' => array(
128128 'type' => 'and',
129129 'licenseGroups' => array(
130 - array(
 130+ array(
 131+ // This should be a list of all CC licenses we can reasonably expect to find around the web
131132 'head' => 'mwe-upwiz-license-cc-head',
132133 'subhead' => 'mwe-upwiz-license-cc-subhead',
133134 'licenses' => array(
@@ -138,6 +139,8 @@
139140 )
140141 ),
141142 array(
 143+ // n.b. as of April 2011, Flickr still uses CC 2.0 licenses.
 144+ // The White House also has an account there, hence the Public Domain US Government license
142145 'head' => 'mwe-upwiz-license-flickr-head',
143146 'subhead' => 'mwe-upwiz-license-flickr-subhead',
144147 'prependTemplates' => array( 'flickrreview' ),
@@ -156,7 +159,8 @@
157160 'pd-us',
158161 )
159162 ),
160 - array(
 163+ array(
 164+ // omitted navy because it is believed only MultiChil uses it heavily. Could add it back
161165 'head' => 'mwe-upwiz-license-usgov-head',
162166 'licenses' => array(
163167 'pd-usgov',

Status & tagging log