8731 Commits

Author SHA1 Message Date
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
f010fb57b4 Enh #4581: Added ability to disable url encoding in UrlRule. 2014-08-04 00:07:36 +03:00
89386e7c05 Merge pull request #4580 from verysimplenick/master
fix typo in define $flavors['gfm-comment']
2014-08-03 21:24:13 +02:00
91e0a3c8ee fix typo in define $flavors['gfm-comment']
fix typo Markdown->GithubMarkdown in $flavors['gfm-comment']
2014-08-03 21:42:38 +04:00
3f9d590dbe minor fix [skip ci] 2014-08-03 08:30:30 -04:00
f0fefbb609 renamed function name [skip ci] 2014-08-02 22:38:55 -04:00
6dd2203a5c Fixes #4566: Added client validation support for image validator 2014-08-02 22:36:22 -04:00
87f58e4859 Abort further validation if there are no files to validate 2014-08-02 17:04:42 -04:00
8c5c4c503b Fix lines 2014-08-02 17:04:42 -04:00
ed3564c1cf Added client-side image validation 2014-08-02 17:04:42 -04:00
378b765e48 Fixes #4571: ignore non-string attribute names for AttributeBehavior. 2014-08-02 14:12:30 -04:00
066989f0b0 Fixes #4425: generate cookie validation keys in local config files. 2014-08-01 15:00:15 -04:00
2a8ca600c5 Simplified parameter check for buildSimpleCondition() 2014-08-01 21:21:01 +04:00
47ee0b87d4 Removed unnecessary code 2014-08-01 21:18:48 +04:00
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
d37d92288c Minor template engine doc enhancement 2014-08-01 20:33:00 +04:00
76b529927b Better alias handling for Twig extension 2014-08-01 20:12:39 +04:00
0ed6355ee1 test and docs to be clear about #4558 2014-08-01 15:35:23 +02:00
2ffd6d8ecb Merge pull request #4561 from maxlapko/patch-1
Update MessageController.php
2014-08-01 15:42:04 +03:00
62bffafeea Update MessageController.php
Fixed order of checking config `format` property
2014-08-01 16:23:49 +04:00
5a8c997da4 Fix Markdown link to the Yii class. 2014-08-01 17:51:37 +06:00
8f31e54d02 Remove unnecessary Markdown code characters. 2014-08-01 17:37:24 +06:00
59a52d8876 Fixes #4556: Gii was incorrectly generating labels 2014-08-01 12:48:35 +04:00
c1cf48cf5b Fixes #2315: Any operator now could be used with yii\db\Query::->where() operand format 2014-08-01 11:37:05 +04:00
d9a23975a5 Relaxed access level for yii\gii\generators\model\Generator 2014-08-01 04:00:34 +04:00
e2b2326e33 Added string check to Twig renderer alias auto adding 2014-08-01 02:14:40 +04:00
5903f6ec38 Fixed tests to take deferred validation signature change into account 2014-08-01 02:12:56 +04:00
cadbbd813f Reduced gap between setting and checking mtime 2014-08-01 02:08:54 +04:00
b44a900779 Fixes Twig to ignore non-path aliases instead of erroring 2014-08-01 02:04:48 +04:00
41f31bcd36 [skip ci] Fixes #4548 2014-08-01 00:37:01 +04:00
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
898499ed44 doc improvement. [skip ci] 2014-07-31 12:04:50 -04:00
e2bf112032 Merge branch 'Alex-Code-deferred-validation' 2014-07-31 11:28:53 -04:00
f74e208103 Merge branch 'deferred-validation' of github.com:Alex-Code/yii2 into Alex-Code-deferred-validation
Conflicts:
	framework/CHANGELOG.md
2014-07-31 11:28:27 -04:00
201f0abba2 UK translation 2014-07-31 19:10:26 +04:00
a38ba3ccbf Fixes #4526: fixed error caused by substr_compare length parameter doesn't accept null in PHP 5.4 2014-07-31 19:00:07 +04:00
c6e8f5a667 Merge pull request #4543 from slavcodev/refactoring-query
Refactored ActiveQuery::one() to be consistent with all() creation
2014-07-31 10:52:01 -04:00
8615296b32 Merge pull request #4544 from yiisoft/gii-generator-tests
Added tests that are making sure Gii isn't failing with errors
2014-07-31 17:36:30 +03:00
5f49c65510 Added tests that are making sure Gii isn't failing with errors 2014-07-31 18:07:45 +04:00
fa8e576251 Refactored ActiveQuery::one() to be consistent with all() creation 2014-07-31 16:38:23 +03:00
b19fa0c3db minor fixes [skip ci] 2014-07-31 09:29:12 -04:00
19b8cc442d Merge pull request #4542 from xjflyttp/4520-cache-memcache-sasl-support
- Enh #4520: yii\caching/MemCache.php add sasl support (xjflyttp)
2014-07-31 09:26:02 -04:00
c5fbf89b44 - Enh #4520: yii\caching/MemCache.php add sasl support (xjflyttp) 2014-07-31 20:42:59 +08:00
09fc0c3c65 Merge pull request #4539 from mickgeek/master
Fix signature validation
2014-07-31 07:30:36 -04:00
11f8a2d190 Using of MongoCollection::createIndex() provided 2014-07-31 10:20:33 +03:00
017572d8a5 Fix signature validation 2014-07-31 10:11:55 +04:00
b60710071f Update input-validation.md
Updated guide
2014-07-30 14:34:47 +01:00
3a10c4cfa4 Update yii.activeForm.js
Refactored
2014-07-30 14:24:47 +01:00
6d2bc729c0 Update CHANGELOG.md 2014-07-30 14:12:32 +01:00
4d337c3068 Update CHANGELOG.md 2014-07-30 14:12:04 +01:00