Commit Graph

9918 Commits

Author SHA1 Message Date
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
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
resurtm
5a8c997da4 Fix Markdown link to the Yii class. 2014-08-01 17:51:37 +06:00
resurtm
8f31e54d02 Remove unnecessary Markdown code characters. 2014-08-01 17:37:24 +06:00
Alexander Makarov
59a52d8876 Fixes #4556: Gii was incorrectly generating labels 2014-08-01 12:48:35 +04:00
Alexander Makarov
c1cf48cf5b Fixes #2315: Any operator now could be used with yii\db\Query::->where() operand format 2014-08-01 11:37:05 +04:00
AbrahamGreyson
3e94f54261 symbol modified. 2014-08-01 09:03:15 +08:00
Alexander Makarov
d9a23975a5 Relaxed access level for yii\gii\generators\model\Generator 2014-08-01 04:00:34 +04:00
Alexander Makarov
e2b2326e33 Added string check to Twig renderer alias auto adding 2014-08-01 02:14:40 +04:00
Alexander Makarov
5903f6ec38 Fixed tests to take deferred validation signature change into account 2014-08-01 02:12:56 +04:00
Alexander Makarov
cadbbd813f Reduced gap between setting and checking mtime 2014-08-01 02:08:54 +04:00
Alexander Makarov
b44a900779 Fixes Twig to ignore non-path aliases instead of erroring 2014-08-01 02:04:48 +04:00
RichWeber
92cd13a913 pull origin 2014-08-01 00:32:08 +03:00
Alexander Makarov
41f31bcd36 [skip ci] Fixes #4548 2014-08-01 00:37:01 +04:00
Alexander Makarov
e1bdc9cdc9 Fixes #3674: Various Twig enhancements:
- Removed `FileLoader` and used `\Twig_Loader_Filesystem` instead.
- Added support of Yii's aliases.
- Added `set()` that allows setting object properties.
2014-07-31 21:01:09 +04:00
Qiang Xue
898499ed44 doc improvement. [skip ci] 2014-07-31 12:04:50 -04:00
Qiang Xue
e2bf112032 Merge branch 'Alex-Code-deferred-validation' 2014-07-31 11:28:53 -04:00