silverstripe-framework/dev
Hayden Smith b512e4bd3b Changed Debug::loadErrorHandlers to use value returned by error_reporting() rather than E_ALL. This way, the user can adjust the error handler screens with the error_reporting function.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@60555 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-08-12 23:50:28 +00:00
..
simpletest (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-10 22:49:59 +00:00
BuildTask.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
BulkLoader.php MINOR Moved BulkLoader and CsvBulkLoader from sapphire/tools to sapphire/dev 2008-08-11 05:36:54 +00:00
CliDebugView.php FEATURE: Improved debugging view on CLI interface, by having a separate DebugView subclass that takes care of error output for this situation. 2008-08-11 04:02:32 +00:00
CodeViewer.php (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-10 23:29:30 +00:00
CSSContentParser.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
CsvBulkLoader.php MINOR Moved BulkLoader and CsvBulkLoader from sapphire/tools to sapphire/dev 2008-08-11 05:36:54 +00:00
Debug.php Changed Debug::loadErrorHandlers to use value returned by error_reporting() rather than E_ALL. This way, the user can adjust the error handler screens with the error_reporting function. 2008-08-12 23:50:28 +00:00
DebugView.php FEATURE: Improved debugging view on CLI interface, by having a separate DebugView subclass that takes care of error output for this situation. 2008-08-11 04:02:32 +00:00
DevelopmentAdmin.php Fixed URL handling for /dev after merge from branches/roa to trunk 2008-08-11 03:56:09 +00:00
FunctionalTest.php Added FunctionalTest->autoFollowRedirection, so that redirection following can be disabled on a test by test basis 2008-08-11 23:04:01 +00:00
InstallerTest.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
MigrationTask.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
SapphireInfo.php MINOR Moving SapphireInfo into /dev folder 2008-06-15 14:06:06 +00:00
SapphireTest.php BUGFIX: Fixed Yaml fixtures for SapphireTest 2008-08-11 05:16:08 +00:00
SapphireTestReporter.php Fix test runner to show errors as well as assertion failures 2008-08-11 23:17:32 +00:00
TaskRunner.php (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-11 00:03:57 +00:00
TestMailer.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
TestOnly.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
TestRunner.php BUGFIX: Fixed test runner's handling of errors 2008-08-11 06:10:59 +00:00
TestSession.php Improved error checking in TestSession 2008-08-11 23:02:22 +00:00
TestViewer.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00