8945 Commits

Author SHA1 Message Date
1a8c83ba43 Fix #17694: Fixed Error Handler to clear registered view tags, scripts, and files when rendering error view through action view 2019-12-03 21:36:48 +03:00
a9d5e7fe4c Fix changelog [skip ci] 2019-12-03 16:21:32 +03:00
9989b63ca3 Fix changelog [skip ci] 2019-12-03 12:41:59 +03:00
40797c1139 Fix #17701: Throw BadRequetHttpException when request params can’t be bound to bool, int, and float controller action arguments 2019-12-03 12:40:56 +03:00
46d0fbb051 Update CHANGELOG.md 2019-11-30 01:48:18 +03:00
f1ef461fe1 Bug #17685: added message to changelog 2019-11-29 21:34:55 +03:00
8e0c79574e Merge branch 'master' of git://github.com/yiisoft/yii2 into 17685-fix-rbac-migration 2019-11-29 21:33:10 +03:00
bd93d76a8c Add uz translation for form (#17693) [skip ci] 2019-11-28 12:13:41 +03:00
5385ac314d Remove non-standard header so license is auto-detected properly [skip ci] 2019-11-27 21:49:48 +03:00
d3036a596e Add missing message translation for uz [skip ci] 2019-11-27 14:21:16 +03:00
5275473fc9 Bug #17685: up and down methods now using proper "db" component 2019-11-26 22:05:05 +03:00
943101255d Greek translation messages update (#17684) [skip ci] 2019-11-24 19:56:17 +03:00
3f1b82b460 prepare for next release 2019-11-20 00:22:42 +03:00
bbbcc9ec14 release version 2.0.30 2019-11-20 00:22:20 +03:00
c1e9739ed2 Fix #17670: Fix overriding core component class using __class 2019-11-19 20:10:26 +03:00
166f892f14 Fix #17673: Add note about renderDynamic() and register*() methods [skip ci] 2019-11-19 17:15:38 +03:00
6c1b2db9de Fix #17434: IE Ajax redirect fix for non 11.0 versions 2019-11-18 12:45:35 +03:00
561242be5e Fix Sort:: setAttributeOrders() phpdoc (#17663) [skip ci] 2019-11-12 20:18:10 +02:00
9c5cd51a3b Fix #17632: Unicode file name was not correctly parsed in multipart forms 2019-11-05 14:42:22 +03:00
Poo
439a5c6681 Fix #17657: Fix migration errors from missing $schema in RBAC init file when using MSSQL 2019-11-04 22:40:39 +03:00
b0b1c82ae9 Fix #17648: Handle empty column arrays in console Table widget 2019-11-04 00:43:05 +03:00
b39bb71587 Updated SK locale strings [skip ci] (#17628) 2019-10-23 10:11:23 +03:00
865fb84593 prepare for next release 2019-10-22 16:47:38 +03:00
0df43397ba release version 2.0.29 2019-10-22 16:47:14 +03:00
40fff67aa4 Fix #8225: Fixed AJAX validation with checkboxList was only triggered on first select 2019-10-22 12:32:41 +03:00
d7f69b6676 Fix #17625: Fix boolean data attributes from subkeys rendering in Html::renderTagAttributes() 2019-10-22 12:26:28 +03:00
09eacd8dc1 Bug #17597: PostgreSQL 12 and partitioned tables support (batyrmastyr)
* yiisoft#17597, pg_constraint.consrc removed in Postgres 12

* yiisoft#17597, load schema for partitioned tables (introduced in Postgres 10)

* messed up with issue number

* #yiisoft#17597 Postgres 12 support, support GENERATED AS IDENTITY columns

* uncleared FileCache leads to falsy failures on subsequent test runs

* moved .sql for postgres 10 and 12 to separate files, added ResetSequence test for GENERATED AS IDENTITY column
2019-10-18 14:57:24 +03:00
da626f507f Fix #17607: Added Yii version 3 DI config compatibility
- Allow `__class` and `__construct()` in configurations
- Allow wider use of `Instance::of`
- Allow static call DI definition like: `[SomeFactory::class, 'createMethod']`
- Add support for `__class` in `createObject`
2019-10-17 14:01:00 +03:00
74c6797a41 Terminate unterminated JS statement in views/ErrorHandler/exception.php (#17611) 2019-10-15 11:29:39 +03:00
848ab0ce6e Fix #17606: Fix error in AssetBundle when a disabled bundle with custom init() was still published 2019-10-13 19:50:27 +03:00
f8611d170d Fix #17573: EmailValidator with checkDNS=true throws ErrorException on bad domains on Alpine 2019-10-09 14:59:45 +03:00
c04833871b prepare for next release 2019-10-08 16:14:34 +03:00
942bb0bc21 release version 2.0.28 2019-10-08 16:14:18 +03:00
5efe0bda8f Fix #17585: Fix yii\i18n\Formatter including the @calendar locale param in Yii::t() calls 2019-10-07 18:45:51 +03:00
9054cdfdcc Fixes #17521: Request::getUserHost() and request::getUserIp() (#17593) 2019-10-05 22:33:29 +03:00
23a8d041a6 Fix #17853: Fix errors in ActiveField to be properly caught when PHP 7 is used
Changed __toString method to catch all PHP 7 error types. \Throwable is part of PHP 7+, so I left the \Exception in for older PHP.
2019-10-03 15:03:12 +03:00
c87855b31c Fix #17573: Request::getUserIP() security fix for the case when Request::$trustedHost and Request::$ipHeaders are used 2019-10-03 14:56:20 +03:00
88c51062ec Fixed: typo (#17587) [skip ci]
Fixed: incorrect MD parse result (@see https://www.yiiframework.com/doc/api/2.0/yii-helpers-baseconsole#startProgress()-detail)
2019-10-01 20:09:09 +03:00
fdbe45af3a prepare for next release 2019-09-18 16:04:37 +03:00
940eb363ab release version 2.0.27 2019-09-18 16:04:16 +03:00
4c76dc4c90 Fix #16610: ErrorException trace was cut when using XDebug 2019-09-18 13:40:10 +03:00
e7e72e2ff6 Fix #15526: Show valid aliases and options on invalid input in console application 2019-09-18 01:33:43 +03:00
37d62c2509 Fix #16671: Logging in Connection::open() was not respecting Connection::$enableLogging 2019-09-17 17:51:50 +03:00
cdfcedb94e Fix #15331: Corrected wording in RequiredValidator::$strict [skip ci] 2019-09-17 17:25:25 +03:00
96cd8bcb68 Fix #16826: appendTimestamp support was added to View methods registerCssFile() and registerJsFile() 2019-09-17 14:07:15 +03:00
97499315a4 Fix #17539: Fixed error when using batch() with indexBy() with MSSQL 2019-09-10 20:55:58 +03:00
cb11331472 Remove duplicate changelog line [skip ci] 2019-09-10 19:53:37 +03:00
6e2b1782e5 Fix #16855: Ignore console commands that have no actions 2019-09-10 19:00:43 +03:00
062ebf5c0b Fix #17549: Fix yii\db\ExpressionInterface not supported in yii\db\conditions\SimpleConditionBuilder 2019-09-10 18:21:53 +03:00
c75ef05539 Fix #17434: Fix regular expression illegal character; Repeated fix for Internet Explorer 11 AJAX redirect bug in case of 301 and 302 response codes (XMLHttpRequest: Network Error 0x800c0008) 2019-09-10 13:52:08 +03:00