silverstripe-framework/core/control
Ingo Schommer 37e9c9e569 BUGFIX: remove the possibility that Director::isDev() could be recursively called when putting isDev=1 in $_GET, addressed in ticket #4978 (http://open.silverstripe.org/ticket/4978) (from r97926)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@102556 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-04-13 01:45:00 +00:00
..
ContentController.php Added values for new permission code 'VIEW_DRAFT_CONTENT' test (from r97898) 2010-04-13 01:43:29 +00:00
ContentNegotiator.php MINOR Removed calls to ContentNegotiator::disable() since it's disabled by default (from r93682) 2009-11-27 01:46:16 +00:00
Controller.php
Director.php BUGFIX: remove the possibility that Director::isDev() could be recursively called when putting isDev=1 in $_GET, addressed in ticket #4978 (http://open.silverstripe.org/ticket/4978) (from r97926) 2010-04-13 01:45:00 +00:00
FormResponse.php
HTTPRequest.php BUGFIX Checking that URL controller in HTTPRequest->match() is a subclass of Controller, not RequestHandler (which would include nested controllers like Form or FormField subclasses that shouldn't be accessible on their own toplevel URL namespace) (from r97881) 2010-04-13 01:30:43 +00:00
HTTPResponse.php
ModelAsController.php BUGFIX: Amended some references to HTTPResponse, replacing with SS_HTTPResponse (from r96746) 2010-04-12 02:35:58 +00:00
NestedController.php
RequestHandler.php
RootURLController.php