r66942 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66941‎ | r66942 | r66943 >
Date:06:32, 27 May 2010
Author:tstarling
Status:ok
Tags:
Comment:
MFT r65029: fix form field names broken by r66941
Modified paths:
  • /branches/REL1_16/phase3/includes/specials (modified) (history)
  • /branches/REL1_16/phase3/includes/specials/SpecialUpload.php (modified) (history)

Diff [purge]

Index: branches/REL1_16/phase3/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/REL1_16/phase3/includes/specials
___________________________________________________________________
Name: svn:mergeinfo
970970 - /branches/REL1_15/phase3/includes/specials:51646
/branches/sqlite/includes/specials:58211-58321
/branches/wmf-deployment/includes/specials:53381,56967
/trunk/phase3/includes/specials:63045,63047,63490,63549,63764,63897-63901,64180,64837,64846,64860,64862,64881,64948,64957,65025
971971 + /branches/REL1_15/phase3/includes/specials:51646
/branches/sqlite/includes/specials:58211-58321
/branches/wmf-deployment/includes/specials:53381,56967
/trunk/phase3/includes/specials:63045,63047,63490,63549,63764,63897-63901,64180,64837,64846,64860,64862,64881,64948,64957,65025,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
r66941MFT r65025, bug 23176: fixed broken "upload new version" link. Skipped the wh...tstarling06:21, 27 May 2010

Status & tagging log