Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/yiisoft/yii2-framework

[READ ONLY] Yii 2 framework core code only. This is a subtree split off the "yii2" repository
https://github.com/yiisoft/yii2-framework

Fixes #14980: Fix looping in `yii\i18n\MessageFormatter` tokenize pattern if pattern is invalid

7cc1dab60aef1a0775de4c00762327c973f3078b authored about 7 years ago
Added test and adjusted changelog for #15112

cc26db14a72dc4de96b2f4d9ffa8a755e29c4eb3 authored about 7 years ago
Fixes #15122: Fixed `yii\db\Command::getRawSql()` to properly replace expressions

cec40516274c87f1e30c74fd5a0dac96618fded8 authored about 7 years ago
Fixes #14135: Fixed `yii\web\Request::getBodyParam()` crashes on object type body params

341682f88fd0c71fd1db0c32355b671968848510 authored about 7 years ago
Fix: Query::each() without `indexBy()` zero based keys

df079eedbfd7526d4416ec74023d596273a8a87a authored about 7 years ago
Fixes #13919: Added option to add comment for created table to migration console command

019e878634d6f774e5c6cc21977d93a5c0fa6cc1 authored about 7 years ago
Fixes #6844: `yii\base\ArrayableTrait::toArray()` now allows recursive `$fields` and `$expand`

646842107e21622a0a361de042dae639688baaa1 authored about 7 years ago
Fixes #15353: Remove side effect of ActiveQuery::getTablesUsedInFrom() introduced in 2.0.13

c42cdede94b43693b32473691cddc63a26daabe4 authored about 7 years ago
Fixes #15496: CSRF token is now regenerated on changing identity

78d597ff0bfe893e3f536d3870f8df7d28eeff91 authored about 7 years ago
Fixes #15422: Added default roles dynamic definition support via closure for `yii\rbac\BaseManager`

d927c38c90c018705f1a6eca09ce9a2f8d8dfc91 authored about 7 years ago
Fixes #15462: Fixed `accessChecker` configuration error

92867b2a0dd04183fefc9623a5e0c0a445fa551b authored about 7 years ago
translate plural format for MS (#15491)

translate plural format for MS

19abece0ccc4c68f2648b32df79905cfb6611694 authored about 7 years ago
Fixes #14355: Added ability to pass an empty array as a parameter in console command

d075ccc88084543ea860b4b4e19ffe433bbe52b2 authored about 7 years ago
Fixes #14903: Fixed route with extra dashes is executed controller while it should not

3c5ce2c262bbbfedf280bc187555103c44ab6b99 authored about 7 years ago
Fixes #15417: Added `yii\validators\FileValidator::$minFiles`

3770a745caaf5b1f1e6780f12538734689d3c444 authored about 7 years ago
Fixed phpdoc of $radioOptions example (#15441) [skip ci]

7c58888deca6fa9670a81690f787aca615f50b39 authored about 7 years ago
Merge pull request #15452 from developeruz/15169-translating-with-null-parameter

Fixed translating a string when NULL parameter is passed

acef8907e71f0091bf7d7e90740b4e79a9307ed4 authored about 7 years ago
generatePasswordHash() documentation example syntax error fixed

7cfcf7157d11e50439ca6208bc98f52037aab226 authored about 7 years ago
Fixed translating a string when NULL parameter is passed [#15169]

e34c2d7f16370d15704fe08a411f8dec0b6c03d2 authored about 7 years ago
Fixed `yii\behaviors\AttributeTypecastBehavior::$attributeTypes` auto-detection fails for rule, which specify attribute with '!' prefix

cf0ff4bf8e363d69cf74a96f0abdf60b41549d08 authored about 7 years ago
Fix code issues (#15435)

* Fix some scrunitizer warnings

* Remove obsolete require

* Fix codestyle

12344c5761934e57800784d24682b5b7e5c647ea authored about 7 years ago
Fixes #15432: Fixed wrong value being set in `yii\filters\RateLimiter::checkRateLimit()` resulting in wrong `X-Rate-Limit-Reset` header value

a823ea65c1c318af75953a3b3d6157976492ed69 authored about 7 years ago
Revert "Fixed QueryBuilder docs (#15427) [skip ci]" (#15431)

This reverts commit 7d1310ace7ee9c2f0930cc5b4005298818248cb3.

7d1784a234c092c505c7b00a99ed79118e94f47d authored about 7 years ago
Fixed QueryBuilder docs (#15427) [skip ci]

documentation is wrong ... smallint() doesn't work, but smallinteger() does

a294d305640fc4931ebe134d64b5a10098ff7c27 authored about 7 years ago
Removed duplicated entry

c449475ccf64c6b1033674c5f181b12fb0e048ef authored about 7 years ago
Fixes changelog

3c1b182455f36f1ecb9c897d568eb47bcfa43cc6 authored about 7 years ago
Merge branch 'accept_options_in_cors' of github.com:michaelarnauts/yii2

fcdda691d7240600cdc1befbe163bfbaa0253748 authored about 7 years ago
Document callable params [skip ci]

3b639b01a9faf01b7af27edaaf770b7eb23ccc79 authored about 7 years ago
Fix a changelog mess

170ec259b6d988434ae13a232047234dde4888bc authored about 7 years ago
Merge branch 'master' of https://github.com/yiisoft/yii2 into command-txn-retry

16647af9c9228812512e43743511055afffddaa8 authored about 7 years ago
Add a changelog entry

c477e0c2ae5dca09e9a7e1c3f65c2a4653af7694 authored about 7 years ago
Add transaction/retry support for yii\db\Command

b9bc856613fc75617188b831891b01efde637ac6 authored about 7 years ago
Fixes #15407

eecf87ee329d470182810e2f568ea6382eb243b4 authored about 7 years ago
Updated PHPDocs, reordered CHANGELOG

01e1c5ef71796db9806160c057115a05c9b8c11b authored about 7 years ago
Merge pull request #15405 from vladis84/15226-auto-generate-placeholder

Enh #15226: Auto generate placeholder from fields

9799a8cb733e100916be68ec5c020d4f4ef459cd authored about 7 years ago
Rename method

0b6c07461f9cfc685c973edab65cf8233afdde25 authored about 7 years ago
Enh #15226: Auto generate placeholder from fields

17ea3332343b250c46109680d7bb527cacfe286e authored about 7 years ago
Enh #15226: Auto generate placeholder from fields

13c3556316152d13ac073923e455848a6c081e70 authored about 7 years ago
Fixes #3250: Added support for events partial wildcard matching

9a69773c8130fc0c96e70a32d3c6ed73b59c9caa authored about 7 years ago
condition optimized

90aeef1ccdf676fd2e8c7ea02f2372b947fce2de authored about 7 years ago
CHANGELOG added

0ae1ca0b149aa2e258d313584f041842bc46924c authored about 7 years ago
Event wildcards added to `Event`

f52bd10891d0516a9dbb7e1a8d1dcf9dd6ae28b3 authored about 7 years ago
Prevent source path disclosure when form is represented by an anonymous class

c318ef86f8289ad60fb1daf489153c1f23092a5d authored about 7 years ago
Renamed `Html::error()` option `errorMethod` to `errorSource`

16f09793a98ec1965d94ee80d0e73cdc410c71de authored about 7 years ago
Fixed Query not to dig inside Expression

b5f70f882d2824287793429a3cf1c35fb830bc74 authored about 7 years ago
Minor adjustments

bdc067efe49eb1c884c9011b716ccb1acac81819 authored about 7 years ago
Fixes #15356: Fixed multiple bugs in `yii\db\Query::getTablesUsedInFrom()`

c8b5e1779a67cc61535219599a200395e23df8e1 authored about 7 years ago
#15356: Initial version of `yii\db\Query::getTablesUsedInFrom()` fix and tests

dc7ec399e217b5e57dec00cf3283600da2cfdc15 authored about 7 years ago
Event wildcards added

136e36af82fa38e6f192b98ee538b6f17a081b95 authored about 7 years ago
Add `StringHelper::matchWildcard()` (#15389)

`StringHelper::matchWildcard()` added

def5dfb5b28fd66f6b9b167b3f9396f48af15a07 authored about 7 years ago
Fixes #14157: Add support for loading default value `CURRENT_TIMESTAMP` of MySQL `datetime` field

3cb50e667a798823f9f83da3883dd33769ab1e39 authored about 7 years ago
Fixes #15046: Throw an `yii\web\HeadersAlreadySentException` if headers were sent before web response

c60b20853b2bac5c6bec32df8c50637085d11029 authored about 7 years ago
Fixes #15357: Added multi statement support for `yii\db\sqlite\Command`

04891855a444775ce739352182f7d8a7012e481b authored about 7 years ago
Fixes #3087: Added `yii\helpers\BaseHtml::error()` "errorMethod" option to be able to customize errors display

55b4979466496de3a8c231046c4f67278b80f55d authored about 7 years ago
Added information about filters and header of DataColumn (#14981) [skip ci]

55dd342b60f63a1d165fade25792c6804372c089 authored about 7 years ago
Removed confusing comment about event triggering from BaseActiveRecord::init() (#14303) [skip ci]

3ea24dea716d74bd593772bc9987a82a58f8849b authored about 7 years ago
Fixes #15355: Fixed `yii\db\Query::from()` does not work with `yii\db\Expression`

49db4001bb3022f29e125a2e58876f27d0030be7 authored about 7 years ago
Fixed wrong description for param $table in addCommentOnTable() (#15387) [skip ci]

bf618ac97d7ecb22ccfa2b04cedb72c96bf69f38 authored about 7 years ago
Fixes #9253: Allow `variations` to be a string for `yii\filters\PageCache` and `yii\widgets\FragmentCache`

ac13cf1e620690d6a36bc5e3494d6f38dc738ee5 authored about 7 years ago
Merge pull request #15347 from KoJIT2009/di-support-instance-by-property-and-setters

di-support-instance-for-property

33f72be165826e0cacd4eb6a9959bd00ee080fad authored about 7 years ago
Merge pull request #15381 from brandonkelly/icu2php-fix

a => A (fixes #15380)

67b9f3a011da0eb8afde98bc6262b05573a1a5dc authored about 7 years ago
Fixed LV messages (#15379) [skip ci]

83766e91648a21a0d8797d1e7c0d83c3e13586da authored about 7 years ago
a => A (fixes #15380)

746cd5e69250195b776b1f9fa0d358b028a68891 authored about 7 years ago
Fixed issue number in changelog [skip ci]

f6f8af81586a25f0866cff5aac2e36b9ad5bfb62 authored about 7 years ago
Fixes #15358: Refactored `BaseConsole::updateProgress()`

bab502fb1d42d4230e26f7d23eec11f0d17902bf authored about 7 years ago
Fixes #14484: Fixed `yii\validators\UniqueValidator` for target classes with a default scope

63f20f229a174a772ca3ed539b5fe3c44bb25728 authored about 7 years ago
Revered method call. No need to slow container down [skip ci]

648638fe23b36309b0f6128e0dfa0590d81afb91 authored about 7 years ago
Merge branch 'master' into di-support-instance-by-property-and-setters

a8dabf161500134bf55f5c9856c18941e97825cf authored about 7 years ago
Fixes #7996: Short syntax for verb in GroupUrlRule

83f88d48994e69cda1e1b96fa2b34dffcc93e502 authored about 7 years ago
Fixes #15219: Added `yii\filters\auth\HttpHeaderAuth`

0737b46aafc899a2207fca7ad9d7c0b2cebdd413 authored about 7 years ago
Fixed PHP 5.4 compatibility

5f3ab55cf922eeeecc68fd24366ab5dcfbbc0314 authored about 7 years ago
Fixes #15317: Regenerate CSRF token if an empty value is given

fe1a660c7a1a55f13d1be9e8c4d4fcf09b38d34b authored about 7 years ago
Fixes #7988: Added `\yii\helpers\Console::errorSummary()` and `\yii\helpers\Json::errorSummary()`

583f55a2c82242b86f212dc3ce5102181cfa2687 authored about 7 years ago
Added unit test that checks changelog formatting [skip ci]

0a57e87cb3d2a1aee036581ecd28a4cd972ddd80 authored about 7 years ago
Fixes #8752: Allow specify `$attributeNames` as a string for `yii\base\Model` `validate()` method

ecac5a4be0e2bd139c14ad23fd9d7b12ddaa3c9e authored about 7 years ago
Merge branch 'master' into di-support-instance-by-property-and-setters

44ee55f25ccb177700fa01985333fc32641d7c46 authored about 7 years ago
di-support-instance-for-property

add in changelog.

89fa51409312bf571ff782ff38ab4b8e1d4acf09 authored about 7 years ago
di-support-instance-for-property

add support Instance for object property in dic.

ebae5eedc1273ed823f61907a2dfa1f26e06db64 authored about 7 years ago
Fixed changelog [skip ci]

93f55f6ee36489ae4c582efa0442224f39775d47 authored about 7 years ago
Fixes #15332: Always check for availability of `openssl_pseudo_random_bytes`, even if LibreSSL is available

7707778d68ed7366ff61226f7d44966d2b2d7b5e authored about 7 years ago
Reordered CHANGELOG

3dfbaec1cbe378ef2be9682a4334980e5c84cad2 authored about 7 years ago
Updated CHANGELOG

2c716d21fc9294e341b3c137fee18b2781340820 authored about 7 years ago
Disable temporary fix (#15024)

Please disable the temp fix, that was fixed in https://github.com/yiisoft/jquery-pjax/pull/50

7ef42bab74077aff958826541f82dd2e6e7b9625 authored about 7 years ago
Fixes #15335: Added `FileHelper::unlink()` that works well under all OSes

296bfbd42b71839851b0e12a668ac7b44c2720cc authored about 7 years ago
Fixes #15320: Fixed special role checks in `yii\filters\AccessRule::matchRole()`

461c0101757a5be0b42565cb1b1a04752e170097 authored about 7 years ago
Bulgarian relative date translation fix (#15327) [skip ci]

742f08fe92e4e09d7a301db325e021fb98e373a9 authored about 7 years ago
Fixes #15322: Fixed PHP 7.2 compatibility of `FileHelper::getExtensionsByMimeType()`

ed302acbcfbc6bc8654de80607c73f302b5f00bb authored about 7 years ago
Fixes #15302: Fixed `yii\caching\DbCache` so that `getValues` now behaves the same as `getValue` with regards to streams

ba74b64d7accb2444c33e5a704e62f99b282ebca authored about 7 years ago
Fixes #14043: Added `yii\helpers\IpHelper`

3978087862984eba7c5da3e7e2813749b4af4ad7 authored about 7 years ago
Fixes #15301: Fixed `ArrayHelper::filter()` to work properly with `0` in values

dfecc14cbd702d2c66a49a62b7501625941a1b95 authored about 7 years ago
Fixes #15270: Resolved potential race conditions when writing generated php-files

12a75cb23e758028a75c689a53a2a1adbd633c4a authored about 7 years ago
Fixes #15142: Fixed array params replacing in `yii\helpers\BaseUrl::current()`

53400191216b4fc0abcc41441a035963457bc170 authored about 7 years ago
Fixed yii.js to follow jQuery 3.0 API changes

https://jquery.com/upgrade-guide/3.0/#breaking-change-and-feature-jquery-when-arguments
Single a...

27b3617342787214c1e75621df90e8c3970a4ef7 authored about 7 years ago
Fixes #8983: Only truncate the original log file for rotation

6395722c36538581f84ea285a5eb05abb9cb369a authored about 7 years ago
Refactored tests with PHPUnit assert methods (#15260)

2aac8465bdfd26cdfb208a0213178881b0100bfd authored about 7 years ago
Fixes #9137: Added `Access-Control-Allow-Method` header for the OPTIONS request

84a8f41f0c87651ee7a6b98db71a09d6a5edc6b6 authored about 7 years ago
Fixes #15249: Controllers in subdirectories were not visible in commands list

fee4c670c3a90b5b862a8c496f6b187d81f0f075 authored about 7 years ago
Added more translation (#15241)

950ecfc27a2ee0d0d0e661e9ec1bef4c7743c120 authored about 7 years ago
Improves readability of `yii\console\widgets\Table` widget (#15236)

* Fixes code style

* Moves magic numbers to constants

5d093e446681e008176fc8f24910bd53a9367181 authored about 7 years ago
Fixes #15229: Fixed `yii\console\widgets\Table` default value for `getScreenWidth()`, when `Console::getScreenSize()` can't determine screen size

7888a718233b78afcc58823d12dc55eb7eb435ef authored about 7 years ago