Page MenuHomePhabricator

"ignore all warnings" ignored
Closed, InvalidPublic

Description

Author: dev

Description:
When I upload a file and tag "ignore all warnings", I expect
a .ps file to be uploaded although .ps is not in
$wgFileExtensions. But the upload fails. My patch repairs that.


Version: 1.7.x
Severity: normal
OS: Linux

Details

Reference
bz6602

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:21 PM
bzimport set Reference to bz6602.
bzimport added a subscriber: Unknown Object (MLST).

dev wrote:

ignore warning about wrong file type

Ignore warning about wrong file type. Note that my patch from bug 6598 is
included in this patch.

Attached:

If you need this, use the existing options to allow non-
whitelisted extensions to be uploaded as a warning instead of non-
overridable fatal error.