cakephp2-php8/lib/Cake/View
ADmad 82f34c4cb3 Don't set "required" attribute for checkboxes (unless explicitly specified).
Adding it prevents user from submitting form with checkbox unchecked when the "boolean" validation rule is specified for the field.
Closes #3560
2013-01-23 20:38:24 +05:30
..
Elements double spaces to single ones 2012-12-22 23:48:15 +01:00
Errors Merge remote-tracking branch 'origin/master' into 2.3 2012-09-25 16:36:03 +02:00
Helper Don't set "required" attribute for checkboxes (unless explicitly specified). 2013-01-23 20:38:24 +05:30
Scaffolds Fix missing plugin parameters in scaffolding. 2012-11-27 21:59:06 -05:00
Helper.php Added new html5 boolean attributes 2013-01-02 12:15:58 +05:30
HelperCollection.php double spaces to single ones 2012-12-22 23:48:15 +01:00
JsonView.php remove unused local variables and a few improvements 2012-12-23 13:53:13 +01:00
MediaView.php double spaces to single ones 2012-12-22 23:48:15 +01:00
ScaffoldView.php Replaced simple and therefore pointless array_push function references with the ordinary way of adding an array element. This will increase the performance and the code looks much cleaner this way IMHO 2013-01-02 23:47:27 +01:00
ThemeView.php Added deprecated tag 2012-12-17 02:47:41 +05:30
View.php Merge branch 'master' into 2.3 2013-01-08 20:15:46 -05:00
ViewBlock.php double spaces to single ones 2012-12-22 23:48:15 +01:00
XmlView.php remove unused local variables and a few improvements 2012-12-23 13:53:13 +01:00