r31255 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r31254‎ | r31255 | r31256 >
Date:13:01, 25 February 2008
Author:werdna
Status:old
Tags:
Comment:
Bring the filepageexists message in-line with the actual behaviour of the software (see bug 4636)
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1421,7 +1421,7 @@
14221422 'largefileserver' => 'This file is bigger than the server is configured to allow.',
14231423 'emptyfile' => 'The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file.',
14241424 'fileexists' => 'A file with this name exists already, please check <strong><tt>$1</tt></strong> if you are not sure if you want to change it.',
1425 -'filepageexists' => 'A page (not a file) with this name exists already, please check <strong><tt>$1</tt></strong> if you are not sure if you want to change it.',
 1425+'filepageexists' => "The description page for this file has already been created at <strong><tt>$1</tt></strong>, but no file with this name currently exists. The summary you enter will not appear on the description page. To make your summary appear there, you will need to manually edit it",
14261426 'fileexists-extension' => 'A file with a similar name exists:<br />
14271427 Name of the uploading file: <strong><tt>$1</tt></strong><br />
14281428 Name of the existing file: <strong><tt>$2</tt></strong><br />
Index: trunk/phase3/RELEASE-NOTES
@@ -40,6 +40,7 @@
4141 * (bug 13132) Unable to unprotect pages protected with earlier versions of MediaWiki
4242 * (bug 13140) Show parent categories in category namespace
4343 * (bug 13149) Correctly format 'fileexists' message on Upload page.
 44+* Make filepageexists accurate.
4445
4546 === API changes in 1.13 ===
4647

Status & tagging log