1386 Commits (d59c60fac09f47cb5f0631ef2d97087403d5e510)

Author SHA1 Message Date
Yusup Hambali d59c60fac0 Fix BaseMailerTest (#17721) 5 years ago
Bizley 1a8c83ba43 Fix #17694: Fixed Error Handler to clear registered view tags, scripts, and files when rendering error view through action view 5 years ago
Brandon Kelly 40797c1139 Fix #17701: Throw `BadRequetHttpException` when request params can’t be bound to `bool`, `int`, and `float` controller action arguments 5 years ago
Somogyi Márton 6c1b2db9de Fix #17434: IE Ajax redirect fix for non 11.0 versions 5 years ago
Somogyi Márton b388aec1a2 IpValidator test fix (#17658) 5 years ago
AlexRas007 9c5cd51a3b Fix #17632: Unicode file name was not correctly parsed in multipart forms 5 years ago
alex-code b0b1c82ae9 Fix #17648: Handle empty column arrays in console `Table` widget 5 years ago
Brandon Kelly d7f69b6676 Fix #17625: Fix boolean `data` attributes from subkeys rendering in `Html::renderTagAttributes()` 5 years ago
Evgeny 09eacd8dc1 Bug #17597: PostgreSQL 12 and partitioned tables support (batyrmastyr) 5 years ago
Andrii Vasyliev da626f507f Fix #17607: Added Yii version 3 DI config compatibility 5 years ago
Brandon Kelly 5efe0bda8f Fix #17585: Fix `yii\i18n\Formatter` including the `@calendar` locale param in `Yii::t()` calls 5 years ago
Somogyi Márton 6a2777fc6d Add Request tests for already resolved IP case #17521 (#17594) 5 years ago
Somogyi Márton 9054cdfdcc Fixes #17521: Request::getUserHost() and request::getUserIp() (#17593) 5 years ago
Somogyi Márton c87855b31c Fix #17573: `Request::getUserIP()` security fix for the case when `Request::$trustedHost` and `Request::$ipHeaders` are used 5 years ago
Alexander Makarov ce0c7ad096
Fix #17533: Fix mutex testRetryAcquire() on Windows (#17591) 5 years ago
Viktor Khokhryakov 4c76dc4c90
Fix #16610: ErrorException trace was cut when using XDebug 5 years ago
Alexandr Kozhevnikov 96cd8bcb68
Fix #16826: `appendTimestamp` support was added to `View` methods `registerCssFile()` and `registerJsFile()` 5 years ago
Alexander Kartavenko 97499315a4 Fix #17539: Fixed error when using `batch()` with `indexBy()` with MSSQL 5 years ago
Dmitry V. Alekseev 6e2b1782e5
Fix #16855: Ignore console commands that have no actions 5 years ago
Razvan Grigore 062ebf5c0b Fix #17549: Fix `yii\db\ExpressionInterface` not supported in `yii\db\conditions\SimpleConditionBuilder` 5 years ago
Alexander Makarov e7c6d3d889
Fix incorrect constant reference 5 years ago
Manu311 cc5bb71f75 Fix #17449: Ensure `CHECK` statement goes after `COMMENT` in MySQL `QueryBuilder::addCommentOnColumn()` 5 years ago
Somogyi Márton 10a069a3a4 Fix #17434: Fixed Internet Explorer 11 AJAX redirect bug in case of 301 and 302 response codes (`XMLHttpRequest: Network Error 0x800c0008`) 5 years ago
Somogyi Márton 5e38f47275 Fix #16305: Fix `FileValidator` mime-type validation failure because of case sensitivity 5 years ago
Somogyi Márton ac8307d5aa Changelog empty contributor name test fix #17528 (#17529) 5 years ago
Somogyi Márton 90d46298ad Fix #17507: Fixed regular expression escaping and simpler condition in `Controller::createAction()` 5 years ago
Alexander Kartavenko cdd40b8dfb Fix #17504: Fix upsert when `$updateColumns = true` but there are no columns to update in the table 5 years ago
Somogyi Márton f5776a968c #17508 fix 5 years ago
Nikolay Poryadin 491f9737fe Fix #17223: Fixed detaching a behavior event when it is a Closure instance 5 years ago
Alexander Makarov 14a7198434
Fix #17485: Revert "Fix #17469: Fixed updating `Yii` logger instance when setting new logger via configuration" 5 years ago
Alexander Kartavenko 69cf9de56b Fix #17473: Fixed `SimpleConditionBuilder::build()` when column is not a string 5 years ago
Alexander Kartavenko 4b768a86f5 Fix #17486: Fixed error when using `batch()` without `$db` parameter with MSSQL 5 years ago
Alexander Makarov 46136b09e7
Fix #17469: Fixed updating `Yii` logger instance when setting new logger via configuration 5 years ago
Sidney Lins 9988efc04f Fix #16796: Fixed addition and removal of table and column comments in MSSQL 5 years ago
Bizley e50a07c30c Fix #17437: Fixed generating namespaced migrations 5 years ago
Alexander Kartavenko 6fc04a622e Fix #17219: Fixed quoting of table names with spaces in MSSQL 5 years ago
Alexander Kartavenko 259c496e2e Fix #10020: Fixed quoting of column names with dots in MSSQL 5 years ago
Alexander Kartavenko a9097dbac3 Fix #17435: Fixed `i18n_init` migration for MSSQL 5 years ago
Alexander Kartavenko 25cf331839 Closes #10023. Fix MSSQL "There are no more rows" exception when using `each()` and `batch()` 5 years ago
Alexander Kartavenko 136705c92b MSSQL: fix tests (#17431) 5 years ago
Alexander Kartavenko d98f4e69b5 Fix MSSQL tests (#17426) 5 years ago
Alexander Kartavenko 869f475dc1 Fix #17413, fix #17418: Fixed MSSQL tests 5 years ago
Alexander Kartavenko 9f2a87363e Fixes #17420: Fixed loading of column default values for MSSQL 5 years ago
Alexander Kartavenko 55b06d2364 Fix #17413: Fixed MSSQL tests: `QueryBuilderTest::testGetColumnType()`, `QueryBuilderTest::testResetSequence()` 5 years ago
Alexander Kartavenko 2b9374558b Fix #17395: Fixed issues with actions that contain underscores in their names 5 years ago
Alexander Kartavenko 56f639358c Add MSSQL tests (#17410) 5 years ago
Garth 9dcf65e304 Fix #17389: Fixed `UniqueValidator` to work with Active Record having `joinWith()` in its `find()` 5 years ago
Alexander Kartavenko eb65dba796 Fixes #17057: Fixed issues with table names that contain special characters or keywords in MSSQL 5 years ago
Alexander Kartavenko 757bc42645 Fixes #17325: Fixed "Cannot drop view" for MySQL while `migrate/fresh` 5 years ago
Brandon Kelly f2212a3183 Fix #17384: Fixed SQL error when passing `DISTINCT ON` queries 5 years ago