silverstripe-framework/core/control
Sam Minnee 1aeaed7fc4 Better checking of tabstrip stuff
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@66889 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:26:39 +13:00
..
ContentController.php BUGFIX Made ContentController work properly if it doesn't have a dataRecord 2008-10-25 11:30:28 +00:00
ContentNegotiator.php MINOR documentation 2008-09-16 14:36:31 +00:00
Controller.php BUGFIX: Better generation of PastMember cookie when you have stale login info 2011-02-02 14:26:39 +13:00
Director.php MINOR Added isset($_SERVER['HTTP_HOST']) checks to Director->isDev() and Director->isTest() - these environment variables are not available in CLI mode, and show up as PHP notices in a default cli-script/sake execution 2011-02-02 14:26:35 +13:00
FormResponse.php Better checking of tabstrip stuff 2011-02-02 14:26:39 +13:00
HTTPRequest.php MINOR Code formatting conventions in HTTPRequest->param() 2011-02-02 14:26:39 +13:00
HTTPResponse.php FEATURE #594: Added javascript-on-demand support 2008-11-12 04:31:33 +00:00
ModelAsController.php Return an HTTPResponse consistently from controllers 2011-02-02 14:26:34 +13:00
NestedController.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
RequestHandler.php BUGFIX #2992: Fixed T_PAAMAYIM_NEKUDOTAYIM error in RequestHandler 2008-11-05 01:59:27 +00:00
RootURLController.php BUGFIX Setting Director::set_site_mode('site') in RootURLController in newly added init() method, which fixes Translatable::choose_site_lang(). The original bug was a wrong selected language in the <meta> tags through SiteTree->MetaTags() 2008-11-09 14:20:19 +00:00