3dabcdb6ab
Fix #18313 : Fix multipart form data parse with double quotes
2020-10-05 13:08:32 +03:00
3f3003d823
Fix #18303 : Fix creating migration issue for column methods used after defaultValues
2020-10-05 01:02:21 +03:00
7a50da5cf8
Fix #18287 : Fix for OUTPUT INSERTED and computed columns. Added flag to computed values in table schema
2020-10-04 21:44:18 +03:00
88e79d3f8e
Fix #18290 : Fix response with non-seekable streams
2020-10-02 11:48:02 +03:00
0210999748
Fix #18308 : Fixed \yii\base\Model::getErrorSummary() reverse order
2020-10-02 11:43:30 +03:00
67728476ec
Fix #16418 : Fixed yii\data\Pagination::getLinks() to return links to the first and the last pages regardless of the current page
2020-09-21 00:18:52 +03:00
9790ea3a35
Add tests to ensure ActiveQuery is using DB connection set by model ( #18286 )
2020-09-17 20:07:32 +03:00
9c838207ce
Bug #18245 : Make resolving DI references inside of arrays in dependencies optional
...
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
Co-authored-by: Andrii Vasyliev <sol@hiqdev.com>
2020-09-14 16:15:31 +03:00
973ecda74c
Fix #16892 : Validation error class was not applied to checkbox and radio when validationStateOn = self::VALIDATION_STATE_ON_INPUT
...
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
2020-09-11 22:28:10 +03:00
e5e80ac5ec
Fix testGetColumType for PostgreSQL ( #18279 )
2020-09-11 19:23:00 +03:00
5558ee793b
Fix #18040 , fix #15265 , fix #18232 database issues ( #18225 )
...
- Bug #18040 : Display width specification for integer data types was deprecated in MySQL 8.0.19
- Bug #15265 : PostgreSQL > 10.0 is not pass tests with default value of timestamp CURRENT_TIMESTAMP
- Bug #18232 : Fail tests pgsql v-10.14, v-11.9, v-12-latest
2020-09-10 20:36:04 +03:00
4b2af4d2a4
Bug #13973 : Correct alterColumn for MSSQL & drop constraints before drop column
...
Fixing #11158 and #13973
2020-09-08 12:50:32 +03:00
db4beebe23
Fix #18213 : Do not load fixtures with circular dependencies twice instead of throwing an exception
2020-09-07 15:47:20 +03:00
09dc9b70f8
Fix #18066 : Fixed yii\db\Query::create() wasn't using all info from withQuery()
2020-09-07 15:45:57 +03:00
e348c0f460
Fix #18269 : Fix integer safe attribute to work properly in yii\base\Model
2020-09-07 00:33:50 +03:00
f212925242
Fix #18239 : Fix support of no-extension files for FileValidator::validateExtension()
2020-08-19 20:32:15 +03:00
175a201004
Fix #18236 : Allow yii\filters\RateLimiter to accept a closure function for the $user property in order to assign values on runtime
2020-08-19 13:57:45 +03:00
e49a52f3a1
Fix #18210 : Allow strict comparison for multi-select inputs
2020-08-05 15:12:42 +03:00
a624c31698
Fix #18198 : Fix saving tables with trigger by outputting inserted data from insert query with usage of temporary table
2020-08-05 09:39:05 +03:00
d0a1a0486d
Add test for #18031 - User login events not triggered when using \yii\web\HttpBasicAuth login ( #18193 )
2020-08-03 19:46:13 +03:00
931f080aee
Fix #18182 : yii\db\Expression was not supported as condition in ActiveRecord::findOne() and ActiveRecord::findAll()
2020-07-20 00:21:41 +03:00
4fa7d4ee48
Fix #18170 : Fix regression in passing extra console command arguments to the action
2020-07-15 15:23:47 +03:00
d22689e95b
Fix test
2020-07-07 15:04:43 +03:00
d62590807d
Fix #18051 : Fix using EachValidator with custom validation function
2020-07-06 16:18:03 +03:00
bfc0698b36
Fix #18086 : Fix accessing public properties of ArrayAccess via ArrayHelper::getValue()
2020-07-05 18:27:17 +03:00
6aa0ac1ed0
Fix #18151 : Added Mutex::isAcquired() to check if lock is currently acquired
2020-07-04 00:05:00 +03:00
f944e1f039
Fix #18094 : Support for composite file extension validation
2020-07-03 19:06:49 +03:00
54be5503c9
#18134 : Use better string name in a test
2020-07-03 16:55:00 +03:00
1faa45c552
Fix #18134 : Expression as columnName should not be quoted in likeCondition
2020-07-03 12:27:31 +03:00
3ff6c9b527
Fix #17999 test
2020-07-01 23:41:41 +03:00
7eb184eadb
Fix #17999 : Fix skipping test case on PHP v >= 7.1 and LibreSSL version >= 2.15
2020-07-01 00:14:57 +03:00
7ca23a2413
Revert "Fix #18134 : Instance of ExpressionInterface will not be quoted in Connection:quoteColumnName"
...
This reverts commit e342162425d3e63b3ae3affef82220f6b64e01f9.
2020-06-30 21:37:57 +03:00
e342162425
Fix #18134 : Instance of ExpressionInterface will not be quoted in Connection:quoteColumnName
2020-06-30 17:59:23 +03:00
8c2259abff
Add tests for DI references in array in dependencies
2020-06-24 15:18:22 +00:00
2b9323d517
Fix #18047 : Fix colorization markers output in Table.php
2020-06-23 13:45:34 +03:00
5c3ee63316
Fix #15202 : Add optional param --silent-exit-on-exception in yii\console\Controller
2020-06-23 13:34:09 +03:00
2e21a8275c
Fix #18115 : Allow to load action-injected services from module's container
2020-06-22 23:49:02 +03:00
385fe13d66
Revert #18102 since renaming is technically problematic ( #18109 )
2020-06-17 13:40:17 +03:00
eb956e9c6b
primary/replica in a definitely non-breaking way ( #18106 )
2020-06-16 11:33:27 +03:00
b642a384fa
Fix #18096 : Fix InlineValidator with anonymous inline function not working well from EachValidator
2020-06-15 10:14:57 +03:00
fc4f449e21
Fix #18083 : Add Controller::$request and $response
2020-06-14 21:19:27 +03:00
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
2020-06-14 14:20:21 +03:00
472600ee3f
Fix #18102 : Use “primary”/“replica” terminology instead of “master”/“slave”
2020-06-14 00:12:10 +03:00
4ea484ca68
Fix #17722 : Add action injection support
2020-06-12 10:06:18 +03:00
1b07c0d4fb
Fix #18001 : Fix getting table metadata for tables ( in their name
2020-06-10 12:22:10 +03:00
2a73a4ae3a
Fix #18051 : Fix missing support for custom validation method in EachValidator
2020-05-23 17:37:23 +03:00
f2d32fab77
Fix #18046 : Add test for current ArrayHelper::merge() behavior ( #18054 )
2020-05-20 18:41:40 +03:00
eb7b23d117
Fix #18048 : Use Instance::ensure() to set User::$accessChecker
2020-05-19 18:42:13 +03:00
35fb9c6248
Fix #18026 : Fix ArrayHelper::getValue() did not work with ArrayAccess objects
2020-05-18 15:18:09 +03:00
3b87c5f31a
Fix #18028 : Fix division by zero exception in Table.php::calculateRowHeight
2020-05-18 14:11:43 +03:00