3105 Commits (e81b0f00a757ace5cc390280e271abc9cb1f455e)

Author SHA1 Message Date
Vladislav Pototskiy e348c0f460
Fix #18269: Fix integer safe attribute to work properly in `yii\base\Model` 4 years ago
DarkDef f212925242
Fix #18239: Fix support of no-extension files for `FileValidator::validateExtension()` 4 years ago
Basil 175a201004
Fix #18236: Allow `yii\filters\RateLimiter` to accept a closure function for the `$user` property in order to assign values on runtime 4 years ago
Alex e49a52f3a1
Fix #18210: Allow strict comparison for multi-select inputs 4 years ago
DarkDef a624c31698
Fix #18198: Fix saving tables with trigger by outputting inserted data from insert query with usage of temporary table 4 years ago
Sohel Ahmed Mesaniya d0a1a0486d
Add test for #18031 - User login events not triggered when using \yii\web\HttpBasicAuth login (#18193) 4 years ago
rhertogh 931f080aee
Fix #18182: `yii\db\Expression` was not supported as condition in `ActiveRecord::findOne()` and `ActiveRecord::findAll()` 4 years ago
DarkDef 4fa7d4ee48
Fix #18170: Fix regression in passing extra console command arguments to the action 4 years ago
Alexander Makarov d22689e95b
Fix test 4 years ago
Bizley d62590807d
Fix #18051: Fix using `EachValidator` with custom validation function 4 years ago
Alexander Makarov bfc0698b36
Fix #18086: Fix accessing public properties of `ArrayAccess` via `ArrayHelper::getValue()` 4 years ago
rhertogh 6aa0ac1ed0
Fix #18151: Added `Mutex::isAcquired()` to check if lock is currently acquired 4 years ago
DarkDef f944e1f039
Fix #18094: Support for composite file extension validation 4 years ago
Alexander Makarov 54be5503c9
#18134: Use better string name in a test 4 years ago
DarkDef 1faa45c552
Fix #18134: Expression as columnName should not be quoted in likeCondition 4 years ago
Alexander Makarov 3ff6c9b527
Fix #17999 test 4 years ago
Deryabin Sergey 7eb184eadb
Fix #17999: Fix skipping test case on PHP v >= 7.1 and LibreSSL version >= 2.15 4 years ago
Alexander Makarov 7ca23a2413
Revert "Fix #18134: Instance of `ExpressionInterface` will not be quoted in `Connection:quoteColumnName`" 4 years ago
DarkDef e342162425
Fix #18134: Instance of `ExpressionInterface` will not be quoted in `Connection:quoteColumnName` 4 years ago
Andrii Vasyliev 8c2259abff Add tests for DI references in array in dependencies 4 years ago
Stepan 2b9323d517
Fix #18047: Fix colorization markers output in Table.php 4 years ago
egorrishe 5c3ee63316
Fix #15202: Add optional param `--silent-exit-on-exception` in `yii\console\Controller` 4 years ago
ErickSkrauch 2e21a8275c
Fix #18115: Allow to load action-injected services from module's container 4 years ago
Alexander Makarov 385fe13d66
Revert #18102 since renaming is technically problematic (#18109) 4 years ago
Brandon Kelly eb956e9c6b
primary/replica in a definitely non-breaking way (#18106) 4 years ago
trombipeti b642a384fa
Fix #18096: Fix InlineValidator with anonymous inline function not working well from EachValidator 4 years ago
Brandon Kelly fc4f449e21
Fix #18083: Add `Controller::$request` and `$response` 4 years ago
DarkDef d317e41b21
Fix #18101: Fix behavior of OUTPUT INSERTED.* for SQL Server query: "insert default values"; correct MSSQL unit tests; turn off profiling echo message in migration test 4 years ago
Brandon Kelly 472600ee3f
Fix #18102: Use “primary”/“replica” terminology instead of “master”/“slave” 4 years ago
Sam 4ea484ca68
Fix #17722: Add action injection support 4 years ago
Evgenii Goryaev 1b07c0d4fb
Fix #18001: Fix getting table metadata for tables `(` in their name 4 years ago
Bizley 2a73a4ae3a
Fix #18051: Fix missing support for custom validation method in EachValidator 4 years ago
Alexander Makarov f2d32fab77
Fix #18046: Add test for current ArrayHelper::merge() behavior (#18054) 4 years ago
Alex eb7b23d117
Fix #18048: Use `Instance::ensure()` to set `User::$accessChecker` 4 years ago
Mikk Tendermann 35fb9c6248
Fix #18026: Fix `ArrayHelper::getValue()` did not work with `ArrayAccess` objects 4 years ago
Daniel Schischkin 3b87c5f31a
Fix #18028: Fix division by zero exception in Table.php::calculateRowHeight 4 years ago
Alex 37fc929285
Fix #18010: Allow upper or lower case operators in `InCondition` and `LikeCondition` 4 years ago
XPOHOC e20358241c
Fix #17993: Added `yii\i18n\Formatter::$currencyDecimalSeparator` to allow setting custom symbols for currency decimal in IntlNumberFormatter 4 years ago
Kwok 89ded8c82a
Fix #18000: PK value of Oracle ActiveRecord is missing after save 4 years ago
Maksym Storchak c32811887a
Fix #18011: Added attribute labels support for `DynamicModel`, fixed `EachValidator` to pass the attribute label to the underlying `DynamicModel` 4 years ago
scottix 975937e531
Fix #18006: Allow SameSite cookie pre PHP 7.3 4 years ago
Baso10 647d53ad1f
Fix #17653: Fix `TypeError: pair[1] is undefined` when query param doesn't have = sign 4 years ago
Deryabin Sergey 7a27f5fd12
Add missing third parameter to preg_match in ChangeLogTest (#17998) 4 years ago
Sartor a66fac3bb1
Fix #17758: `Query::withQuery()` can be used for CTE 5 years ago
Bizley 0643ef312d Corrected tests 5 years ago
Bizley 64142f0677 Fixed typo 5 years ago
ricardomm85 355ca1562d
Fix #17810: Fix EachValidator crashing with uninitialized typed properties 5 years ago
Alexander Makarov 65e5640810
Fix #17932: Fix regression in detection of AJAX requests (#17937) 5 years ago
Igor Tarasov 7f88acb313
Fix #17878: Detect CORS AJAX requests without `X-Requested-With` in `Request::getIsAjax()` 5 years ago
Alex 4b6d3c0290
Fix #17929: Actions can now have bool typed params bound 5 years ago