r65031 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65030‎ | r65031 | r65032 >
Date:14:56, 14 April 2010
Author:catrope
Status:ok
Tags:
Comment:
1.16wmf4: MFT r65029
Modified paths:
  • /branches/wmf/1.16wmf4/includes/specials/SpecialUpload.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/includes/specials/SpecialUpload.php
@@ -955,14 +955,14 @@
956956 );
957957 }
958958
959 - $descriptor['DestFileWarningAck'] = array(
 959+ $descriptor['wpDestFileWarningAck'] = array(
960960 'type' => 'hidden',
961961 'id' => 'wpDestFileWarningAck',
962962 'default' => $this->mDestWarningAck ? '1' : '',
963963 );
964964
965965 if ( $this->mForReUpload ) {
966 - $descriptor['ForReUpload'] = array(
 966+ $descriptor['wpForReUpload'] = array(
967967 'type' => 'hidden',
968968 'id' => 'wpForReUpload',
969969 'default' => '1',
Property changes on: branches/wmf/1.16wmf4/includes/specials/SpecialUpload.php
___________________________________________________________________
Name: svn:mergeinfo
970970 + /branches/REL1_15/phase3/includes/specials/SpecialUpload.php:51646
/branches/sqlite/includes/specials/SpecialUpload.php:58211-58321
/branches/wmf-deployment/includes/specials/SpecialUpload.php:53381,56967,60970
/trunk/phase3/includes/specials/SpecialUpload.php:63045,63047,63549,63764,63897-63901,64846,64860,64862,65029

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r65029Follow-up to r65027: Prefix all hidden fields with wp. This was not necessary...btongminh14:47, 14 April 2010

Status & tagging log