silverstripe-framework/core/control
Ingo Schommer e43f6d8a0d MINOR Documentation (from r98372)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@102646 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-04-13 03:20:59 +00:00
..
ContentController.php BUGFIX: Updated SiteConfig-based theme selection to remove inappropriate coupling from SSViewer (from r98263) 2010-04-13 03:18:10 +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 MINOR Documentation (from r98372) 2010-04-13 03:20:59 +00:00
Director.php BUGFIX: Don't force SSL when running from CLI (from r98272) 2010-04-13 03:19:00 +00:00
FormResponse.php MINOR Removed ContentNegoitator::disable() from FormResponse - it's disabled already (from r93659) 2009-11-27 01:45:06 +00:00
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 API CHANGE: Renamed conflicting classes to have an "SS_" namespace, and renamed existing "SS" namespace to "SS_". The affected classes are: HTTPRequest, HTTPResponse, Query, Database, SSBacktrace, SSCli, SSDatetime, SSDatetimeTest, SSLog, SSLogTest, SSLogEmailWriter, SSLogErrorEmailFormatter, SSLogErrorFileFormatter, SSLogFileWriter and SSZendLog. 2009-10-26 03:06:31 +00:00
ModelAsController.php BUGFIX: Let ModelAsController::init() extensions trigger redirections. (from r97767) (from r98221) 2010-04-13 02:29:24 +00:00
NestedController.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
RequestHandler.php API CHANGE: Renamed conflicting classes to have an "SS_" namespace, and renamed existing "SS" namespace to "SS_". The affected classes are: HTTPRequest, HTTPResponse, Query, Database, SSBacktrace, SSCli, SSDatetime, SSDatetimeTest, SSLog, SSLogTest, SSLogEmailWriter, SSLogErrorEmailFormatter, SSLogErrorFileFormatter, SSLogFileWriter and SSZendLog. 2009-10-26 03:06:31 +00:00
RootURLController.php BUGFIX Fixed dev/build not redirecting properly on first install of SS website on IIS (from r93259) 2009-11-27 01:26:13 +00:00