- 11 Jun, 2014 2 commits
-
-
Mark authored
-
Paul Klimov authored
Enh: MongoDB model gii generator
-
- 10 Jun, 2014 23 commits
-
-
Qiang Xue authored
mimeTypes Validator is wrong
-
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
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
Updated pt-BR translation
-
Wanderson Braganca authored
-
Klimov Paul authored
-
Klimov Paul authored
-
Qiang Xue authored
-
Alexander Makarov authored
fixed note about search class
-
Mark authored
-
Carsten Brandt authored
-
Alexander Makarov authored
File validator adjusted
-
Alexander Makarov authored
Russian guide. Start forms
-
Mark authored
-
Mark authored
-
Alexander Makarov authored
\yii\i18n\DbMessageSource code style fixes
-
Alexander Kochetov authored
-
Qiang Xue authored
Excess \yii\base\Model::resolveFields() method removed
-
Alexander Kochetov authored
-
- 09 Jun, 2014 15 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
Fix .gitignore for `basic` and `advanced` application templates
-
Carsten Brandt authored
-
Alexander Kochetov authored
-
Carsten Brandt authored
-
Qiang Xue authored
-
Anton A authored
-
Anton A authored
-
Alexander Makarov authored
Fix #3756: Convert values to float for number formatting
-
Kartik Visweswaran authored
-
Alexander Makarov authored
Fixed duplicate error message when client validation is enabled. Fixes #3740. [skip ci]
-
Tadas Z authored
-
Kartik Visweswaran authored
Convert string values to floating point, so that `number_format` method can properly format values.
-
Carsten Brandt authored
-