Commit Graph

3360 Commits

Author SHA1 Message Date
Carsten Brandt
dbc6d106b4 reverted wrong changes after #2764
- readded removed file
- readded use statement to migration template
2014-03-16 21:01:53 +01:00
Carsten Brandt
64997fd5e3 fixed requirements checker once again... 2014-03-16 20:40:54 +01:00
Zhandos Nuftiev
202e3ae0ca Fixed typo in FilterValidator for skipping array values. 2014-03-16 18:27:19 +05:00
SonicGD
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
Qiang Xue
2646e2cdcc Added $action param. 2014-03-15 16:51:03 -04:00
Qiang Xue
da48b37856 Fixes #2756: Added support for injecting custom isEmpty check for all validators 2014-03-14 23:45:35 -04:00
Qiang Xue
cc08492b08 Fixes #2729: Added FilterValidator::skipOnArray so that filters like trim will not fail for array inputs 2014-03-14 23:22:43 -04:00
Qiang Xue
5a61ee91be Fixed test break. 2014-03-14 23:06:09 -04:00
Qiang Xue
9ff8b0f903 Fixes #2571: Fixed the bug that batchInsert will fail for SQLite if the values contain null or boolean false;
Fixes #2683: Fixed the bug that batchInsert will fail for MySQL if the values contain boolean false.
2014-03-14 22:48:20 -04:00
Qiang Xue
7c520248bf message fix. [skip ci] 2014-03-14 21:47:48 -04:00
Qiang Xue
a5e3e46905 Fixes #735: Added back ActiveField::hiddenInput() 2014-03-14 20:42:31 -04:00
Qiang Xue
c01ffe7dc2 Fixes #2303: support setting basePath and baseUrl as aliases during runtime. 2014-03-14 20:31:36 -04:00
Qiang Xue
174158a64b doc fix [skip ci] 2014-03-13 21:28:11 -04:00
Antonio Ramirez
7b75538963 fixes #2739 2014-03-13 22:03:01 +01:00
Antonio Ramirez
df54621e76 fixes #2740 2014-03-13 21:37:44 +01:00
Alexander Makarov
cd8e626018 Fixes #2737 2014-03-13 19:43:06 +04:00
ivokund
f3a7c03f9f updated changelog 2014-03-13 16:24:40 +02:00
ivokund
0bc54da126 updated changelog 2014-03-13 16:21:59 +02:00
ivokund
f84de98efb Fixes #2735
Adds DateTimeInterface support for Formatter
2014-03-13 15:39:29 +02:00
Qiang Xue
0013b608b6 Fixes #2734: FileCache::keyPrefix defaults to empty string now 2014-03-13 08:16:44 -04:00
Asetss
872810f1e0 fix letter 2014-03-13 00:56:40 -07:00
Qiang Xue
34cfb356e9 Fixes #2713: using relations defined in behavior may throw exception in lazy loading. 2014-03-12 21:23:29 -04:00
Qiang Xue
21f2f38b35 Fixes #2691: Null parameters will not be included in the generated URLs by UrlManager 2014-03-12 20:26:20 -04:00
Alexander Makarov
ed5007e44b more reference fixes 2014-03-12 12:47:16 +03:00
Alexander Makarov
d5df12039f fixed another reference 2014-03-12 12:45:16 +03:00
Alexander Makarov
3b1d558942 fixed refences 2014-03-12 12:44:18 +03:00
Qiang Xue
aaa4e429a4 Fixes #2687: table alias may not be respected when specified in relation query. 2014-03-11 20:13:03 -04:00
Carsten Brandt
40cb98bb02 updated @property annotations 2014-03-11 16:21:25 +01:00
Alexander Makarov
c694d32e13 Merge branch 'fix_is_empty_file_validator' of github.com:ZhandosKz/yii2 into ZhandosKz-fix_is_empty_file_validator
Conflicts:
	framework/CHANGELOG.md
2014-03-11 17:24:43 +04:00
Zhandos
8be5938cbe Update CHANGELOG.md 2014-03-11 18:16:06 +05:00
Zhandos
4a32a5a8a5 Update CHANGELOG.md
updated changelog about isEmpty bug.
2014-03-11 17:37:19 +05:00
Alexander Makarov
7a3fd41afc Fixes #2701 2014-03-11 15:44:09 +04:00
Christophe BOULAIN
b3ef2a938c typo in changelog 2014-03-11 11:18:35 +01:00
Christophe BOULAIN
ca3b2cd057 Fix some references to removed Html::url in phpdoc 2014-03-11 11:15:21 +01:00
Alexander Makarov
38e8afa0f8 Fixed another typo in changelog 2014-03-11 13:13:55 +04:00
Alexander Makarov
8b78eec2e0 Fixed typo in changelog 2014-03-11 13:11:27 +04:00
Carsten Brandt
6fff5662df better use @see for See in phpdoc 2014-03-11 05:38:35 +01:00
Carsten Brandt
c94a40e90d added a large amount of missing documentation 2014-03-11 05:38:35 +01:00
baodude
50d720ce34 use toRoute instead of createUrl in ActionColumn
use toRoute() instead of createUrl() in ActionColumn
2014-03-11 10:32:23 +08:00
Qiang Xue
bcf5b4644e Fixes #2687: ActiveQuery::joinWith() has problem when the query is used twice. 2014-03-10 21:44:48 -04:00
Qiang Xue
252f49b97a doc fixes. 2014-03-10 21:31:06 -04:00
Zhandos
2e84fcb0b0 Update FileValidator.php
fix tabs
2014-03-10 23:17:29 +05:00
Zhandos Nuftiev
b3b9bd353e fix isEmpty method for file validator. 2014-03-10 23:10:47 +05:00
Alexander Makarov
348dfa78eb Merge pull request #2676 from yiisoft/url-helper
#2630: `yii\heplers\Html::url` moved to new `yii\helpers\Url::create`
2014-03-11 01:36:05 +03:00
Qiang Xue
1998935309 Merge pull request #2671 from hqx/2670-ConsoleLocalOptions
2670 console local options
2014-03-10 18:23:26 -04:00
Alexander Makarov
842e7eb573 Added tests, final Url helper adjustments 2014-03-11 02:12:13 +04:00
Christian Nadolle
bf5de41188 Added changelog 2014-03-10 22:12:19 +01:00
Alexander Makarov
bddad5280c Combined $schema and $absolute into $schema 2014-03-10 20:29:24 +04:00
Alexander Makarov
577f8a5c50 Added separate schema and absolute parameters 2014-03-10 20:11:06 +04:00
Alexander Makarov
2b842ecc57 Moded URL management methods from controller to Url helper, updated docs 2014-03-10 19:40:32 +04:00