Aurélien Chretien
3bc919bcbd
Fix #16481 : Fix RBAC MSSQL trigger
2020-05-02 13:26:30 +03:00
tsvetiligo
2d15c484ef
Fix #17961 : Fix pagination pageSizeLimit ignore if set as array with more then 2 elements
2020-05-02 12:03:01 +03:00
Carsten Brandt
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
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
Wouter Wolters
9814f61847
Fix #18019 : Allow jQuery 3.5.0 to be installed
2020-05-01 02:20:36 +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
Chaim Leichman
a96823d3ab
Added Hebrew delete confirm message ( #17982 )
2020-04-20 00:39:29 +03:00
Maxim Chistyakov
cb67d07b85
Fix #17974 : Fix ActiveRelationTrait compatibility with PHP 7.4
2020-04-19 23:25:02 +03:00
Alexander Makarov
e6c4640c98
Fix #17979 : Improve migrate/fresh command description
2020-04-18 11:53:18 +03:00
Sartor
a66fac3bb1
Fix #17758 : Query::withQuery() can be used for CTE
2020-04-13 11:58:18 +03:00
Alexander Makarov
e9c27ca51b
Merge branch 'master' into 17960-sqlite-unsigned-primary-key
2020-04-09 19:03:03 +03:00
Brandon Kelly
b500631d0a
Document [alias=>table] syntax for join methods ( #17967 )
2020-04-09 16:14:29 +03:00
Bizley
86c5daf7e1
Changelog
2020-04-08 15:34:02 +02:00
Bizley
0210a5cbb0
Removed UNSIGNED from primary keys mapping
2020-04-08 15:15:35 +02:00
Brandon Kelly
13c14292c2
Fix #17948 : Ignore errors caused by set_time_limit(0)
2020-04-05 11:55:26 +03:00
ricardomm85
355ca1562d
Fix #17810 : Fix EachValidator crashing with uninitialized typed properties
2020-04-04 15:03:09 +03:00
Alex
55890453ab
Fix #17942 : Fix for DbCache loop in MySQL QueryBuilder
2020-04-02 16:41:11 +03:00
Alexander Makarov
a702e9be14
prepare for next release
2020-03-26 23:42:47 +03:00
Alexander Makarov
dd657f8d64
release version 2.0.34
2020-03-26 23:42:29 +03:00
Alexander Makarov
82649fc741
Fix formatting
2020-03-26 23:37:59 +03:00
Alexander Makarov
fbd7eded2d
Bug #17933 : Log warning instead of erroring when URLManager is unable to initialize cache
2020-03-26 23:21:35 +03:00
Brandon Kelly
f8d417c42a
Fixed usage of non-existing ResponseEvent in yii\web\Response docs ( #17939 )
2020-03-26 15:45:39 +03:00
Brandon Kelly
7a5e51e9be
Fix #17935 : Reset DB quoted table/column name caches when the connection is closed
2020-03-26 14:04:52 +03:00
Alexander Makarov
f843317d97
Fix #17934 : Fix regression in Oracle when binding several string parameters
2020-03-26 13:51:10 +03:00
Alexander Makarov
65e5640810
Fix #17932 : Fix regression in detection of AJAX requests ( #17937 )
2020-03-26 12:30:56 +03:00
Alexander Makarov
e9f42c0854
prepare for next release
2020-03-24 23:05:22 +03:00
Alexander Makarov
70f9ab858b
release version 2.0.33
2020-03-24 23:03:06 +03:00
Alexander Makarov
605505b255
Clarify changelog
2020-03-24 22:51:51 +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
Alex
50b19dbfba
Fix #17920 : Fix for Command::getRawSql and Expression in params
2020-03-20 19:15:16 +03:00
Brandon Kelly
1b5dacb051
Fix #17909 : Reset DB schema, transaction, and driver name when the connection is closed
2020-03-13 00:15:57 +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
Alexander Makarov
bc0770cf67
Add upgrade note about HeadersAlreadySentException
2020-03-04 16:23:40 +03:00
Alexander Makarov
0660011f53
Fix passing cache parameter ( #17907 )
2020-03-04 15:04:28 +03:00
Alexander Makarov
b7723aebcf
Fix bracket
2020-03-04 12:25:16 +03:00
Alexander Makarov
db9e2fa709
Add missing bracket
2020-03-04 11:59:04 +03:00
Alexander Makarov
fbdf464510
Backwards compatibility and formatting fix for #17897
2020-03-04 01:59:57 +03:00
root
c4742d0557
Merge branch 'master' of git://github.com/yiisoft/yii2 into 13749-db-connect-when-cache
2020-03-03 08:06:07 +08:00
vinpel
f165b6b31f
Fix #17679 : Fix Oracle exception "ORA-01461: can bind a LONG value only for insert into a LONG column" when inserting 4k+ string
2020-03-02 23:26:53 +03:00
Ather Shu
483c367704
feat: rawsql is only used for log, if profile it will be setted
2020-03-01 07:28:08 +08:00
Ather Shu
358e3518b3
feat: fix unittest
2020-02-28 11:48:24 +08:00
Ather Shu
990c4be454
feat: fix codeclimate error
2020-02-28 11:16:23 +08:00