Commit Graph

2250 Commits

Author SHA1 Message Date
Paul Klimov
caa514850e CUniqueValidator and CExistValidator have been updated to use table alias while creating db query condition (fixes bug #114) 2012-05-28 12:39:24 +03:00
resurtm
86da4d3185 Removed extra space 2012-05-26 14:39:46 +06:00
resurtm
e6a98c7065 CHtml::resolveValue() ignoring of attribute elements accessor at the begining of the $attribute argument now works properly. 2012-05-26 13:27:32 +06:00
Carsten Brandt
cc95887ce7 fixes issue #618 caching of CWebUser::checkAccess
Fixed caching of CWebUser::checkAccess() when it is called first time
with and second time without $params
2012-05-25 18:59:04 +02:00
DaSourcerer
8131016779 c&p error? 2012-05-24 12:22:56 +03:00
mdomba (mdwork)
c72268a74a (Fixes issue #743) doc typo 2012-05-23 12:07:00 +02:00
DaSourcerer
c5387e8e4f phpdoc 2012-05-22 13:30:57 +02:00
DaSourcerer
9ba768cd1f revert to 37df0b353c 2012-05-22 13:29:12 +02:00
root
d039145aa3 Merge remote branch 'upstream/master' into 164-CEmailValidator 2012-05-22 13:00:49 +02:00
DaSourcerer
fe9bce00c0 Provide fallback in case dns_get_record() isn't available 2012-05-22 12:45:57 +02:00
mdomba (mdlap)
bb69f36774 CGridView, only rows inside tbody should have hover effect 2012-05-21 23:56:55 +02:00
mdomba (mdlap)
ff0d417267 (Fixes issue #238) prevent selecting empty row if there is no data in CGridView 2012-05-21 23:41:16 +02:00
mdomba (mdlap)
579d2a7c38 (Fixes issue #634) added missing return statement 2012-05-21 21:34:43 +02:00
mdomba (mdlap)
8b2e2e02bb (Fixes issue #690) added sender name and proper headers for UTF8 e-mail seding to SiteController->actionContact() 2012-05-21 21:09:54 +02:00
mdomba (mdwork)
462aac0350 (Reverted pull #681) detection of one-to-one relations 2012-05-21 12:39:51 +02:00
DaSourcerer
37df0b353c Added a check for the availability of dns_get_record() 2012-05-16 17:42:25 +02:00
DaSourcerer
7333cc56e7 improved code readability 2012-05-16 14:55:57 +02:00
mdomba (mdwork)
3e971ed7e7 (Fixes issue #717) doc typo 2012-05-16 14:26:52 +02:00
DaSourcerer
7b124dc26c Merge remote-tracking branch 'upstream/master' into 164-CEmailValidator 2012-05-16 14:15:03 +02:00
DaSourcerer
71dcb0acc5 Sorting for MX records 2012-05-16 14:14:17 +02:00
Steffen Dietz
610689a710 updated upgrade instructions, minor code style upgrade 2012-05-15 10:29:28 +02:00
Steffen Dietz
71ff7f7156 matched confirm signature to CConsoleCommand 2012-05-14 21:43:29 +02:00
DaSourcerer
8861794594 First draft for ticket #164 2012-05-11 20:07:56 +02:00
marcovtwout
d97cf8fd9e Fixes issue #697: Fixed WSDLGenerator now generating proper namespace for certain complexTypes (patch submitted by BBoom) 2012-05-11 11:19:30 +02:00
Alexander Makarov
f1ec2e7db9 API documentation fix 2012-05-10 17:01:42 +04:00
Alexander Makarov
3a12a9a585 Fixes #392: There was no way to get and modify criteria in CActiveRecord::beforeFind 2012-05-09 15:05:21 +04:00
Qiang Xue
a2c48e379f Merge pull request #688 from DaSourcerer/http-caching
CHttpCacheFilter.send304Header() will now just use HTTP/1.1
2012-05-07 09:32:10 -07:00
DaSourcerer
054e908133 CHttpCacheFilter.send204Header() will now just use HTTP/1.1 2012-05-07 18:28:23 +02:00
Qiang Xue
273883d571 Merge pull request #686 from DaSourcerer/http-caching
Enable HTTP caching
2012-05-07 08:55:24 -07:00
DaSourcerer
516ea1ecec More refactoring goodness 2012-05-07 17:33:04 +02:00
DaSourcerer
95fb48b97e Changed visibility of private methods to protected 2012-05-07 17:03:46 +02:00
mdomba (mdwork)
c6d1e466e6 Merge branch 'feature/fixHttpExceptions' of https://github.com/pgaultier/yii into pgaultier-feature/fixHttpExceptions
Conflicts:
	CHANGELOG
2012-05-07 15:37:50 +02:00
DaSourcerer
5b712a06f3 Merge remote-tracking branch 'upstream/master' into http-caching 2012-05-06 18:14:12 +02:00
DaSourcerer
857f64ecae phpdoc 2012-05-06 18:09:08 +02:00
DaSourcerer
ee46e54e61 some more refactoring. lastModified can now be a unix timestamp. 2012-05-06 17:58:08 +02:00
DaSourcerer
af49c1f5f1 code plates, phpdoc and some refactoring 2012-05-05 22:38:17 +02:00
DaSourcerer
2d515d360b phpdoc 2012-05-05 21:42:26 +02:00
DaSourcerer
2747808ff6 isset() blends more into Yii's codebase 2012-05-05 21:39:17 +02:00
DaSourcerer
18cf8271cf Use sha1() instead of hash() 2012-05-05 21:36:36 +02:00
Slevin
712fe0b014 removed unnecessary isset() check in CMenu::isItemActive(); added a comment to CHANGELOG; 2012-05-05 15:34:49 +03:00
Slevin
d65461104d Merge branch 'master' of git://github.com/yiisoft/yii 2012-05-05 15:33:03 +03:00
Richard Peng
8da8341ea9 Merge branch 'master' of git://github.com/yiisoft/yii into detect-one-to-one-relations 2012-05-04 17:50:42 -04:00
mdomba (mdlap)
2dfab97199 typo fix and upgrade note 2012-05-04 23:42:12 +02:00
mdomba (mdlap)
9f0ae8ae80 (Fixes issue #675) CDateFormater::format() check for null value 2012-05-04 23:37:42 +02:00
Richard Peng
d4a86c803d fix detection of one-to-one relations 2012-05-04 17:24:38 -04:00
SlKelevro
f3a9364b47 fixed bug. CMenu::isItemActive() should not try to find item url's hash value in $_GET 2012-05-04 14:53:57 +03:00
mdomba (mdlap)
8f05c3cd34 (Fixes issue #673) changed CClientScript::scripts to public 2012-05-03 17:01:25 +02:00
mdomba (mdlap)
d276c72ba0 (Fixes issue #653) better description for CJuiButton->url 2012-05-02 21:37:07 +02: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
zilles
3224e55bf7 Merge branch 'master' of git://github.com/yiisoft/yii into 660-fix-CDBCache-getValues 2012-05-01 13:53:50 -07:00