35 Commits (284ec069ad15d1d9bb01f4de8ed9fc7103df53c5)

Author SHA1 Message Date
Qiang Xue 084819b84c refactored file validator. 10 years ago
Mark 42643e3747 type validation adjusted 10 years ago
Mark 718d114828 file helper adjusted , upgrade notes added 10 years ago
Klimov Paul f19a97e308 Fix `yii\helpers\FileHelper::copyDirectory()` pattern not working 10 years ago
Scott Tester 330f4609bf Implemented qiangxue's solution as it is much simpler. 10 years ago
Scott Tester 39265da4f5 Code style fix & CHANGELOG typo fix for bug #3522 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
Carsten Brandt 3c400dbca8 fixed file PHPdoc 11 years ago
Carsten Brandt 27659d1776 fixed FileHelper private method static call 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
AlexGx d3171b6cfb fix code style php5.4 syntax 11 years ago
AlexGx 045eb9f7ee Inline control structures are not allowed 11 years ago
AlexGx eaaa5b1bb5 fix code style 11 years ago
AlexGx 35651ea122 fix code style `Expected 1 space after FUNCTION keyword; 0 found` 11 years ago
AlexGx 0f50e038c8 fix phpDoc, added @throws annotation BaseFileHelper::copyDirectory 11 years ago
Alexander Mohorev 95ea1c20bb code style. FOREACH 11 years ago
Alexander Mohorev b2f1b00bf2 code style. operator IF 11 years ago
Alexander Mohorev 6e7edfdf5b short array syntax 11 years ago
Carsten Brandt f9dee9c951 Fixed an issue with Filehelper and not accessable directories 11 years ago
Carsten Brandt 21ae27b306 updated phpdoc properties 11 years ago
John Was 26564fb9b5 fixed code style for assignments inside if conditions 11 years ago
John Was 07ce08d970 updated helpers/BaseFileHelper::findFiles description and comments in messages/config.php 11 years ago
John Was f90e594f4f remove _FLAG from PATTERN_FLAG constants 11 years ago
John Was b2b10d1685 more unit tests for helpers/FileHelper::findFiles using new wildcard exceptions matching 11 years ago
Alexander Makarov 1e602adb6e - Fixed BaseFileHelper::localize docs. 11 years ago
Alexander Makarov 8bdc437bc2 Fixes #2079: 11 years ago
John Was 6a84bfffba refactored flag names 11 years ago
John Was 86b4c4ee0a improved comments, method visiblity and exceptions 11 years ago
John Was 49e2c49384 advanced file excluding/including ported from git 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Florian Fackler ff7c25ea7b Fixes #1497 (wrong file rendered if language != sourceLanguage) 11 years ago
Alexander Makarov 26767735dc Renamed byte methods, moved path methods back to StringHelper 11 years ago
Alexander Makarov 5f2a612c78 Moved file and path related methods from StringHelper to FileHelper, renamed StringHelper byte methods not to be misused as string methods 11 years ago
Qiang Xue 8d68044982 Fixes #1373: optimized FileHelper::filterPath 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Qiang Xue c4f4e52a5a fixed test break. 11 years ago
Qiang Xue efef0e52ca Fixed beforeCopy option. 11 years ago
Alexander Makarov 40629ca49b Added missing beforeCopy option to FileHelper::copyDirectory 11 years ago
Alexander Makarov b873f9f242 Fixes #915: helper classes renamed again 11 years ago
Alexander Makarov 76cab3ea64 Renamed base helper classes 11 years ago
Carsten Brandt 4b7f5a728a improved control over and handling of file and dir permissions 11 years ago
Qiang Xue a6cd7b72bb refactored helper organization. 11 years ago
Qiang Xue e11ce60023 fixed the "only" option for FileHelper::findFiles() 11 years ago
Qiang Xue 227a831b8f Improved FileHelper::filterPath() 11 years ago
Qiang Xue d56739689c Enhanced file options for FileHelper. 11 years ago
Qiang Xue 03e07f4340 cleaned up "use" statements. 11 years ago
Qiang Xue 531ca690eb refactored the message command. 11 years ago