silverstripe-framework/dev
Sam Minnee 1b8d295767 API CHANGE: Shift to Monolog for error reporting and logging
API CHANGE: Debug::showError(), Debug::showLines(), Debug::log(), and Debug::header() removed
NEW: Logging provided

ZendLog has been removed and monolog introduced instead as a dependency.
The “ErrorLogger” injection point is now the used as the logger that
errors are fed into, and implements PSR-3’s Psr\Log\LoggerInterface.

The SS_ERROR_LOG setting expect a Monolog Logger to be provided as the
ErrorLogger.
2015-08-28 16:06:41 +12:00
..
install Install - Check if mysite/_config/config.yml is writeable 2015-06-19 12:36:49 +02:00
phpunit Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
Backtrace.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
BehatFixtureFactory.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
BuildTask.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
BulkLoader.php Replace core uses of DataObject::has_one/has_many/many_many 2015-03-13 16:16:12 +00:00
Cli.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
CliDebugView.php NEW: Replace DebugView’s writeX() functions with renderX() functions. 2015-08-28 16:06:37 +12:00
CliTestReporter.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
CSSContentParser.php Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
CsvBulkLoader.php Replace core uses of DataObject::has_one/has_many/many_many 2015-03-13 16:16:12 +00:00
CSVParser.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Debug.php API CHANGE: Shift to Monolog for error reporting and logging 2015-08-28 16:06:41 +12:00
DebugView.php API CHANGE: Shift to Monolog for error reporting and logging 2015-08-28 16:06:41 +12:00
Deprecation.php API Disable deprecation notices by default 2015-07-16 09:56:47 +12:00
DevBuildController.php ENH making /dev extendable 2014-08-06 16:29:52 +12:00
DevelopmentAdmin.php UPDATE: change all instances of $this->request to use appropriate getter/setter 2015-04-30 11:04:08 +12:00
FixtureBlueprint.php Fix merge regressions / errors 2015-06-02 20:19:12 +12:00
FixtureFactory.php Removing @deprecated 3.1 functionality and classes. 2014-08-18 16:00:13 +12:00
FunctionalTest.php Update FunctionalTest.php API notes 2015-03-04 18:38:43 +13:00
InstallerTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
JSTestRunner.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
MigrationTask.php Unable to migrate down 2015-06-20 00:38:59 +12:00
SapphireInfo.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
SapphireREPL.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
SapphireTest.php Revert #3425 #3396 to restore deprecated functionality 2015-08-24 11:26:25 +12:00
SapphireTestReporter.php FIX check for suite existence in endCurrentTest 2014-12-04 14:59:52 +00:00
SapphireTestSuite.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
SilverStripeListener.php Support PHPUnit 3.8+ compatibility 2014-08-22 13:43:23 +12:00
TaskRunner.php Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
TeamCityListener.php Support PHPUnit 3.8+ compatibility 2014-08-22 13:43:23 +12:00
TestListener.php Merge remote-tracking branch 'origin/3.0' into 3.1 2014-08-22 17:50:36 +12:00
TestMailer.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
TestOnly.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
TestRunner.php UPDATE: change all instances of $this->request to use appropriate getter/setter 2015-04-30 11:04:08 +12:00
TestSession.php Suggested improvements / test case fixes 2014-10-10 09:28:11 +13:00
YamlFixture.php Removing @deprecated 3.1 functionality and classes. 2014-08-18 16:00:13 +12:00