cakephp2-php8/lib/Cake
mark_story aa7448e3ed Fixing incorrect exit codes on console exceptions.
Uncaught exceptions on the console would result in exit code 0.
This is not helpful in *nix scripting.

- Update the ConsoleErrorHandler to not inherit from the web error handler.
- Make ErrorHandler::_mapErrorCode() public as it isn't overly private.
- Make ConsoleErrorHandler methods instance methods so mocking can be done.
- Add a _stop method to correctly exit.
- Update tests.
2011-10-03 22:48:50 -04:00
..
Cache Making locking file caching the default. 2011-09-25 09:26:32 -04:00
Config Releasing 2.0.0-RC3 2011-10-03 18:36:56 -04:30
Configure Removing trailing spaces. 2011-08-15 23:55:08 -04:00
Console Fixing incorrect exit codes on console exceptions. 2011-10-03 22:48:50 -04:00
Controller Removing unnecessary ReflectionClass instance. 2011-10-01 20:43:49 -04:00
Core Fixed doc block comments. 2011-09-28 22:33:46 +02:00
Error Fixing incorrect exit codes on console exceptions. 2011-10-03 22:48:50 -04:00
I18n Fixing doc block 2011-09-29 20:04:06 +05:30
Log Added visibility in some methods and attributes. 2011-08-18 22:30:28 -04:00
Model Merge branch '1.3' into merger 2011-10-01 22:38:20 -04:00
Network Making the HtmlHelper a default helper for emails. 2011-10-01 22:55:04 -04:00
Routing Fix issue where abstract or interface controllers 2011-09-30 22:40:30 -04:00
Test Fixing incorrect exit codes on console exceptions. 2011-10-03 22:48:50 -04:00
TestSuite Fixing some @package declarations 2011-09-30 13:17:12 -04:30
Utility Merge branch '1.3' into merger 2011-10-01 22:38:20 -04:00
View Releasing 2.0.0-RC3 2011-10-03 18:36:56 -04:30
basics.php Converging on 4px for border-radius. 2011-09-03 10:06:01 +01:00
bootstrap.php Adding a constant for TIME_START as $_SERVER[REQUEST_TIME] is only 2011-08-22 20:44:32 -04:00
LICENSE.txt Updating the copyright to 2011. 2011-05-30 22:32:43 -04:00
VERSION.txt Releasing 2.0.0-RC3 2011-10-03 18:36:56 -04:30