silverstripe-framework/dev
Stephen Shkardoon 143317cc86 BUG SQL Injection in CsvBulkLoader (fixes #6227)
Diff should speak for itself, looks like this will have to be implemented in all supported branches.
2013-03-20 00:45:05 +13:00
..
install Fixed HTML syntax in config-form.html 2012-12-04 17:27:05 +01:00
phpunit MINOR: Amended PHPUnit execution to work with PHPUnit 3.6 2012-02-01 11:00:58 +13:00
Backtrace.php Minor PHP5.4 fixes 2012-10-16 23:37:30 +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 MINOR Fixed phpdoc documentation (from r103385) 2011-02-02 14:19:15 +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 BUG SQL Injection in CsvBulkLoader (fixes #6227) 2013-03-20 00:45:05 +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 MINOR #5943 Debug::text() boolean values are amended with (bool) so they don't get confused with "true" or "false" which could be strings (thanks Pigeon!) 2011-02-02 14:19:54 +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 ENHANCEMENT Added SecurityToken to wrap CSRF protection via "SecurityID" request parameter 2011-02-02 14:19:58 +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 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 (from r103385) 2011-02-02 14:19:15 +13: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 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 MINOR Added deprecated SapphireTest->assertType() in order to support PHPUnit 3.5 or newer, but stay backwards compatible to PHPUnit 3.4 2011-02-21 18:55:31 +13:00
SapphireTestReporter.php MINOR: On PHPUnit 3.6, show the output of tests. 2012-02-01 11:01:49 +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 MINOR Checking for class_exists() before SapphireTest::is_running_tests() to avoid including the whole testing framework, and triggering PHPUnit to run a performance-intensive directory traversal for coverage file blacklists (from r114332) 2011-02-02 14:20:03 +13: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 BUGFIX Fixed regression where coverage report request did not get passed through to runTests() in TestRunner::all() 2011-02-02 14:19:52 +13:00
TestSession.php BUGFIX Don't' set 'Referer' header in FunctionalTest->get()/post() if its explicitly passed to the method 2012-10-16 10:17:10 +02: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