silverstripe-framework/core/control
Ingo Schommer 2cbbcfe3ab MINOR SilverStripeNavigator.js used jquery.live instead of livequery, and doesn't include unnecessary behaviour.js
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100883 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:18:55 +13:00
..
ContentController.php MINOR SilverStripeNavigator.js used jquery.live instead of livequery, and doesn't include unnecessary behaviour.js 2011-02-02 14:18:55 +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 MINOR Documentation 2011-02-02 14:18:26 +13:00
Director.php MINOR: Director::currentPage() is deprecated but shouldn't throw a notice-level error until the next major release. 2011-02-02 14:18:50 +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: Ensure that ModelAsController::init() can trigger redirections. (from r98702) 2011-02-02 14:18:35 +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 API CHANGE Removed deprecated function RootURLController::get_homepage_urlsegment(), please use RootURLController::get_homepage_link() instead! 2011-02-02 14:18:46 +13:00
SilverStripeNavigatorItem.php MINOR Documentation 2011-02-02 14:18:37 +13:00