cakephp2-php8/lib/Cake
Melvin.Ross@gmail.com 8d6814e63f Remove rawurldecode from the _parseArgs function in CakeRoute since urldecode is already called on the URL string in CakeRoute::parse() when creating the $route array that is passed to _parseArgs.
The result of the double urldecodes is parameters with meaningful '%' signs being stripped away on accident, and the web server reporting that the requested address doesn't exist.
2014-01-24 16:14:58 -06:00
..
Cache Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
Config Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
Configure Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
Console Fix mising connection parameter to schema objects. 2014-01-16 17:19:22 -05:00
Controller Update some grammar in Controller 2013-12-30 00:13:26 -05:00
Core Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
Error Correct casing. 2014-01-03 04:09:19 +01:00
Event Merge pull request #2532 from bar/patch-2 2013-12-22 20:03:56 -08:00
I18n Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
Log Merge pull request #2319 from ravage84/php-5-removal 2013-11-14 06:41:31 -08:00
Model Fix issue with find(count) and TranslateBehavior. 2014-01-18 21:54:09 -05:00
Network Correctly remove routing url from query string. 2014-01-21 16:57:46 -02:00
Routing Remove rawurldecode from the _parseArgs function in CakeRoute since urldecode is already called on the URL string in CakeRoute::parse() when creating the $route array that is passed to _parseArgs. 2014-01-24 16:14:58 -06:00
Test Merge pull request #2694 from bar/patch-3 2014-01-22 05:15:03 -08:00
TestSuite adding test 2014-01-06 21:07:00 +01:00
Utility Merge pull request #2656 from makusu/fix-debugger-templates-array 2014-01-14 23:29:05 -08:00
View Don't select year 0 when there are all 0's. 2014-01-15 10:23:45 -05:00
basics.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
bootstrap.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
LICENSE.txt Formatted CSF address 2013-02-08 21:08:15 +09:00
VERSION.txt Update version number to 2.4.4 2013-12-23 21:44:46 -05:00