https://bugzilla.wikimedia.org/show_bug.cgi?id=37108
--- Comment #1 from Mark Holmquist <[email protected]> 2012-05-25 17:45:25 UTC --- The reason it's working in Opera is because ApiUploadHandler doesn't set the ignorewarnings field, and we just made sure it would use that in a recent bug fix. Apparently, when ignorewarnings is set, the hash check is either not performed or not reported for some reason. So, we could either unset ignorewarnings for FormDataTransport browsers, or we could set ignorewarnings for ApiUploadHandler browsers. In the former case, we lose some of the flexibility for title-related errors, which could be fixed in the Details step of UW. In the latter case, we lose any capacity to act on the hash check in the first step, but at least we're consistent. The third option is to debug core and figure out why the hash check isn't performed when ignorewarnings is set and the duplicate filename error is already present (try renaming a file you've uploaded before, chrome and firefox will complain then). I'll start into this now, because both of the above options have major drawbacks. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
