silverstripe-framework/core/control
Luke Hudson 2e6451f99b MINOR: Recognize and allow HTTP/422 response code
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@104092 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:19:19 +13:00
..
ContentController.php BUGFIX Renamed Nested URLs are automatically redirected to their new location with 301 HTTP status code in ModelAsController/ContentController (fixes #5393, thanks cbarberis) 2011-02-02 14:19:15 +13:00
ContentNegotiator.php BUGFIX: disable function re-enabled 2011-02-02 14:19:08 +13:00
Controller.php BUGFIX Cookies set to a value other than NULL (effectively unsetting the cookie) will now use the httpOnly parameter by default for better XSS protection (from r101045) 2011-02-02 14:19:00 +13:00
Director.php MINOR: Director::currentPage() is deprecated but shouldn't throw a notice-level error until the next major release. 2011-02-02 14:18:50 +13:00
FormResponse.php BUGFIX Checking for existing redirections in FormResponse::respond (fixes #5208) 2011-02-02 14:19:10 +13:00
HTTPRequest.php BUGFIX Only replace double slashes in SS_HTTPRequest->__construct() for relative- its a failsafe against wrongly formatted URLs like 'admin//assets' instead of 'admin/assets', but breaks absolute URLs with 'http://' prefix 2011-02-02 14:19:13 +13:00
HTTPResponse.php MINOR: Recognize and allow HTTP/422 response code 2011-02-02 14:19:19 +13:00
ModelAsController.php BUGFIX Renamed Nested URLs are automatically redirected to their new location with 301 HTTP status code in ModelAsController/ContentController (fixes #5393, thanks cbarberis) 2011-02-02 14:19:15 +13:00
NestedController.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
RequestHandler.php BUGFIX: disallow numeric actions - numeric array indexes are incorrectly picked up as allowed actions (#5331) 2011-02-02 14:19:13 +13:00
RootURLController.php API CHANGE Removed deprecated function RootURLController::get_homepage_urlsegment(), please use RootURLController::get_homepage_link() instead! 2011-02-02 14:18:46 +13:00
SilverStripeNavigatorItem.php BUGFIX: put back into the SSNavigator the archived site link (#5251) 2011-02-02 14:19:06 +13:00