silverstripe-framework/core/control
Sean Harvey 7cb259f051 Merged from branches/2.3
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@77454 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-05-21 00:14:47 +00:00
..
ContentController.php API CHANGE Removed @deprecated 2.3 method ContentController::Section2(): Please use ContentController->Level(2)->URLSegment instead 2009-05-20 05:09:49 +00:00
ContentNegotiator.php MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
Controller.php Merged from branches/2.3 2009-04-29 01:20:24 +00:00
Director.php Merged from branches/2.3 2009-05-21 00:14:47 +00:00
FormResponse.php MINOR Removed @deprecated notice in FormResponse, replaced with a warning message 2009-05-20 06:21:09 +00:00
HTTPRequest.php Merged from branches/2.3 2009-04-29 01:20:24 +00:00
HTTPResponse.php BUGFIX Fixed HTTPResponse->output() to only show Debug::friendlyError() if an error status code is set *and* the response body is empty. This prevented 404 ErrorPages to show in live modes, HTTPResponse always returned a generic "friendly" error 2009-04-03 18:57:17 +00:00
ModelAsController.php API CHANGE Deprecated Translatable::set_reading_lang(), use Translatable::set_current_locale(). 2009-05-17 05:36:01 +00:00
NestedController.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
RequestHandler.php Merged from branches/2.3 2009-04-29 07:28:53 +00:00
RootURLController.php API CHANGE Deprecated Translatable::current_lang(), use Translatable::get_current_locale() 2009-05-14 06:05:48 +00:00