silverstripe-framework/control
Sam Minnee 39952f4a5c API: Added 'onBeforeHTTPError' and 'onBeforeHTTPError<code>' extension points to RequestHandler::httpError().
These APIs are primarily intended to let developers write custom 404 handlers.  They can define an onBeforeHTTPError404() method on an Extension that gets added to Controller or RequestHandler.

The SS_HTTPResponse_Exception object has also been tidied up to override the status info of any SS_HTTPResponse object that might get passed.  This is mainly to make it easier for callers (such as ContentController and ModelAsController) to use RequestHandler::httpError() more consistently.
2012-09-27 12:26:25 +12:00
..
injector MINOR Fixed phpdocs 2012-06-20 23:59:57 +02:00
ContentNegotiator.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
Controller.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
Cookie.php Merge branch '3.0' 2012-09-21 14:56:56 +12:00
Director.php Merge branch '3.0' 2012-09-21 14:56:56 +12:00
HTTP.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
HTTPRequest.php MINOR: HTTPRequest and HTTPResponse now return $this on all setters 2012-09-21 22:20:12 +00:00
HTTPResponse.php API: Added 'onBeforeHTTPError' and 'onBeforeHTTPError<code>' extension points to RequestHandler::httpError(). 2012-09-27 12:26:25 +12:00
NullHTTPRequest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
PjaxResponseNegotiator.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
RequestFilter.php FEATURE: Added dependency injector for managing creation of new objects and their dependencies. 2012-05-18 12:39:57 +12:00
RequestHandler.php API: Added 'onBeforeHTTPError' and 'onBeforeHTTPError<code>' extension points to RequestHandler::httpError(). 2012-09-27 12:26:25 +12:00
RequestProcessor.php BUG Make RequestProcessor->filters settable as a property too 2012-07-19 13:58:58 +12:00
Session.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00