cakephp2-php8/lib/Cake
mark_story 150c9fc6a3 Remove parse_str() its buggy and wrong.
parse_str() replaces `.` with _ and drops duplicated keys, which is
incorrect.  Replace parse_str with an updated version of parseQuery
from 1.x

Fixes #2629
Fixes #2647
2012-03-08 21:05:28 -05:00
..
Cache Fix coding standards in Cache/ 2012-03-03 17:34:13 -05:00
Config Fix coding standards in Config/ 2012-03-03 17:35:47 -05:00
Configure Fix coding standards in Configure/ 2012-03-03 17:36:59 -05:00
Console Fix more coding standards problems. 2012-03-04 22:49:38 -05:00
Controller Adding missing 'recursive' option to DigestAuthenticate object. 2012-03-05 11:06:46 +01:00
Core Fix coding standards in Core/ 2012-03-03 19:37:46 -05:00
Error Fix coding standard issues in Error/ 2012-03-03 19:46:15 -05:00
Event Fix coding standards in Event/ 2012-03-03 19:55:18 -05:00
I18n Fix more coding standards problems. 2012-03-04 22:49:38 -05:00
Log Fix coding standard errors in Log/ 2012-03-03 20:24:02 -05:00
Model Fix more coding standards problems. 2012-03-04 22:49:38 -05:00
Network Remove parse_str() its buggy and wrong. 2012-03-08 21:05:28 -05:00
Routing urldecode trailing pass 2012-03-07 06:06:59 +03:30
Test Remove parse_str() its buggy and wrong. 2012-03-08 21:05:28 -05:00
TestSuite Fix most coding standards issues in TestSuite/ 2012-03-04 21:51:50 -05:00
Utility Make Validation class more strict when checking values in list. 2012-03-07 18:52:48 +01:00
View Add check for simple category elements. 2012-03-07 19:52:06 -05:00
basics.php Correct path in debug() 2012-03-05 14:44:45 -08:00
bootstrap.php Fix more coding standards problems. 2012-03-04 22:49:38 -05:00
LICENSE.txt Updating the copyright to 2011. 2011-05-30 22:32:43 -04:00
VERSION.txt Update version number to 2.1.0 2012-03-04 19:36:50 -04:30