silverstripe-framework/control
2012-03-24 15:57:49 +13:00
..
ContentNegotiator.php Replace ereg with preg_* 2012-02-27 22:14:02 +01:00
Controller.php BUGFIX Type-safe checks for Controller::join_links(), allowing arguments with a value of "0" 2012-03-08 22:20:37 +01:00
Cookie.php BUGFIX Fixed undefined method suser_error() in Cookie::set() 2012-02-16 14:59:56 +13:00
Director.php BUGFIX #7018 This stops an infinite loop when Depreciation::notice is called from set_dev_servers(). This doesn't stop people from setting $dev_servers directly (not that it is used in the core code anywhere). 2012-03-24 15:57:49 +13:00
HTTP.php Replace ereg with preg_* 2012-02-27 22:14:02 +01:00
HTTPRequest.php BUGFIX Merge request arrays recursively 2011-12-23 17:48:49 +13:00
HTTPResponse.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
NullHTTPRequest.php API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure 2011-03-31 09:56:21 +13:00
RequestHandler.php BUGFIX: Return a 404, not a 500, if an invalid action is asked for on a RequestHandler. 2012-03-19 13:10:48 +13:00
Session.php API CHANGE Removed Session::load_config() (no longer supported) 2012-03-09 21:17:18 +01:00