silverstripe-framework/view
Sam Minnee 526b40414a FIX: Ensure that actions inferred from templates with the "_action" suffix also respect allowed_actions.
FIX: Ensure SSViewer::hasTemplate() is aware of themes.

To do this, RequestHandler::definingClassForAction() has been created, splitting out the code that looks up the class that defines a given action into its own method.  This is then overridden in Controller to look at templates.
2013-06-19 20:11:50 +12:00
..
ArrayData.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
GenericTemplateGlobalProvider.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Requirements.php ENHANCEMENT: allow overridable JS/CSS minification 2013-06-04 12:52:11 +00:00
SSTemplateParser.php MINOR: if no doctyle is set, include comments inside <html> 2013-04-22 18:16:09 +00:00
SSTemplateParser.php.inc MINOR: if no doctyle is set, include comments inside <html> 2013-04-22 18:16:09 +00:00
SSViewer.php FIX: Ensure that actions inferred from templates with the "_action" suffix also respect allowed_actions. 2013-06-19 20:11:50 +12:00
TemplateGlobalProvider.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
TemplateIteratorProvider.php Remove end php tag from TemplateIteratorProvider 2012-10-10 11:15:55 +13:00
ViewableData.php Merge remote-tracking branch 'origin/3.0' into 3.1 2013-05-09 10:34:20 +02:00