cakephp2-php8/lib/Cake/View/Helper
mark_story 75f654b87b Fix double encoding in JsHelper request methods.
The urls were being HTML & URL encoded, this causes issues with URL's
containing query string parameters.  Remove HTML entities as they aren't
required in the Javascript context.

Fixes #3495
2013-01-02 23:09:37 -05:00
..
CacheHelper.php Fix uncaught exceptions when generating view cache files 2012-07-30 21:27:21 -04:00
FormHelper.php Fix docblock 2012-12-20 01:54:09 +05:30
HtmlHelper.php Set translations to use the cake domain. 2012-12-09 13:25:00 -05:00
JqueryEngineHelper.php Fix double encoding in JsHelper request methods. 2013-01-02 23:09:37 -05:00
JsBaseEngineHelper.php Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
JsHelper.php Replace is_a with instanceof. 2012-08-21 08:47:58 -04:00
MootoolsEngineHelper.php Fix double encoding in JsHelper request methods. 2013-01-02 23:09:37 -05:00
NumberHelper.php Switch usage to Hash where possible. 2012-03-26 22:32:53 -04:00
PaginatorHelper.php Forward model option to PaginatorHelper::link(). 2012-09-11 21:47:41 -04:00
PrototypeEngineHelper.php Fix double encoding in JsHelper request methods. 2013-01-02 23:09:37 -05:00
RssHelper.php Remove unused variables and code 2012-09-05 17:19:13 -07:00
SessionHelper.php Remove trailing whitespace from comments 2012-10-15 18:19:37 -06:00
TextHelper.php Fix autoLinkUrls so it re-capture query strings. 2012-10-11 08:28:59 -04:00
TimeHelper.php Remove unused variables and code 2012-09-05 17:19:13 -07:00