silverstripe-framework/dev
2011-09-18 22:04:02 +02:00
..
install MINOR Updated image references in sapphire/ folder to local files, rather than requiring cms/ folder (copied a bunch of images files over for this) 2011-03-29 21:34:26 +13:00
phpunit Revert "API CHANGE Removing support for PHPUnit 3.4 (3.5.0 has been released in Sept 2010). Removing PhpUnitWrapper_3_4, and adding better version detection." - too many complications with our build environments running mixed versions of SilverStripe 2011-03-11 14:45:49 +13:00
Backtrace.php ENHANCEMENT Allowing filtered arguments on specific functions like mysql_connect() in SS_Backtrace 2011-05-26 22:04:01 +12:00
BuildTask.php
BulkLoader.php MINOR Fixed @package declarations 2011-03-29 18:07:58 +13:00
Cli.php
CliDebugView.php
CliTestReporter.php
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
CSSContentParser.php
CsvBulkLoader.php MINOR Fixed @package declarations 2011-03-29 18:07:58 +13:00
CSVParser.php
Debug.php API CHANGE Moved Translatable class into new 'translatable' module 2011-03-29 18:07:56 +13:00
DebugView.php MINOR Fixed paths due to file moving into sapphire/admin 2011-03-29 18:08:32 +13:00
DevelopmentAdmin.php
FunctionalTest.php
InstallerTest.php
JSTestRunner.php
Log.php
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
LogErrorFileFormatter.php
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
ModelViewer.php MINOR: Updated various methods to use new manifest methods rather than ManifestBuilder functions or globals. 2011-03-24 20:14:43 +11: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
SapphireREPL.php
SapphireTest.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
SapphireTestReporter.php BUGFIX Fixed usage of htmlentities() and html_entity_decode() to be UTF8 compatible by default 2011-03-21 18:13:01 +13:00
SapphireTestSuite.php
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
TestMailer.php
TestOnly.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
TestRunner.php FEATURE: Replaced the template manifest with SS_TemplateLoader, which finds templates from a stack of SS_TemplateManifest objects. 2011-03-24 21:30:57 +11:00
TestSession.php
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 ENHANCEMENT Added support for SapphireTest::$fixture_file paths relative to current class location ('MyTest.yml' or '../otherfolder/MyTest.yml'). Added SapphireTest->getCurrentAbsolutePath() and getCurrentRelativePath() for easy access within unit tests 2011-03-30 20:05:22 +13:00
ZendLog.php