silverstripe-framework/core/control
Andrew Short acc063984b ENHANCEMENT: Added ErrorPage::response_for() to get a response for a HTTP error code and request.
MINOR: Updated ModelAsController to generate errors with ErrorPage.
MINOR: Updated ContentController to generate HTTP errors with ErrorPage.

From: Andrew Short <andrewjshort@gmail.com>

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@88480 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-10-11 00:07:03 +00:00
..
ContentController.php ENHANCEMENT: Added ErrorPage::response_for() to get a response for a HTTP error code and request. 2009-10-11 00:07:03 +00:00
ContentNegotiator.php MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
Controller.php ENHANCEMENT: Do not allow access to actions that have not been defined or do not have an action template. 2009-10-11 00:07:01 +00:00
Director.php MINOR Debug::backtrace() calls now call SSBacktrace::backtrace() 2009-08-19 04:22:36 +00:00
FormResponse.php MINOR Removed @deprecated notice in FormResponse, replaced with a warning message 2009-05-20 06:21:09 +00:00
HTTPRequest.php ENHANCEMENT: Added HTTPRequest->isMedia() to check if a request is for a common media type. 2009-10-11 00:07:02 +00:00
HTTPResponse.php MINOR ajshort: Deprecated un-used HTTPResponse->getLinks() method that duplicated functionality. 2009-10-11 00:06:53 +00:00
ModelAsController.php ENHANCEMENT: Added ErrorPage::response_for() to get a response for a HTTP error code and request. 2009-10-11 00:07:03 +00:00
NestedController.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
RequestHandler.php BUGFIX Don't lowercase permission codes contained in $allowed_actions in RequestHandler->checkAccessAction(). Permission checks are case sensitive. 2009-09-10 07:02:54 +00:00
RootURLController.php MINOR FIX: Column names quoted properly 2009-08-31 00:22:10 +00:00