silverstripe-framework/core/control
Sean Harvey 19ceaa905a BUGFIX Fixed Director::makeRelative() to accept https:// protocol
BUGFIX Fixed GET-parameter replacement in Director::is_absolute_url()
ENHANCEMENT Added Director::is_relative_url() and Director::is_site_url()
BUGFIX Validating $_FILES array in Director::direct()

(Merged from r73250)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.2@73272 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:39:36 +13:00
..
ContentController.php Make double-redirects a warning rather than an error, since they are usually benign. 2011-02-02 14:34:43 +13:00
ContentNegotiator.php Removed notice level errors for better cli-script operation 2008-01-17 01:58:37 +00:00
Controller.php BUGFIX: Don't allow calling of magically added methods via URL unless explicitly listed in allowed_actions 2011-02-02 14:39:35 +13:00
Director.php BUGFIX Fixed Director::makeRelative() to accept https:// protocol 2011-02-02 14:39:36 +13:00
FormResponse.php converted TODO into @todo for better PHPDocumentor support 2008-01-11 01:49:50 +00:00
HTTPResponse.php BUGFIX: Fixed HTTP/1.0 support 2011-02-02 14:39:35 +13:00
ModelAsController.php API Documentation updates 2008-01-09 04:18:36 +00:00
NestedController.php API Documentation updates 2008-01-09 04:18:36 +00:00
RootURLController.php Fixed HomepageForDomain behaviour when entering multiple domains 2011-02-02 14:34:38 +13:00
SapphireInfo.php Added Makefile so that you can execute 'make test' in sapphire and it will run tests. 2008-01-16 05:24:27 +00:00