Commit Graph

15402 Commits

Author SHA1 Message Date
Alexander Makarov
82e70be171 Fixed condition for #4595 2014-08-08 13:53:39 +04:00
Qiang Xue
be8b03bcd9 minor refactoring. [skip ci] 2014-08-07 22:27:15 -04:00
Qiang Xue
359ae98f9c Fixes #4622: Simplified the way of creating a Faker fixture template file 2014-08-07 21:23:53 -04:00
Alexander Makarov
ad20aa4b22 Merge pull request #4639 from RichWeber/master
[ci skip][Uk][Guide] Add page translation
2014-08-08 00:58:29 +03:00
RichWeber
1e2c6b1086 Grammar fix 2014-08-08 00:49:35 +03:00
RichWeber
fa67cbf90e add start-databases.md 2014-08-08 00:34:24 +03:00
RichWeber
0e31bb8c3b Merge branch 'master' of github.com:yiisoft/yii2 2014-08-07 22:06:22 +03:00
Alexander Makarov
b927d36f7d Removed index-test from codeception instructions since it's used automatically 2014-08-07 19:56:11 +04:00
Alexander Makarov
fb67f958a9 More cases for #4595 2014-08-07 16:37:48 +04:00
Alexander Makarov
b1e2090083 Fixes #4595: more consistend use of "false" in "don't use" case 2014-08-07 15:58:52 +04:00
Alexander Makarov
da0cf6c32e Merge pull request #4629 from xBazilio/patch-6
fixed typo
2014-08-07 14:20:56 +03:00
Alexander Makarov
84af0ad1f7 Fixes #4592: Fixed yii help command was listing incorrect action names for methods like actionSayNO 2014-08-07 15:20:05 +04:00
Bazilio
3e62a1a6fe fixed typo 2014-08-07 15:19:49 +04:00
Alexander Makarov
7aa6a30d7b Fixes #4290: Fixed throwing exception when trying to access AR relation that is null 2014-08-07 15:04:51 +04:00
Alexei Tenitski
fd5e05b1cf Support for method calls on models from Twig templates 2014-08-07 14:53:17 +04:00
Alexei Tenitski
80178e6dee Fix for #2925 and #4290 (Twig does not properly support null attribute and relationship values) 2014-08-07 14:53:17 +04:00
Alexander Makarov
071105e932 Added null AR relation test for Twig extension 2014-08-07 14:53:00 +04:00
disem
5c79ab202c Added key param to ActionColumn button Closure
fixes #4602, close #4624
2014-08-06 22:30:35 +02:00
Carsten Brandt
689fc137da added some tests for Url helper 2014-08-06 22:27:45 +02:00
Qiang Xue
fdb1672ef3 Merge pull request #4623 from xBazilio/patch-5
fixed comment in code snippet
2014-08-06 10:49:51 -04:00
Bazilio
4674cdeb05 fixed comment in code snippet 2014-08-06 18:48:01 +04:00
Qiang Xue
0cdf2f5171 Fixed code break. 2014-08-06 10:27:37 -04:00
Qiang Xue
dee0382c1f Added yii\base\InvalidValueException.
Refactored `yii\web\User`.
2014-08-06 10:07:14 -04:00
Qiang Xue
f76dcdd979 Merge pull request #4618 from xBazilio/patch-4
fixed link
2014-08-06 08:10:01 -04:00
Qiang Xue
2ef7eda249 Fixes #4611. 2014-08-06 08:08:07 -04:00
Bazilio
1c3ea52f55 fixed link 2014-08-06 14:38:13 +04:00
Qiang Xue
fcaddb0c62 Fixes #4609. Fixes #4610. 2014-08-05 18:28:45 -04:00
Alexander Makarov
66dca8737d Merge pull request #4604 from pana1990/master
Fixed traslation mistake
2014-08-05 22:22:27 +03:00
Qiang Xue
6dfc9e08b9 re-enabled app tests. 2014-08-05 13:28:23 -04:00
Qiang Xue
55e9afeac0 Fixes #4606: doc fix. [skip ci] 2014-08-05 13:01:06 -04:00
Qiang Xue
cd2eeced76 Fixed test break. 2014-08-05 12:54:28 -04:00
pana1990
aa120aab39 Fixed traslation mistake 2014-08-05 17:29:41 +02:00
Qiang Xue
5046e687e1 fixed random rbac testing failure. 2014-08-05 11:21:17 -04:00
Qiang Xue
3b3fb18f4b Merge branch 'master' of git://github.com/yiisoft/yii2 2014-08-05 11:07:08 -04:00
Qiang Xue
1c3e61ec26 Fixes #4591: yii\helpers\Url::to() will no longer prefix relative URLs with the base URL 2014-08-05 11:06:54 -04:00
Qiang Xue
6800194341 Merge pull request #4603 from Skysplit/patch-1
Update docs for clientValidateAttribute()
2014-08-05 10:58:17 -04:00
Tomek Romik
24d0314928 Update docs for clientValidateAttribute() 2014-08-05 16:56:00 +02:00
Qiang Xue
0cfaa17b9e Merge pull request #4601 from SDKiller/patch-1
Replaced backslashes with forward slashes in template path example [skip...
2014-08-05 07:54:22 -04:00
Qiang Xue
7a55aea247 Fixes #4600 2014-08-05 07:53:20 -04:00
Serge Postrash
42f9ef8939 Replaced backslashes with forward slashes in template path example [skip ci]
Backslash after alias causes 'Invalid path alias' exception in `\yii\BaseYii::getAlias`
2014-08-05 15:53:04 +04:00
Qiang Xue
f59943aaaf Merge pull request #4589 from thiagotalma/inputmask
Upgrade jquery.inputmask to v3.0.59
2014-08-04 22:06:55 -04:00
Alex-Code
594b57836d Added validation js callbacks
- `beforeValidateAll`
- `afterValidateAll`

fixes #4234, close #4559
2014-08-04 18:06:10 +02:00
Thiago Talma
d635ab857b Upgrade jquery.inputmask to v3.0.59 2014-08-04 12:31:20 -03:00
Qiang Xue
e5b2fb2452 Merge pull request #4588 from marsuboss/patch-1
Fix url
2014-08-04 08:34:53 -04:00
marsuboss
d752dd7625 Fix url 2014-08-04 14:31:38 +02:00
yiichina
27d45f9bff guide-zh-CN/rest-versioning.md translated. 2014-08-04 13:46:34 +08:00
yiichina
b7a0ee779e guide-zh-CN/rest-response-formatting.md translated. 2014-08-04 13:37:06 +08:00
Qiang Xue
a2c483fc19 Merge pull request #4582 from tadaszelvys/4581-urlrule-encode-params
Enh #4581: Added ability to disable url encoding in `UrlRule`.
2014-08-03 22:58:29 -04:00
Tadas Z
f010fb57b4 Enh #4581: Added ability to disable url encoding in UrlRule. 2014-08-04 00:07:36 +03:00
Carsten Brandt
89386e7c05 Merge pull request #4580 from verysimplenick/master
fix typo in define $flavors['gfm-comment']
2014-08-03 21:24:13 +02:00