cakephp2-php8/cake/libs/view
mark_story 79aafda698 Removing use of serialize() for locked fields. This removes any
possible exploit related to serialize()/unserialize().  Instead values
are passed as | delimited.
2010-11-21 00:09:45 -05:00
..
elements Update copyright years. 2010-10-25 07:58:22 +11:00
errors Merge branch 'master' of http://github.com/kwiky/cakephp into kwicky 2010-10-30 00:29:21 -04:00
helpers Removing use of serialize() for locked fields. This removes any 2010-11-21 00:09:45 -05:00
layouts Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
pages Updating version numbers for 1.3.6 2010-11-13 20:01:20 -05:00
scaffolds Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
helper.php Adding object type check to prevent fatal errors caused by view being used like a model object. Tests added. Fixes #1039 2010-08-23 21:39:23 -04:00
media.php Removing closing PHP tags. 2010-05-11 08:07:49 +10:00
theme.php Adding omitted documentation information. 2010-06-10 14:23:49 -04:00
view.php Making the cake:nocache stripping more relaxed so that if either condition to enable caching is on, tags will be stripped. Tests added. Fixes #1148 2010-09-28 23:03:56 -04:00