r95829 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95828‎ | r95829 | r95830 >
Date:02:23, 31 August 2011
Author:erik
Status:ok (Comments)
Tags:
Comment:
Revert r94923

The use of cc-zero template was not a copy/paste error. There is no Own-pd
template on Commons, so this is causing uploaded files to be marked with
a non-existent template (which has been temporarily redirected to Cc-zero).
Reverted revision should be deployed ASAP.
Modified paths:
  • /trunk/extensions/UploadWizard/UploadWizard.config.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/UploadWizard.config.php
@@ -142,7 +142,7 @@
143143 'own-pd' => array(
144144 'msg' => 'mwe-upwiz-license-own-pd',
145145 'icons' => array( 'cc-zero' ),
146 - 'templates' => array( 'own-pd' )
 146+ 'templates' => array( 'cc-zero' )
147147 ),
148148 'cc-by-sa-2.5' => array(
149149 'msg' => 'mwe-upwiz-license-cc-by-sa-2.5',

Follow-up revisions

RevisionCommit summaryAuthorDate
r958871.17wmf1: MFT UploadWizard fixes r95691, r95726, r95727, r95793, r95815, r958...catrope17:10, 31 August 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r94923fix probable cp errorjeroendedauw18:58, 18 August 2011

Comments

#Comment by Jeroen De Dauw (talk | contribs)   13:49, 31 August 2011

Right. Since r95727 this will actually work :)

Status & tagging log