23 Commits

Author SHA1 Message Date
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03:00
32f4dc8997 Fixes #5385: links created from classes to corresponding guide articles (#12920) 2016-11-04 18:55:14 +03:00
494842636e 📖 Fixed client-side and server-side grammar in all files 2016-09-08 10:16:02 +03:00
2fe0a405a9 fix for #9027 - UploadedFile early instantiation problem (#12439)
fix for #9027 - UploadedFile - class instance is created on demand when getInstance or getInstances called, not when loadFiles called
2016-09-02 17:27:59 +03:00
3b5634bf8b Fixes #11863: Fixed usage of mb_substr with PHP < 5.4.8 where length of NULL was treated the same as 0 2016-07-02 21:06:39 +03:00
c9d30b2a66 Fixes #11735: Fixed yii\web\UploadedFile to return null when there's no file uploaded 2016-06-10 15:10:44 +03:00
1d74e761d5 Fixed UploadedFile::getBaseName() - mb_substr wrong arguments order 2016-03-20 23:59:05 +02:00
a0f9bf2893 Fixed yii\web\UploadedFile::getBaseName() to be multibyte-safe, added test 2016-03-20 23:45:08 +02:00
75db69f90a Fixed yii\web\UploadedFile::getBaseName() to work with UTF-8 file names 2016-03-20 23:45:08 +02:00
984c51ab1a Update phpDoc: return of UploadedFile::getInstance() / getInstanceByName() 2016-02-15 14:18:16 +03:00
4089c29a09 old C-prefix class name 2015-03-31 12:57:17 -04:00
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
697a85dd26 Check for UPLOAD_ERR_NO_FILE in UploadedFile
fixes #4276, close #4358
2014-07-19 11:57:14 +02:00
0b29c9607d fixed broken API links [skip ci] 2014-04-09 22:22:49 -04:00
1a7da8be90 Use correct files array to allow inheritence 2014-03-26 19:58:40 +01:00
0b2aafc780 fixed private / self in helpers
fixes #2886
2014-03-26 16:03:42 +01:00
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
21ae27b306 updated phpdoc properties 2014-01-28 00:11:18 +01:00
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00
3ed7b62233 Use Html::getInputName instead ActiveForm::getInputName 2013-05-05 06:36:48 +03:00
bb5b6a4191 Finished FileValidator and UploadedFile.
Added Model::formName().
2013-04-04 16:53:50 -04:00