silverstripe-framework/control
Andrew Short 156bb87d57 FIX: Move stage choosing into a pre-request filter.
This ensures that the correct stage is selected, even if the request
does not come through the model as controller system. This fixes an
issue where custom controllers would always be on the "Stage" stage.
2013-10-23 18:29:13 +13:00
..
injector BUG Director::test now calls RequestProcessor 2013-10-15 07:53:34 +11:00
ContentNegotiator.php BUGFIX: added <param> tag to ContentNegotiator filtering 2013-09-19 17:30:36 +02:00
Controller.php FIX Use last of duplicate query params in join_links 2013-09-20 11:33:03 +12:00
Cookie.php Ensure Cookie::get() will immediately return results. 2013-06-07 11:27:15 +12:00
Director.php FIX oembed to avoid mixed media issues 2013-10-17 17:06:40 +13:00
HTTP.php BUG Fix regression introduced in #2356 (method call on non-object) 2013-09-23 13:32:55 +12:00
HTTPRequest.php BUG Fix regression in IE no-cache https file downloads. 2013-08-26 17:15:58 +12:00
HTTPResponse.php API Make SSViewer#process return HTMLText not string 2013-03-14 12:49:03 +13:00
NullHTTPRequest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
PjaxResponseNegotiator.php Update @package, @subpackage labels 2013-05-21 22:24:41 +12:00
RequestFilter.php FEATURE: Added dependency injector for managing creation of new objects and their dependencies. 2012-05-18 12:39:57 +12:00
RequestHandler.php API Enforce $allowed_actions in RequestHandler->checkAccessAction() 2013-06-24 14:50:40 +02:00
RequestProcessor.php Update @package, @subpackage labels 2013-05-21 22:24:41 +12:00
Session.php FIX Session::get_timeout 2013-10-22 14:20:18 +02:00
VersionedRequestFilter.php FIX: Move stage choosing into a pre-request filter. 2013-10-23 18:29:13 +13:00