Commit Graph

8681 Commits

Author SHA1 Message Date
Sam
4ea484ca68 Fix #17722: Add action injection support 2020-06-12 10:06:18 +03:00
Alexander Makarov
d4a3841d1c Fix #18004: Clarify where PageCache::$cacheCookies and PageCache::$cacheHeaders are used 2020-06-10 14:58:07 +03:00
Evgenii Goryaev
1b07c0d4fb Fix #18001: Fix getting table metadata for tables ( in their name 2020-06-10 12:22:10 +03:00
Tigran Hambardzumyan
1d1a9fa106 Fix ImageValidator's maxHeight doc (#18089) 2020-06-09 00:02:40 +03:00
DarkDef
5c01dc75ae Fix #13828, Fix #17474: Fix retrieving inserted data for a primary key for SQL Server 2005 or later
- Bug #13828: Fix retrieving inserted data for a primary key of type uniqueidentifier for SQL Server 2005 or later.
- Bug #17474: Fix retrieving inserted data for a primary key of type trigger for SQL Server 2005 or later.

The OUTPUT clause is new to SQL Server 2005 and has the ability to access the INSERTED and DELETED tables as is the case with a trigger.
2020-06-06 22:44:40 +03:00
Michael Härtl
561c9cfb47 Fix #18082 Fix German translation (#18084) 2020-06-06 10:42:13 +03:00
DarkDef
b9101ce893 Fix #18081: Fix for PDO_DBLIB/MSSQL. Set flag ANSI_NULL_DFLT_ON to ON for current connect to DB
* Fix for PDO_DBLIB (MSSQL). Set flag ANSI_NULL_DFLT_ON to ON for current connect to DB.
This flag modifies the behavior of the session to override default nullability of new columns.
By default, for some versions of dblib + freetds, this flag is off.
ANSI recommends default behavior - NULL for new fields without default setted null/not null
2020-06-05 20:29:08 +03:00
AHMAD ASJAD
dc54137788 Fix #17852: Documented yii\console\Controller::stdout() additional parameters (#18076) 2020-06-05 00:18:36 +03:00
DarkDef
b83f06268f Fix #18041: Fix RBAC migration for MSSQL 2020-06-04 23:12:32 +03:00
Michael Naumov
79ffb87a48 Fix Russian message for FileValidator::$tooFew (#18078) 2020-06-03 14:31:26 +03:00
hableel
26ed25dcae Fix typo in Arabic language (#18069) [skip ci] 2020-05-31 16:15:54 +03:00
Bizley
2a73a4ae3a Fix #18051: Fix missing support for custom validation method in EachValidator 2020-05-23 17:37:23 +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
Uldis Nelsons
b4c599c033 Fix Latvian translation of messages (#18024) 2020-05-11 12:18:15 +03:00
Sohel Ahmed Mesaniya
8e358ff14a Add Hindi message translations (#18023) 2020-05-07 16:46:22 +03:00
Alexander Makarov
88b0abd633 Applied #18019 changes to framework package 2020-05-04 14:03:42 +03:00
Alexander Makarov
6ac98f3c4f prepare for next release 2020-05-02 14:11:50 +03:00
Alexander Makarov
60a39654dd release version 2.0.35 2020-05-02 14:11:31 +03:00
Alexander Makarov
f425f1a655 Fix DynamicModel phpdoc 2020-05-02 14:09:40 +03:00
Alexander Makarov
ac383366af Minor changelog fixes 2020-05-02 14:03:00 +03:00
Alexander Makarov
d07cbdaab3 Fix #17975: Fix deleting unused messages with console command if message tables were created manually (auerswald, cebe)
Co-authored-by: AA <auerswald@users.noreply.github.com>
Co-authored-by: Carsten Brandt <mail@cebe.cc>
2020-05-02 13:45:38 +03:00
Alex
37fc929285 Fix #18010: Allow upper or lower case operators in InCondition and LikeCondition 2020-05-02 13:28:06 +03:00
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