r95038 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95037‎ | r95038 | r95039 >
Date:20:11, 19 August 2011
Author:neilk
Status:resolved (Comments)
Tags:
Comment:
licenses for Wiki Loves Monuments
Modified paths:
  • /trunk/extensions/UploadWizard/UploadWizard.config.php (modified) (history)
  • /trunk/extensions/UploadWizard/UploadWizardHooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/UploadWizard.config.php
@@ -72,6 +72,56 @@
7373 'templates' => array( 'GFDL', 'cc-by-sa-3.0' ),
7474 'icons' => array( 'cc-by', 'cc-sa' )
7575 ),
 76+ 'cc-by-sa-3.0-at' => array(
 77+ 'msg' => 'wm-license-cc-by-sa-3.0-at-text',
 78+ 'templates' => array( 'cc-by-sa-3.0-at' ),
 79+ 'icons' => array( 'cc-by', 'cc-sa' )
 80+ ),
 81+ 'cc-by-sa-3.0-de' => array(
 82+ 'msg' => 'wm-license-cc-by-sa-3.0-de-text',
 83+ 'templates' => array( 'cc-by-sa-3.0-de' ),
 84+ 'icons' => array( 'cc-by', 'cc-sa' )
 85+ ),
 86+ 'cc-by-sa-3.0-ee' => array(
 87+ 'msg' => 'wm-license-cc-by-sa-3.0-ee-text',
 88+ 'templates' => array( 'cc-by-sa-3.0-ee' ),
 89+ 'icons' => array( 'cc-by', 'cc-sa' )
 90+ ),
 91+ 'cc-by-sa-3.0-es' => array(
 92+ 'msg' => 'wm-license-cc-by-sa-3.0-es-text',
 93+ 'templates' => array( 'cc-by-sa-3.0-es' ),
 94+ 'icons' => array( 'cc-by', 'cc-sa' )
 95+ ),
 96+ 'cc-by-sa-3.0-hr' => array(
 97+ 'msg' => 'wm-license-cc-by-sa-3.0-hr-text',
 98+ 'templates' => array( 'cc-by-sa-3.0-hr' ),
 99+ 'icons' => array( 'cc-by', 'cc-sa' )
 100+ ),
 101+ 'cc-by-sa-3.0-lu' => array(
 102+ 'msg' => 'wm-license-cc-by-sa-3.0-lu-text',
 103+ 'templates' => array( 'cc-by-sa-3.0-lu' ),
 104+ 'icons' => array( 'cc-by', 'cc-sa' )
 105+ ),
 106+ 'cc-by-sa-3.0-nl' => array(
 107+ 'msg' => 'wm-license-cc-by-sa-3.0-nl-text',
 108+ 'templates' => array( 'cc-by-sa-3.0-nl' ),
 109+ 'icons' => array( 'cc-by', 'cc-sa' )
 110+ ),
 111+ 'cc-by-sa-3.0-no' => array(
 112+ 'msg' => 'wm-license-cc-by-sa-3.0-no-text',
 113+ 'templates' => array( 'cc-by-sa-3.0-no' ),
 114+ 'icons' => array( 'cc-by', 'cc-sa' )
 115+ ),
 116+ 'cc-by-sa-3.0-pl' => array(
 117+ 'msg' => 'wm-license-cc-by-sa-3.0-pl-text',
 118+ 'templates' => array( 'cc-by-sa-3.0-pl' ),
 119+ 'icons' => array( 'cc-by', 'cc-sa' )
 120+ ),
 121+ 'cc-by-sa-3.0-ro' => array(
 122+ 'msg' => 'wm-license-cc-by-sa-3.0-ro-text',
 123+ 'templates' => array( 'cc-by-sa-3.0-ro' ),
 124+ 'icons' => array( 'cc-by', 'cc-sa' )
 125+ ),
76126 'cc-by-3.0' => array(
77127 'msg' => 'mwe-upwiz-license-cc-by-3.0',
78128 'icons' => array( 'cc-by' )
Index: trunk/extensions/UploadWizard/UploadWizardHooks.php
@@ -360,7 +360,17 @@
361361 'mw-coolcats-confirm-new-title',
362362 'mw-coolcats-confirm-new',
363363 'mw-coolcats-confirm-new-ok',
364 - 'mw-coolcats-confirm-new-cancel'
 364+ 'mw-coolcats-confirm-new-cancel',
 365+ 'wm-license-cc-by-sa-3.0-at-text',
 366+ 'wm-license-cc-by-sa-3.0-de-text',
 367+ 'wm-license-cc-by-sa-3.0-ee-text',
 368+ 'wm-license-cc-by-sa-3.0-es-text',
 369+ 'wm-license-cc-by-sa-3.0-hr-text',
 370+ 'wm-license-cc-by-sa-3.0-lu-text',
 371+ 'wm-license-cc-by-sa-3.0-nl-text',
 372+ 'wm-license-cc-by-sa-3.0-no-text',
 373+ 'wm-license-cc-by-sa-3.0-pl-text',
 374+ 'wm-license-cc-by-sa-3.0-ro-text',
365375 ),
366376 'group' => 'ext.uploadWizard'
367377 ),

Follow-up revisions

RevisionCommit summaryAuthorDate
r95196nationalized license texts for wiki loves monuments, followup to r95038neilk12:52, 22 August 2011

Comments

#Comment by Multichill (talk | contribs)   20:31, 19 August 2011

I'm afraid this isn't going to work with.

  • mwe-upwiz-license-cc-by-sa-3.0 contains "Creative Commons Attribution ShareAlike 3.0 "
  • Wm-license-cc-by-sa-3.0-no-text contains "This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Norway license."
#Comment by NeilK (talk | contribs)   12:53, 22 August 2011

should be fixed in r95196

Status & tagging log