silverstripe-framework/control
2012-03-16 15:05:28 +13:00
..
ContentNegotiator.php Replace ereg with preg_* 2012-02-27 22:14:02 +01:00
Controller.php API CHANGE: Remove Controller::Now(), as it was only ever a template global provider, and use the new TemplateGlobalProvider interface on SS_Datetime instead. 2012-03-16 15:05:28 +13:00
Cookie.php BUGFIX Fixed undefined method suser_error() in Cookie::set() 2012-02-16 14:59:56 +13:00
Director.php BUGFIX: add Director::isDev parameter so we can test if we know we're dev mode already without touching the database. Used in showqueries on MySQL, so that errors are avoided when showing queries on initial switch to dev move (#6856) 2012-03-09 14:20:22 +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: RequestHandler needs some tricks to make sure it knows when allowed_actions hasnt been provided on a class when it has been provided on an extension, now that statics from extensions isnt a feature specific hack 2012-03-09 18:16:45 +13:00
Session.php API CHANGE Removed Session::load_config() (no longer supported) 2012-03-09 21:17:18 +01:00