silverstripe-framework/core/control
2009-09-10 01:37:44 +00:00
..
ContentController.php BUGFIX Fixed WidgetControllerTest by adding missing url routing to ContentController (see r85789) 2009-09-07 05:39:43 +00:00
ContentNegotiator.php MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
Controller.php MINOR Moved documentation about Controller and RequestHandler to the right places 2009-09-07 00:14:11 +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 MINOR: Small speed-up of HTTPRequest::match() 2009-08-11 03:51:17 +00:00
HTTPResponse.php ENHANCEMENT ajshort: Allow a HTTPResponse to be encapsulated in a HTTPResponse_Exception, which can be later caught by the request handler. 2009-06-27 08:48:44 +00:00
ModelAsController.php API CHANGE ajshort: Deprecated the Director site mode and callback functionality. 2009-06-25 08:15:52 +00:00
NestedController.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
RequestHandler.php API CHANGE Don't exempt 'index' controller actions from $allowed_actions check - they might still contain sensitive information (for example ImageEditor). This action has to explicitly allowed on controllers with $allowed_actions defined now. 2009-09-10 01:37:44 +00:00
RootURLController.php MINOR FIX: Column names quoted properly 2009-08-31 00:22:10 +00:00