silverstripe-framework/core/control
Tom Rix 61ed3df367 MINOR fixed relative URL resolver in Director::test()
MINOR improved documentation in static-main.php

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@81749 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-07-14 01:21:04 +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 MINOR fixed relative URL resolver in Director::test() 2009-07-14 01:21:04 +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 BUGFIX #3937: Fixed substr_count in HTTPRequest to be mbstring compatible 2009-06-30 23:21:50 +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