silverstripe-framework/control
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
..
injector API Updated aspect proxy service 2014-08-06 13:48:26 +10:00
ContentNegotiator.php BUGFIX: added <param> tag to ContentNegotiator filtering 2013-09-19 17:30:36 +02:00
Controller.php Better support for overloading start and destroy methods in Session 2014-06-20 10:35:53 +12:00
Cookie.php Ensure Cookie::get() will immediately return results. 2013-06-07 11:27:15 +12:00
Director.php Revert #3345 #3323 2014-07-31 17:05:57 +12:00
FlushRequestFilter.php NEW Provide a consistent way of triggering flush 2014-08-22 09:24:27 +12:00
HTTP.php API Fix HTTPS proxy header detection 2014-05-22 18:34:15 +12:00
HTTPRequest.php Fixing header case 2014-08-13 17:28:36 +01:00
HTTPResponse.php API HTTP 429 Allowed for use with rate limiting methods 2014-04-17 16:35:09 +12:00
NullHTTPRequest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
PjaxResponseNegotiator.php Update @package, @subpackage labels 2013-05-21 22:24:41 +12:00
RequestFilter.php BUG Fix Versioned stage not persisting in Session. Fixes #962 2014-05-06 14:11:44 +12:00
RequestHandler.php API Enforce $allowed_actions in RequestHandler->checkAccessAction() 2013-06-24 14:50:40 +02:00
RequestProcessor.php NEW Provide a consistent way of triggering flush 2014-08-22 09:24:27 +12:00
Session.php Better support for overloading start and destroy methods in Session 2014-06-20 10:35:53 +12:00
VersionedRequestFilter.php BUG Fix Versioned stage not persisting in Session. Fixes #962 2014-05-06 14:11:44 +12:00