Commit Graph

4461 Commits

Author SHA1 Message Date
Carsten Brandt
0ed6355ee1 test and docs to be clear about #4558 2014-08-01 15:35:23 +02:00
maxlapko
62bffafeea Update MessageController.php
Fixed order of checking config `format` property
2014-08-01 16:23:49 +04:00
Alexander Makarov
c1cf48cf5b Fixes #2315: Any operator now could be used with yii\db\Query::->where() operand format 2014-08-01 11:37:05 +04:00
Qiang Xue
f74e208103 Merge branch 'deferred-validation' of github.com:Alex-Code/yii2 into Alex-Code-deferred-validation
Conflicts:
	framework/CHANGELOG.md
2014-07-31 11:28:27 -04:00
Qiang Xue
c6e8f5a667 Merge pull request #4543 from slavcodev/refactoring-query
Refactored ActiveQuery::one() to be consistent with all() creation
2014-07-31 10:52:01 -04:00
slavcodev
fa8e576251 Refactored ActiveQuery::one() to be consistent with all() creation 2014-07-31 16:38:23 +03:00
Qiang Xue
b19fa0c3db minor fixes [skip ci] 2014-07-31 09:29:12 -04:00
Qiang Xue
19b8cc442d Merge pull request #4542 from xjflyttp/4520-cache-memcache-sasl-support
- Enh #4520: yii\caching/MemCache.php add sasl support (xjflyttp)
2014-07-31 09:26:02 -04:00
xjflyttp
c5fbf89b44 - Enh #4520: yii\caching/MemCache.php add sasl support (xjflyttp) 2014-07-31 20:42:59 +08:00
Alex-Code
3a10c4cfa4 Update yii.activeForm.js
Refactored
2014-07-30 14:24:47 +01:00
Alex-Code
6d2bc729c0 Update CHANGELOG.md 2014-07-30 14:12:32 +01:00
Alex-Code
4d337c3068 Update CHANGELOG.md 2014-07-30 14:12:04 +01:00
Carsten Brandt
7af92173b1 length arg of byteSubstr is now optional 2014-07-30 13:29:01 +02:00
Alexander Makarov
cde71f4318 Added encoding to StringHelper::byteSubst() fallback 2014-07-30 15:11:20 +04:00
Oleg Belostotskiy
57335523d2 Fix Russian translation 2014-07-30 12:48:33 +04:00
mbman
94dc27a30e Fixes #4497: Bad Request, Unable to verify your data submission 2014-07-30 09:37:03 +02:00
Qiang Xue
da544b2676 Fixes #4519: yii\base\Model::isAttributeRequired() should check if the when option of the validator is set 2014-07-29 21:01:24 -04:00
Thiago Talma
45ee387f92 It is not required by default when you set the "when" attribute 2014-07-29 20:59:21 -04:00
Qiang Xue
83b800271b Merge branch 'master' of git://github.com/yiisoft/yii2 2014-07-29 20:54:07 -04:00
Qiang Xue
a0d19e922b Fixes #4497: changed to use hex digits by default when hashing data. 2014-07-29 20:54:01 -04:00
Alexander Makarov
100ba6c3ab Replaced substr_compare with strncmp where possible 2014-07-30 02:32:47 +04:00
Carsten Brandt
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
Alexander Makarov
1c414caace Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare 2014-07-30 02:15:08 +04:00
Carsten Brandt
ca9d4867f4 code style 2014-07-29 22:23:59 +02:00
Carsten Brandt
1f31f27787 phpdoc 2014-07-29 22:19:14 +02:00
Carsten Brandt
6d1dd1d556 class map 2014-07-29 21:50:29 +02:00
Carsten Brandt
08a480c6e6 make Request more robust against invalid CSRF data
fixes #4514
2014-07-29 20:13:57 +02:00
Alexander Makarov
2fc8cb4523 Fixes #4489: Fixed MySQL RBAC manager 2014-07-29 11:10:31 +04:00
Carsten Brandt
8701d7df3b more explicit comment in phpdoc, code style 2014-07-29 02:45:56 +02:00
Carsten Brandt
74c99dc959 code style + test groups 2014-07-29 01:52:34 +02:00
Alexander Makarov
c2c7bbe2b9 [skip ci] Fixes #4461 2014-07-28 22:15:59 +04:00
Alexander Makarov
d1ccb92a34 Fixes #4489: RBAC PhpManager wasn't saving multiple assignmentsFixes #4489: RBAC PhpManager wasn't saving multiple assignments properly 2014-07-28 22:09:38 +04:00
Alex-Code
66e0e8aafb Update yii.activeForm.js 2014-07-28 17:14:44 +01:00
Alex-Code
334b313020 Update yii.activeForm.js
remove empty message arrays
2014-07-28 16:23:29 +01:00
Alexander Makarov
be24a2e2c7 Removed mentions of $deriveKeyStrategy from Security phpdoc 2014-07-28 13:36:06 +04:00
Alex-Code
b4ca343bd2 deferred validation
Added support of deferred validation.
2014-07-28 09:54:23 +01:00
Alex-Code
5186343734 deferred validation
Added support of deferred to ```ActiveForm``` validation.
2014-07-28 09:52:21 +01:00
Carsten Brandt
1e9350abe1 guide on ajax validation
fixes #4482
2014-07-28 09:50:33 +02:00
Carsten Brandt
9e9175fe09 fixed typo
fixes #4480
2014-07-28 09:12:29 +02:00
Alexey Samoylov
b3260567c2 Mistype 2014-07-28 12:10:14 +08:00
Carsten Brandt
31a56b59b0 Avoid endless loop when exporting logs
fixes #4470
2014-07-27 22:11:57 +02:00
tom--
33f2525a39 Remove nonsense branch logic 2014-07-27 14:30:13 -04:00
tom--
4f5b7afd95 Merge branch 'master' of git://github.com/yiisoft/yii2 into 4469-compareString-without-shortcut 2014-07-27 12:04:03 -04:00
tom--
c6a8b418ef compareString(): timing depends only on length of $actual input, unit test 2014-07-27 12:03:03 -04:00
Vincent
56a9536b51 Typo in docs 2014-07-26 17:07:06 +02:00
Qiang Xue
b680afc721 Fixes #4462. 2014-07-26 10:08:52 -04:00
Alexander Makarov
c5a3cd511e Security component adjustments: fixed comment style, hkdf() and pbkdf2() are now protected, compareString() is now public 2014-07-26 14:09:38 +04:00
tom--
2c5c2c101b Fixes #4131: Security adjustments 2014-07-26 03:29:30 +04:00
Alexander Makarov
8f81e231da Fixes #4453: yii message/extract wasn't properly writing to po files in case of multiple categories 2014-07-26 02:46:58 +04:00
Alexander Makarov
ed533172d7 Adjusted rbac ManagerInterface 2014-07-25 18:24:54 +04:00