Commit Graph

4450 Commits

Author SHA1 Message Date
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
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
Alexander Makarov
be24a2e2c7 Removed mentions of $deriveKeyStrategy from Security phpdoc 2014-07-28 13:36:06 +04: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
Alexander Makarov
77e4a80edc Removed unused code 2014-07-25 17:34:16 +04:00
Alexander Makarov
0edd8bc65a Fixed missing and incorrect phpdoc 2014-07-25 17:26:35 +04:00
ilyaz
5f4801874c Update schema-mssql.sql
MSSQL syntax fix
2014-07-25 16:46:53 +04:00
Thiago Talma
88191bbe5c New callback functions for form validation using Ajax.
close #4436
2014-07-25 09:24:04 +02:00
Qiang Xue
42eba96960 Merge pull request #4437 from whuhacker/master
Generate Traditional Chinese messages
2014-07-24 21:20:34 -04:00
Zeng Xi
ac90f2b7c0 Generate Traditional Chinese messages 2014-07-25 08:59:27 +08:00
Qiang Xue
368bf3dc65 Fixes #1388: Added mapping from physical types to abstract types for OCI DB driver [skip ci] 2014-07-24 20:54:08 -04:00
Qiang Xue
1f0d2ab7d9 Fixed Oracle DB type mapping. (Fixes #4) 2014-07-24 20:51:58 -04:00
Kai Mindermann
46b553f012 fixes formatter doing one division too much, fixes #4427 2014-07-24 15:55:21 +04:00
Kai Mindermann
f3520187d6 formatter: adds unit tests for base 1000, fixes #4412 2014-07-24 14:57:52 +04:00
Zeng Xi
c12c7c6e9d Added Traditional Chinese translations 2014-07-24 16:28:13 +08:00