silverstripe-framework/core/control
Ingo Schommer 0cd41ac16d ENHANCEMENT Removing specialized routing for Translatable from Director->currentPage() and ModelAsController->getNestedController. Calls SiteTree::get_by_url() now, which abstracts out the Translatable handling.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@69952 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:26:57 +13:00
..
ContentController.php MINOR Removed old references to check-php, which has since been removed 2011-02-02 14:26:55 +13:00
ContentNegotiator.php API CHANGE: ContentNegotiator is now disabled by default, unless you include the xml header in your template. 2011-02-02 14:26:48 +13:00
Controller.php MINOR Removed whitespace after ?> end PHP tag 2011-02-02 14:26:45 +13:00
Director.php ENHANCEMENT Removing specialized routing for Translatable from Director->currentPage() and ModelAsController->getNestedController. Calls SiteTree::get_by_url() now, which abstracts out the Translatable handling. 2011-02-02 14:26:57 +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 MINOR merged from trunk 2011-02-02 14:26:40 +13:00
ModelAsController.php ENHANCEMENT Removing specialized routing for Translatable from Director->currentPage() and ModelAsController->getNestedController. Calls SiteTree::get_by_url() now, which abstracts out the Translatable handling. 2011-02-02 14:26:57 +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