RichWeber
|
b57eb8e16e
|
add page start-forms.md
|
2014-07-30 17:35:49 +03:00 |
|
Alex-Code
|
b60710071f
|
Update input-validation.md
Updated guide
|
2014-07-30 14:34:47 +01: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
|
1c9fc33a40
|
fixed HHVM test break
|
2014-07-30 14:59:02 +02:00 |
|
Carsten Brandt
|
d6d5a4eb25
|
Do allow PHP5.6 to fail anymore
as it is in RC phase now we should be able to report bugs if they occur.
|
2014-07-30 14:47:57 +02:00 |
|
Carsten Brandt
|
1dad82a0f6
|
avoid random test break
|
2014-07-30 14:19:32 +02: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 |
|
Alexander Makarov
|
08c1b8aa0f
|
Merge pull request #4527 from mickgeek/master
Fix Russian translation
|
2014-07-30 12:20:15 +03:00 |
|
Oleg Belostotskiy
|
57335523d2
|
Fix Russian translation
|
2014-07-30 12:48:33 +04:00 |
|
Alexander Makarov
|
68fafdb440
|
Merge pull request #4524 from mbman/bugfix-4497
Fixes #4497: Bad Request, Unable to verify your data submission
|
2014-07-30 10:43:24 +03:00 |
|
Alexander Makarov
|
d3e8261d8f
|
Update translation-teams.md
|
2014-07-30 11:37:55 +04:00 |
|
mbman
|
94dc27a30e
|
Fixes #4497: Bad Request, Unable to verify your data submission
|
2014-07-30 09:37:03 +02:00 |
|
Paul Klimov
|
49ff98938b
|
Merge pull request #4523 from littlefuntik/patch-1
Update intro-upgrade-from-v1.md
|
2014-07-30 10:20:01 +03:00 |
|
Gregory
|
3da0ca8252
|
Update intro-upgrade-from-v1.md
|
2014-07-30 10:18:00 +03: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 |
|
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 |
|
Alex-Code
|
10eedae113
|
Update input-validation.md
|
2014-07-29 09:23:41 +01: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 |
|
yiichina
|
a7c6ebfc46
|
guide-zh-CN/rest-error-handling.md translated.
|
2014-07-29 11:44:21 +08:00 |
|
yiichina
|
57aa6fa75e
|
guide-zh-CN/rest-rate-limiting.md translated.
|
2014-07-29 11:38:02 +08:00 |
|
yiichina
|
ba3fb74d0b
|
guide-zh-CN/rest-routing.md translated.
|
2014-07-29 11:37:11 +08:00 |
|