Photo Organizer

This is the bug tracker for Photo Organizer.
Tasklist

FS#110 - better error codes on permission/not founds..

Attached to Project: Photo Organizer
Opened by Solomon Peachy (pizza) - Thursday, 09 November 2006, 02:29 GMT
Last edited by Solomon Peachy (pizza) - Thursday, 29 March 2007, 03:30 GMT
Task Type Feature Request
Category Backend / Core
Status Closed
Assigned To Solomon Peachy (pizza)
Operating System All
Severity Low
Priority Normal
Reported Version Stable
Due in Version 2.34
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

There are many pages where we redirect to the login page because the user doesn't have sufficient permissions. There's no feedback given, beyond this.

On all "permission denied" pages, we should return a 403 error page, and that page can link to the login screen.

On all "not found" pages, we should return a 404 error page. Photo display/exporting has been fixed, but albums, folders, photo info pages (plus many others) still remain.
This task depends upon

Closed by  Solomon Peachy (pizza)
Thursday, 29 March 2007, 03:30 GMT
Reason for closing:  Implemented
Additional comments about closing:  r1183 has it all!
Comment by Solomon Peachy (pizza) - Friday, 10 November 2006, 18:40 GMT
photo info, album, and folder pages all give 404 error codes on not present now.. but they should also dump something usable to the screen. The image display page should return nothing, as it already does.
Comment by Solomon Peachy (pizza) - Sunday, 12 November 2006, 00:59 GMT
I don't know if I'll get this done by 2.33, but it's definately 2.34-fodder.
Comment by Solomon Peachy (pizza) - Tuesday, 27 March 2007, 03:44 GMT
We also need to get all redirections due to errors to use the error mechanism. register.php, admin.user.del.php..

basically we need to audit each file and for every error case, spit out a sane error message instead of failing silently.
Comment by Solomon Peachy (pizza) - Tuesday, 27 March 2007, 12:41 GMT
  • Field changed: Percent Complete (0% → 10%)
a*, b* complete.

(include/* needs auditing too)
Comment by Solomon Peachy (pizza) - Tuesday, 27 March 2007, 15:13 GMT
  • Field changed: Percent Complete (10% → 20%)
c* complete, and everything in include/ except import.php is now finished.
Comment by Solomon Peachy (pizza) - Wednesday, 28 March 2007, 12:31 GMT
  • Field changed: Percent Complete (20% → 70%)
All that's left now is p* s*

Loading...