silverstripe-framework/admin
Daniel Hensby e5f1ca3bbe
Cleaning up Controller::handleRequest
1. Separated responsibility of handleAction so that it no longer bootstraps the controller and cleans up after the request is handled.
2. NEW beforeHandleRequest to take responsibility of bootstrapping the controller
3. NEW afterHandleRequest to take responsibility of cleanup for the controller
4. NEW calling init on controllers deprecated in favour of callInit() which takes responsibility of enforcing that "base init" is called and the before and after hooks
5. NEW Added prepareResponse to Controller for dealing with responses from controllers
6. NEW setResponse added to controller for setting response objects on the controller
2016-05-23 00:21:04 +01:00
..
client Merge branch '3' 2016-05-20 14:20:33 +01:00
code Cleaning up Controller::handleRequest 2016-05-23 00:21:04 +01:00
templates Markup and styles for back button outside of new toolbar 2016-05-11 14:39:47 +12:00
tests API LeftAndMain::menu_title can be overridden (#5423) 2016-05-02 20:57:43 +12:00
thirdparty API Replace baked-in and modified Chosen 0.9.8 with npm'ed in Chosen 1.5.1 2016-04-14 10:45:39 +12:00
_config.php FIX: Renaming to HTMLEditorConfig. 2016-05-06 14:16:34 +12:00
.gitignore MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00