cakephp2-php8/lib/Cake/Network
2011-04-30 14:12:51 -04:00
..
Email Fixed invalid PhpDoc tag. 2011-04-28 21:25:18 -04:00
Http Added HttpSocket::config['request']['uri'] as parameter in HttpSocket::_parseUri() called by HttpSocket::get(). Now creates correct request array for GET if query params are given and the default request should be used. Fixes #1674. No tests modified since behaviour didn't change. 2011-04-26 19:15:25 -04:00
CakeRequest.php Removing $request->params['form'], all POST data is available at $request->data, there is no point for it to be in two 2011-04-30 14:12:51 -04:00
CakeResponse.php Unused variables in Network removed 2011-04-23 00:02:08 +04:00
CakeSocket.php Merge remote-tracking branch 'origin/2.0' into 2.0-class-loading 2011-04-11 22:48:08 -04:30