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
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
0210a5cbb0
Removed UNSIGNED from primary keys mapping
2020-04-08 15:15:35 +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
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
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
2020-03-24 23:03:06 +03:00
605505b255
Clarify changelog
2020-03-24 22:51:51 +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
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
b7d8730044
Fix #16092 : Fix duplicate joins in usage of joinWith
2020-03-04 17:57:07 +03:00
bc0770cf67
Add upgrade note about HeadersAlreadySentException
2020-03-04 16:23:40 +03:00
0660011f53
Fix passing cache parameter ( #17907 )
2020-03-04 15:04:28 +03:00
b7723aebcf
Fix bracket
2020-03-04 12:25:16 +03:00
db9e2fa709
Add missing bracket
2020-03-04 11:59:04 +03:00
fbdf464510
Backwards compatibility and formatting fix for #17897
2020-03-04 01:59:57 +03:00
c4742d0557
Merge branch 'master' of git://github.com/yiisoft/yii2 into 13749-db-connect-when-cache
2020-03-03 08:06:07 +08:00
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
483c367704
feat: rawsql is only used for log, if profile it will be setted
2020-03-01 07:28:08 +08:00
358e3518b3
feat: fix unittest
2020-02-28 11:48:24 +08:00
990c4be454
feat: fix codeclimate error
2020-02-28 11:16:23 +08:00
2051c05087
feat: update code after review
2020-02-27 08:05:28 +08:00
b9316c9205
feat: fix unit test errors
2020-02-26 18:55:23 +08:00
7428a45bf9
fix : #13749 Yii opens db connection even when hits query cache
2020-02-26 18:10:58 +08:00
ec089fea5a
Fix #16721 : Use Instance::ensure() to initialize UrlManager::$cache
2020-02-23 16:02:27 +03:00
ecbafa2e3a
Fix #17886 : yii\rest\Serializer serialize arrays
2020-02-23 15:58:51 +03:00
110199bcfd
Fix #17859 : Fix loading fixtures under Windows
2020-02-22 17:43:25 +03:00
79e68767db
Fix #11945 : Fix Schema Builder MySQL column definition order
2020-02-22 17:17:06 +03:00
6e9764b467
Added support of JsonSerializable interface to ArrayableTrait ( #17888 )
2020-02-22 12:34:27 +03:00
c41b428088
Fix #17884 : Fix 0 values in console Table rendered as empty string
2020-02-21 23:07:25 +03:00