Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#7915 closed (wontfix)

Add additional exception information from validators

Reported by: Magnus Persson Owned by: nobody
Component: Core (Other) Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I had some trouble figuring out exactly why my image uploads weren't working properly via the admin interface. Using the python shell and manually stepping thru the validationprocess of isValidImage() I caught some exceptions where some features of PIL were missing (decoders or somesuch). Would have been swell if the exception message instead was brought into the admin interface instead of the very generic "This isn't a valid image".

Change History (3)

comment:1 by adamfast, 16 years ago

milestone: post-1.0
Triage Stage: UnreviewedAccepted

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: wontfix
Status: newclosed

Internal setup problems aren't appropriate to display as end-user-level form errors.

comment:3 by (none), 15 years ago

milestone: post-1.0

Milestone post-1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top