Last modified: 2014-01-02 11:49:23 UTC
Hello if you try to upload the deleted file will result as a 3 different messages.I don't know 3 messages is,and it changes everytime as a real bug.You can upload it in old form.
Hi Ferry, unfortunately this report is not very useful because it does not describe the problem well. If you have time and can still reproduce the problem, please read https://www.mediawiki.org/wiki/How_to_report_a_bug and add a more useful description to this report by providing exact steps to reproduce (click by click). Also, which exact Mediawiki version is this about?
Downgrading to normal until we have more information.
Created attachment 11445 [details] Upload Blocker Upload Blocker bug,which deleted files can't uploaded again by UploadWizard but works in normal upload form
I can confirm this. It's hyper-annoying when testing the UploadWizard. To reproduce, upload any file through UW. Once that's gone through, visit the file description page and delete the file. Then try to upload the same file again through UW. It's in mw.UploadWizardUpload.js, the 'duplicate-archive' case at line 225ff. See also bug 39852 (there used to be a way to override this).
At least users having the appropriate rights should have a possiblity to override this. Off-hand I don't see any user right that would be 100% appropriate (I see no 'deleted-reupload' or some such), the closest existing right appears to be 'reupload'. Since the normal upload form allows re-uploading of previously deleted files (though giving a warning about this), the override could maybe be provided for anybody irrespective of user rights.
There already is functionality to handle this, but it was disable due to bug 39852. Seeing if we care revive it now.
Related URL: https://gerrit.wikimedia.org/r/65318 (Gerrit Change I55e3ef9b3224f7a31c8d738e75a241010ed55226)