678 Commits (728e910bafa01ea47d84391b41b971d18ef3b88e)

Author SHA1 Message Date
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
Michaël Arnauts 1d7f9d8d2d
Fix #18898: Fix `yii\helpers\Inflector::camel2words()` to work with words ending with 0 3 years ago
rhertogh 59eb9a3395
Fixed ArrayHelper::toArray for DateTime (#18880) 3 years ago
Anton 932806b97d
Fix #18812: Added error messages and optimized "error" methods in `yii\helpers\BaseJson` 3 years ago
Jaak Tamre 0b29ba870e
Fix #18762: Added `yii\helpers\Json::$keepObjectType` and `yii\web\JsonResponseFormatter::$keepObjectType` in order to avoid changing zero-indexed objects to array in `yii\helpers\Json::encode()` 3 years ago
Brandon Kelly 63e93ba243
Fix #18832 - Inflector::camel2words() adding extra spaces (#18833) 3 years ago
Anton c5f8d7df20
Fix #18807: Fix replacing source whitespaces and optimize code of `yii\helpers\BaseStringHelper::mb_ucwords()` 3 years ago
Anton 9607d0eb52
Small fixes in `yii\helpers\BaseStringHelper` (#18795) 3 years ago
Bizley 9d56179e9d
Updated asUrl method to not introduce BC break (#18742) 3 years ago
rhertogh db39f7c955
Json pretty print (#18726) 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
Bizley 4cb2dfef1a
Add more tests for helpers (#18675) 3 years ago
Anton 2520e50c52
Fix #18653: Added method `yii\helpers\BaseHtml::getInputIdByName()` 3 years ago
Alexander Makarov c76e4dd7c7
Update BaseInflector.php 3 years ago
Kamchybek Jusupov b41f4dc76f Remove capitalized versions of rules 3 years ago
Alexander Makarov 9ce0d42daf
Update BaseInflector.php 3 years ago
Kamchybek Jusupov 9c8f653554 Added 'software' and 'hardware' string to BaseInflector $specials. 3 years ago
bscheshirwork 5ad809e815
Fix #18593: Fix setting the `maxlength` attribute for `Html::activeInput()` and `Html::activeTextArea()` based on `length` parameter of validator 4 years ago
Dmitry Eliseev 4479c66522
Fixed phpdoc types 4 years ago
Alexander Makarov 71791d790d
Fix #18505: Fixed ArrayHelper::get() for ArrayAccess objects with explicitly defined properties 4 years ago
Alexey Lee 59358f4e5b
Fix #18501: Fix type in ArrayHelper::getColumn() phpdoc 4 years ago
Alexander Makarov ea8fe8dcc1
release version 2.0.40 4 years ago
Bizley b8f4958092
Fix #18442: Fix calls with array access to strings 4 years ago
Bizley 02c77da812
Fix #18395: Fix regression in `yii\helpers\BaseArrayHelper::filter()` (allowing filtering arrays with numeric keys) 4 years ago
Sergei Predvoditelev f450760449
Fix typo 4 years ago
Ivan Sidorov cd36f505b1
Fix #16831: Fix console Table Widget does not render correctly in combination with ANSI formatting 4 years ago
Alex e49a52f3a1
Fix #18210: Allow strict comparison for multi-select inputs 4 years ago
stevekr f3f5312469
Update BaseHtml and Formatter typehints (#18185) 4 years ago
Alexander Makarov bfc0698b36
Fix #18086: Fix accessing public properties of `ArrayAccess` via `ArrayHelper::getValue()` 4 years ago
Stepan 2b9323d517
Fix #18047: Fix colorization markers output in Table.php 4 years ago
Mikk Tendermann 35fb9c6248
Fix #18026: Fix `ArrayHelper::getValue()` did not work with `ArrayAccess` objects 4 years ago
Alexander Makarov 4de66f8205
Fix #16145: Fix `Html` helper `checkboxList()`, `radioList()`, `renderSelectOptions()`, `dropDownList()`, `listBox()` methods to work properly with traversable selection 5 years ago
alex-code 5939813a8e
Fix #17797: Fix for `activeListInput` options 5 years ago
Viktor Pikaev c901608af7
Fix #17863: `\yii\helpers\BaseInflector::slug()` doesn't work with an empty string as a replacement argument 5 years ago
alex-code a3c5de3d3b
Fix #17850: Update to `ReplaceArrayValue` config exception message 5 years ago
rhertogh b794d76056 Fix #17829: `yii\helpers\ArrayHelper::filter` now correctly filters data when passing a filter with more than 2 levels 5 years ago
Brandon Kelly beca7b45d3 Fix #17793: Fix inconsistent handling of null `data` attribute values in `yii\helpers\BaseHtml::renderTagAttributes()` 5 years ago
Brandon Kelly 7e471e3010 Fix #17792: Added support for `aria` attributes to `yii\helpers\BaseHtml::renderTagAttributes()` 5 years ago
Alexander Makarov 0ba9c619c7
Fix #17760: Fix `JSON::encode()` for `\DateTimeInterface` under PHP 7.4 5 years ago
charescape c02060e241 Code style fix (#17754) [skip ci] 5 years ago
Evgeny 62acca9f3d Fix #17740: `yii\helpers\BaseInflector::slug()` doesn't replace multiple replacement string occurrences to single one 5 years ago
Brandon Kelly d7f69b6676 Fix #17625: Fix boolean `data` attributes from subkeys rendering in `Html::renderTagAttributes()` 5 years ago
qrazi 88c51062ec Fixed: typo (#17587) [skip ci] 5 years ago
Alexander Makarov 851e846688
Do not count each iteration 5 years ago
Somogyi Márton f5776a968c #17508 fix 5 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
Alexander Kartavenko 2b9374558b Fix #17395: Fixed issues with actions that contain underscores in their names 5 years ago
Alexander Kartavenko 8fb5b35cc5 Closes #17372. Fix documentation for the `ArrayHelper::multisort()` (#17375) 5 years ago