silverstripe-framework/dev
2011-03-21 18:13:01 +13:00
..
install MINOR Ensure php5-required.html template shows correct minimum and recommended PHP versions (thanks mattcleg!) (from r114915) 2011-02-02 14:20:06 +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 BUGFIX Fixed usage of htmlentities() and html_entity_decode() to be UTF8 compatible by default 2011-03-21 18:13:01 +13: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 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 BUGFIX Fixed usage of htmlentities() and html_entity_decode() to be UTF8 compatible by default 2011-03-21 18:13:01 +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
CsvBulkLoader.php MINOR Documentation in CSVBulkLoader (from r108048) 2010-10-18 22:42:12 +00: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 Fixed usage of htmlentities() and html_entity_decode() to be UTF8 compatible by default 2011-03-21 18:13:01 +13:00
DebugView.php BUGFIX Fixed usage of htmlentities() and html_entity_decode() to be UTF8 compatible by default 2011-03-21 18:13:01 +13:00
DevelopmentAdmin.php ENHANCEMENT: Added allowed actions to core classes 2011-02-14 11:14:51 +13:00
FunctionalTest.php ENHANCEMENT Added SecurityToken to wrap CSRF protection via "SecurityID" request parameter (from r113272) 2010-12-05 08:22:57 +00: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 phpDoc updates for SS_LogFileWriter and SS_LogEmailWriter 2011-02-02 14:19:47 +13:00
LogErrorEmailFormatter.php MINOR Fixed phpdoc documentation (from r103385) 2011-02-02 14:19:15 +13:00
LogErrorFileFormatter.php MINOR Fixed phpdoc documentation 2010-04-23 00:11:41 +00:00
LogFileWriter.php MINOR phpDoc updates for SS_LogFileWriter and SS_LogEmailWriter 2011-02-02 14:19:47 +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 BUGFIX ModelViewer doesn't work due to minor bug introduced by making $_CLASS_MANIFEST keys lowercase (fixes #6144, thanks daniel.lindkvist) 2011-02-02 14:19:58 +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 Added deprecated SapphireTest->assertType() in order to support PHPUnit 3.5 or newer, but stay backwards compatible to PHPUnit 3.4 2011-03-11 15:12:17 +13: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 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 FEATURE #5694 New log writer SS_SysLogWriter for logging SilverStripe errors to the system log (thanks rorschach!) 2010-10-04 22:04:20 +00:00
TaskRunner.php ENHANCEMENT: Added allowed actions to core classes 2011-02-14 11:14:51 +13:00
TestListener.php ENHANCEMENT Added custom test listener for PHPUnit in order to call setUpOnce() and tearDownOnce() on SapphireTest (from r111050) 2010-10-19 03:43:01 +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 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
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 MINOR Fixed broken links in docblocks 2011-02-01 20:05:47 +00:00
ZendLog.php MINOR Fixed phpdoc documentation 2011-02-02 14:19:15 +13:00