19641 Commits

Author SHA1 Message Date
48c08d093c Fix #17749: Dispatcher fix if target crashed in PHP 7.0+ 2019-12-26 16:00:53 +03:00
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
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
c02060e241 Code style fix (#17754) [skip ci] 2019-12-20 11:46:55 +03:00
596bcff0b4 prepare for next release 2019-12-18 15:52:24 +03:00
d97a160bce release version 2.0.31 2.0.31 2019-12-18 15:52:03 +03:00
bc180ac20d Fix #17745: Fix PostgreSQL query builder drops default value when it is empty 2019-12-18 14:27:10 +03:00
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
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
817c264181 Fix #17661: Fix query builder incorrect IN/NOT IN condition handling for null values 2019-12-17 13:58:07 +03:00
f287b608aa Fixed typos in Russian translation of the guide (#17737) [skip ci] 2019-12-16 11:41:39 +03:00
3850e663e8 Fix code example [skip ci] 2019-12-13 23:09:11 +03:00
72e8b911fe Fix #17675: Replace incorrect <script example with correct one in <style [skip ci] 2019-12-12 23:47:41 +03:00
83055dcc33 Fix #17665: Implement RFC 7239 Forwarded header parsing in Request 2019-12-12 23:29:54 +03:00
3b6668804c Fix #17710: Fix MemCache duration normalization to avoid memcached/system timestamp mismatch 2019-12-12 23:07:10 +03:00
89814e624f Fix LV messages (#17730) 2019-12-12 14:02:49 +03:00
05aae044e5 Fix #17720: DI 3 support for application core components and default object configurations 2019-12-12 02:48:42 +03:00
88f08005ab Fix #17687: Query::indexBy can now include a table alias 2019-12-12 02:32:40 +03:00
d59c60fac0 Fix BaseMailerTest (#17721) 2019-12-11 22:59:33 +03:00
0a716fab72 Use latest version of dependencies 2019-12-11 20:41:17 +03:00
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
e88cc3888a Patch PHPUnit mock objects to work correctly with PHP 7.4 2019-12-11 18:55:35 +03:00
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
c7f07cce94 Fix GridView JS test to click on all elements in a group instead of only first element (#17719) 2019-12-07 01:41:15 +03:00
8911141150 Migrate Travis from .org to .com 2019-12-06 19:10:42 +03:00
620d963493 docs: more readable command [skip ci] (#17716) 2019-12-06 16:02:08 +03:00
9bf2b5261d Fix issue number in changelog [skip ci] 2019-12-06 12:48:12 +03:00
f0de56b81e Add meta-files for yiisoft/yii2-framework [skip ci] 2019-12-05 02:08:56 +03:00
260e1adf49 Add Tidelift as a way to support project financially [skip ci] 2019-12-05 02:04:30 +03:00
811af2394c Add GitHub as a way to support project financially [skip ci] 2019-12-05 02:02:56 +03:00
47ca44940a Use release PHP 7.4 in tests (#17709) 2019-12-04 18:00:46 +03:00
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
3ef303968f Add PHP 7.4snapshot to the main build
No stable release is available yet. See https://travis-ci.community/t/php-7-4-release/6197
2019-12-01 00:42:56 +03:00
19a5b4431a Bug #17685: up and down methods now using proper "db" component (#17689)
* Bug #17685: up and down methods now using proper "db" component

* Bug #17685: added message to changelog

* Update CHANGELOG.md
2019-11-30 01:48:44 +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
ef33af645d Correct typo: "mutli-server" > "multi-server" [skip ci] 2019-11-29 12:13:15 +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
ed7e966cef Simply way to join to slack channel (#17680) 2019-11-21 23:49:33 +03:00
3f1b82b460 prepare for next release 2019-11-20 00:22:42 +03:00
bbbcc9ec14 release version 2.0.30 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