- 12 Jun, 2014 1 commit
- 
- 
Qiang Xue authoredTranslation es 
 
- 
- 11 Jun, 2014 27 commits
- 
- 
Luciano Baraglia authored
- 
Luciano Baraglia authored
- 
Carsten Brandt authored
- 
Carsten Brandt authored
- 
Carsten Brandt authored
- 
Carsten Brandt authored
- 
Carsten Brandt authored- added german - added @ links - ordered languages by alphabet 
- 
Alexander Makarov authored
- 
Alexander Makarov authored
- 
Alexander Makarov authoredStarted Brazilian Portuguese translation of the guide and internals 
- 
Alexander Makarov authored
- 
Qiang Xue authoredfileinfo check 
- 
Mark authored
- 
Mark authored
- 
Mark authored
- 
Wanderson Braganca authored
- 
Qiang Xue authoredfixed mime type file info 
- 
Qiang Xue authoredsql view mapping added , similar to CQRS query model 
- 
Alexander Makarov authored
- 
Alexander Makarov authored
- 
Alexander Makarov authored
- 
Alexander Makarov authored
- 
Alexander Makarov authoredFixes issue #3740 for horizontal layouts 
- 
Klimov Paul authored
- 
Mark authored
- 
Michael Härtl authored
- 
Paul Klimov authoredEnh: MongoDB model gii generator 
 
- 
- 10 Jun, 2014 12 commits
- 
- 
Qiang Xue authoredmimeTypes Validator is wrong 
- 
Qiang Xue authored
- 
MarcioCamello authored
- 
MarcioCamello authoredI'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 authoredUpdated pt-BR translation 
- 
Wanderson Braganca authored
- 
Klimov Paul authored
- 
Klimov Paul authored
- 
Qiang Xue authored
 
-