r31254 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r31253‎ | r31254 | r31255 >
Date:12:48, 25 February 2008
Author:werdna
Status:old
Tags:
Comment:
* (bug 13149) Correctly format fileexists message on Upload page.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/SpecialUpload.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialUpload.php
@@ -612,7 +612,7 @@
613613 $dlink2 = '';
614614 }
615615
616 - $warning .= '<li>' . wfMsgExt( 'fileexists', 'parseinline', $dlink ) . '</li>' . $dlink2;
 616+ $warning .= '<li>' . wfMsgExt( 'fileexists', array('parseinline','replaceafter'), $dlink ) . '</li>' . $dlink2;
617617
618618 } elseif( $file->getTitle()->getArticleID() ) {
619619 $lnk = $sk->makeKnownLinkObj( $file->getTitle(), '', 'redirect=no' );
Index: trunk/phase3/RELEASE-NOTES
@@ -30,6 +30,7 @@
3131 article. This is so that readers who don't know what a red link is aren't
3232 confused when they are told they are range-blocked.
3333 * One can turn off syndicatino feeds by setting $wgFeed to false
 34+* (bug 13137) Bots now able to edit protected pages.
3435
3536 === Bug fixes in 1.13 ===
3637
@@ -37,8 +38,8 @@
3839 * (bug 13084) Increase size of source/destination filename fields in upload form
3940 * (bug 13115) rebuildrecentchanges should print the current value of $wgRCMaxAge
4041 * (bug 13132) Unable to unprotect pages protected with earlier versions of MediaWiki
41 -* (bug 13137) Bots to edit protected pages
4242 * (bug 13140) Show parent categories in category namespace
 43+* (bug 13149) Correctly format 'fileexists' message on Upload page.
4344
4445 === API changes in 1.13 ===
4546

Status & tagging log