cakephp2-php8/lib/Cake/View
mark_story 143c34bdc1 Handle case where a visible input shares a name with an invisible one.
If a visible input is created *after* a hidden input was created, the
form would always blackhole unless the visible input had the same value
as the hidden input.

Refs #7274
2015-08-22 23:10:44 -04:00
..
Elements Don't use short tags. 2015-08-20 22:36:09 -04:00
Errors Merge branch 'master' into 2.6 2014-11-04 22:44:11 -05:00
Helper Handle case where a visible input shares a name with an invisible one. 2015-08-22 23:10:44 -04:00
Scaffolds Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
Helper.php Add missing minimizable HTML attributes 2015-05-18 18:10:02 +02:00
HelperCollection.php Replace our custom code fence with markdown standard fence 2015-01-09 13:47:25 +01:00
JsonView.php Backport jsonOptions 2015-04-30 15:51:13 +02:00
MediaView.php Fix MediaView extension handling as documented and expected. 2015-08-21 12:35:49 +02:00
ScaffoldView.php Update all @deprecated annotations 2014-09-02 17:03:22 +02:00
ThemeView.php Update all @deprecated annotations 2014-09-02 17:03:22 +02:00
View.php Replacing self with static due to PHP5.3+. Following #7040. 2015-07-21 10:22:53 +02:00
ViewBlock.php Merge pull request #5760 from cakephp/master 2015-01-27 20:48:15 -05:00
XmlView.php Backport _xmlOptions 2015-05-02 14:24:02 +02:00