Commit Graph

77 Commits

Author SHA1 Message Date
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
mdomba
1be0200295 (Fixes issue 1909) Added CHttpRequest->xSendFile() 2011-01-06 18:48:53 +00:00
qiang.xue
4be0af6917 changed copyright year. 2011-01-01 19:31:13 +00:00
mdomba
15e94ba6b3 Added documentations that goes to the method summary table... 2010-12-29 12:30:50 +00:00
keyboard.idol@gmail.com
04cb38d190 Updated link to csrf.pdf in CHttpRequest 2010-12-11 22:07:20 +00:00
alexander.makarow
2b9b0eec43 (Fixes issue 1819) CHttpRequest::getPathInfo() now respects encoded characters 2010-11-27 18:34:52 +00:00
qiang.xue
178dfdf1a5 (Fixes issue 1625) 2010-11-02 20:35:59 +00:00
qiang.xue
c1f573cf1f (Fixes issue 1659) 2010-11-01 22:57:10 +00:00
alexander.makarow
1721692b47 CCookieCollection API doc corrections 2010-10-31 22:09:15 +00:00
alexander.makarow
562944103b CHttpRequest API typo fix 2010-10-31 18:16:08 +00:00
qiang.xue
713eb751ac Improved CHttpRequest::sendFile() to avoid timeout errors caused by long file downloading time 2010-10-27 14:54:22 +00:00
qiang.xue
fb48e26a04 Fixed the bug that some HTTP requests may cause a PHP notice complaining HTTP_HOST undefined in CHttpRequest 2010-10-24 22:08:06 +00:00
keyboard.idol@gmail.com
d2c18da832 (Fixes issue 1618) 2010-09-23 18:52:56 +00:00
mdomba
3e27374d6a Fixed some typos in PHPdoc 2010-09-23 14:14:20 +00:00
mdomba
72b974560b Updated PHPDoc @param parameter names 2010-09-23 13:28:52 +00:00
qiang.xue
d0de56cb2d (Fixes issue 1598) 2010-09-19 17:02:26 +00:00
qiang.xue
38aa6daf19 2010-07-21 14:08:46 +00:00
qiang.xue
edf6e2936e (Fixes issue 1309) 2010-07-20 17:30:00 +00:00
qiang.xue
ecdbc61d9c (Fixes issue 1283) 2010-06-07 17:58:21 +00:00