cakephp2-php8/cake
phpnut 8be685504e Adding ability to disable specific form data fields from being added to the validation key.
Example of using this would be javascript that changes hidden fields, adding additional fields added using javascript, etc.
This is set in a Controller::beforeFilter().
Example usage:
{{{
$this->Security->disabledFields = array('fieldname', 'additional fields');
$this->Security->disabledFields = array('Model.fieldname', 'OtherModel.fieldname');
}}}

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4978 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-02 02:31:06 +00:00
..
config Merging fixes into the trunk: 2007-04-30 13:37:19 +00:00
libs Adding ability to disable specific form data fields from being added to the validation key. 2007-05-02 02:31:06 +00:00
locale Removing all language file svn these are now located at http://cakeforge.org/projects/translations/ 2007-02-04 03:01:02 +00:00
scripts Updating db_acl.sql in templates folder 2007-04-26 09:18:35 +00:00
tests Reverting changes in last commit 2007-05-01 15:17:27 +00:00
app_controller.php Correcting all headers in the files 2007-02-02 10:39:45 +00:00
app_helper.php Correcting all headers in the files 2007-02-02 10:39:45 +00:00
app_model.php Correcting all headers in the files 2007-02-02 10:39:45 +00:00
basics.php Fixing display of core error messages 2007-04-18 16:39:11 +00:00
bootstrap.php Making changes to cache classes and rearranging code to use new cache 2007-04-30 09:12:49 +00:00
dispatcher.php Adding patch from Ticket #2368 2007-04-08 04:13:28 +00:00
LICENSE.txt Correcting all headers in the files 2007-02-02 10:39:45 +00:00
VERSION.txt Merging fixes into the trunk: 2007-04-30 13:37:19 +00:00