148 Commits (0fc46760b0090ab92ff6254fa1747e2db4fe6945)

Author SHA1 Message Date
Alexander Makarov 2ceab799e2 Removed unneeded config from tests 11 years ago
Alexander Makarov 842e7eb573 Added tests, final Url helper adjustments 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
Qiang Xue 04bf51b01a Fixes #2392: Added `addCssStyle()`, `removeCssStyle()`, `cssStyleFromArray()` and `cssStyleToArray()` to `Html` 11 years ago
John Was b2b10d1685 more unit tests for helpers/FileHelper::findFiles using new wildcard exceptions matching 11 years ago
Qiang Xue 9e66e08bc7 Fixes #802: Added support for retrieving sub-array element or child object property through `ArrayHelper::getValue()` 11 years ago
Qiang Xue 0b28f290f3 Fixes #1704: Incorrect regexp is used in `Inflector::camelize()` 11 years ago
Antonio Ramirez 08aaeda397 refactored inflector's slug and improved fallback char map 11 years ago
Antonio Ramirez b7904c46aa remove TransliteratorHelper 11 years ago
Qiang Xue 3b1602acc8 Added SecurityTest. 11 years ago
Antonio Ramirez fc9fb80c21 added TransliteratorHelper class 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 7a5a29c767 Added ArrayHelper::keyExists(). 11 years ago
Carsten Brandt c10e8af824 fixed array helper test 11 years ago
Qiang Xue 53457a0a3f Simplified ArrayHelper::multisort(). 11 years ago
Qiang Xue 9efe446545 Fixes #1236: removed Sort::ASC and DESC 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 Mohorev 51211898f8 Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis. 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Qiang Xue fceb2d6e21 Fixes #957: Json::encode() doesn't handle empty object correctly. 11 years ago
Qiang Xue 463ff43b4f test break fix. 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 cc5618c034 More tests for ArrayHelper and Inflector 11 years ago
Qiang Xue 65352e500f refactored ActiveField. 11 years ago
Alexander Makarov 0596fa82fd code style fixes 11 years ago
Qiang Xue 24a66b383d test break fix. 11 years ago
Qiang Xue 6d66a98acb test break fix. 11 years ago
Qiang Xue 7aeb2fcf4f Fixed test breaks. 11 years ago
Qiang Xue 915a3cd779 Fixes #653: use boolean type to indicate boolean attributes. 11 years ago
Qiang Xue 9aa7b26184 Added LinkSorter. 11 years ago
Qiang Xue a6cd7b72bb refactored helper organization. 11 years ago
Qiang Xue 7ebbc46a5b Fixed wrong class uses. 11 years ago
Qiang Xue c3df0beecd changed parameter ordering. 11 years ago
Qiang Xue 0845f4b183 Enhanced ArrayHelper::toArray() 11 years ago
Qiang Xue 71a156ebdf Added itemOptions for Html::ol 11 years ago
Qiang Xue d87afeb496 encode checkbox and radio list by default. 11 years ago
Qiang Xue d5bd9853ea Added Html::ol() and Html::ul() 11 years ago
Alexander Kochetov 9bb0ce4b1c Html helper pure HTML 5 mode without support old standarts 11 years ago
Qiang Xue 11c14a20e9 Simplified button signature. 11 years ago
Qiang Xue f18d6df625 Revert "Merge pull request #548 from cebe/action-response" 11 years ago
Carsten Brandt 71782b344e Changed existing code to match the changes regarding response 11 years ago