r10672 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10671‎ | r10672 | r10673 >
Date:17:59, 20 August 2005
Author:nikerabbit
Status:old
Tags:
Comment:
bug 3208: split the other meaning of filedesc to fileuploadsummary, which is wikitext
Modified paths:
  • /trunk/phase3/includes/SpecialUpload.php (modified) (history)
  • /trunk/phase3/languages/Language.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialUpload.php
@@ -530,7 +530,7 @@
531531 $sourcefilename = wfMsgHtml( 'sourcefilename' );
532532 $destfilename = wfMsgHtml( 'destfilename' );
533533
534 - $fd = wfMsgHtml( 'filedesc' );
 534+ $summary = wfMsgWikiHtml( 'fileuploadsummary' );
535535 $ulb = wfMsgHtml( 'uploadbtn' );
536536
537537
@@ -565,7 +565,7 @@
566566 <input tabindex='1' type='text' name='wpDestFile' id='wpDestFile' size='40' value=\"$encDestFile\" />
567567 </td></tr><tr>
568568
569 - <td align='right'>{$fd}:</td><td align='left'>
 569+ <td align='right'>{$summary}</td><td align='left'>
570570 <textarea tabindex='2' name='wpUploadDescription' rows='6' cols='{$cols}'{$ew}>"
571571 . htmlspecialchars( $this->mUploadDescription ) .
572572 "</textarea>
Index: trunk/phase3/languages/Language.php
@@ -1012,6 +1012,7 @@
10131013 'uploadlogpagetext' => 'Below is a list of the most recent file uploads.',
10141014 'filename' => 'Filename',
10151015 'filedesc' => 'Summary',
 1016+'fileuploadsummary' => 'Summary:',
10161017 'filestatus' => 'Copyright status',
10171018 'filesource' => 'Source',
10181019 'copyrightpage' => "Project:Copyrights",

Follow-up revisions

RevisionCommit summaryAuthorDate
r34370(bug 3208) Allow wikisyntax for the tag line contentleon14:58, 7 May 2008

Status & tagging log