silverstripe-framework/core/control
Ingo Schommer ef33498a97 elofgren: In SilverStripeNavigator?(), change 'View page in:' to 'Page view:', 'CMS' to 'Edit', and group 'Edit' & 'Draft Site' together. Reason: http://www.silverstripe.com/silverstripe-development/flat/626?showPost=1785#post1785
(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41838 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 00:26:21 +00:00
..
ContentController.php elofgren: In SilverStripeNavigator?(), change 'View page in:' to 'Page view:', 'CMS' to 'Edit', and group 'Edit' & 'Draft Site' together. Reason: http://www.silverstripe.com/silverstripe-development/flat/626?showPost=1785#post1785 2007-09-15 00:26:21 +00:00
ContentNegotiator.php Added HTTPResponse object, to encapsulate Controller responses for aid testing and other 'quirky' uses of Controllers 2007-08-17 03:09:46 +00:00
Controller.php mlantahler:Bugfix: Small bugfix to prevent the usage of uninitialized $funcName. Happens if the form is submitted by pressing <enter> instead of pressing the button (at least in IE7). (merged from branches/gsoc) 2007-09-14 18:02:03 +00:00
Director.php mlantahler: Bugfix: $URL != $url. The variable names are case-sensitive in PHP (http://www.php.net/manual/en/language.variables.php) (merged from branches/gsoc) 2007-09-14 17:47:45 +00:00
FormResponse.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
HTTPResponse.php Added Director::redirected_to / Controller::redirectedTo() for redirection-detection 2007-08-31 00:26:41 +00:00
ModelAsController.php Fixed bugs in Session implementation of nested controllers 2007-08-17 23:11:43 +00:00
NestedController.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
RootURLController.php Fixed bugs in Session implementation of nested controllers 2007-08-17 23:11:43 +00:00
Sitemap.php wscott: Added some additional fixes & such to sapphire 2007-09-14 00:47:00 +00:00