silverstripe-framework/tests/control
Sean Harvey f63d137d49 ENHANCEMENT Session::start() now only called when there is changed
session data to be saved, and started on Director::direct() when there
is a cookie (or request var) containing the current PHP session name.
2012-04-27 16:28:46 +12:00
..
ControllerTest.php BUGFIX Type-safe checks for Controller::join_links(), allowing arguments with a value of "0" 2012-03-08 22:20:37 +01:00
ControllerTest.yml 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
DirectorTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
HTTPRequestTest.php API CHANGE Moved RequestHandler->isAjax() to SS_HTTPRequest->isAjax() 2012-04-05 23:00:22 +02:00
HTTPResponseTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
HTTPTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
NullHTTPRequestTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
PjaxResponseNegotiatorTest.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
RequestHandlingTest.php MINOR Fixes to method arguments in core classes for E_STRICT support. 2012-03-28 22:41:42 +13:00
SessionTest.php ENHANCEMENT Session::start() now only called when there is changed 2012-04-27 16:28:46 +12:00