DarkDef
4fa7d4ee48
Fix #18170 : Fix regression in passing extra console command arguments to the action
2020-07-15 15:23:47 +03:00
Alexander Makarov
d22689e95b
Fix test
2020-07-07 15:04:43 +03:00
Bizley
d62590807d
Fix #18051 : Fix using EachValidator with custom validation function
2020-07-06 16:18:03 +03:00
Alexander Makarov
bfc0698b36
Fix #18086 : Fix accessing public properties of ArrayAccess via ArrayHelper::getValue()
2020-07-05 18:27:17 +03:00
rhertogh
6aa0ac1ed0
Fix #18151 : Added Mutex::isAcquired() to check if lock is currently acquired
2020-07-04 00:05:00 +03:00
DarkDef
f944e1f039
Fix #18094 : Support for composite file extension validation
2020-07-03 19:06:49 +03:00
Alexander Makarov
54be5503c9
#18134 : Use better string name in a test
2020-07-03 16:55:00 +03:00
DarkDef
1faa45c552
Fix #18134 : Expression as columnName should not be quoted in likeCondition
2020-07-03 12:27:31 +03:00
Alexander Makarov
3ff6c9b527
Fix #17999 test
2020-07-01 23:41:41 +03:00
Deryabin Sergey
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
Alexander Makarov
7ca23a2413
Revert "Fix #18134 : Instance of ExpressionInterface will not be quoted in Connection:quoteColumnName"
...
This reverts commit e342162425 .
2020-06-30 21:37:57 +03:00
DarkDef
e342162425
Fix #18134 : Instance of ExpressionInterface will not be quoted in Connection:quoteColumnName
2020-06-30 17:59:23 +03:00
Andrii Vasyliev
8c2259abff
Add tests for DI references in array in dependencies
2020-06-24 15:18:22 +00:00
Stepan
2b9323d517
Fix #18047 : Fix colorization markers output in Table.php
2020-06-23 13:45:34 +03:00
egorrishe
5c3ee63316
Fix #15202 : Add optional param --silent-exit-on-exception in yii\console\Controller
2020-06-23 13:34:09 +03:00
ErickSkrauch
2e21a8275c
Fix #18115 : Allow to load action-injected services from module's container
2020-06-22 23:49:02 +03:00
Alexander Makarov
385fe13d66
Revert #18102 since renaming is technically problematic ( #18109 )
2020-06-17 13:40:17 +03:00
Brandon Kelly
eb956e9c6b
primary/replica in a definitely non-breaking way ( #18106 )
2020-06-16 11:33:27 +03:00
trombipeti
b642a384fa
Fix #18096 : Fix InlineValidator with anonymous inline function not working well from EachValidator
2020-06-15 10:14:57 +03:00
Brandon Kelly
fc4f449e21
Fix #18083 : Add Controller::$request and $response
2020-06-14 21:19:27 +03:00
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
2020-06-14 14:20:21 +03:00
Brandon Kelly
472600ee3f
Fix #18102 : Use “primary”/“replica” terminology instead of “master”/“slave”
2020-06-14 00:12:10 +03:00
Sam
4ea484ca68
Fix #17722 : Add action injection support
2020-06-12 10:06:18 +03:00
Evgenii Goryaev
1b07c0d4fb
Fix #18001 : Fix getting table metadata for tables ( in their name
2020-06-10 12:22:10 +03:00
Bizley
2a73a4ae3a
Fix #18051 : Fix missing support for custom validation method in EachValidator
2020-05-23 17:37:23 +03:00
Alexander Makarov
f2d32fab77
Fix #18046 : Add test for current ArrayHelper::merge() behavior ( #18054 )
2020-05-20 18:41:40 +03:00
Alex
eb7b23d117
Fix #18048 : Use Instance::ensure() to set User::$accessChecker
2020-05-19 18:42:13 +03:00
Mikk Tendermann
35fb9c6248
Fix #18026 : Fix ArrayHelper::getValue() did not work with ArrayAccess objects
2020-05-18 15:18:09 +03:00
Daniel Schischkin
3b87c5f31a
Fix #18028 : Fix division by zero exception in Table.php::calculateRowHeight
2020-05-18 14:11:43 +03:00
Alex
37fc929285
Fix #18010 : Allow upper or lower case operators in InCondition and LikeCondition
2020-05-02 13:28:06 +03:00
XPOHOC
e20358241c
Fix #17993 : Added yii\i18n\Formatter::$currencyDecimalSeparator to allow setting custom symbols for currency decimal in IntlNumberFormatter
2020-05-02 11:58:01 +03:00
Kwok
89ded8c82a
Fix #18000 : PK value of Oracle ActiveRecord is missing after save
2020-05-02 02:17:27 +03:00
Maksym Storchak
c32811887a
Fix #18011 : Added attribute labels support for DynamicModel, fixed EachValidator to pass the attribute label to the underlying DynamicModel
2020-05-02 02:14:03 +03:00
scottix
975937e531
Fix #18006 : Allow SameSite cookie pre PHP 7.3
2020-05-01 13:28:23 +03:00
Baso10
647d53ad1f
Fix #17653 : Fix TypeError: pair[1] is undefined when query param doesn't have = sign
2020-04-30 19:35:03 +03:00
Deryabin Sergey
7a27f5fd12
Add missing third parameter to preg_match in ChangeLogTest ( #17998 )
2020-04-28 01:01:13 +03:00
Sartor
a66fac3bb1
Fix #17758 : Query::withQuery() can be used for CTE
2020-04-13 11:58:18 +03:00
Bizley
0643ef312d
Corrected tests
2020-04-08 15:29:54 +02:00
Bizley
64142f0677
Fixed typo
2020-04-08 15:12:38 +02:00
ricardomm85
355ca1562d
Fix #17810 : Fix EachValidator crashing with uninitialized typed properties
2020-04-04 15:03:09 +03:00
Alexander Makarov
65e5640810
Fix #17932 : Fix regression in detection of AJAX requests ( #17937 )
2020-03-26 12:30:56 +03:00
Igor Tarasov
7f88acb313
Fix #17878 : Detect CORS AJAX requests without X-Requested-With in Request::getIsAjax()
2020-03-24 19:01:52 +03:00
Alex
4b6d3c0290
Fix #17929 : Actions can now have bool typed params bound
2020-03-24 18:44:43 +03:00
Adam Hayward
31e3698ab9
Fix #17827 : Add StringValidator::$strict that can be turned off to allow any scalars
...
Co-authored-by: Alexander Makarov <sam@rmcreative.ru >
2020-03-24 16:51:38 +03:00
Alexander Makarov
438cc80fc7
Fix #17667 : Fix CREATE INDEX failure on sqlite when specifying schema
2020-03-24 15:40:02 +03:00
Alexander Makarov
4de66f8205
Fix #16145 : Fix Html helper checkboxList(), radioList(), renderSelectOptions(), dropDownList(), listBox() methods to work properly with traversable selection
2020-03-24 12:55:35 +03:00
Alexander Makarov
1d6d0d76c5
Fix HtmlTest to work well with line endings
2020-03-24 12:28:51 +03:00
Alex
50b19dbfba
Fix #17920 : Fix for Command::getRawSql and Expression in params
2020-03-20 19:15:16 +03:00
alex-code
5939813a8e
Fix #17797 : Fix for activeListInput options
...
* Tests
Test for `activeListInput` options.
Also fixed test names for `checkbox` and `radio`.
* activeListInput options
Fix for `activeListInput` options.
* Update BaseHtml.php
* Update HtmlTest.php
* Update CHANGELOG.md
* Update BaseHtml.php
Co-authored-by: Alexander Makarov <sam@rmcreative.ru >
2020-03-12 18:46:38 +03:00
Ivan Hermanov
b7d8730044
Fix #16092 : Fix duplicate joins in usage of joinWith
2020-03-04 17:57:07 +03:00