silverstripe-framework/dev
Sean Harvey 6671b03ecf BUGFIX SapphireTest::create_temp_db() should restore the SS error handler from the PHPUnit one temporarily in case there's any errors building
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@108509 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:19:43 +13:00
..
install BUGFIX Database password input in installer should be password, so that the password is obfuscated when input 2011-02-02 14:19:42 +13:00
Backtrace.php API CHANGE: Renamed conflicting classes to have an "SS_" namespace, and renamed existing "SS" namespace to "SS_". The affected classes are: HTTPRequest, HTTPResponse, Query, Database, SSBacktrace, SSCli, SSDatetime, SSDatetimeTest, SSLog, SSLogTest, SSLogEmailWriter, SSLogErrorEmailFormatter, SSLogErrorFileFormatter, SSLogFileWriter and SSZendLog. 2009-10-26 03:06:31 +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 MINOR Fixed phpdoc documentation (from r103385) 2011-02-02 14:19:15 +13:00
Cli.php MINOR: Fix output format of buildbot test runs to not include colour control codes. 2011-02-02 14:19:03 +13:00
CliDebugView.php BUGFIX: Fix display of exception backtrace in CLI view. 2011-02-02 14:18:09 +13:00
CliTestReporter.php MINOR Fixed phpdoc documentation (from r103390) 2011-02-02 14:19:15 +13:00
CodeViewer.php MINOR Fixed phpdoc documentation (from r103385) 2011-02-02 14:19:15 +13:00
CSSContentParser.php ENHANCEMENT Added CSSContentParser->getByXpath() 2011-02-02 14:19:26 +13:00
CsvBulkLoader.php MINOR Documentation in CSVBulkLoader 2011-02-02 14:19:40 +13:00
CSVParser.php Merged in parent::__construct() additions from branches/2.3 - r83580 and r83587 2009-09-18 03:02:19 +00:00
Debug.php BUGFIX Making status description in Debug::friendlyError() compatible to HTTP 1.1 spec (removing any markup and newlines) 2011-02-02 14:19:32 +13:00
DebugView.php MINOR: Add trailing slash to image tag (thanks to mattclegg) 2011-02-02 14:19:41 +13:00
DevelopmentAdmin.php BUGFIX Allowing dev/build in "live" mode when Security::database_is_ready() returns FALSE (typically happens when an existing SilverStripe project is upgraded and database columns in Member/Permission/Group have been added) (fixes #4957) 2011-02-02 14:19:36 +13:00
FunctionalTest.php APICHANGE: Refactor Versioned so a single state is kept for stage, archived date, or any module specific reading modes (from r98161) 2011-02-02 14:18:24 +13: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
Log.php MINOR Fixed phpdoc documentation (from r103385) 2011-02-02 14:19:15 +13:00
LogEmailWriter.php MINOR Fixed phpdoc documentation (from r103385) 2011-02-02 14:19:15 +13:00
LogErrorEmailFormatter.php MINOR Fixed phpdoc documentation (from r103385) 2011-02-02 14:19:15 +13:00
LogErrorFileFormatter.php MINOR Fixed phpdoc documentation (from r103385) 2011-02-02 14:19:15 +13:00
LogFileWriter.php MINOR Fixed phpdoc documentation (from r103385) 2011-02-02 14:19:15 +13:00
MigrationTask.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc 2011-02-02 14:19:38 +13:00
ModelViewer.php MINOR Fixed phpdoc documentation (from r103385) 2011-02-02 14:19:15 +13:00
SapphireInfo.php BUGFIX: Don't rely on the current working directory for any file access; use BASE_PATH. 2011-02-02 14:18:15 +13:00
SapphireREPL.php API CHANGE: Renamed conflicting classes to have an "SS_" namespace, and renamed existing "SS" namespace to "SS_". The affected classes are: HTTPRequest, HTTPResponse, Query, Database, SSBacktrace, SSCli, SSDatetime, SSDatetimeTest, SSLog, SSLogTest, SSLogEmailWriter, SSLogErrorEmailFormatter, SSLogErrorFileFormatter, SSLogFileWriter and SSZendLog. 2009-10-26 03:06:31 +00:00
SapphireTest.php BUGFIX SapphireTest::create_temp_db() should restore the SS error handler from the PHPUnit one temporarily in case there's any errors building 2011-02-02 14:19:43 +13:00
SapphireTestReporter.php MINOR Fixed phpdoc documentation 2011-02-02 14:19:15 +13:00
SapphireTestSuite.php API CHANGE: Renamed SapphireTest::set_up_once/tear_down_once to setUpOnce/tearDownOnce, and made them instance methods. 2011-02-02 14:18:03 +13:00
TaskRunner.php BUGFIX Allowing dev/build in "live" mode when Security::database_is_ready() returns FALSE (typically happens when an existing SilverStripe project is upgraded and database columns in Member/Permission/Group have been added) (fixes #4957) 2011-02-02 14:19:36 +13: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 ENHANCEMENT Added TestRunner::$coverage_filter_dirs to exclude certain directories from PHPUnit test coverage reports 2011-02-02 14:19:32 +13:00
TestSession.php BUGFIX: TestSession::submitForm throws proper error if form not found 2011-02-02 14:19:25 +13:00
TestViewer.php MINOR Fixed phpdoc documentation (from r103385) 2011-02-02 14:19:15 +13:00
ZendLog.php MINOR Fixed phpdoc documentation 2011-02-02 14:19:15 +13:00