3006 Commits (71e810c89d834295ae697d1f45f7444b1c246282)

Author SHA1 Message Date
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
Alexander Makarov 43f6a79e55
prepare for next release 3 years ago
Alexander Makarov 540a9011af
release version 2.0.43 3 years ago
Alexander Makarov e1fe04901a
Adjust changelog 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
Mark Huot 25c0e6dcad
Fix #18656: Added ability for `yii serve`'s `--router` param to take an alias 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
Brandon Kelly 725057c273
Fix #18734: Added `yii\validators\EmailValidator::$enableLocalIDN` 3 years ago
Bizley 9d56179e9d
Updated asUrl method to not introduce BC break (#18742) 3 years ago
Alexandru Bucur 2fe03cd82c
Only log the $_SERVER information under YII_DEBUG (#18707) 3 years ago
Bizley c43a168a31
Fix #18712: Added `$scheme` option to `yii\i18n\Formatter::asUrl()` 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
Marco van 't Wout 3cc1201d7b Allow jQuery 3.6 to be installed 3 years ago
rhertogh 4d5fea7f6c
Fix #18695: Added `yii\web\Cookie::SAME_SITE_NONE` constant 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
aidanbek fff35b3796
Fix #18678: Fix `yii\caching\DbCache` to use configured cache table name instead of the default one in case of MSSQL varbinary column type detection 3 years ago
rhertogh 0cd68a330d
Fix #18669: Changed visibility of `yii\web\User::checkRedirectAcceptable()` to `public` 3 years ago
Anton 2520e50c52
Fix #18653: Added method `yii\helpers\BaseHtml::getInputIdByName()` 3 years ago
Marco van 't Wout 7e323ba07c
Fix #18650: Refactor `framework/assets/yii.activeForm.js` arrow function into traditional function for IE11 compatibility 3 years ago
Bizley 66ff8309b9
Update CHANGELOG.md 3 years ago
Kamchybek Jusupov 3019d4aa8e Merge branch 'inflextor_fixes' of github.com:kjusupov/yii2 into inflextor_fixes 3 years ago
Bizley e63be01f20
Update CHANGELOG.md 3 years ago
Kamchybek Jusupov 94a6b5d548 Added the CHANGELOG entry 3 years ago
Alexander Makarov f422d419c2
prepare for next release 3 years ago
Alexander Makarov 273cbab90e
release version 2.0.42.1 3 years ago
Bizley 52cf02d685
Fix #18634: Fix `yii\db\BaseActiveRecord::unlink()` and `unlinkAll()` to omit condition for `on` property when it doesn't exist 3 years ago
Alexander Makarov 3a58026359
prepare for next release 3 years ago
Alexander Makarov 88a7a00458
release version 2.0.42 3 years ago
Alexander Makarov 26656a2ed1
Minor cleanup 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
DarkDef 4f74d2a2db Add line to changelog 3 years ago
Mikk Tendermann 629133f1bf
Fix #18619: Do not modify `yii\web\Cookie::$path` on `yii\web\Response::sendCookies()` 3 years ago
Никита Медведев f00e44fb6e
Fix #18569: Add `NumberValidator::$allowArray` 3 years ago
Alexander Makarov 250b2cf4ff
Remove extra space from changelog 3 years ago
Alexander Makarov f62701bf1d
Fixed another call 3 years ago
Alexander Makarov 3d4b0f941e
Add changelog 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 6809523cc2 Db pgsql getRawSql params replace fix changelog line 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