silverstripe-framework/core/control
Sam Minnee 73a075a491 FEATURE #594: Added javascript-on-demand support
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@65688 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-11-12 04:31:33 +00: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 initial-site-setup boundary condition checking needed after the manifest builder update 2008-11-09 22:11:25 +00:00
Director.php MINOR: type enviroment -> environment 2008-11-09 23:25:02 +00:00
FormResponse.php MINOR Misc deprecation notices 2008-10-16 08:44:08 +00:00
HTTPRequest.php API CHANGE #2857 - Renamed RequestHandlingData to RequestHandler 2008-10-30 22:03:21 +00:00
HTTPResponse.php FEATURE #594: Added javascript-on-demand support 2008-11-12 04:31:33 +00:00
ModelAsController.php BUGFIX Using uncached DataObject::get_one() calls in ModelAsController to avoid stale data with subsequent Director::test() calls which alter the page relations inbetween 2008-11-08 00:02:35 +00: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