silverstripe-framework/core/control
Ingo Schommer 711de868c9 BUGFIX Enabled Link() methods for RecordController and CollectionController, and adjusted url handling to ModelAdmin counterparts to avoid linkage handling problems
BUGFIX Requiring a parentController for RecordController
ENHANCEMENT Custom getViewer() methods to use Page main templates if CollectionController is nested in a ContentController

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@63681 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-10-06 19:29:04 +00:00
..
CollectionController.php BUGFIX Enabled Link() methods for RecordController and CollectionController, and adjusted url handling to ModelAdmin counterparts to avoid linkage handling problems 2008-10-06 19:29:04 +00:00
ContentController.php BUGFIX wrong jsparty PATH references 2008-09-29 18:49:55 +00:00
ContentNegotiator.php MINOR documentation 2008-09-16 14:36:31 +00:00
Controller.php ENHANCEMENT Added SSViewer->getTemplateFileByType() and SSViewer->setTemplateFile() 2008-10-06 19:25:45 +00:00
Director.php FEATURE Added HTTP method override support to HTTPRequest and Form (through $_POST['_method'] or $_SERVER['X-HTTP-Method-Override']), incl. unit tests 2008-10-06 14:58:01 +00:00
FormResponse.php Merged [47055]: Modified FormResponse to append Behaviour rules last. 2008-08-12 04:04:58 +00:00
HTTPRequest.php FEATURE Added HTTP method override support to HTTPRequest and Form (through $_POST['_method'] or $_SERVER['X-HTTP-Method-Override']), incl. unit tests 2008-10-06 14:58:01 +00:00
HTTPResponse.php API CHANGE Changed parameters for Debug::friendlyError() 2008-10-01 14:43:43 +00:00
ModelAsController.php BUGFIX Fixed merge error in ModelAsController 2008-08-09 05:35:08 +00:00
NestedController.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
RecordController.php BUGFIX Enabled Link() methods for RecordController and CollectionController, and adjusted url handling to ModelAdmin counterparts to avoid linkage handling problems 2008-10-06 19:29:04 +00:00
RequestHandlingData.php MINOR Documentation for HTTPRequest and RequestHandlingData 2008-10-05 22:16:07 +00:00
RootURLController.php BUGFIX #2901 - RootURLController didn't properly manipulate the Controller stack 2008-10-04 04:42:51 +00:00