silverstripe-framework/core/control
Ingo Schommer 99c1fe9f93 BUGFIX Allowing translated homepages in RootUrlController
BUGFIX Limiting RootURLController to just trigger Translatable if no DomainForHomepage value is found
BUGFIX Using $locale parameter in Translatable::get_homepage_urlsegment_by_locale()
BUGFIX Updated enabling mechanism in Translatable->alternateGetByUrl()
MINOR Removed HTTP_HOST setting in TranslatableTest, wasn't necessary
API CHANGE Deprecated Translatable::get_homepage_urlsegment_by_language(), use get_homepage_urlsegment_by_locale()

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@75328 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-04-27 23:08:39 +00:00
..
ContentController.php ENHANCEMENT Adjusted SearchForm, Debug, ErrorPage, SiteTree to using locales instead of lang codes 2009-03-20 08:47:06 +00:00
ContentNegotiator.php MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
Controller.php BUGFIX Checking for Director::is_site_url() before redirecting in Controller->redirectBack() and MemberLoginForm 2009-03-17 22:24:50 +00:00
Director.php BUGFIX Limiting ?debug_memory parameter to development environments through using Debug::message() instead of a straight echo() 2009-04-03 18:40:19 +00:00
FormResponse.php MINOR merged branches/2.3 into trunk 2008-12-04 22:38:32 +00:00
HTTPRequest.php MINOR Fixed spelling, grammar and example code (#3796, thanks bgribaudo) 2009-03-29 00:58:44 +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: backticks removed 2009-03-23 04:18:41 +00:00
NestedController.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
RequestHandler.php BUGFIX: RequestHandler::checkAccessAction() breaks when $this->class is null, this happens when you delete a DataObject from ResultForm (list view) in DataAdmin. We use safer call get_class($this) instead. 2009-04-16 22:41:14 +00:00
RootURLController.php BUGFIX Allowing translated homepages in RootUrlController 2009-04-27 23:08:39 +00:00