silverstripe-framework/core/control
Sam Minnee 0154fbae0f BUGFIX: makeRelative would return "false" for the root path, empty string is expected - fix that
BUGFIX: change the check in forceSSL to work on Windows - it sets the $_SERVER['https'] to off, instead of null (from r109712)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112828 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-10-19 01:25:50 +00:00
..
ContentController.php BUGFIX: Generate stage/live links using Controller::join_links() instead of string concatenation. (from r104581) 2010-10-15 00:29:53 +00:00
ContentNegotiator.php BUGFIX Fixed ContentNegotiator to handle HTML and XHTML base tags properly when converting, regression from r108413 (from r108421) 2010-10-19 01:20:07 +00:00
Controller.php BUGFIX: Added condition to avoid error creating "PastMember" cookie on dev/build (ticket #5780) Thanks simon_w (from r108397) 2010-10-18 22:53:03 +00:00
Director.php BUGFIX: makeRelative would return "false" for the root path, empty string is expected - fix that 2010-10-19 01:25:50 +00:00
FormResponse.php BUGFIX Checking for existing redirections in FormResponse::respond (fixes #5208) (from r101958) 2010-10-13 01:21:45 +00: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. (from r107090) 2010-10-15 03:08:39 +00:00
HTTPResponse.php MINOR: Recognize and allow HTTP/422 response code (from r104092) 2010-10-14 23:56:33 +00:00
ModelAsController.php BUGFIX: When finding an old page in the 404 handler, favour existing subpages over historical ones. (from r104468) 2010-10-15 00:28:02 +00: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 (from r105903) 2010-10-15 02:53:31 +00:00
RootURLController.php API CHANGE Removed deprecated function RootURLController::get_homepage_urlsegment(), please use RootURLController::get_homepage_link() instead! (from r100493) 2010-05-25 03:58:22 +00:00
SilverStripeNavigatorItem.php BUGFIX: Generate stage/live links using Controller::join_links() instead of string concatenation. (from r104581) 2010-10-15 00:29:53 +00:00