silverstripe-framework/dev
dompie 3c09e9dfc4 ENH: Some webhosters require username/password credentials to test for
existing DB server
2012-01-11 16:05:19 +01:00
..
install ENH: Some webhosters require username/password credentials to test for 2012-01-11 16:05:19 +01:00
phpunit MINOR: Amended PHPUnit execution to work with PHPUnit 3.6 2011-11-08 11:26:40 +13:00
Backtrace.php BUGFIX Consistently using multibyte-safe htmlentities() 2011-11-29 10:43:06 +01: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: Fix docblocks to reference SS_List instead of (now deprecated) DataObjectSet where appropriate 2011-10-28 15:58:55 +13:00
CSSContentParser.php BUGFIX Force tidy to avoid wrapping long lines in CSSContentParser, it breaks our FunctionalTest string assertions 2011-02-02 14:19:53 +13:00
CSVParser.php Merged in parent::__construct() additions from branches/2.3 - r83580 and r83587 2009-09-18 03:02:19 +00: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 Removed "In line of " text in CLI test reporter which did not work. Details are in the backtrace below anyway, so it's not required 2011-02-02 14:19:57 +13:00
CodeViewer.php API CHANGE: Replaced ManifestBuilder::load_test_manifest() calls with new function TestRunner::use_test_manifest(), which pushes a test manifest onto the class loader. 2011-03-24 20:14:43 +11:00
CsvBulkLoader.php MINOR Fixed @package declarations 2011-03-29 18:07:58 +13:00
Debug.php BUGFIX Consistently using multibyte-safe htmlentities() 2011-11-29 10:43:06 +01:00
DebugView.php BUGFIX Consistently using multibyte-safe htmlentities() 2011-11-29 10:43:06 +01:00
Deprecation.php BUGFIX: Deprecation notices should fire in test mode too, just not in live mode 2011-10-31 13:51:31 +13:00
DevelopmentAdmin.php API CHANGE: Introduce DataModel object, as a representation of the project's entire data model, and tie it to $this->model an all DataObjects, Controllers, and RequestHandlers for easy non-static access. 2011-05-01 17:33:02 +12:00
FunctionalTest.php MINOR altered skipTest to be a instance property rather than static 2011-09-26 17:11:49 +13:00
InstallerTest.php ENHANCEMENT: Added allowed actions to core classes 2011-02-14 11:14:51 +13:00
JSTestRunner.php ENHANCEMENT: Added allowed actions to core classes 2011-02-14 11:14:51 +13:00
Log.php MINOR Fixed phpdoc documentation (from r103385) 2011-02-02 14:19:15 +13:00
LogEmailWriter.php MINOR Fixed SS_LogEmailWriter and SS_LogFileWriter to adhere to new Zend interface 2011-05-30 21:30:32 +12:00
LogErrorEmailFormatter.php MINOR Fixed phpdoc documentation (from r103385) 2011-02-02 14:19:15 +13:00
LogErrorFileFormatter.php Currently, the time format does not allow differentiate the AM/PM hours since the format choosen is 12h and no AM/PM label is added to each log line. So, my suggestion is to convert to 24h format (using a H instead of h) to fix this issue. 2011-12-29 16:17:14 +00:00
LogFileWriter.php MINOR Fixed SS_LogEmailWriter and SS_LogFileWriter to adhere to new Zend interface 2011-05-30 21:30:32 +12: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 API CHANGE: Replaced DataObjectSet instances with ArrayList. 2011-05-05 20:40:24 +10:00
Profiler.php API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure 2011-03-31 09:56:21 +13:00
SapphireInfo.php MINOR: Fix to SapphireInfo for git-svn checkouts. 2011-02-02 14:19:58 +13:00
SapphireREPL.php ENHANCEMENT: Added allowed actions to core classes 2011-02-14 11:14:51 +13:00
SapphireTest.php MINOR: Fix docblocks to reference SS_List instead of (now deprecated) DataObjectSet where appropriate 2011-10-28 15:58:55 +13:00
SapphireTestReporter.php MINOR: On PHPUnit 3.6, show the output of tests. 2011-12-17 16:42:31 +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
SysLogWriter.php MINOR Declaring SS_SysLogWriter::factory() to comply with changed parent interface 2011-08-12 17:05:54 +02:00
TaskRunner.php MINOR Adding 'runTask' to allowed_actions in TaskRunner 2011-08-12 17:05:54 +02:00
TestListener.php ENHANCEMENT Added custom test listener for PHPUnit in order to call setUpOnce() and tearDownOnce() on SapphireTest 2011-02-02 14:19:52 +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 MINOR Added codecoverage on a single test to the allowed actions 2011-09-27 11:00:28 +13:00
TestSession.php BUGFIX: TestSession::submitForm throws proper error if form not found 2011-02-02 14:19:25 +13:00
TestViewer.php BUGFIX Fixed usage of htmlentities() and html_entity_decode() to be UTF8 compatible by default 2011-03-21 18:13:01 +13:00
YamlFixture.php Unicode actually fixed... 2012-01-10 16:15:03 +13:00
ZendLog.php MINOR Fixed phpdoc documentation 2011-02-02 14:19:15 +13:00