37fc929285
Fix #18010 : Allow upper or lower case operators in InCondition and LikeCondition
2020-05-02 13:28:06 +03:00
3bc919bcbd
Fix #16481 : Fix RBAC MSSQL trigger
2020-05-02 13:26:30 +03:00
2d15c484ef
Fix #17961 : Fix pagination pageSizeLimit ignore if set as array with more then 2 elements
2020-05-02 12:03:01 +03:00
088fd518fe
Fix #17991 : Improve yii\db\Connection master and slave failover, no connection attempt was made when all servers are marked as unavailable
2020-05-02 11:59:35 +03:00
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
89ded8c82a
Fix #18000 : PK value of Oracle ActiveRecord is missing after save
2020-05-02 02:17:27 +03:00
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
975937e531
Fix #18006 : Allow SameSite cookie pre PHP 7.3
2020-05-01 13:28:23 +03:00
9814f61847
Fix #18019 : Allow jQuery 3.5.0 to be installed
2020-05-01 02:20:36 +03:00
647d53ad1f
Fix #17653 : Fix TypeError: pair[1] is undefined when query param doesn't have = sign
2020-04-30 19:35:03 +03:00
0b66d8f988
Update yii2-base and yii2-advanced reference link ( #18016 )
2020-04-30 16:12:11 +03:00
7a27f5fd12
Add missing third parameter to preg_match in ChangeLogTest ( #17998 )
2020-04-28 01:01:13 +03:00
a96823d3ab
Added Hebrew delete confirm message ( #17982 )
2020-04-20 00:39:29 +03:00
cb67d07b85
Fix #17974 : Fix ActiveRelationTrait compatibility with PHP 7.4
2020-04-19 23:25:02 +03:00
e6c4640c98
Fix #17979 : Improve migrate/fresh command description
2020-04-18 11:53:18 +03:00
a66fac3bb1
Fix #17758 : Query::withQuery() can be used for CTE
2020-04-13 11:58:18 +03:00
932aab4bbc
Fix #17960 : Fix unsigned primary key type mapping for SQLite
2020-04-09 19:03:23 +03:00
e9c27ca51b
Merge branch 'master' into 17960-sqlite-unsigned-primary-key
2020-04-09 19:03:03 +03:00
b500631d0a
Document [alias=>table] syntax for join methods ( #17967 )
2020-04-09 16:14:29 +03:00
86c5daf7e1
Changelog
2020-04-08 15:34:02 +02:00
0643ef312d
Corrected tests
2020-04-08 15:29:54 +02:00
0210a5cbb0
Removed UNSIGNED from primary keys mapping
2020-04-08 15:15:35 +02:00
64142f0677
Fixed typo
2020-04-08 15:12:38 +02:00
13c14292c2
Fix #17948 : Ignore errors caused by set_time_limit(0)
2020-04-05 11:55:26 +03:00
355ca1562d
Fix #17810 : Fix EachValidator crashing with uninitialized typed properties
2020-04-04 15:03:09 +03:00
2717070cce
Update Russian translation ( #17945 )
2020-04-04 02:22:04 +03:00
55890453ab
Fix #17942 : Fix for DbCache loop in MySQL QueryBuilder
2020-04-02 16:41:11 +03:00
a702e9be14
prepare for next release
2020-03-26 23:42:47 +03:00
dd657f8d64
release version 2.0.34
2.0.34
2020-03-26 23:42:29 +03:00
82649fc741
Fix formatting
2020-03-26 23:37:59 +03:00
fbd7eded2d
Bug #17933 : Log warning instead of erroring when URLManager is unable to initialize cache
2020-03-26 23:21:35 +03:00
f8d417c42a
Fixed usage of non-existing ResponseEvent in yii\web\Response docs ( #17939 )
2020-03-26 15:45:39 +03:00
7a5e51e9be
Fix #17935 : Reset DB quoted table/column name caches when the connection is closed
2020-03-26 14:04:52 +03:00
f843317d97
Fix #17934 : Fix regression in Oracle when binding several string parameters
2020-03-26 13:51:10 +03:00
65e5640810
Fix #17932 : Fix regression in detection of AJAX requests ( #17937 )
2020-03-26 12:30:56 +03:00
e9f42c0854
prepare for next release
2020-03-24 23:05:22 +03:00
70f9ab858b
release version 2.0.33
2.0.33
2020-03-24 23:03:06 +03:00
605505b255
Clarify changelog
2020-03-24 22:51:51 +03:00
168ddace63
Do not shallow clone AppVeyor
2020-03-24 19:10:39 +03:00
7f88acb313
Fix #17878 : Detect CORS AJAX requests without X-Requested-With in Request::getIsAjax()
2020-03-24 19:01:52 +03:00
4b6d3c0290
Fix #17929 : Actions can now have bool typed params bound
2020-03-24 18:44:43 +03:00
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
438cc80fc7
Fix #17667 : Fix CREATE INDEX failure on sqlite when specifying schema
2020-03-24 15:40:02 +03:00
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
1d6d0d76c5
Fix HtmlTest to work well with line endings
2020-03-24 12:28:51 +03:00
68832c8f6d
Fix #17928 : Fix broken link in "Response Formatting"
2020-03-24 01:32:59 +03:00
4033c82758
Use services for MySQL and PostgreSQL tests
2020-03-20 22:59:16 +03:00
50b19dbfba
Fix #17920 : Fix for Command::getRawSql and Expression in params
2020-03-20 19:15:16 +03:00
1b5dacb051
Fix #17909 : Reset DB schema, transaction, and driver name when the connection is closed
2020-03-13 00:15:57 +03:00
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