silverstripe-framework/core/control
Will Rossiter 815e9efd94 APICHANGE: removed page comments from core. Please see the github.com account for page comments functionality
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@114821 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-12-11 05:43:08 +00:00
..
ContentController.php APICHANGE: removed page comments from core. Please see the github.com account for page comments functionality 2010-12-11 05:43:08 +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 Checking for class_exists() before SapphireTest::is_running_tests() to avoid including the whole testing framework, and triggering PHPUnit to run a performance-intensive directory traversal for coverage file blacklists 2010-11-30 05:13:09 +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 Fixed saving of files in IE6/IE7 in SS_HTTPRequest::send_file() by adding custom "Cache-Control" HTTP headers 2010-11-24 06:23:50 +00:00
HTTPResponse.php ENHANCEMENT Added SS_HTTPResponse->setStatusDescription() as equivalent to setStatusCode(). Added documentation. 2010-11-23 19:38:15 +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 Don't allow HTML formatting in RequestHandler->httpError() by sending "Content-Type: text/plain" response headers. 2010-12-02 08:03:17 +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