silverstripe-framework/admin/code
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
..
AddToCampaignHandler.php Add AddToCampaign dialog box functionality 2016-04-26 13:33:06 +12:00
AdminRootController.php API Remove routing from silverstripe-component 2016-04-21 08:43:03 +12:00
CampaignAdmin.php Reorder Campaigns in lefthand menu 2016-05-11 16:31:02 +12:00
CMSBatchAction.php API Update Versioned methods 2016-04-04 14:50:16 +12:00
CMSBatchActionHandler.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
CMSMenu.php API LeftAndMain::menu_title can be overridden (#5423) 2016-05-02 20:57:43 +12:00
CMSMenuItem.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
CMSPreviewable.php API Campaign preview for images 2016-05-02 15:27:12 +12:00
CMSProfileController.php Merge remote-tracking branch 'origin/3.1' into 3.2 2015-09-09 14:35:29 +12:00
GroupImportForm.php Added 3.1.14 changelog 2015-09-15 10:58:15 +12:00
LeftAndMain.php Cleaning up Controller::handleRequest 2016-05-23 00:21:04 +01:00
LeftAndMainExtension.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
MemberImportForm.php API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
ModelAdmin.php Cleaning up Controller::handleRequest 2016-05-23 00:21:04 +01:00
SecurityAdmin.php Cleaning up Controller::handleRequest 2016-05-23 00:21:04 +01:00