silverstripe-framework/core/control
Ingo Schommer 2b65c57f7c BUGFIX: Director::test() shouldn't break if $_SESSION isn't set. (from r104670)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112364 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-10-15 00:34:18 +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: disable function re-enabled (from r101792) 2010-10-13 01:07:35 +00:00
Controller.php BUGFIX: Fixed Controller::join_links() handling of fragment identifiers (from r104580) 2010-10-15 00:29:29 +00:00
Director.php BUGFIX: Director::test() shouldn't break if $_SESSION isn't set. (from r104670) 2010-10-15 00:34:18 +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 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 (from r103099) 2010-10-13 03:31:53 +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: disallow numeric actions - numeric array indexes are incorrectly picked up as allowed actions (#5331) (from r103092) 2010-10-13 03:30:54 +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