cakephp2-php8/lib/Cake/View
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
..
Elements Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
Errors Make connection exceptions more helpful. 2012-09-12 22:31:07 -04:00
Helper Fix double encoding in JsHelper request methods. 2013-01-02 23:09:37 -05:00
Scaffolds Fix missing plugin parameters in scaffolding. 2012-11-27 21:59:06 -05:00
Helper.php Fix docblock 2012-12-20 01:22:09 +05:30
HelperCollection.php Fix more coding standards errors. 2012-04-23 22:27:27 -04:00
JsonView.php Remove trailing whitespace from comments 2012-10-15 18:19:37 -06:00
MediaView.php fix all warnings except TODO warnings 2012-11-14 12:56:10 +01:00
ScaffoldView.php Replaced simple and therefore pointless array_push function references with the ordinary way of adding an array element. This will increase the performance and the code looks much cleaner this way IMHO 2013-01-02 23:47:27 +01:00
ThemeView.php Added deprecated tag 2012-12-17 02:47:41 +05:30
View.php Replaced simple and therefore pointless array_push function references with the ordinary way of adding an array element. This will increase the performance and the code looks much cleaner this way IMHO 2013-01-02 23:47:27 +01:00
ViewBlock.php Remove trailing whitespace from comments 2012-10-15 18:19:37 -06:00
XmlView.php remove unneeded line 2012-06-22 14:44:47 +02:00