silverstripe-framework/control
Marcus Nyeholt 4f63f91cc8 BUG Fixed issue with convertServiceProperty
Fixed issue where convertServiceProperty is called when creating objects
with user-supplied constructor arguments, so that it's only called when
creating objects using injector configuration. This reduces the overhead
of unnecessary calls to convertServiceProperty.

Updated test cases to validate behaviour
2012-12-12 15:22:23 +11:00
..
injector BUG Fixed issue with convertServiceProperty 2012-12-12 15:22:23 +11:00
ContentNegotiator.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Controller.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Cookie.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Director.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
HTTP.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
HTTPRequest.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
HTTPResponse.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
NullHTTPRequest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
PjaxResponseNegotiator.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13: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 FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
RequestProcessor.php BUG Make RequestProcessor->filters settable as a property too 2012-07-19 13:58:58 +12:00
Session.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00