Robert Korulczyk
383cf0c48d
Fix #17762 : PHP 7.4: Remove special condition for converting PHP errors to exceptions if they occurred inside of __toString() call
2019-12-25 12:25:04 +03:00
Bizley
b79fe7d106
Fix #17744 : Fix a bug with setting incorrect defaultValue to AR column with CURRENT_TIMESTAMP(x) as default expression (MySQL >= 5.6.4)
2019-12-20 15:23:20 +03:00
charescape
c02060e241
Code style fix ( #17754 ) [skip ci]
2019-12-20 11:46:55 +03:00
Alexander Makarov
596bcff0b4
prepare for next release
2019-12-18 15:52:24 +03:00
Alexander Makarov
d97a160bce
release version 2.0.31
2019-12-18 15:52:03 +03:00
Dmitriy Derepko
bc180ac20d
Fix #17745 : Fix PostgreSQL query builder drops default value when it is empty
2019-12-18 14:27:10 +03:00
Somogyi Márton
5e71b11d8d
#17733 : Additional fixes for #17665 , Forwarded header parsing in Request
...
- Remove header from secure headers
- Regexp and return null fix
- Fix tests, fix in array case sensitivity, rx duplicated group name
- Simplify code
- Add phpdoc
Co-Authored-By: Alexander Makarov <sam@rmcreative.ru >
2019-12-17 21:53:55 +03:00
Evgeny
62acca9f3d
Fix #17740 : yii\helpers\BaseInflector::slug() doesn't replace multiple replacement string occurrences to single one
2019-12-17 15:19:15 +03:00
Hubert Strychalski
817c264181
Fix #17661 : Fix query builder incorrect IN/NOT IN condition handling for null values
2019-12-17 13:58:07 +03:00
Mikk Tendermann
83055dcc33
Fix #17665 : Implement RFC 7239 Forwarded header parsing in Request
2019-12-12 23:29:54 +03:00
Alexander Makarov
3b6668804c
Fix #17710 : Fix MemCache duration normalization to avoid memcached/system timestamp mismatch
2019-12-12 23:07:10 +03:00
Uldis Nelsons
89814e624f
Fix LV messages ( #17730 )
2019-12-12 14:02:49 +03:00
Yusup Hambali
05aae044e5
Fix #17720 : DI 3 support for application core components and default object configurations
2019-12-12 02:48:42 +03:00
Brandon Kelly
88f08005ab
Fix #17687 : Query::indexBy can now include a table alias
2019-12-12 02:32:40 +03:00
Alexander Makarov
e153c68768
Fix #17725 : Ensure we do not use external polyfills for pbkdf2() as these may be implemented incorrectly
2019-12-11 18:55:35 +03:00
Alexander Makarov
69b1966b4a
PHP 7.4 fixes
...
- Fix `Model::activeAttributes()` to access array offset on value of non-string
- Fix incorrect decoding of default binary value for PostgreSQL
- Fix incorrect type-casting of reflection type to string
2019-12-10 15:08:45 +03:00
Alexander Makarov
9bf2b5261d
Fix issue number in changelog [skip ci]
2019-12-06 12:48:12 +03:00
Alexander Makarov
f0de56b81e
Add meta-files for yiisoft/yii2-framework [skip ci]
2019-12-05 02:08:56 +03:00
Bizley
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
Alexander Makarov
a9d5e7fe4c
Fix changelog [skip ci]
2019-12-03 16:21:32 +03:00
Alexander Makarov
9989b63ca3
Fix changelog [skip ci]
2019-12-03 12:41:59 +03:00
Brandon Kelly
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
Alexander Makarov
46d0fbb051
Update CHANGELOG.md
2019-11-30 01:48:18 +03:00
Roman Kulikov
f1ef461fe1
Bug #17685 : added message to changelog
2019-11-29 21:34:55 +03:00
Roman Kulikov
8e0c79574e
Merge branch 'master' of git://github.com/yiisoft/yii2 into 17685-fix-rbac-migration
2019-11-29 21:33:10 +03:00
Assylbek
bd93d76a8c
Add uz translation for form ( #17693 ) [skip ci]
2019-11-28 12:13:41 +03:00
Alexander Makarov
5385ac314d
Remove non-standard header so license is auto-detected properly [skip ci]
2019-11-27 21:49:48 +03:00
Assylbek
d3036a596e
Add missing message translation for uz [skip ci]
2019-11-27 14:21:16 +03:00
Roman Kulikov
5275473fc9
Bug #17685 : up and down methods now using proper "db" component
2019-11-26 22:05:05 +03:00
Vasilis Lourdas
943101255d
Greek translation messages update ( #17684 ) [skip ci]
2019-11-24 19:56:17 +03:00
Alexander Makarov
3f1b82b460
prepare for next release
2019-11-20 00:22:42 +03:00
Alexander Makarov
bbbcc9ec14
release version 2.0.30
2019-11-20 00:22:20 +03:00
Yusup Hambali
c1e9739ed2
Fix #17670 : Fix overriding core component class using __class
2019-11-19 20:10:26 +03:00
Alexander Makarov
166f892f14
Fix #17673 : Add note about renderDynamic() and register*() methods [skip ci]
2019-11-19 17:15:38 +03:00
Somogyi Márton
6c1b2db9de
Fix #17434 : IE Ajax redirect fix for non 11.0 versions
2019-11-18 12:45:35 +03:00
Oleg
561242be5e
Fix Sort:: setAttributeOrders() phpdoc ( #17663 ) [skip ci]
2019-11-12 20:18:10 +02:00
AlexRas007
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
alex-code
b0b1c82ae9
Fix #17648 : Handle empty column arrays in console Table widget
2019-11-04 00:43:05 +03:00
pistej
b39bb71587
Updated SK locale strings [skip ci] ( #17628 )
2019-10-23 10:11:23 +03:00
Alexander Makarov
865fb84593
prepare for next release
2019-10-22 16:47:38 +03:00
Alexander Makarov
0df43397ba
release version 2.0.29
2019-10-22 16:47:14 +03:00
Yuriy Mamaev
40fff67aa4
Fix #8225 : Fixed AJAX validation with checkboxList was only triggered on first select
2019-10-22 12:32:41 +03:00
Brandon Kelly
d7f69b6676
Fix #17625 : Fix boolean data attributes from subkeys rendering in Html::renderTagAttributes()
2019-10-22 12:26:28 +03:00
Evgeny
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
Andrii Vasyliev
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
Zalatov Alexander
74c6797a41
Terminate unterminated JS statement in views/ErrorHandler/exception.php ( #17611 )
2019-10-15 11:29:39 +03:00
Alexandr Kozhevnikov
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
Evgeny
f8611d170d
Fix #17573 : EmailValidator with checkDNS=true throws ErrorException on bad domains on Alpine
2019-10-09 14:59:45 +03:00
Alexander Makarov
c04833871b
prepare for next release
2019-10-08 16:14:34 +03:00