Commit Graph

8761 Commits

Author SHA1 Message Date
Alexander Makarov
d74e89a1ca Extracted inline action object creation, implemented it in console controller in order to use console inline action instead of base one 2014-09-04 01:27:16 +04:00
Carsten Brandt
c43b7ee8b5 console help WIP 2014-08-12 00:05:19 +02: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
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
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
Alexander Makarov
2a8ca600c5 Simplified parameter check for buildSimpleCondition() 2014-08-01 21:21:01 +04:00
Alexander Makarov
47ee0b87d4 Removed unnecessary code 2014-08-01 21:18:48 +04:00
Alexander Makarov
b656137541 Added support for arbitrary operators to Query::filterWhere, added support for arbitrary operators to Sphinx extension 2014-08-01 21:11:24 +04:00
Alexander Makarov
d37d92288c Minor template engine doc enhancement 2014-08-01 20:33:00 +04:00
Alexander Makarov
76b529927b Better alias handling for Twig extension 2014-08-01 20:12:39 +04:00
Carsten Brandt
0ed6355ee1 test and docs to be clear about #4558 2014-08-01 15:35:23 +02:00
Alexander Makarov
2ffd6d8ecb Merge pull request #4561 from maxlapko/patch-1
Update MessageController.php
2014-08-01 15:42:04 +03:00
maxlapko
62bffafeea Update MessageController.php
Fixed order of checking config `format` property
2014-08-01 16:23:49 +04:00