silverstripe-framework/core/control
Andrew Short ea906a50a8 FEATURE: Implemented Translatable::get_homepage_link_by_locale() to enable translated home pages to function.
FEATURE: Updated SiteTree::get_by_link() to integrate with translatable, and allow it to work across languages by implementing Translatable->alternateGetByLink().
API CHANGE: Moved lang_filter enabling & disabling into static methods on Translatable, and renamed to locale_filter.
BUGFIX: Fixed viewing a translatable page by URL without explicitly setting a Locale in ContentController->handleRequest().

From: Andrew Short <andrewjshort@gmail.com>

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@88503 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-10-11 00:07:22 +00:00
..
ContentController.php FEATURE: Implemented Translatable::get_homepage_link_by_locale() to enable translated home pages to function. 2009-10-11 00:07:22 +00:00
ContentNegotiator.php MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
Controller.php API CHANGE #3724: Unified the Link() method to accept an action parameter. 2009-10-11 00:07:16 +00:00
Director.php ENHANCEMENT: Update ContentController to manually set the current Director page in handleRequest(). 2009-10-11 00:07:10 +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 FEATURE: Allow you to access nested pages by falling over to a child page in ContentController if one is available. 2009-10-11 00:07:07 +00:00
HTTPResponse.php MINOR ajshort: Deprecated un-used HTTPResponse->getLinks() method that duplicated functionality. 2009-10-11 00:06:53 +00:00
ModelAsController.php FEATURE: Implemented Translatable::get_homepage_link_by_locale() to enable translated home pages to function. 2009-10-11 00:07:22 +00:00
NestedController.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
RequestHandler.php BUGFIX Don't lowercase permission codes contained in $allowed_actions in RequestHandler->checkAccessAction(). Permission checks are case sensitive. 2009-09-10 07:02:54 +00:00
RootURLController.php FEATURE: Refactored RootURLController to allow nested home pages. 2009-10-11 00:07:17 +00:00