- 12 Jun, 2014 5 commits
-
-
Qiang Xue authored
-
Carsten Brandt authored
[ci skip]
-
Mark authored
-
Carsten Brandt authored
should work on HHVM too
-
Qiang Xue authored
-
- 11 Jun, 2014 4 commits
- 10 Jun, 2014 7 commits
-
-
Qiang Xue authored
-
MarcioCamello authored
-
MarcioCamello authored
I'm find error ```php Wrong } elseif (!empty($this->mimeTypes) && !in_array(FileHelper::getMimeType($file->tempName), $this->mimeTypes, true)) { Correct } elseif (!empty($this->mimeTypes) && !in_array(FileHelper::getMimeType($file), $this->mimeTypes, true)) { ``` Not need call '$file->tempName' because getMimeType get object $_FILE => $file, so use $file and validator works fine
-
Wanderson Braganca authored
-
Mark authored
-
Alexander Kochetov authored
-
Alexander Kochetov authored
-
- 09 Jun, 2014 9 commits
-
-
Carsten Brandt authored
-
Kartik Visweswaran authored
-
Kartik Visweswaran authored
Convert string values to floating point, so that `number_format` method can properly format values.
-
Carsten Brandt authored
-
Carsten Brandt authored
fixes #3244
-
Carsten Brandt authored
fixes #3245, #3244
-
Qiang Xue authored
-
Alexander Makarov authored
This reverts commit ea10ba49.
-
makroxyz authored
$column->enumValues is set to array[0 =>''] even if $info['enum_values'] is null. Gii generates always dropDownList in forms.
-
- 08 Jun, 2014 9 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
Improved `yii\helpers\Inflector::slug` to support more cases for Russian, Hebrew and special characters
-
- 07 Jun, 2014 2 commits
-
-
Alexander Makarov authored
Fixes #3687: Default `sourceLanguage` and `language` are now `en-US` in order for i18n formatter to work correctly
-
Alexander Kochetov authored
-
- 06 Jun, 2014 4 commits
-
-
Qiang Xue authored
Fixes #3716: `DynamicModel::validateData()` does not call `validate()` if the `$rules` parameter is empty
-
Klimov Paul authored
-
Qiang Xue authored
Fixes #3715: Fixed the bug that using a custom pager/sorter with `GridView` may generate two different pagers/sorters if the layout configures two pagers/sorters
-
Qiang Xue authored
-