r64847 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64846‎ | r64847 | r64848 >
Date:03:26, 10 April 2010
Author:tstarling
Status:ok
Tags:
Comment:
MFT r64846: fix $1 in uploadtext
Modified paths:
  • /branches/wmf/1.16wmf4/includes/specials (modified) (history)
  • /branches/wmf/1.16wmf4/includes/specials/SpecialUpload.php (modified) (history)
  • /branches/wmf/1.16wmf4/includes/specials/SpecialUserlogin.php (modified) (history)

Diff [purge]

Property changes on: branches/wmf/1.16wmf4/includes/specials/SpecialUserlogin.php
___________________________________________________________________
Name: svn:mergeinfo
11 - /branches/REL1_15/phase3/includes/specials/SpecialUserlogin.php:51646
/branches/sqlite/includes/specials/SpecialUserlogin.php:58211-58321
/branches/wmf-deployment/includes/specials/SpecialUserlogin.php:53381,56967,60970
/trunk/phase3/includes/specials/SpecialUserlogin.php:63045,63047,63490,63549,63764,63897-63901,64837,64844
22 + /branches/REL1_15/phase3/includes/specials/SpecialUserlogin.php:51646
/branches/sqlite/includes/specials/SpecialUserlogin.php:58211-58321
/branches/wmf-deployment/includes/specials/SpecialUserlogin.php:53381,56967,60970
/trunk/phase3/includes/specials/SpecialUserlogin.php:63045,63047,63490,63549,63764,63897-63901,64837,64844,64846
Index: branches/wmf/1.16wmf4/includes/specials/SpecialUpload.php
@@ -231,7 +231,9 @@
232232 }
233233
234234 # Add text to form
235 - $form->addPreText( '<div id="uploadtext">' . wfMsgExt( 'uploadtext', 'parse' ) . '</div>');
 235+ $form->addPreText( '<div id="uploadtext">' .
 236+ wfMsgExt( 'uploadtext', 'parse', array( $this->mDesiredDestName ) ) .
 237+ '</div>' );
236238 # Add upload error message
237239 $form->addPreText( $message );
238240
Property changes on: branches/wmf/1.16wmf4/includes/specials
___________________________________________________________________
Name: svn:mergeinfo
239241 - /branches/REL1_15/phase3/includes/specials:51646
/branches/sqlite/includes/specials:58211-58321
/branches/wmf-deployment/includes/specials:53381,56967,60970
/trunk/phase3/includes/specials:63045,63047,63549,63764,63897-63901,64844
240242 + /branches/REL1_15/phase3/includes/specials:51646
/branches/sqlite/includes/specials:58211-58321
/branches/wmf-deployment/includes/specials:53381,56967,60970
/trunk/phase3/includes/specials:63045,63047,63549,63764,63897-63901,64844,64846

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64846(bug 23127) Fix for r57868, pass destination file name as $1 to uploadtext me...tstarling03:25, 10 April 2010

Status & tagging log