cakephp2-php8/lib/Cake/View
Jonas b32deed4aa changed FormHelper::secure() and FormHelper::end() to support attributes in the hidden CSRF-protection tags that are being generated for SecurityComponent to allow specification of additional html attributes like HTML5s "form" attribute. This allows separation of Form instantiation/controls and form data - for instance within html tables
improved tests for testing against additional attributes for Form::secure()

improved tests for testing against additional attributes for Form::end()

removed array cast, fixed test

fixed docblock format

format

Fixed a bug, this won't work as some forms are just empty
2014-02-17 10:54:02 -05:00
..
Elements Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
Errors unify exception and error handling. 2014-01-03 12:42:52 +01:00
Helper changed FormHelper::secure() and FormHelper::end() to support attributes in the hidden CSRF-protection tags that are being generated for SecurityComponent to allow specification of additional html attributes like HTML5s "form" attribute. This allows separation of Form instantiation/controls and form data - for instance within html tables 2014-02-17 10:54:02 -05:00
Scaffolds Merge branch 'master' into 2.5 2013-11-19 00:27:12 +05:30
Helper.php Collision free approach to resolve the DOM ID issue in a clean way. Fix to generation of ids for multiple checkboxes. Resolves ticket 4064. 2013-12-04 01:30:57 +01:00
HelperCollection.php remove undocumented code and uncessary in_array() checks + cleanup 2013-08-08 03:56:58 +02:00
JsonView.php Updated doc block for JsonView's subDir property 2013-09-17 20:25:32 -04:00
MediaView.php Don't return true from view classes' render() method. 2014-02-06 03:06:00 +05:30
ScaffoldView.php Deprecated scaffold and scaffoldview. 2013-12-20 14:16:44 -05:00
ThemeView.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
View.php Merge branch 'master' into 2.5 2014-02-11 18:17:59 +05:30
ViewBlock.php Fix ApiGen errors 2014-02-07 18:29:54 -02:00
XmlView.php Don't load Helpers in dataviews when _serialize is set. 2013-08-28 15:47:44 -04:00