silverstripe-framework/core/control
Ingo Schommer 78ac0fe3d6 ENHANCEMENT Allowing custom messages and permission codes in BasicAuth::protect_entire_site()
ENHANCEMENT Making $permissionCode argument optional for BasicAuth::requireLogin(). If not set the logic only checks for a valid account (but no group memberships)
ENHANCEMENT Using SS_HTTPResponse_Exception instead of header()/die() in BasicAuth::requireLogin() to make it more testable

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@107867 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:19:38 +13:00
..
ContentController.php BUGFIX: Generate stage/live links using Controller::join_links() instead of string concatenation. 2011-02-02 14:19:21 +13:00
ContentNegotiator.php BUGFIX: disable function re-enabled 2011-02-02 14:19:08 +13:00
Controller.php BUGFIX: Fixed Controller::join_links() handling of fragment identifiers 2011-02-02 14:19:21 +13:00
Director.php ENHANCEMENT Allowing custom messages and permission codes in BasicAuth::protect_entire_site() 2011-02-02 14:19:38 +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: prevented HTTPRequest->shift() throwing notices when shifting multiple elements. APICHANGE: SS_HTTPRequest->shift($multiple) no longer returns an array of size $multiple spaced with nulls, it returns an array up to the size of $multiple. 2011-02-02 14:19:33 +13:00
HTTPResponse.php MINOR: Recognize and allow HTTP/422 response code 2011-02-02 14:19:19 +13:00
ModelAsController.php BUGFIX: When finding an old page in the 404 handler, favour existing subpages over historical ones. 2011-02-02 14:19:21 +13:00
NestedController.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
RequestHandler.php BUGFIX: reverted revision 105890 to fix build 2011-02-02 14:19:29 +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: Generate stage/live links using Controller::join_links() instead of string concatenation. 2011-02-02 14:19:21 +13:00