silverstripe-framework/dev
Sean Harvey 2c703c8a84 MINOR Added NOTICE level priority to SSLog
MINOR Added @deprecated php tag to deprecated functions in the Debug class
MINOR Class documentation for SSLog and Debug



git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@84811 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-08-19 05:41:58 +00:00
..
install MINOR: Fixed newlines and set svn:eol-style to native 2009-06-17 23:14:40 +00:00
BuildTask.php trying to see why my commits are coming up under sam's name 2009-04-06 00:00:42 +00:00
BulkLoader.php Merged from branches/2.3 2009-06-17 11:36:49 +00:00
CliDebugView.php MINOR Debug::backtrace() calls now call SSBacktrace::backtrace() 2009-08-19 04:22:36 +00:00
CliTestReporter.php MINOR Debug::get_rendered_backtrace() calls in CliTestReport, SapphireTestReporter and DebugView now call SSBacktrace::get_rendered_backtrace() 2009-08-19 04:20:03 +00:00
CodeViewer.php BUGFIX: Fixed dev/viewcode to see tests. 2009-07-09 03:19:26 +00:00
CSSContentParser.php BUGFIX Fail silently on shell_exec() in CSSContentParser to avoid unit test failures because of missing optional libraries like tidy (merged from branches/2.3-nzct) 2009-07-16 23:46:24 +00:00
CsvBulkLoader.php MINOR ajshort: Replaced usage of the deprecated split() function with preg_split(). 2009-06-18 09:34:17 +00:00
CSVParser.php Merged from branches/2.3 2009-04-29 01:20:24 +00:00
Debug.php MINOR Added NOTICE level priority to SSLog 2009-08-19 05:41:58 +00:00
DebugView.php MINOR Debug::get_rendered_backtrace() calls in CliTestReport, SapphireTestReporter and DebugView now call SSBacktrace::get_rendered_backtrace() 2009-08-19 04:20:03 +00:00
DevelopmentAdmin.php BUGFIX #3991: Added missing link to dev/buildcache in dev/ homepage 2009-06-28 02:54:01 +00:00
FunctionalTest.php Merged from 2.3 2009-05-06 06:36:16 +00:00
InstallerTest.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
JSTestRunner.php MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
MigrationTask.php ENHANCEMENT Improved TaskRunner and BuildTask metadata and styling 2008-10-16 20:40:24 +00:00
ModelViewer.php MINOR Removed faulty detection of "digraph" binary from ModelViewer 2009-07-10 03:21:48 +00:00
ModuleManager.php MINOR package information for ModuleManager 2008-11-01 13:24:14 +00:00
SapphireInfo.php Secured SapphireInfo 2008-10-02 20:43:22 +00:00
SapphireREPL.php ENHANCEMENT: Improved performance of admin/assets area. 2009-07-01 22:27:18 +00:00
SapphireTest.php BUGFIX: Added static resetting methods for more reliable test execution. 2009-08-11 04:45:54 +00:00
SapphireTestReporter.php MINOR Debug::get_rendered_backtrace() calls in CliTestReport, SapphireTestReporter and DebugView now call SSBacktrace::get_rendered_backtrace() 2009-08-19 04:20:03 +00:00
SapphireTestSuite.php ENHANCEMENT Adding SapphireTest::set_up_once() and SapphireTest::tear_down_once() for better test performance with state that just needs to be initialized once per test case (not per test method). Added new SapphireTestSuite to support this through PHPUnit. 2009-04-22 03:22:09 +00:00
SSBacktrace.php API CHANGE Moved Debug::backtrace() to SSBacktrace::backtrace() 2009-08-19 03:55:23 +00:00
SSCli.php MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
SSLog.php MINOR Added NOTICE level priority to SSLog 2009-08-19 05:41:58 +00:00
SSLogEmailWriter.php MINOR Added NOTICE level priority to SSLog 2009-08-19 05:41:58 +00:00
SSLogErrorEmailFormatter.php API CHANGE Moved Debug::backtrace() to SSBacktrace::backtrace() 2009-08-19 03:55:23 +00:00
SSZendLog.php MINOR Documentation updates to SSZendLog 2009-08-19 05:16:58 +00:00
TaskRunner.php fixing bug in TaskRunner which caused broken links in the task listing 2009-04-05 23:53:25 +00:00
TestMailer.php BUGFIX Return values in TestMailer for send() commands same as Mailer class 2009-06-26 04:28:47 +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 singleton() call in TestRunner?, it fails on PHP 5.2.5 with a ReflectionException? as it passes constructor arguments (merged from branches/2.3-nzct) 2009-07-16 23:56:36 +00:00
TestSession.php BUGFIX: If a FunctionalTest fails in the middle of a get() or post() call, return an error other than the controller stack failing. 2009-06-04 06:46:30 +00:00
TestViewer.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00