silverstripe-framework/core/control
2011-02-02 14:18:17 +13:00
..
ContentController.php BUGFIX: Don't rely on the current working directory for any file access; use BASE_PATH. 2011-02-02 14:18:15 +13:00
ContentNegotiator.php MINOR Removed calls to ContentNegotiator::disable() since it's disabled by default 2011-02-02 14:17:53 +13:00
Controller.php API CHANGE: Replaced BasicAuth::enable() with BasicAuth::protect_entire_site() 2011-02-02 14:17:36 +13:00
Director.php BUGFIX Use BASE_PATH and BASE_URL instead of data from $_SERVER. 2011-02-02 14:18:15 +13:00
FormResponse.php MINOR Removed ContentNegoitator::disable() from FormResponse - it's disabled already 2011-02-02 14:17:53 +13: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) 2011-02-02 14:18:17 +13: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: Amended some references to HTTPResponse, replacing with SS_HTTPResponse 2011-02-02 14:18:05 +13: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 2011-02-02 14:17:38 +13:00