silverstripe-framework/core/control
Ingo Schommer 87b98eaa66 BUGFIX: fix incorrect link in CMS (from r97408) (from r99050)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@102826 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-04-14 03:53:19 +00:00
..
ContentController.php FEATURE: Make navigator items more overloadable (from r97376) (from r99047) 2010-04-14 03:52:28 +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 MINOR Removed debug code 2010-04-14 03:05:18 +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
SilverStripeNavigatorItem.php BUGFIX: fix incorrect link in CMS (from r97408) (from r99050) 2010-04-14 03:53:19 +00:00