cakephp2-php8/lib/Cake/View
mark_story 506051f688 Correct input generation for postgres numeric types.
Numeric types in postgres are treated like decimals, except they can
have no length, precision or scale components defined.

IE does not accept 1.00000 as a valid step attribute so we'll default to
any when we encounter decimal types with no length.

Refs #7497
2015-10-01 21:46:21 -04:00
..
Elements Don't use short tags. 2015-08-20 22:36:09 -04:00
Errors Re-add closing tags to ctp files 2015-09-25 18:10:18 +02:00
Helper Correct input generation for postgres numeric types. 2015-10-01 21:46:21 -04:00
Scaffolds Various improvments to the CakePH Plib files 2015-09-25 17:11:20 +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 Various improvments to the CakePH Plib files 2015-09-25 17:11:20 +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