19641 Commits

Author SHA1 Message Date
561c9cfb47 Fix #18082 Fix German translation (#18084) 2020-06-06 10:42:13 +03:00
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
87a9beaede Add NGINX Unit config to start-installation.md (#18079) 2020-06-05 00:19:34 +03:00
dc54137788 Fix #17852: Documented yii\console\Controller::stdout() additional parameters (#18076) 2020-06-05 00:18:36 +03:00
b83f06268f Fix #18041: Fix RBAC migration for MSSQL 2020-06-04 23:12:32 +03:00
79ffb87a48 Fix Russian message for FileValidator::$tooFew (#18078) 2020-06-03 14:31:26 +03:00
26ed25dcae Fix typo in Arabic language (#18069) [skip ci] 2020-05-31 16:15:54 +03:00
2a73a4ae3a Fix #18051: Fix missing support for custom validation method in EachValidator 2020-05-23 17:37:23 +03:00
f2d32fab77 Fix #18046: Add test for current ArrayHelper::merge() behavior (#18054) 2020-05-20 18:41:40 +03:00
eb7b23d117 Fix #18048: Use Instance::ensure() to set User::$accessChecker 2020-05-19 18:42:13 +03:00
35fb9c6248 Fix #18026: Fix ArrayHelper::getValue() did not work with ArrayAccess objects 2020-05-18 15:18:09 +03:00
3b87c5f31a Fix #18028: Fix division by zero exception in Table.php::calculateRowHeight 2020-05-18 14:11:43 +03:00
e14dca9133 Rename workflow (#18044)
Needed for website status page
2020-05-18 00:28:53 +03:00
8957d08e0b Add blank lines before ```php if needed (#18042)
The documentation builder need a blank line before a code block:
* https://www.yiiframework.com/doc/guide/2.0/fr/structure-filters#access-control
> refusant l'accès à ces actions aux autres utilisateurs. `php use yii\filters\AccessControl;
* https://www.yiiframework.com/doc/guide/2.0/fr/structure-filters#content-negotiator
> de réponse, et anglais (États-Unis) et allemand en tant que langues. `php use yii\filters\ContentNegotiator; use
2020-05-16 21:06:30 +03:00
d0857589ae Fix Markdown formating and a typo (#18043) 2020-05-16 21:04:28 +03:00
b4c599c033 Fix Latvian translation of messages (#18024) 2020-05-11 12:18:15 +03:00
8e358ff14a Add Hindi message translations (#18023) 2020-05-07 16:46:22 +03:00
bec66eb83c Add links to Russian translation of "testing" guide for templates (#18029) 2020-05-07 14:23:41 +03:00
88b0abd633 Applied #18019 changes to framework package 2020-05-04 14:03:42 +03:00
6ac98f3c4f prepare for next release 2020-05-02 14:11:50 +03:00
60a39654dd release version 2.0.35 2.0.35 2020-05-02 14:11:31 +03:00
f425f1a655 Fix DynamicModel phpdoc 2020-05-02 14:09:40 +03:00
ac383366af Minor changelog fixes 2020-05-02 14:03:00 +03:00
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
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