mark_story
|
dea4fa4d73
Fallback to the default renderer if the config key is missing.
|
13 years ago |
U-Zyn Chua
|
af29fc5f8e
Fix an issue which gives gibberish output when gzip is enabled.
|
13 years ago |
euromark
|
111366d5c8
== to === and != to !== where applicable
|
13 years ago |
Graham Weldon
|
66d856d883
Added extra line for referencing license file for copyright
|
13 years ago |
Graham Weldon
|
7b860debe4
This commit is dedicated to Mark Story, who has put in much dedicated time and effort into CakePHP over the years.
|
13 years ago |
ADmad
|
d5ddaa4cb7
Added missing keyword
|
13 years ago |
ADmad
|
d8551c49e5
Improve messages logged for exceptions
|
13 years ago |
euromark
|
b811afbc44
double spaces to single ones
|
13 years ago |
ADmad
|
0fb4d1d3d8
Removing unneeded App::uses() call
|
13 years ago |
Rachman Chavik
|
e6860fb856
changing LOG_ERROR to LOG_ERR in core files
|
14 years ago |
mark_story
|
efe836480b
Fix error when rendering fatal error page.
|
14 years ago |
Juan Basso
|
9beaa9602f
Unified error handlers. Now the regular error handler will receive the fatal errors too.
|
14 years ago |
Juan Basso
|
1428659f88
Moved the fatal error detection to App::shutdown and keeping the fatal error handler cleaner. It helps to be extended by applications/plugins.
|
14 years ago |
Juan Basso
|
440f0c38eb
Added a handler for fatal errors, showing internal server error page when debug is disabled or a custom fatal error page when enabled.
|
14 years ago |
Juan Basso
|
c754fb2dcb
Updated copyright to 2012.
|
14 years ago |
mark_story
|
60989ad6c8
Fix coding standard issues in Error/
|
14 years ago |
Thomas Ploch
|
94e5ec0545
Added handling of E_USER_DEPRECATED to ErrorHandler and Debugger.
|
14 years ago |
Majna
|
a9dbde0cbd
Fixing incorrect doc blocks regarding error handler.
|
14 years ago |
mark_story
|
aa7448e3ed
Fixing incorrect exit codes on console exceptions.
|
14 years ago |
Juan Basso
|
16ef234180
Removing trailing spaces.
|
14 years ago |
Juan Basso
|
895c10af7b
Adjusted some types in @param, @return and @var.
|
14 years ago |
Juan Basso
|
a0ee8b49fe
Fixed some API doc in console.
|
14 years ago |
Jose Lorenzo Rodriguez
|
cfd2d9e00b
Updating all @package annotations in doc blocks
|
14 years ago |
Juan Basso
|
1c7d54eacc
Updated the paths from comments.
|
15 years ago |
Juan Basso
|
192812ee7f
Updating the copyright to 2011.
|
15 years ago |
Thomas Ploch
|
d8a614e112
Added usage of configured error handler instead of hard coded. Moved try/catch block to where its nessecary. Set Configure::write('Error.trace', false) since its useless with internals. Addition to #1707 .
|
15 years ago |
Thomas Ploch
|
085c621c0e
Added try/catch block into ErrorHandler::handleException() to gracefully show Exceptions raised during exception handling. Fixes #1707
|
15 years ago |
Jose Lorenzo Rodriguez
|
dfb669ab8e
Allowing plugins to offer ExceptionRenderer classes
|
15 years ago |
José Lorenzo Rodríguez
|
024bff2126
Adding missing class usage declaration in ExceptionHandler test case
|
15 years ago |
José Lorenzo Rodríguez
|
4c0e06c451
Merge remote branch 'origin/2.0' into 2.0-class-loading
|
15 years ago |