cakephp2-php8/lib/Cake/View/Helper
mark_story 7c66d0db50 Fix autoLink() when URLs contain email addresses.
Add whitespace lookbehind to ensure the email address is preceded by
whitespace, this obviously means that emails starting with word/symbols
are not detected, however those symbols are generally valid in an email
address anyways, and will form the local part.

Fixes #2403
2013-11-29 22:24:03 -05:00
..
CacheHelper.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
FormHelper.php Fix incorrect CSRF token fields when using postLink() 2013-11-11 21:56:55 -05:00
HtmlHelper.php Fix duplicated webroot path on HtmlHelper::meta('icon'). 2013-11-18 23:38:01 -02:00
JqueryEngineHelper.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
JsBaseEngineHelper.php Correct 'an URL' to 'a URL' in docblocks 2013-10-22 00:09:34 -04:00
JsHelper.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
MootoolsEngineHelper.php Updated JavaScript casing and JsHelper references in doc blocks 2013-09-25 22:46:38 -04:00
NumberHelper.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
PaginatorHelper.php Correct spelling of retrieve 2013-10-30 23:13:07 -04:00
PrototypeEngineHelper.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
RssHelper.php unify null checks - avoid method call in favor of strict check 2013-08-16 20:12:49 +02:00
SessionHelper.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
TextHelper.php Fix autoLink() when URLs contain email addresses. 2013-11-29 22:24:03 -05:00
TimeHelper.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00