3230 Commits (14a28ab4f4b74d84de4609e4dda508d0e318ad1a)

Author SHA1 Message Date
hexkir f2caf02164
Fix #18904: Improve Captcha client-side validation 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 f3956a4eec
Fix header collection from array (#18883) 3 years ago
Leo 9ed87a0ad6
Fix #18858: Reduce memory usage in `yii\base\View::afterRender` method 3 years ago
rhertogh 59eb9a3395
Fixed ArrayHelper::toArray for DateTime (#18880) 3 years ago
Anton ffe7904d80
Minor tests cleanup (#18811) 3 years ago
Anton ac373c06fe
Fix #18845: Fix duplicating `id` in `MigrateController::addDefaultPrimaryKey()` 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
Anton ec07ad9ff9
Fix #18783: Add support for URI namespaced tags in `XmlResponseFormatter`, add `XmlResponseFormatter::$objectTagToLowercase` option to lowercase object tags 3 years ago
Bizley 44388e2cf9
Revert changes in dispatcher 18841 (#18843) 3 years ago
lexizz 383241f65c
Fix #18840: Fix `yii2/log/Logger` to set logger globally 3 years ago
Brandon Kelly 63e93ba243
Fix #18832 - Inflector::camel2words() adding extra spaces (#18833) 3 years ago
Andrew 463a67bc73
Add ability to turn the sorting off for a clicked column in GridView with multisort (#18826) 3 years ago
Michael Härtl c94d7049c5
Issue #18646 Cleanup auth data from session if findIdentity() returns… (#18649) 3 years ago
Bizley c8e4e0727a
Fix #18674: Added more user-friendly exception messages for `yii\i18n\Formatter` 3 years ago
Alexander Makarov 13f27e4d92
Fix #18817: Use `paragonie/random_compat` for random bytes and int generation 3 years ago
Anton c5f8d7df20
Fix #18807: Fix replacing source whitespaces and optimize code of `yii\helpers\BaseStringHelper::mb_ucwords()` 3 years ago
Bizley f35f53eaf8
Preventing breaking profiling messages when flushing (#18800) 3 years ago
Anton 7ebaaf0216
Fix #18789: Added JSONP support in `yii\web\JsonParser::parse()` 3 years ago
DrDeath72 be1b98b1df
Fix #18756: Fix `\yii\validators\ExistValidator::queryValueExists` to validate against an array of unique values 3 years ago
Bizley fb7bc9fa5c
Fix #18274: Fix `yii\log\Logger` to calculate profile timings no matter the value of the flush interval 3 years ago
Sergei Predvoditelev 8cc9aeb2f0
Fix #18749: Fix `yii\web\ErrorHandler::encodeHtml()` to support strings with invalid UTF symbols 3 years ago
egorrishe 17742cb146
don't convert int to string if db type of column is numeric (#18741) 3 years ago
Bizley 9d56179e9d
Updated asUrl method to not introduce BC break (#18742) 3 years ago
Bizley c43a168a31
Fix #18712: Added `$scheme` option to `yii\i18n\Formatter::asUrl()` 3 years ago
egorrishe 87849c640f
Fix #18737: Fix SchemaTest::testColumnSchema() for MySql <5.7 3 years ago
olegbaturin e83a86fd30
Fix #18648: Fix `yii\web\Request` to properly handle HTTP Basic Auth headers 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 c9889cfd2f
Update InflectorTest.php 3 years ago
Bizley 68a1c32400
Fix #18624: Fix `yii\di\Container` to properly resolve dependencies in case of PHP 8 union types 3 years ago
Kamchybek Jusupov 9c8f653554 Added 'software' and 'hardware' string to BaseInflector $specials. 3 years ago
Bizley 5b4af8dbba
Fix PHP8 deprecation 3 years ago
DarkDef 4fba562cd0 New attemp 3 years ago
Никита Медведев f00e44fb6e
Fix #18569: Add `NumberValidator::$allowArray` 3 years ago
DarkDef 9367af4b15 Fix for issue #18604 3 years ago
Bizley a6dba47963
Fix #18590: Fix `yii\web\UrlManager` to instantiate cache only when it's actually needed 4 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
Sartor 335385d7ba Db pgsql getRawSql params replace fix 4 years ago
Toir Tuychiev 2650948e87
Fix #18323: Fix client validation of RadioList when there are disabled items 4 years ago
Dmytro Naumenko 10bb71a822
Fix #17203: Fix `yii\db\Connection` to persist customized `queryBuilder` configuration after the `close()` → `open()` cycle 4 years ago
theonedemon 42e8aa4ea5
Fix #18325: Fix `yii\db\pgsql\Schema` to respect non-default PgSQL schema name for data types 4 years ago
Aaron Mueller 3593696b93 Fixing Email Validator to handle edge case where email address is valid but fails ascii conversion. 4 years ago
Bizley a03fb0c01e
Fix #17631: Fix `yii\widgets\BaseListView` to properly render custom summary 4 years ago
Pigo 14a581562a
Fix #18566: Throw the original exception when `yii\web\Controller::bindInjectedParams()` catches HttpException 4 years ago
simialbi 45a81c1eeb
Minified SVGs (#18573) 4 years ago
Bizley 34441ca549
Fix #14343: Fix `yii\test\ActiveFixture` to use model's DB connection instead of the default one 4 years ago