Commit Graph

1034 Commits

Author SHA1 Message Date
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
Andrew Brampton
d0bbd3cee6 Changed the CHttpCacheFilter to use RFC 1123 complaint dates when returning the last-modified header. 2012-09-03 09:54:36 -04:00
Carsten Brandt
096b536c6d updated comment in CHttpSession
[ci skip]
2012-08-31 18:09:41 +03:00
tom--
d14469c2f5 New unit test for enhanced $gCProbability s/getters in CHttpSession #486. Fixed those methods to process corner cases properly. Initial $gCProbability is now double(1.0), was > 1.0 before. 2012-08-29 16:07:29 -04:00
resurtm
3884f21789 Refinements and $gCProbability now can be 0.00000005% not just a 0.001%. 2012-08-25 23:16:49 +06:00
resurtm
e1af079c43 Enh #486: CHttpSession::$gCProbability and CDbHttpSession::$gCProbability are floats now. Minimal $gCProbability value has been changed to the 0.001%, was 1% before, default value left unchanged (1%). 2012-08-25 17:51:51 +06:00
DaSourcerer
e90e445031 Update framework/web/filters/CHttpCacheFilter.php
Small fix for phpdoc
2012-08-21 08:12:16 +03: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
Alexander Makarov
7b63d13bc0 Fixed rules order for CUrlManager::addRules and $append=false 2012-08-16 23:39:22 +04:00
Qiang Xue
99487eb6e3 Fixes issue #1207. 2012-08-13 21:38:30 -04:00
DaSourcerer
2d738d9621 Fix for the previous commit 2012-08-13 02:33:01 +02:00
DaSourcerer
8de89415f1 Address missing ETags on 304 responses as mentioned in #1192 2012-08-13 02:27:08 +02:00
DaSourcerer
367db07f20 Small addition to the phpdoc regarding suppression of Cache-Control
headers
2012-08-11 17:35:42 +02:00
DaSourcerer
04b46c4395 Fix for #1192: Cache-Control is not being sent in case of 304 responses 2012-08-11 17:33:56 +02:00
mdomba (mdwork)
c9c7c796b9 grammar fix 2012-08-10 12:28:49 +02:00
mdomba (mdwork)
e56620c888 fixed some syntax and proper doc 2012-08-10 10:30:38 +02:00
mdomba (mdwork)
1df0f13d1c added missing parameters documentation 2012-08-08 15:51:56 +02:00
mdomba (mdlap)
3fd13f9f91 remove second parameter on calls 2012-08-08 01:40:19 +02:00
mdomba (mdlap)
789938d1bf remove extra parameter from constructor 2012-08-08 00:07:17 +02:00
mdomba (mdlap)
5973d891e0 refactored CJavascriptExpression->_construct to get cleaner code 2012-08-07 18:35:06 +02:00
mdomba (mdlap)
65d5fdb7bd Merge branch 'master' of git://github.com/yiisoft/yii into 1161-unify-CJavascriptExpression-usage 2012-08-07 18:15:55 +02:00
mdomba (mdwork)
c89f31f886 Unify CJavascriptExpression usage 2012-08-07 16:01:39 +02:00
mdomba (mdwork)
524475f60c change strncmp with strpos 2012-08-07 15:13:44 +02:00
mdomba (mdwork)
df54c650b3 check fix 2012-08-07 15:07:03 +02:00
mdomba (mdwork)
4c4a6f4060 refactored JS checking, where checking for object inside if_string 2012-08-07 14:53:15 +02:00
mdomba (mdwork)
e6d4ad9b9b missing 2012-08-07 14:46:50 +02:00
Alexander Makarov
b2730f460a another typo fix 2012-08-07 16:07:45 +04:00
Alexander Makarov
c0f459dd83 typo fix 2012-08-07 16:07:09 +04:00
Alexander Makarov
473e396952 extra check for CJavaScriptExpression constructor 2012-08-07 16:03:42 +04:00
Alexander Makarov
a98128eee3 Merge pull request #1154 from samdark/1109-CJavaScript-encode-bc
#1109: Fixed "js:" encoding BC-break in CHtml::ajax() and related methods introduced in 1.1.11, added tests
2012-08-06 11:58:55 -07:00
Alexander Makarov
14a33f0153 #1109: Fixed "js:" encoding BC-break in CHtml::ajax() and related methods introduced in 1.1.11, added tests 2012-08-06 22:57:45 +04:00
Alexander Makarov
4b47e1ab2d #1101 better docs for CAssetManager::publish 2012-08-06 21:14:20 +04:00
mdomba (mdwork)
302919cfae CCaptcha - set "dummy" as comment and added a description 2012-08-06 15:43:04 +02:00
mdomba (mdwork)
2db7d2a2b2 Reverting PR #1141 (Issue #1140) 2012-08-06 14:13:15 +02:00
mdomba (mdwork)
35bb8ce275 Fixes 1140 removed unnecessary dummy registerScript in CCaptcha 2012-08-06 10:28:35 +02:00
Carsten Brandt
fad0944e33 updated doc comments in CJavaScriptExpression
missing comments + wrong comments
2012-08-03 17:58:44 +03:00
Leo R. Lundgren
7a194496a5 Fix a bunch of @param and @return phpdoc errors in various files. 2012-08-03 16:17:58 +02:00
mdomba (mdwork)
162dd768cc Fixes #1088 use proper id in CActiveForm when it's supplied in htmloptions 2012-08-03 14:47:56 +02:00
resurtm
6671773738 Better docblock for the CWebService::$generatorConfig. 2012-08-03 18:00:29 +06:00
resurtm
647d4f3f83 Yii::createComponent() is much better than direct object creation. 2012-08-03 17:36:41 +06:00
resurtm
baf9c1277d Merge branch 'master' of git://github.com/yiisoft/yii into 243-web-service-generator-class 2012-08-03 17:26:55 +06:00
Qiang Xue
46b6ef23e3 Merge pull request #1112 from resurtm/190-soap-eol
Fixes #190. WSDL return tag was not generated by CWsdlGenerator when Macintosh line endings were used inside service describing docblock
2012-08-03 04:22:41 -07:00
mdomba (mdwork)
7d867f3850 doc fix 2012-08-03 09:52:43 +02:00
resurtm
b419711ece Fixes #190. WSDL return tag was not generated by CWsdlGenerator when Macintosh line endings were used inside service describing docblock. 2012-08-03 13:20:15 +06:00
resurtm
f458b78bea Forgot about the main part. CWebService::generateWsdl() now respects CWebService::$generatorClass value. 2012-08-03 12:30:11 +06:00
resurtm
9b96271ade Fixed version for 243 fix in the CWebService class. 2012-08-03 12:28:34 +06:00
resurtm
08a4e8ded8 Fixes #243. WebService is now able to deal with the customized WSDL generator classes. 2012-08-03 12:25:38 +06:00
CeBe
c077c0b29f fixed return doc comment type in CBaseUserIdentity
fixes #1108
2012-08-03 00:55:52 +02:00
Qiang Xue
656ba80607 Merge pull request #1091 from suralc/1087-part1-revert-changes
Revert CCookieCollection::add().
2012-08-01 16:16:14 -07:00