cakephp2-php8/lib/Cake/Model
mark_story b2509ea13d Fix inherited permissions when checking the '*' permission.
When checking inherited permissions for '*' also copy inherited
permissions onto the inherited list. By copying the inherited values, we
get the union of explit allow and inherited permissions, which if all
things go well will match the permission key list.

Refs #8114
2016-02-16 22:30:19 -05:00
..
Behavior Fix bool check and also some doc blocks. 2016-02-09 01:18:43 +01:00
Datasource Merge pull request #8207 from CakeDC/feature/uuid 2016-02-16 21:53:08 -05:00
Validator Use more specific datatypes in PHPDoc 2016-01-28 23:10:51 +02:00
AclNode.php Various improvments to the CakePH Plib files 2015-09-25 17:11:20 +02:00
Aco.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
AcoAction.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
Aro.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
BehaviorCollection.php Replace our custom code fence with markdown standard fence 2015-01-09 13:47:25 +01:00
CakeSchema.php Now the tableParameters array gets escaped through values(), too 2014-10-16 19:10:52 +02:00
ConnectionManager.php Replacing self with static due to PHP5.3+. Following #7040. 2015-07-21 10:22:53 +02:00
I18nModel.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Model.php refs # 7929 refactor uuid support to not break Backward Compatibility 2016-01-15 11:43:01 -08:00
ModelBehavior.php Replace our custom code fence with markdown standard fence 2015-01-09 13:47:25 +01:00
ModelValidator.php Use more specific datatypes in PHPDoc 2016-01-28 23:10:51 +02:00
Permission.php Fix inherited permissions when checking the '*' permission. 2016-02-16 22:30:19 -05:00