silverstripe-framework/core/control
2009-04-16 22:41:14 +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 API CHANGE Deprecated Translatable::enable() and i18n::enable()- use Object::add_extension('SiteTree','Translatable'), Deprecated Translatable::disable() and i18n::disable() - use Object::remove_extension('SiteTree','Translatable'), Deprecated Translatable::enabled() - use $myPage->hasExtension('Translatable') 2009-04-01 16:35:32 +00:00