silverstripe-framework/core/control
Ingo Schommer 949cadf377 MINOR Fixed broken links in docblocks
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@115949 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-01 20:05:47 +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 MINOR Fixed broken links in docblocks 2011-02-01 20:05:47 +00:00
Controller.php ENHANCEMENT Added RequestHandler->setRequest() for easier testing of controllers (usually handled through handleRequest()). Moved $request definition from Controller into parent class (RequestHandler) 2010-12-16 02:36:31 +00:00
Director.php BUGFIX #6219 Director::direct() validation fails for doubly nested file fields (thanks ajshort!) 2010-12-14 00:15:30 +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
NullHTTPRequest.php ENHANCEMENT Added NullHTTPRequest as a placeholder for new RequestHandler/Controller instances that haven't handled a URL yet. This means RequestHandler->request can be safely called from singleton controllers 2010-12-16 04:06:13 +00:00
RequestHandler.php BUGFIX Checking for existence of FormAction in Form->httpSubmission() to avoid bypassing $allowed_actions definitions in controllers containing this form 2010-12-20 00:00:38 +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 Checking for existence of draft and live records in SilverStripeNavigatorItem_ArchiveLink->getHTML() 2010-12-16 20:45:00 +00:00