Commit Graph

95 Commits

Author SHA1 Message Date
Alexander Makarov
9844c80ddf Fixes #259: CHttpRequest::getRestParams is now public 2012-10-10 21:20:30 +04:00
Alexander Kochetov
486723805e else if => elseif 2012-10-03 10:20:14 +04:00
Alexander Makarov
60154d50de Refactored CHttpRequest a bit 2012-09-25 02:11:51 +04:00
Alexander Makarov
c8aa982dff Fixes #1443: Added CHttpRequest::getRawBody() that allows reading RAW HTTP request body multiple times 2012-09-25 01:53:41 +04:00
Alexander Makarov
d865a3bab8 Fixes #1057 Removed SVN ids 2012-09-09 22:23:45 +04:00
Alexander Makarov
568a2158b4 Fixes #861: changed CHttpRequest::redirect docs to match code 2012-09-09 21:39:58 +04:00
Alexander Makarov
50ac7d68f8 Fixes #1299 Added CSRF token validation for PUT and DELETE 2012-09-08 14:52:31 +04:00
Carsten Brandt
87e93f1edf Merge pull request #1250 from andyhu/patch-1
Update framework/web/CHttpRequest.php
2012-09-03 13:36:49 -07:00
Carsten Brandt
ccd32774d2 enhanced doc in CHttpRequest to allow autocomplete $cookie
fixes #862
2012-09-03 21:41:44 +02:00
Mikhail Osher
f270eb763e Spaces to Tabs 2012-08-31 13:59:51 +04:00
Mikhail Osher
6e5f42adc7 CHttpRequest check token on PUT/DELETE requests too. 2012-08-28 15:47:48 +04:00
andyhu
d9dde75fb8 Update framework/web/CHttpRequest.php
See issue https://github.com/yiisoft/yii/issues/1249
2012-08-18 21:45:29 +08:00
Suralc
40f813763a Revert CCookieCollection::add(). 2012-08-01 18:21:29 +02:00
speedlog
59f92b567a Correct misspell #950 2012-07-11 10:25:47 +02:00
Alexander Makarov
e9c5d981d9 Fixes #772: CHttpRequest::getIsSecureConnection() was failing on some conditions 2012-07-02 01:11:36 +04:00
Qiang Xue
c927e033c8 fixed typo 2012-06-30 22:17:13 -04:00
Maxim Chernyshev
18f6279a8a Made CCookieCollection::removeCookie() use empty string and expanded the docs for CCookieCollection::remove() 2012-06-26 19:47:11 +08:00
Maxim Chernyshev
abd5b56a69 Added cookie options parameter so that cookies can be removed using the parameters they were set with 2012-05-10 08:14:24 +08:00
mdomba (mdlap)
d3b0bc0d93 Merge branch 'fix120-set-cookie-name-only-once-bc' of https://github.com/suralc/yii into suralc-fix120-set-cookie-name-only-once-bc
Conflicts:
	CHANGELOG
2012-05-02 17:22:18 +02:00
resurtm
bb19be375e Proper handling Flash/Flex request when using FireBug WebLogRoute. 2012-02-17 10:17:15 +06:00
Qiang Xue
a1ccd4222f Merge pull request #338 from musterknabe/master
Fixed typo in CHttpRequest
2012-02-16 08:02:06 -08:00
Alexander Makarov
33523d6412 typo fix 2012-02-16 20:01:16 +04:00
Jonas Girnatis
ad8f929620 Typo 2012-02-16 16:55:00 +01:00
Jonas Girnatis
e0d01e5cf4 Added tunneled PUT and DELETE support for POST requests with parameter "_method"
If the parameter _method=PUT|DELETE is present in the POST body the request is treated like a real PUT or DELETE request and routed accordingly
2012-02-16 15:51:43 +01:00
mdomba
1195157d2c added 'since' note 2012-02-10 14:13:00 +00:00
mdomba
04aa9a56b7 (Fixes issue 3154) xSendFile - removed file existance check and added additional headers option 2012-02-09 11:10:17 +00:00
mdomba
3ac82f4323 updated outdated link 2012-02-02 11:08:13 +00:00
keyboard.idol@gmail.com
f2dd7bee6c (Fixes issue 3097) 2012-01-22 12:38:59 +00:00
mdomba
a7ef3d5d02 removed 1.0.x reference from documentation 2011-12-28 12:29:24 +00:00
mdomba
6dac47b789 (Fixes issue 2929) added forceDownload to xSendFile options 2011-11-04 18:24:38 +00:00
alexander.makarow
646cbb2b9a Documented component accessors with @property for significantly better IDE autocomplete 2011-10-25 00:01:09 +00:00
mdomba
8cec50f263 2011-10-17 13:09:08 +00:00
mdomba
21882a111b (Reverted r3412 - regarding issue 2859) 2011-10-17 10:21:58 +00:00
mdomba
5ea7f5f294 (Fixes issue 2859) getIsSecureConnection() now checks SERVER_PORT in case HTTPS is not set for SSL connections 2011-10-10 10:40:33 +00:00
alexander.makarow
54b8aef803 (Fixes issue 2822) Fixed warning when "Host:" isn't present or is empty in HTTP request headers 2011-09-26 22:29:27 +00:00
alexander.makarow
8386b948e0 Documented CHttpRequest accessors with @property for better IDE autocomplete 2011-09-23 15:03:27 +00:00
mdomba
b32cc23307 (Rollback r3365 and r3367) invalid fix 2011-08-04 07:55:11 +00:00
alexander.makarow
b5c6777323 (Fixes issue 2334) CHttpRequest::getPathInfo() now properly decodes both UTF-8 and ISO-8859-1 encoded URIs 2011-07-08 23:18:18 +00:00
alexander.makarow
b029edc533 CHttpRequest.sendFile() gives incorrect content length when output_handler is enabled through code or non output_handler directive 2011-07-04 21:14:17 +00:00
qiang.xue
5abacbdafd 2011-03-12 13:22:11 +00:00
qiang.xue
1d78baa6f7 (Fixes issue 2024) 2011-03-12 02:48:48 +00:00
alexander.makarow
2ab981b454 reverted method chaining support 2011-02-24 16:42:44 +00:00
alexander.makarow
75041e8620 Chained calls are now possible for most framework class setters and methods not returning a value 2011-02-23 20:20:28 +00:00
qiang.xue
8ee9f20e36 2011-02-14 18:01:29 +00:00
qiang.xue
27e25904d6 (Fixes issue 2097) 2011-02-14 17:04:09 +00:00
mdomba
0a2d154d57 xSendFile() doc fix 2011-01-11 08:04:05 +00:00
mdomba
d746b7d893 xSendFile() fixed doc 2011-01-07 10:26:58 +00:00
qiang.xue
bf04aa13de 2011-01-06 19:15:16 +00:00
mdomba
e919b66726 xSendFile() added Yii::app()->end 2011-01-06 19:02:47 +00:00
mdomba
88f37764cb cleaned comments 2011-01-06 18:55:02 +00:00