cakephp2-php8/cake/libs/view
Joe Beeson b9163b95fe Added a warning that will appear on the homepage to alert users that
their PCRE installation doesn't have Unicode support which can cause a
whole mess of trouble if gone unnoticed. The warning will only display
if their system doesn't have support, not if it does. Fixes #1113

Signed-off-by: mark_story <mark@mark-story.com>
2010-09-18 00:17:51 -04:00
..
elements Adding a workaround to DboSource::showLog() to work around fix added in [da9c0da626]. 2010-08-26 21:24:09 -04:00
errors Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
helpers Fixing issue where FormHelper::select() with multiple = checkbox and a custom name attribute would not work correctly. Fixes #1078 2010-09-05 01:28:13 -04:00
layouts Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
pages Added a warning that will appear on the homepage to alert users that 2010-09-18 00:17:51 -04: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 set() functions use + instead of array_merge() so that numeric indices are properly preserved across multiple method calls. Fixes #1105 2010-09-18 00:13:03 -04:00