r91594 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91593‎ | r91594 | r91595 >
Date:20:07, 6 July 2011
Author:bawolff
Status:ok
Tags:
Comment:
Remove 'upload-wasdeleted' message. Its no longer used.

Original feature was (accidently?) removed/broken in r57868 and then re-created
using the message 'upload-recreate-warning' in r65339.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -1318,7 +1318,6 @@
13191319 'upload-options',
13201320 'watchthisupload',
13211321 'filewasdeleted',
1322 - 'upload-wasdeleted',
13231322 'filename-bad-prefix',
13241323 'filename-prefix-blacklist',
13251324 'upload-success-subj',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -2187,10 +2187,6 @@
21882188 'watchthisupload' => 'Watch this file',
21892189 'filewasdeleted' => 'A file of this name has been previously uploaded and subsequently deleted.
21902190 You should check the $1 before proceeding to upload it again.',
2191 -'upload-wasdeleted' => "'''Warning: You are uploading a file that was previously deleted.'''
2192 -
2193 -You should consider whether it is appropriate to continue uploading this file.
2194 -The deletion log for this file is provided here for convenience:",
21952191 'filename-bad-prefix' => "The name of the file you are uploading begins with '''\"\$1\"''', which is a non-descriptive name typically assigned automatically by digital cameras.
21962192 Please choose a more descriptive name for your file.",
21972193 'filename-prefix-blacklist' => ' #<!-- leave this line exactly as it is --> <pre>

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r57868Rewrote Special:Upload to allow easier extension. Mostly backwards compatible...btongminh19:41, 18 October 2009
r65339When visiting a 'red link' of a deleted file, a deletion and move log excerpt...churchofemacs20:30, 20 April 2010

Status & tagging log