silverstripe-framework/control
2012-04-11 17:20:49 +12:00
..
ContentNegotiator.php Replace ereg with preg_* 2012-02-27 22:14:02 +01:00
Controller.php MINOR: Remove default paramenter from handleRequest() so it complies with the interface correctly. Fixes E_STRICT warning. 2012-04-11 17:20:49 +12:00
Cookie.php MINOR Removed check for PHP versions less than 5.2 in Cookie 2012-04-03 09:54:55 +12:00
Director.php API CHANGE Moved RequestHandler->isAjax() to SS_HTTPRequest->isAjax() 2012-04-05 23:00:22 +02:00
HTTP.php Replace ereg with preg_* 2012-02-27 22:14:02 +01:00
HTTPRequest.php API CHANGE Moved RequestHandler->isAjax() to SS_HTTPRequest->isAjax() 2012-04-05 23:00:22 +02: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
PjaxResponseNegotiator.php ENHANCEMENT PjaxResponseNegotiator for more structured partial ajax refreshes, applied in CMS and GridField. Also fixes issues with history.pushState() and pseudo-redirects on form submissions (e.g. from page/add to page/edit/show/<new-record-id>) 2012-04-05 23:00:22 +02:00
RequestHandler.php ENHANCEMENT PjaxResponseNegotiator for more structured partial ajax refreshes, applied in CMS and GridField. Also fixes issues with history.pushState() and pseudo-redirects on form submissions (e.g. from page/add to page/edit/show/<new-record-id>) 2012-04-05 23:00:22 +02:00
Session.php API CHANGE Removed Session::load_config() (no longer supported) 2012-03-09 21:17:18 +01:00