26 Commits (02276a6a2f30b9e5b1be5021c7a621b9646929db)

Author SHA1 Message Date
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Carsten Brandt 69673c0c94 Rename Object -> BaseObject for PHP 7.2 compatibility 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Boudewijn Vahrmeijer 32f4dc8997 Fixes #5385: links created from classes to corresponding guide articles (#12920) 8 years ago
SilverFire - Dmitry Naumenko 494842636e 📖 Fixed `client-side` and `server-side` grammar in all files 8 years ago
Paul Klimov 2fe0a405a9 fix for #9027 - UploadedFile early instantiation problem (#12439) 8 years ago
Alexander Makarov 3b5634bf8b Fixes #11863: Fixed usage of `mb_substr` with PHP < 5.4.8 where length of NULL was treated the same as 0 8 years ago
cuiliang c0df003ac0 merge from master 8 years ago
Rogério c9d30b2a66 Fixes #11735: Fixed `yii\web\UploadedFile` to return `null` when there's no file uploaded 8 years ago
SilverFire - Dmitry Naumenko 1d74e761d5 Fixed UploadedFile::getBaseName() - mb_substr wrong arguments order 9 years ago
SilverFire - Dmitry Naumenko a0f9bf2893 Fixed `yii\web\UploadedFile::getBaseName()` to be multibyte-safe, added test 9 years ago
hiscaler 75db69f90a Fixed `yii\web\UploadedFile::getBaseName()` to work with UTF-8 file names 9 years ago
githubjeka 984c51ab1a Update phpDoc: return of UploadedFile::getInstance() / getInstanceByName() 9 years ago
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5 9 years ago
tom-- 4089c29a09 old C-prefix class name 10 years ago
╃巡洋艦㊣ 1468bd4d3d version 2.0.1 84b42ab 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
OmgDef 697a85dd26 Check for UPLOAD_ERR_NO_FILE in UploadedFile 10 years ago
Qiang Xue 0b29c9607d fixed broken API links [skip ci] 11 years ago
Philippe Gaultier 1a7da8be90 Use correct files array to allow inheritence 11 years ago
Carsten Brandt 0b2aafc780 fixed private / self in helpers 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Carsten Brandt 21ae27b306 updated phpdoc properties 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
andrey 264e61101a UplodedFile enhasement 11 years ago
andrey 29693f68fd UplodedFile enhasement 11 years ago
Taras Gudz f9db4fecb9 Fixed phpDocs [skip ci] 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Qiang Xue afd0472784 Fixes #837: turn private variables into public ones. 11 years ago
Carsten Brandt 147558ea19 added some class documentation 11 years ago
Carsten Brandt ca69ef09d4 update of @property annotations 11 years ago
Carsten Brandt bdb77f33ba updated @property annotations of many classes 11 years ago
Carsten Brandt 4ef19b2e79 static instead of self for creating instances 11 years ago
yiidevelop 8c36cd08db Fix use incorrect namespace of Html helpers 11 years ago
Qiang Xue f72105166c reorganized the main repo to satisfy PSR-0. 12 years ago
Qiang Xue 0d814fa523 Moved "framework" to "iii". 12 years ago
FrediL 3ed7b62233 Use Html::getInputName instead ActiveForm::getInputName 12 years ago
Qiang Xue bb5b6a4191 Finished FileValidator and UploadedFile. 12 years ago