silverstripe-framework/src
Sam Minnee 4c772c80c3 FIX: Show detailed errors on CLI for live environments
API: Add HTTPOutputHandler::setCLIFormatter

Fixes https://github.com/silverstripe/silverstripe-framework/issues/6835

This provides detailed errors (but not warnings or notices) in CLI calls
on live environments.

It does this by adding a 2nd argument to our output handler,
CliFormatter. This formatter will be used when Director::is_cli() is
true.
2017-05-01 15:28:48 +12:00
..
conf API Apply default logger to all caches 2017-03-15 15:31:24 +13:00
Control API Replace SS_HOST with SS_BASE_URL 2017-04-20 22:28:57 +12:00
Core API Replace SS_HOST with SS_BASE_URL 2017-04-20 22:28:57 +12:00
Dev Allow —no-dev install via a PHPUnit shim 2017-04-24 15:24:02 +12:00
Forms API Major refactor of Hierarchy into MarkedSet 2017-04-13 16:27:13 +12:00
i18n API HTML5 date/time fields, remove member prefs (fixes #6626) 2017-03-31 15:21:47 +13:00
Logging FIX: Show detailed errors on CLI for live environments 2017-05-01 15:28:48 +12:00
ORM API Major refactor of Hierarchy into MarkedSet 2017-04-13 16:27:13 +12:00
Security Use Config for authenticator settings 2017-04-22 14:48:56 +12:00
View API Enable namespaced-localisation keys in templates 2017-04-11 18:07:53 +12:00