silverstripe-framework/core/control
2008-10-05 19:27:21 +00:00
..
ContentController.php BUGFIX wrong jsparty PATH references 2008-09-29 18:49:55 +00:00
ContentNegotiator.php MINOR documentation 2008-09-16 14:36:31 +00:00
Controller.php ENHANCEMENT Added Controller->render($params) as a shortcut for Controller->customise($params)->renderWith(array('MyTemplate','MySubTemplate')) - templates are auto-detected by Controller->getViewer() and Controller->getAction() 2008-10-05 19:27:21 +00:00
Director.php Fixed dumb error in my makeRelative change 2008-10-02 21:05:33 +00:00
FormResponse.php Merged [47055]: Modified FormResponse to append Behaviour rules last. 2008-08-12 04:04:58 +00:00
HTTPRequest.php API CHANGE: Deprecated HTTP::sendFileToBrowser() in favour of more testable HTTPRequest::send_file() 2008-10-03 02:23:11 +00:00
HTTPResponse.php API CHANGE Changed parameters for Debug::friendlyError() 2008-10-01 14:43:43 +00:00
ModelAsController.php BUGFIX Fixed merge error in ModelAsController 2008-08-09 05:35:08 +00:00
NestedController.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
RequestHandlingData.php Made allowed_actions case insensitive 2008-09-11 00:15:31 +00:00
RootURLController.php BUGFIX #2901 - RootURLController didn't properly manipulate the Controller stack 2008-10-04 04:42:51 +00:00