- 14 Jun, 2014 6 commits
- 13 Jun, 2014 6 commits
-
-
Alexander Kochetov authored
-
Alexander Kochetov authored
-
Alexander Kochetov authored
-
Qiang Xue authored
Fixes #3358: Removed automatic CSRF meta tag generation by `View`. Added `Html::csrfMetaTags()` and its call to main layout files
-
Klimov Paul authored
-
Qiang Xue authored
-
- 12 Jun, 2014 7 commits
-
-
Dmitry Chernikov authored
-
Dmitry Chernikov authored
-
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 1 commit
-
-
Alexander Makarov authored
-