Commit Graph

4075 Commits

Author SHA1 Message Date
Qiang Xue
7960ccdf50 Tab to spaces conversion. 2014-03-16 20:05:54 -04:00
AlexGx
234c2c0ebe changelog 2014-03-17 01:51:24 +02:00
AlexGx
a7046f27d0 fix 2014-03-17 01:45:39 +02:00
AlexGx
29f174cc73 Merge branch 'master' of git://github.com/yiisoft/yii2 into fix-gridview-url 2014-03-17 01:44:00 +02:00
Qiang Xue
9e33dedc4e Added return value for User::logout(). 2014-03-16 19:16:39 -04:00
AlexGx
23a669a394 upd for psr2 2014-03-17 00:21:45 +02:00
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
David Renty
0fa5230cd0 Removed debug code, changed doc 2014-03-14 18:37:11 +01:00
David Renty
cb3eb9c6d8 Added support for inverted intervals (future time) and unit tests 2014-03-14 18:29:23 +01: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
David Renty
b5cd0a6f0c asElapsedTime can now take a DateInterval string as a parameter 2014-03-12 16:58:12 +01:00
David Renty
b7cf618348 asElapsedTime style improvements 2014-03-12 16:02:45 +01:00
David Renty
f7871e2458 asElapsedTime can now take DateInterval as parameter 2014-03-12 15:57:20 +01:00
David Renty
a74fa20d2d Typo 2014-03-12 14:51:20 +01:00
David Renty
ced45c5450 Call Yii::t everytime instead of passing a template variable 2014-03-12 14:49:28 +01:00
David Renty
fd7ed28221 Typo in asElapsedTime description 2014-03-12 14:38:00 +01:00
David Renty
e77ffe2c4a Added asElapsedTime function 2014-03-12 14:29:49 +01: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