cakephp2-php8/cake/libs/controller/components
phpnut 360f00becf Adding fix for #2105, Email Component template should default to null?
Adding fix for #2196, allow creation of user defined headers in email component.
Adding fix for #2215, EmailComponent header injection protection and cleaning.
Adding fix for #2717, EmailComponent should account for SAFE_MODE restriction on php mail function.
Adding fix for #2855, EmailComponent methods and parameters (to, subject, message, from etc.) should be email injection safe
Adding fix for #2859, EmailComponent does not send email when adding cc: and bcc:

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5389 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-07-07 23:33:22 +00:00
..
acl.php Correcting code structure to standards 2007-06-20 06:15:35 +00:00
auth.php Adding deprecated notice to HtmlHelper::radio() this has been replaced with FormHelper::radio() since [5338] 2007-07-06 03:47:35 +00:00
cookie.php Correcting code structure to standards 2007-06-20 07:51:52 +00:00
email.php Adding fix for #2105, Email Component template should default to null? 2007-07-07 23:33:22 +00:00
request_handler.php adding support for passing model name to model task, updated isMobile check in requestHandler 2007-07-05 08:50:56 +00:00
security.php Fixing bug when using Security component and a form has a hidden field, similar to those use by FormHelper::checkbox() 2007-06-22 06:19:19 +00:00
session.php Correcting code structure to standards 2007-06-20 06:15:35 +00:00