silverstripe-framework/dev
Sean Harvey 2b316e79e5 NEW Provide a consistent way of triggering flush
Provides an interface for classes to implement their own flush()
functionality. This function gets called early in a request on
all implementations of Flushable when flush=1|all is requested in the
URL.

This fix came out of an issue where Requirements combined files were not
being cleaned up after dev/build?flush=1, due to the fact that flush
would only occur when you called it while on a page that used those
combined files, but not in any other contexts. This will now call flush
on any implementors of Flushable regardless of the context of where
flush was called.
2014-08-22 09:24:27 +12:00
..
install BUG Delete Character \x01 2014-04-11 14:51:52 +12:00
phpunit BUG Allow PHPUnit installation with composer / Fix travis 2014-05-02 18:22:04 +12:00
Backtrace.php Merge remote-tracking branch 'origin/3.0' into 3.1 2013-11-05 10:15:40 +01:00
BehatFixtureFactory.php Correct line length and indentation 2013-08-21 21:27:16 +12:00
BuildTask.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
BulkLoader.php BUG: Fixed out of date RFC 4180 URL 2014-02-05 14:44:56 +13:00
Cli.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
CliDebugView.php API Debug::dump in CLI no longer generates HTML. Uses colours. 2014-07-05 14:37:06 +12:00
CliTestReporter.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
CSSContentParser.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
CsvBulkLoader.php BUG: Fixed out of date RFC 4180 URL 2014-02-05 14:44:56 +13:00
CSVParser.php Code formatting / PHPDoc cleanup 2013-05-14 22:06:02 +12:00
Debug.php Fatal errors should always return false 2014-07-16 21:03:55 +10:00
DebugView.php API Debug::dump in CLI no longer generates HTML. Uses colours. 2014-07-05 14:37:06 +12:00
Deprecation.php Merge remote-tracking branch 'origin/3.0' into 3.1 2013-11-05 10:15:40 +01:00
DevelopmentAdmin.php Path resolution cleanup 2014-05-05 14:52:41 +12:00
FixtureBlueprint.php Add support for many_many_extraField in YAML 2014-02-24 22:03:53 +13:00
FixtureFactory.php NEW FixtureFactory separated out from YamlFixture 2012-12-11 17:06:27 +01:00
FunctionalTest.php PHPDoc cleanup 2014-07-29 12:43:43 +12:00
InstallerTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
JSTestRunner.php NEW: Correcting the JSRunnerTest template comments 2014-02-07 10:40:28 +13:00
Log.php Adding some more commonly used SS_Log priority constants. 2014-06-23 11:50:05 +12:00
LogEmailWriter.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
LogErrorEmailFormatter.php Rewrote usages of error suppression operator 2014-03-05 15:48:55 +13:00
LogErrorFileFormatter.php Adding defaults for unhandled event priorities in log formatters. 2014-02-24 15:41:03 +13:00
LogFileWriter.php Merge branch '3.0' 2012-09-21 14:56:56 +12:00
MigrationTask.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Profiler.php Merge remote-tracking branch 'origin/3.0' into 3.1 2012-12-12 10:11:56 +01:00
SapphireInfo.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
SapphireREPL.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
SapphireTest.php Merge pull request #3238 from mparkhill/3.1 2014-08-07 21:30:04 +10:00
SapphireTestReporter.php Correct line length and indentation 2014-03-30 21:11:56 +13:00
SapphireTestSuite.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
SilverStripeListener.php Correct line length and indentation 2014-03-30 21:11:56 +13:00
SysLogWriter.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
TaskRunner.php NEW: Sanitise task name in runTask 2014-08-13 17:29:12 +12:00
TeamCityListener.php Correct line length and indentation 2014-03-30 21:11:56 +13:00
TestListener.php Correct line length and indentation 2014-03-30 21:11:56 +13:00
TestMailer.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
TestOnly.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
TestRunner.php NEW Provide a consistent way of triggering flush 2014-08-22 09:24:27 +12:00
TestSession.php PHPDoc cleanup 2014-07-29 12:43:43 +12:00
YamlFixture.php NEW FixtureFactory separated out from YamlFixture 2012-12-11 17:06:27 +01:00
ZendLog.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00