silverstripe-framework/docs/en
Ingo Schommer 50995fbecb BUG Undefined $allowed_actions overrides parent definitions, stricter handling of $allowed_actions on Extension
Controller (and subclasses) failed to enforce $allowed_action restrictions
on parent classes if a child class didn't have it explicitly defined.

Controllers which are extended with $allowed_actions (through an Extension)
now deny access to methods defined on the controller, unless this class also has them in its own
$allowed_actions definition.
2013-02-17 23:16:22 +01:00
..
_images ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring) 2011-02-07 19:55:13 +13:00
changelogs BUG Undefined $allowed_actions overrides parent definitions, stricter handling of $allowed_actions on Extension 2013-02-17 23:16:22 +01:00
howto MINOR: formatting changes and fixes to original document formatting 2011-03-21 11:51:50 +13:00
installation Nginx docs for denying composer file access (fixes #8011) 2013-02-15 19:22:21 +01:00
misc MINOR: removed incorrect getter/setter statements. 2011-09-07 13:09:03 +12:00
reference Fixes tag syntax (should end with %>, not >%) 2011-09-24 10:55:42 +12:00
topics Update widget documentation (fixes #706) 2012-08-08 21:21:58 +12:00
tutorials MINOR: fixed syntax error in FormAction example. 2011-08-20 05:10:03 +12:00
index.md MINOR Documentation fixes 2011-03-21 11:52:56 +13:00