silverstripe-framework/core
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
..
manifest FIX TemplateManifest prevent cache collision 2014-07-28 08:52:11 +12:00
startup BUG using isDev or isTest query string no longer triggers basic auth 2014-07-02 11:51:51 +12:00
ArrayLib.php API: Add ArrayLib::flatten($array, $preserveKeys) 2013-05-11 00:00:31 +12:00
ClassInfo.php Removing ClassInfo::is_subclass_of(), use is_subclass_of() instead 2012-11-15 14:43:13 +13:00
Config.php Revert "BUG Config::merge_array_low_into_high() ignores falsey values" 2014-07-09 09:57:25 +12:00
Constants.php Allow ASSETS_PATH to be overridden like ASSETS_PATH (via jthomerson) 2013-11-01 11:27:03 +13:00
Convert.php Better encoding of javascript 2014-07-07 09:01:53 +12:00
Core.php Merge remote-tracking branch 'origin/3.0' into 3.1 2014-02-12 15:18:27 +13:00
DAG.php Updating @package and @subpackage doc tags 2013-11-29 17:49:30 +13:00
Diff.php API Make HTMLValue replace-able via DI 2013-03-14 12:49:02 +13:00
Extension.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
Flushable.php NEW Provide a consistent way of triggering flush 2014-08-22 09:24:27 +12:00
HTMLCleaner.php API Make HTMLValue replace-able via DI 2013-03-14 12:49:02 +13:00
Object.php Correct line length and indentation 2014-03-30 21:11:56 +13:00
PaginatedList.php Don't show next for anything above TotalPages 2014-02-02 21:13:48 +01:00
TempPath.php Merge branch 'pulls/apidocs-package-list' of https://github.com/madmatt/silverstripe-framework into madmatt-pulls/apidocs-package-list 2014-01-31 15:15:59 +13:00