silverstripe-framework/control
Ingo Schommer 9d764d6794 FIX Avoid infinite loops on ?isDev=1 and Deprecation class
If any of the functionality triggered by Director::isDev()
was causing deprecation errors, the system would go into
an infinite loop. Since the only way to cause this is the DB
checking functionality, we disable that for Deprecation.
Side effect of this change: You can't show deprecation notices
on a live site by forcing the session into dev mode.
2013-07-17 11:55:19 +02:00
..
injector FIX issue with Injector::create not passing args 2013-02-15 10:24:47 +11:00
ContentNegotiator.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
Controller.php MINOR: Don't throw redirection warning if redirection to the same place. 2013-01-29 18:03:49 +01:00
Cookie.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Director.php FIX Avoid infinite loops on ?isDev=1 and Deprecation class 2013-07-17 11:55:19 +02:00
HTTP.php API HTTP::urlRewriter with (string)$code deprecated in 3.1. Fixed regressions and CSS urls. 2013-07-05 09:08:58 +12:00
HTTPRequest.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
HTTPResponse.php API Remove content-length setting in HTTPResponse 2013-02-27 10:07:54 +01: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 BUG Undefined $allowed_actions overrides parent definitions, stricter handling of $allowed_actions on Extension 2013-02-17 23:30:36 +01:00
RequestProcessor.php BUG Make RequestProcessor->filters settable as a property too 2012-07-19 13:58:58 +12:00
Session.php BUGFIX: Prevent notice-level error in Session code when non-array is turned into an array. 2013-01-29 18:03:48 +01:00