Commit Graph

8663 Commits

Author SHA1 Message Date
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
Carsten Brandt
7736853837 property code style extensions 2014-07-30 00:40:46 +02:00
Alexander Makarov
63b98dbcd5 Merge pull request #4515 from RichWeber/master
[Uk][Guide] Add pages translation
2014-07-30 01:35:38 +03: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
Carsten Brandt
5976d1c576 added property spacing to code style fixer 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
RichWeber
41c51d7326 fix errors 2014-07-30 00:41:07 +03:00
RichWeber
3e21fea5e2 add start-hello.md 2014-07-30 00:24:40 +03: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
3c6239f9f7 Revert "Used substr_compare instead of substr when we don't care about result"
This reverts commit 07f01bcf2b.

BUT ONLY for the /build directory!
2014-07-29 22:04:24 +02:00
Carsten Brandt
a9aebfab7c minor message improvements 2014-07-29 22:01:28 +02:00
RichWeber
0476527950 fix errors 2014-07-29 22:59:43 +03:00
Carsten Brandt
6d1dd1d556 class map 2014-07-29 21:50:29 +02:00
RichWeber
5fcf1fd920 add start-workflow.md 2014-07-29 22:46:57 +03:00
Carsten Brandt
08a480c6e6 make Request more robust against invalid CSRF data
fixes #4514
2014-07-29 20:13:57 +02:00
Alexander Makarov
4d3e0c7776 Merge pull request #4513 from RichWeber/master
[Uk][Guide] Add page translation
2014-07-29 19:42:50 +03:00
RichWeber
2358463a11 up image url 2014-07-29 18:44:16 +03:00
RichWeber
f19044fbdd up errors translate 2014-07-29 18:39:25 +03:00
RichWeber
5870d5428c add start-installation.md 2014-07-29 18:24:39 +03:00
Carsten Brandt
5dbf276c92 Grammar fix 2014-07-29 14:28:17 +02:00
Alexander Makarov
ca8141bd88 Merge pull request #4510 from xBazilio/patch-3
fixed typo and some links
2014-07-29 14:47:55 +03:00
Bazilio
9f46734205 fixed typo and some links 2014-07-29 15:27:35 +04:00
Alexander Makarov
2fc8cb4523 Fixes #4489: Fixed MySQL RBAC manager 2014-07-29 11:10:31 +04:00
Alexander Makarov
c6569b1abe Removed unnecessary code 2014-07-29 11:01:57 +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
Carsten Brandt
9e62d5589a added unit test for #4489 2014-07-28 23:48:10 +02:00
Alexander Makarov
a7044c835b Fixed link 2014-07-28 22:24:38 +04: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
Klimov Paul
fedf8eccd9 yii\authclient\widgets\AuthChoice now preserves initial settings while opening popup 2014-07-28 17:56:03 +03: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
Qiang Xue
b922069cdf Merge pull request #4480 from russianlagman/patch-1
Mistype
2014-07-28 00:29:17 -04: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
Alexander Makarov
935e2f5ce3 Merge pull request #4475 from tom--/remove-else-after-return
Remove nonsense branch logic
2014-07-27 21:36:00 +03:00
tom--
33f2525a39 Remove nonsense branch logic 2014-07-27 14:30:13 -04:00
Alexander Makarov
f07510e9fa Merge pull request #4474 from tom--/4469-compareString-without-shortcut
4469 compare string without shortcut
2014-07-27 21:05:00 +03: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
Qiang Xue
34893c9e6a Merge pull request #4472 from yii2-chinesization/master
translations for this week
2014-07-27 08:37:13 -04:00
东方孤思子(Paris·QianSen)
20c565f067 merge from upstream 2014-07-27 20:32:37 +08:00
东方孤思子(Paris·QianSen)
3196d96206 improve the description of exist/unique validators, with the help of @callmez 2014-07-27 18:37:00 +08:00
东方孤思子(Paris·QianSen)
767006208f Merge pull request #23 from qiansen1386/master
[wait for proofreading]roughly translate tutorial-core-validators
2014-07-27 15:50:46 +08:00