silverstripe-framework/core/control
Sam Minnee 1fce2e614b BUGFIX: Ensure that the index action works even if allowed_actions is set.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@88521 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-10-11 05:16:18 +00:00
..
ContentController.php API CHANGE: Decoupled ErrorPage::response_for() from the request and updated it so it will only return a response if an appropriate error page can be found. 2009-10-11 00:07:25 +00:00
ContentNegotiator.php MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
Controller.php MINOR: Updated Controller to return a 404 on actions that don't exist, rather than a 403. 2009-10-11 00:07:24 +00:00
Director.php ENHANCEMENT: Update ContentController to manually set the current Director page in handleRequest(). 2009-10-11 00:07:10 +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 FEATURE: Allow you to access nested pages by falling over to a child page in ContentController if one is available. 2009-10-11 00:07:07 +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 API CHANGE: Decoupled ErrorPage::response_for() from the request and updated it so it will only return a response if an appropriate error page can be found. 2009-10-11 00:07:25 +00:00
NestedController.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
RequestHandler.php BUGFIX: Ensure that the index action works even if allowed_actions is set. 2009-10-11 05:16:18 +00:00
RootURLController.php ENHANCEMENT: Cached the value for RootURLController::get_homepage_link() between calls. 2009-10-11 00:07:22 +00:00