101 Commits (1d20db57e6b1aa91efd3b295c58623caf0fc28de)

Author SHA1 Message Date
Long TRAN 7b8c29d874
Fix #19243: Handle `finfo_open` for tar.xz as `application/octet-stream` on PHP 8.1 3 years ago
charescape f555fce82b
Fix typo (#19168) 3 years ago
Alexander Makarov 1271bc419f
Fix #19041: Fix PHP 8.1 issues 3 years ago
Alexander Makarov 655786b7ed
release version 2.0.44 3 years ago
Bizley 0041f034fd
[doc] Update PHP doc links (#18957) 3 years ago
Anton 0181a49bb4
Fix phpdoc in BaseFileHelper (#18928) 3 years ago
Alexander Gubarev e3028c524d
Fix #18899: Replace usages of `strpos` with `strncmp` and remove redundant usage of `array_merge` and `array_values` 3 years ago
Bizley 7966fe47e6
Scrutinizer fixes (#18685) 3 years ago
rhertogh 31ca0fcb6f
Fix #18676: Added method `yii\helpers\BaseFileHelper::changeOwnership()` and properties `newFileMode`/`newFileOwnership` in `yii\console\controllers\BaseMigrateController` 3 years ago
Dmitry Eliseev 4479c66522
Fixed phpdoc types 4 years ago
Bizley b8f4958092
Fix #18442: Fix calls with array access to strings 4 years ago
Alexander Kartavenko efe8d48f15 Fix #15779: If directory path is passed to `FileHelper::unlink()` and directory has files it will not delete files in this directory on Windows now 5 years ago
Razvan Grigore 9c37016dac Fixes #17235: `yii\helpers\FileHelper::normalizePath()` now accepts stream wrappers 6 years ago
Pavel Dovlatov bdb7c64910 Update to https protocol for php.net links (#17168) [skip ci] 6 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
Ondřej Vašíček ba0a3c00ca Fixes #16183: Fixed when `yii\helpers\BaseFileHelper` sometimes returned wrong value 6 years ago
Rustam Mamadaminov 959cb985e3 Fixed PHPDoc blocks in FileHelper (#16402) [skip ci] 6 years ago
Vladimir Reznichenko f10cb6aeee SCA with Php Inspections (EA Ultimate) 7 years ago
SilverFire - Dmitry Naumenko 22832b7c49
release version 2.0.14 7 years ago
Alexander Makarov 9f7d09cfae
Removed unneeded quotes 7 years ago
Alexander Makarov d9fdf0f235
Added missing escaping to Windows fallback of FileHelper::unlink() 7 years ago
Alexander Makarov 7febeb8ad4
Renamed yii\helpers\FileHelper findDirectory() method to findDirectories() to be consistend with findFiles() 7 years ago
Brandon Kelly e6f5c46cdc Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
Arsen 16e63f6de2 Fixes #13465: Added `yii\helpers\FileHelper::findDirectory()` method 7 years ago
Elvira Sheina 06ebd3faa7 Fixes #13034: Fixed `normalizePath` for windows network shares that start with two backslashes 7 years ago
Paul Klimov 1b8da6d951
Add `StringHelper::matchWildcard()` (#15389) 7 years ago
Alexander Makarov efac23dde7
Fixes #15335: Added `FileHelper::unlink()` that works well under all OSes 7 years ago
Alexander Makarov 1e00a050d7
Fixes #15322: Fixed PHP 7.2 compatibility of `FileHelper::getExtensionsByMimeType()` 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Nikolay Oleynikov ea33bbd369 Fix docs of a base file helper (#14477) [skip ci] 7 years ago
Robert Korulczyk a50d9d8e3e Enable `include` rule in php-cs-fixer (#14418) 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
corpsepk ac70262bfc Fixed typo in BaseFileHelper::findFiles() docs (#14200) [skip ci] 7 years ago
Carsten Brandt 5e8e6840b6
Added copyEmptyDirectories option to FileHelper 7 years ago
Brandon Kelly debe85fa34 Fixes #14098: `yii\helpers\BaseFileHelper::normalizeOptions()` is now protected 7 years ago
zalatov 1d5a6d1722
Add is_dir() validation for BaseFileHelper::findFiles(). 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Carsten Brandt 740a97de49 fixed file helper docs about ordering in findFiles() 8 years ago
SilverFire - Dmitry Naumenko fd54ff2212 Update PHPDoc 8 years ago
AnikanovD b39a0a1e5a Fixes #11774: Fixed incorrect recusuive symlinks check in FileHelper 8 years ago
cuiliang c0df003ac0 merge from master 8 years ago
Alexander Makarov 4f4fa6fdf0 Fixes #10710: `yii\helpers\FileHelper::copyDirectory()` is now throwing exception when trying to copy a directory to itself or a subdirectory 9 years ago
Ni-san 77599dc179 fixes #11040: make copyDirectory method work correctly with parameter 'recursive' 9 years ago
SilverFire - Dima Naumenko a6e1ba2cf6 Fixed mb_ functions calls to use UTF-8 or app charset 9 years ago
Alexander Makarov 8d2af0d2d9 Added last resort measure for `FileHelper::removeDirectory()` fail to unlink symlinks under Windows 9 years ago
Alexander Makarov 1b3770fd21 Use === instead of == where possible 9 years ago
Carsten Brandt f007fc1e60 avoid recursion on the root of the file system 9 years ago
Boudewijn Vahrmeijer b4da7b570c Better fix for #9288 9 years ago
Alexander Makarov 6b2748a0b3 Code formatting for #9288 9 years ago