silverstripe-framework/core/control
Sean Harvey 628a0b7b88 ENHANCEMENT Don't give an error if ContentController::childrenOf() can't find the parent page, since this error isn't that useful
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@80341 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-06-29 04:53:15 +00:00
..
ContentController.php ENHANCEMENT Don't give an error if ContentController::childrenOf() can't find the parent page, since this error isn't that useful 2009-06-29 04:53:15 +00:00
ContentNegotiator.php MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
Controller.php FEATURE SingleSignOn - First commit, basic functionality. Until we get into a live environment, you can fake $_SERVER['REMOTE_USER'] in the site-wide _config.php. 2009-05-28 00:22:07 +00:00
Director.php BUGFIX #3900: Fix Director::forceWWW() 2009-06-27 13:08:23 +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 MINOR ajshort: Replaced usage of the deprecated split() function with preg_split(). 2009-06-18 09:34:17 +00:00
HTTPResponse.php ENHANCEMENT ajshort: Allow a HTTPResponse to be encapsulated in a HTTPResponse_Exception, which can be later caught by the request handler. 2009-06-27 08:48:44 +00:00
ModelAsController.php API CHANGE ajshort: Deprecated the Director site mode and callback functionality. 2009-06-25 08:15:52 +00:00
NestedController.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
RequestHandler.php ENHANCEMENT ajshort: Allow a HTTPResponse to be encapsulated in a HTTPResponse_Exception, which can be later caught by the request handler. 2009-06-27 08:48:44 +00:00
RootURLController.php API CHANGE ajshort: Deprecated the Director site mode and callback functionality. 2009-06-25 08:15:52 +00:00