- 30 Nov, 2014 1 commit
-
-
Carsten Brandt authored
Works around PHP Bug https://bugs.php.net/bug.php?id=68528 fixes #5962
-
- 31 Oct, 2014 2 commits
- 19 Oct, 2014 1 commit
-
-
Alexander Makarov authored
Fixes #5587: `json_encode` is now used with `JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE` where it makes sense, also it is now default for `Json::encode()`
-
- 13 Oct, 2014 1 commit
-
-
Alexander Makarov authored
-
- 03 Oct, 2014 1 commit
-
-
Qiang Xue authored
-
- 16 Sep, 2014 3 commits
-
-
Carsten Brandt authored
-
Qiang Xue authored
Fixes #3581: Added `yii\validators\CompareValidator::type` to support type conversion before comparing values
-
Qiang Xue authored
Fixes #5039: `UniqueValidator` and `ExistValidator` did not respect query conditions added by default scope
-
- 14 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 05 Sep, 2014 1 commit
-
-
Alexander Makarov authored
-
- 02 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 28 Aug, 2014 1 commit
-
-
Qiang Xue authored
-
- 24 Aug, 2014 1 commit
-
-
Arthur Khachaturov authored
-
- 06 Aug, 2014 1 commit
-
-
Qiang Xue authored
-
- 05 Aug, 2014 1 commit
-
-
Tomek Romik authored
-
- 03 Aug, 2014 1 commit
-
-
Qiang Xue authored
-
- 02 Aug, 2014 2 commits
-
-
Tomek Romik authored
-
Tomek Romik authored
-
- 31 Jul, 2014 1 commit
-
-
RichWeber authored
-
- 29 Jul, 2014 1 commit
-
-
Carsten Brandt authored
-
- 25 Jul, 2014 1 commit
-
-
Alexander Makarov authored
-
- 24 Jul, 2014 2 commits
-
-
Tomek Romik authored
-
Tomek Romik authored
-
- 22 Jul, 2014 2 commits
- 16 Jul, 2014 1 commit
-
-
Carsten Brandt authored
-
- 27 Jun, 2014 1 commit
-
-
Qiang Xue authored
-
- 20 Jun, 2014 1 commit
-
-
Alexander Makarov authored
-
- 14 Jun, 2014 4 commits
- 11 Jun, 2014 1 commit
-
-
Mark authored
-
- 10 Jun, 2014 3 commits
-
-
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
-
Mark authored
-
- 06 Jun, 2014 1 commit
-
-
Qiang Xue authored
-
- 04 Jun, 2014 1 commit
-
-
Qiang Xue authored
-
- 31 May, 2014 1 commit
-
-
Alexander Makarov authored
-