Commit Graph

15391 Commits

Author SHA1 Message Date
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
verysimplenick
91e0a3c8ee fix typo in define $flavors['gfm-comment']
fix typo Markdown->GithubMarkdown in $flavors['gfm-comment']
2014-08-03 21:42:38 +04:00
Qiang Xue
3f9d590dbe minor fix [skip ci] 2014-08-03 08:30:30 -04:00
RichWeber
d5bd6816da Merge branch 'master' of github.com:yiisoft/yii2 2014-08-03 12:52:48 +03:00
RichWeber
9fa9dee3e6 Merge from yiisoft 2014-08-03 12:52:37 +03:00
Qiang Xue
f0fefbb609 renamed function name [skip ci] 2014-08-02 22:38:55 -04:00
Qiang Xue
6dd2203a5c Fixes #4566: Added client validation support for image validator 2014-08-02 22:36:22 -04:00
Tomek Romik
87f58e4859 Abort further validation if there are no files to validate 2014-08-02 17:04:42 -04:00
Tomek Romik
8c5c4c503b Fix lines 2014-08-02 17:04:42 -04:00
Tomek Romik
ed3564c1cf Added client-side image validation 2014-08-02 17:04:42 -04:00
Qiang Xue
378b765e48 Fixes #4571: ignore non-string attribute names for AttributeBehavior. 2014-08-02 14:12:30 -04:00
Qiang Xue
066989f0b0 Fixes #4425: generate cookie validation keys in local config files. 2014-08-01 15:00:15 -04:00