silverstripe-framework/api
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
..
DataFormatter.php FIX Changing public static $priority to private 2013-10-17 11:55:59 +01:00
FormEncodedDataFormatter.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
JSONDataFormatter.php fixed wrong ID output for many_many and has_many relations 2013-10-06 17:36:31 +02:00
RestfulService.php NEW Provide a consistent way of triggering flush 2014-08-22 09:24:27 +12:00
RSSFeed.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
XMLDataFormatter.php Correct line length and indentation 2013-08-21 18:54:05 +12:00