~azzar1/unity/add-show-desktop-key

  • Committer: mattgiuca
  • Date: 2008-02-22 00:53:35 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:540
Refactored error handling and reporting. Much friendlier error messages, for
both developers and users.

Note that PythonDebug is now going to be ignored. IVLE itself selects when to
display a traceback. (So IVLE will display tracebacks even in a production
environment, for internal server errors).

common/util.py: Added class IVLEError, which is now used for throwing
user-readable errors inside IVLE instead of throwing apache SERVER_RETURN
exceptions.

dispatch/request: throw_error now throws an IVLEError instead of a
SERVER_RETURN. It also takes a new argument, "message", which can be used to
place an optional message inside the exception which will be displayed to the
user.
Finally, added a method get_http_codename which returns the name and
description of common HTTP error codes. (Used to report errors which don't
have a message supplied).

dispatch/__init__: Added a wrapper around handler which catches all exceptions
thrown out of IVLE.
The handler for this selectively handles exceptions.
4xx level exceptions thrown are user errors, so these are reported in a very
friendly way, with no traceback, and in the familiar IVLE environment.
5xx level exceptions and any other exceptions are reported in a minimal
environment (to avoid cascading errors) with a traceback and a request for the
user to report it to the administrators.

As many calls to req.throw_error as possible should now have a message
included, to make identifying errors easier.
Filename Latest Rev Last Changed Committer Comment Size
..
info 443 16 years ago dcoles Added Forum application along with unmodifed versi Diff
acp_attachments.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 43.6 KB Diff Download File
acp_ban.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 6.2 KB Diff Download File
acp_bbcodes.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 13.2 KB Diff Download File
acp_board.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 39.1 KB Diff Download File
acp_bots.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 11.9 KB Diff Download File
acp_captcha.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 2.9 KB Diff Download File
acp_database.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 54.2 KB Diff Download File
acp_disallow.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 2.6 KB Diff Download File
acp_email.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 7.9 KB Diff Download File
acp_forums.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 59.8 KB Diff Download File
acp_groups.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 26.7 KB Diff Download File
acp_icons.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 23.8 KB Diff Download File
acp_inactive.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 7.8 KB Diff Download File
acp_jabber.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 3.1 KB Diff Download File
acp_language.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 44.3 KB Diff Download File
acp_logs.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 4.8 KB Diff Download File
acp_main.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 13.4 KB Diff Download File
acp_modules.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 30.8 KB Diff Download File
acp_permission_roles.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 16.3 KB Diff Download File
acp_permissions.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 35.5 KB Diff Download File
acp_php_info.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 2.2 KB Diff Download File
acp_profile.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 49.3 KB Diff Download File
acp_prune.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 12.6 KB Diff Download File
acp_ranks.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 6.1 KB Diff Download File
acp_reasons.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 11.1 KB Diff Download File
acp_search.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 15.9 KB Diff Download File
acp_styles.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 96.6 KB Diff Download File
acp_update.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 2.1 KB Diff Download File
acp_users.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 72.7 KB Diff Download File
acp_words.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 4.4 KB Diff Download File
auth.php 443 16 years ago dcoles Added Forum application along with unmodifed versi 36.8 KB Diff Download File