silverstripe-framework/control
2012-06-17 23:46:52 +02:00
..
injector BUGFIX Moved initialisation of injector to the start of Core.php to make sure that it is initialised correctly before additional code blocks reference it (in particular some of the code introduced by Sam that is triggered during add_extension). 2012-06-14 20:28:20 +10:00
ContentNegotiator.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Controller.php API CHANGE Static functions Director::redirect(), Director::redirectBack(), 2012-05-23 21:48:06 +12:00
Cookie.php MINOR Fixed PHPDoc on Cookie class (fixes #7404) 2012-05-30 16:43:16 +02:00
Director.php API CHANGE Static functions Director::redirect(), Director::redirectBack(), 2012-05-23 21:48:06 +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 API CHANGE Moved RestfulServer into its own module at https://github.com/silverstripe/silverstripe-restfulserver (fixes #7282) 2012-06-04 10:21:29 +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 Merge branch 'pjax-set-fragments' of https://github.com/mateusz/sapphire into mateusz-pjax-set-fragments 2012-06-13 10:31:09 +02: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 BUGFIX: Ticket #6069 Checking of URLSegment can end in an infinite loop (when saving Page in CMS) 2012-06-15 11:27:58 +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 BUGFIX Avoid Session::set() clearing on existing val (fixes #7487) 2012-06-17 23:46:52 +02:00