5 Commits (32f42e3fa608bd76edf20c180427e52cb80ca4ce)

Author SHA1 Message Date
AnikanovD b39a0a1e5a Fixes #11774: Fixed incorrect recusuive symlinks check in FileHelper 8 years ago
Sam 2ebccf0e73 Skip filehelper tests (and mark them as incomplete) when runtime is not a local file system. (#11713) 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
Alexander Makarov 6949992246 Simplified tests directory structure a bit 10 years ago
Klimov Paul 0bf16497af Convert 'caseless' option into 'caseSensitive' option at `yii\helpers\BaseFileHelper::findFiles()` 10 years ago
Klimov Paul 6461523aca Added 'caseless' option to `yii\helpers\BaseFileHelper::findFiles()` 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Alexander Makarov 5c767e5d34 Better Windows detection 10 years ago
resurtm fb9df78795 Fixes #4080, FileHelper::removeDirectory(): 10 years ago
Klimov Paul f19a97e308 Fix `yii\helpers\FileHelper::copyDirectory()` pattern not working 10 years ago
Scott Tester 390004a899 Fixed path in unit test to use the directory separator variable. 10 years ago
Scott Tester be89ff97d3 fixed normalizePath to keep a '.' path when necessary. 10 years ago
Carsten Brandt 78a8694eb5 file helper did not preserve relative paths 11 years ago
Qiang Xue ab218addda Fixes #2563: Theming is not working if the path map of the theme contains ".." or "." in the paths 11 years ago
Alexander Makarov 7295540c72 Code style and phpdoc fixes 11 years ago
lubosdz 612d3ed27d removed redundant whitespace 11 years ago
lubosdz 164459f90a Fixed test break and JSON MIME type. Fixes issue #2978. 11 years ago
lubosdz 0040633fa4 Fixed test break and JSON MIME type. Fixes issue #2978. 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
AlexGx 32d0768919 style fixes with phpcs:yii2 11 years ago
Alexander Makarov 71835d977e More short syntax for arrays 11 years ago
Alexander Mohorev 95ea1c20bb code style. FOREACH 11 years ago
Alexander Mohorev 6e7edfdf5b short array syntax 11 years ago
John Was b2b10d1685 more unit tests for helpers/FileHelper::findFiles using new wildcard exceptions matching 11 years ago
Florian Fackler ff7c25ea7b Fixes #1497 (wrong file rendered if language != sourceLanguage) 11 years ago
Qiang Xue 1c24b3e0d8 removed TestCase and WebTestCase. 11 years ago
Alexander Makarov 979e8d1619 Replaced assertTrue(file_exists with assertFileExists in FileHelperTest 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Carsten Brandt 949dda5fdb tagged tests with @group tags 11 years ago
Carsten Brandt b5a6dac3ae renamed test method after implementation rename in FileHelper 11 years ago
Carsten Brandt 4b7f5a728a improved control over and handling of file and dir permissions 11 years ago
Alexander Makarov b968402ebd more tests for FileHelper 11 years ago
Alexander Makarov 0596fa82fd code style fixes 11 years ago
Qiang Xue a6cd7b72bb refactored helper organization. 11 years ago
Qiang Xue 7ebbc46a5b Fixed wrong class uses. 11 years ago
Qiang Xue 05cca15459 Removed "fileTypes" option. 11 years ago
Qiang Xue 9d3c9db49d Fixed test breaks. 11 years ago
Qiang Xue a8d2eded98 Fixing test breaks. 11 years ago
Qiang Xue 040db44fbd refactored FileHelper. 11 years ago
Klimov Paul 7697f21592 "filter" callback option has been added to "yii\helpers\base\FileHelper::findFiles()". 11 years ago
Klimov Paul a5480de852 Test case "FileHelperTest::testGetMimeTypeByExtension()" has been added. 11 years ago
Klimov Paul 8f7a783757 Method "yii\helpers\base\FileHelper::mkdir()" has been added. 11 years ago
Klimov Paul f416a36648 "FileHelperTest" has been advanced. 11 years ago
Klimov Paul 539864f435 "FileHelperTest" has been refactored. 11 years ago
Klimov Paul dfda6663f6 Method "yii\helpers\base\FileHelper::findFiles()" has been added. 11 years ago
Klimov Paul ef60ec56a3 Method "yii\helpers\base\FileHelper::removeDirectory()" has been added. 11 years ago
Klimov Paul e2f7b99f16 Unit test for "yii\helpers\base\FileHelper" has been created. 11 years ago