silverstripe-framework/core/control
2010-10-19 03:49:13 +00:00
..
ContentController.php BUGFIX ContentController::SiteConfig() should look to the SiteTree record so an alternate SiteConfig is considered, if this method doesn't exist on the data record then fall back to the default SiteConfig (from r111255) 2010-10-19 03:49:13 +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 MINOR Spelling corrections to Director comments (from r111123) 2010-10-19 03:47:11 +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