- 11 Jun, 2014 6 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
Fixes issue #3740 for horizontal layouts
-
Klimov Paul authored
-
Michael Härtl 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 11 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
-