Last modified: 2013-11-18 04:36:54 UTC
Message not properly parsed. I get the following result in UI: ---- Es gibt im Wiki bereits eine [/wiki/File:Arvicola_terrestris.JPG andere Datei] gleichen Namens. ---- Exptected behavior: clickable "File:Arvicola_terrestris.JPG" (linking to the file) not the raw output. Will lookup message soon.
Message appears in UpWiz (de interface lang) when entering a title which already exists. Message is https://translatewiki.net/wiki/MediaWiki:Mwe-upwiz-api-warning-exists/de
Just tested on my local wiki using UW master and seems fine. Where are you seeing this? what version of MW and UW?
(In reply to comment #2) > what version of MW and UW? Live version @Commons. Directly before writing this. Important: You have to press submit/publish (the last step). It tried to publish the file (the throbber appeared) but then found that there was a file with that name already, if I remember correctly.
https://commons.wikimedia.org/w/index.php?title=Commons:Upload_help&oldid=101150677#Cannot_find_existing_file.3F
>>> mw.msg( 'mwe-upwiz-api-warning-exists', 'abc' ) "There is [abc another file] already on the wiki with the same filename" >>> mw.message( 'mwe-upwiz-api-warning-exists', 'abc' ).parse() "There is <a href="abc">another file</a> already on the wiki with the same filename"
https://github.com/wikimedia/mediawiki-extensions-UploadWizard/pull/11
Change 77491 had a related patch set uploaded by Rillke: Messages with links in it must be parsed https://gerrit.wikimedia.org/r/77491
Created attachment 13083 [details] Screenshot of UploadWizard FF 20.0 showing red error message that has an error in it How to reproduce: * Upload An_image.jpg * Try uploading An_image.png with UploadWizard (Just another extension)
As for the wrong file in the exists-normalized warning, this is now Bug 52699 Incredible how many errors such a “simple” feature can have ...
Change 77491 merged by jenkins-bot: Messages with links in it must be parsed https://gerrit.wikimedia.org/r/77491
I believe the commit fixed this.