silverstripe-framework/core/control
Sam Minnee ae24151fe5 FEATURE SiteConfig (from r85339)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@89190 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-10-15 22:30:34 +00:00
..
ContentController.php FEATURE SiteConfig (from r85339) 2009-10-15 22:30:34 +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 BUGFIX: Fixed generation of static cache files in subdirectories. (from r88569) 2009-10-15 22:24:29 +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 API CHANGE: HTTPRequest and HTTPResponse no longer inherit from Object, since they should not be extended. 2009-10-13 02:43:30 +00:00
HTTPResponse.php API CHANGE: HTTPRequest and HTTPResponse no longer inherit from Object, since they should not be extended. 2009-10-13 02:43:30 +00:00
ModelAsController.php BUGFIX: Updated ModelAsController->findOldPage() query to be cross-database compatible. 2009-10-13 02:43:39 +00:00
NestedController.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
RequestHandler.php BUGFIX Fixed RequestHandler->allowedActions() lowercasing of actions - was applying the logic, but not writing it back to the $actions array. 2009-10-15 21:50:02 +00:00
RootURLController.php ENHANCEMENT: Cached the value for RootURLController::get_homepage_link() between calls. 2009-10-11 00:07:22 +00:00