Ряднов Андрей
|
aa4e6ec039
|
fix User::getReturnUrl() after #2501
|
2014-03-19 11:20:40 +03:00 |
|
Grant Furgiuele
|
ed2885c31d
|
Changed comment again to actually be correct. This is also consistent with the draft of the definitive guide.
|
2014-03-18 15:23:59 -05:00 |
|
Grant Furgiuele
|
bc91853e3f
|
Modified example in DataReader usage comment to reference a DB Command function which accepts a SQL string argument.
|
2014-03-18 15:23:58 -05:00 |
|
Carsten Brandt
|
b4fd5b5c46
|
updated german translations
|
2014-03-18 15:12:19 +01:00 |
|
Vincent
|
41cc91771d
|
Mistake in error message
{max} was used instead of {min} in the error message for the min validator...
|
2014-03-17 17:30:54 +01:00 |
|
Qiang Xue
|
d2c84606a9
|
Fixes #2775: Added yii\base\Application::bootstrap to support running bootstrap classes when starting an application
|
2014-03-17 11:57:44 -04:00 |
|
Jani Mikkonen
|
3e1dd25800
|
Alter image validation messages.
|
2014-03-17 16:26:50 +02:00 |
|
Jani Mikkonen
|
ad10897ab4
|
Fix MIME types
|
2014-03-17 16:22:22 +02:00 |
|
Jani Mikkonen
|
0b71faa577
|
Merge branch 'master' of git://github.com/yiisoft/yii2 into messages_fi
|
2014-03-17 16:20:54 +02:00 |
|
Jani Mikkonen
|
0361efbb31
|
small typo fix
|
2014-03-17 16:12:45 +02:00 |
|
Jani Mikkonen
|
8af8b77fa2
|
Finnish translation
|
2014-03-17 16:10:18 +02:00 |
|
Jani Mikkonen
|
67ca9c6cdb
|
Add finnish translation to config
|
2014-03-17 16:10:05 +02:00 |
|
Qiang Xue
|
b9287abf81
|
minor fixes.
|
2014-03-17 09:47:34 -04:00 |
|
Qiang Xue
|
c6a946ec79
|
Fixes #497: Removed \yii\log\Target::logUser and added \yii\log\Target::prefix to support customizing message prefix
|
2014-03-16 21:04:40 -04:00 |
|
Qiang Xue
|
f61734d412
|
Added $checkSession parameter to User::getIsGuest() and getId().
|
2014-03-16 20:43:01 -04:00 |
|
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 |
|
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 |
|