silverstripe-framework/view
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
..
ArrayData.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
GenericTemplateGlobalProvider.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Requirements.php NEW Provide a consistent way of triggering flush 2014-08-22 09:24:27 +12:00
SSTemplateParser.php Correct errors from differening behaviour between 3.0 and 3.1 2014-03-30 19:29:18 +13:00
SSTemplateParser.php.inc Correct errors from differening behaviour between 3.0 and 3.1 2014-03-30 19:29:18 +13:00
SSViewer.php NEW Provide a consistent way of triggering flush 2014-08-22 09:24:27 +12:00
TemplateGlobalProvider.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
TemplateIteratorProvider.php Remove end php tag from TemplateIteratorProvider 2012-10-10 11:15:55 +13:00
TemplateParser.php Feature to allow that changing the SSTemplateParser through the Injector system 2013-10-18 12:42:39 +13:00
ViewableData.php FIX: ViewableData::obj() would sometimes return an empty object 2013-06-21 16:16:49 +00:00