silverstripe-framework/control
2012-05-20 19:03:43 -07:00
..
injector FEATURE: Added dependency injector for managing creation of new objects and their dependencies. 2012-05-18 12:39:57 +12:00
ContentNegotiator.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Controller.php Merge branch (pull request #247) 'template-global-fixes' of https://github.com/sminnee/sapphire into sminnee-template-global-fixes 2012-05-19 15:39:59 +12:00
Cookie.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Director.php API CHANGE: Changes to make Director rules set through the new config system. Includes the addition of a new AdminRootController to take over handling of routing /admin/* routes to the correct LeftAndMain panel. 2012-05-19 14:37:32 +12:00
HTTP.php BUGFIX Ensure HTTP::get_mime_type() checks the full path in 2012-05-18 09:22:02 +12:00
HTTPRequest.php BUGFIX Less strict checks for relative URL normalization in SS_HTTPRequest (regression from recent security fixes to Director::is_absolute_url()) (fixes #7359) 2012-05-20 11:16:34 +02:00
HTTPResponse.php MINOR Removed mbstring support checks, its an installation requirement 2012-05-08 15:32:15 +02:00
NullHTTPRequest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
PjaxResponseNegotiator.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +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 CHANGE Renamed setModel for DataModel instances to setDataModel for 2012-05-01 14:45:44 +12:00
RequestProcessor.php FEATURE: Added dependency injector for managing creation of new objects and their dependencies. 2012-05-18 12:39:57 +12:00
Session.php ENHANCEMENT Session::start() now only called when there is changed 2012-04-27 16:28:46 +12:00