Ticket #3849 (assigned defect)

Opened 5 months ago

Last modified 5 months ago

[with patch, do not review] notebook -- Internal Server Error given when input to File upload or Data attachment is invalid

Reported by: TimothyClemans Assigned to: TimothyClemans (accepted)
Priority: major Milestone: sage-3.4
Component: notebook Keywords:
Cc:

Description

(1) In Google Docs if one fills in both "Browse your computer ..." and "Or enter the url of a ...", the server just deals with the first input box. The Notebook instead deals with the second. Do what Google does.

(2) Google uses JavaScript? alert boxes to report errors. The Notebook just gives a "Internal Server Error." The Notebook should do inline error reporting just as is done on the Registration page.

Attachments

sage-3844_1.patch (1.5 kB) - added by TimothyClemans on 08/14/2008 06:30:09 AM.
sage-3849_1.patch (1.5 kB) - added by TimothyClemans on 08/14/2008 06:36:22 AM.

Change History

08/14/2008 05:55:18 AM changed by TimothyClemans

  • owner changed from boothby to TimothyClemans.
  • status changed from new to assigned.

08/14/2008 05:59:36 AM changed by TimothyClemans

Error reporting does exist for file extension errors. However, it is not inline.

08/14/2008 06:30:09 AM changed by TimothyClemans

  • attachment sage-3844_1.patch added.

08/14/2008 06:32:03 AM changed by TimothyClemans

  • summary changed from notebook -- Internal Server Error given when input to File upload or Data attachment is invalid to [with patch, do not review] notebook -- Internal Server Error given when input to File upload or Data attachment is invalid.

Took care of (1) and also now clicking "Upload Worksheet" when form blank no longer displays "Internal Server Error."

08/14/2008 06:36:22 AM changed by TimothyClemans

  • attachment sage-3849_1.patch added.