Author: rockmfr
Description:
On the upload warning page for Special:Upload, clicking "Cancel upload and return to the upload form" should not result in the "Ignore any warnings" checkbox being checked. Just because the user sees one warning doesn't mean they shouldn't get any more!
There are three legitimate ways that I see to fix this:
- When checking $this->mReUpload, if it is true, then set $this->mIgnoreWarning to false.
- Split the form on the upload warning page into two forms: one for the ignore warning button and one for the cancel upload button.
- Have the ignore warning button on the upload warning page use something else besides wpUpload (i.e., wpUploadNoWarnings).
Version: unspecified
Severity: normal