Ecosyste.ms: OpenCollective

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

github.com/yiisoft/yii-core

Yii Framework 3.0 core
https://github.com/yiisoft/yii-core

Created issue template

3312a840543003103e20aca1fd917a3384416c8c authored over 7 years ago by Alexander Makarov <[email protected]>
Fixes #14012: `yii\db\pgsql\Schema::findViewNames()` was skipping materialized views

424f8178cda03a390d38864dde24c41824869d35 authored over 7 years ago by Insolita <[email protected]>
Fixes #13362: Fixed return value of

a547dd257cf83b96e17d58f1b867b921d1e0f602 authored over 7 years ago by Alexander Makarov <[email protected]>
Fixes #13728: Fixed the bug when `yii\behaviors\SluggableBehavior` wasn't preserving immutable slug values

20f22f29f8512461c491468d3f0c4ea881d284ca authored over 7 years ago by Nikolay Oleynikov <[email protected]>
Added note clarifying that load function clears fixture data [skip ci]

2ab3603d3cff400a8e8be5da32990af28baf923a authored over 7 years ago by Nurbek Nurjanov <[email protected]>
Merge pull request #14017 from SilverFire/test-asset-packagist

Switched tests to asset-packagist

91b462f947ba70804307a45f9eb14f677db5b4bb authored over 7 years ago by Dmitry Naumenko <[email protected]>
Switched ocular to use PHP 7.1 execution results

a274e93617c0fb4f08085efc2e5a457ad1bcad26 authored over 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Enable xdebug for coverage on 7.1 insted of 5.6 as it should work faster

a39a98c08312f139e46bb3a505e2e31a8738b49b authored over 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Switched to asset-packagist

0cb69bf733ea9fa09af09108f6aa7625937b89dc authored over 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fix `TimestampBehaviorTest` to be compatible with PHPUnit 6

ade780436aff063c371e6110b60061178dbf9370 authored over 7 years ago by Klimov Paul <[email protected]>
enforce `backupGlobals` enabled for PHPUnit

b31c9178c47f8c3d962edd683fdc6b25699b3ff9 authored over 7 years ago by Klimov Paul <[email protected]>
Fixes #13911: Significantly enhanced MSSQL schema reading performance

3d41d1b97881d46512410111f6d859caa89a08a1 authored over 7 years ago by PaulZi <[email protected]>
Fixes #13963: Added tests for yii\behaviors\TimestampBehavior

dff481731923c6ea8ff15da7902a08085fdd4511 authored over 7 years ago by Гордиенко Владислав Юрьевич <[email protected]>
Update composer fxp plugin version in docs and travis scripts

249224dde0800dfe05a6c2e8420f2ea58312b810 authored over 7 years ago by Alexander Makarov <[email protected]>
Enhanced requirements memo for IPv6

096c915b10e66650d1b4a639ade42565c7272cd7 authored over 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Added AF_INET6 to requirements

dc8c71fe317e55a8a17ad851f992bf3bc0ea1fa4 authored over 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
[IpValidator] disable ipv6 checks (#13984)

* disable ipv6 checks

* remove empty line

* updated CHANGELOG.md

70a7140f330f9e0fcaf03a69a4b17886140b8790 authored over 7 years ago by Mikk Tendermann <[email protected]>
Tiny documentation fix [skip ci] (#13998)

2cf5b3cb284bcf00964d37cc324ba7ae0737ef66 authored over 7 years ago by Pavel Dovlatov <[email protected]>
Fixes #13807: Fixed `yii\db\QueryBuilder` to inherit subquery params when building a `INSERT INTO ... SELECT` query

3375a96555e20a2f36704d867c90a262a8749b61 authored over 7 years ago by Sergey Makinen <[email protected]>
docs/guide/input-multiple-models: added a note on avoiding validating the same input data with the same rules more than once (#13995) [skip ci]

327d5cc189e937385ed3c50f91559fd66addb2c7 authored over 7 years ago by Charles Q. Wu <[email protected]>
Merge pull request #13992 from acorncom/patch-2

Tweaked verbiage slightly [ci skip]

a63f70e9ee358b0e25b870516b6e2346316308da authored over 7 years ago by Dmitry Naumenko <[email protected]>
Tweaked verbiage slightly [ci skip]

b82d9b4a88a878057744623ae7116d0bf72e6cc6 authored over 7 years ago by David Baker <[email protected]>
added upgrade note about yii\cache\Cache::getOrSet()

38558bac9f9a7033b1d8bdb1a88182597205d104 authored over 7 years ago by Carsten Brandt <[email protected]>
memory usage at unit test reduced

595724257fca5276d25dcb7a2cf6572c247f08dc authored over 7 years ago by Klimov Paul <[email protected]>
compatibility with PHPUnit 6.x fix

5f4a3b5a510f20995ddb408e0be43d4a4f30518c authored over 7 years ago by Klimov Paul <[email protected]>
compatibility with PHPUnit 6.x fix

d8880df3c45e88829433f5264667597340f90f37 authored over 7 years ago by Klimov Paul <[email protected]>
fixed tests without assettions

faa0782d59a2c50e0c27fe2e4e814d1f36233f49 authored over 7 years ago by Klimov Paul <[email protected]>
compatibility with PHPUnit 6.x fix

0afba3e3298fd642d0303199632cb1ee962e99f2 authored over 7 years ago by Klimov Paul <[email protected]>
garbage collection added to unit tests

95c258d9a63eaa6bec32ea44a79adc5cfa6d288a authored over 7 years ago by Klimov Paul <[email protected]>
compatibility with PHPUnit 6.x fix

4140116c95d03a4c02d561b8d190d300229dd50d authored over 7 years ago by Klimov Paul <[email protected]>
`yii\caching\Cache::getOrSet()` now supports both `Closure` and `callable`

Closes #13981

49e3647b9714dfe3bf0794ac43c6b5613418752e authored over 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
compatibility with PHPUnit 6.x added

22a60e6cf322e46c144b0d11ba6786c6112a8c72 authored over 7 years ago by Klimov Paul <[email protected]>
compatibility for PHPUnit adjusted

686cfeed01c69979f7ecf9580547dbd8181f3cbd authored over 7 years ago by Klimov Paul <[email protected]>
Fixes #13961: RBAC Rules: PostgreSQL: PHP Warning "unserialize() expects parameter 1 to be string, resource given" was fixed

380fdd629262eb4f5c2488dbbf5fce69a0c9a8f7 authored over 7 years ago by Vladimir Guts <[email protected]>
Fixed wording in Russian translation (#13970) [skip ci]

588344af4400ae5fd41a2c87aba33d993245c9a2 authored over 7 years ago by Evgeniy Moiseenko <[email protected]>
Added missing parts of disabling CSRF validation doc [skip ci] (#13966)

6dea02b82aac0f94cd75698ebfd3ed4be3cd2f48 authored over 7 years ago by Angel Guevara <[email protected]>
updated docs for base64UrlEncode()

as discussed in
https://github.com/yiisoft/yii2/pull/13411#issuecomment-285695112

92bdd4ed11208f89574b257afca141dabb37fcb1 authored over 7 years ago by Carsten Brandt <[email protected]>
Fixes #10675: Added docs for disabling CSRF validation in standalone actions

4e76321fd2443de68f7cda55ce75c97c45203bd4 authored over 7 years ago by Alexey Rogachev <[email protected]>
Fixed phpdoc broken links to PHP manual pages [skip ci]

699ca122c23c7e114747793337c3e529c239844f authored over 7 years ago by Skiptir Engu <[email protected]>
Fixes #13945: Removed Courier New from error page fonts list since it looks bad on Linux (#13947)

d240e33da241d85f984b127b303ac99c1d5dc8d5 authored over 7 years ago by Alexander Makarov <[email protected]>
Update input-validation.md (#13942) [skip ci]

d6fee15d6d249665b59b3878b1120c3bc0ae49e4 authored over 7 years ago by GirMate <[email protected]>
remove upgrade note for #13822 / #13829

76992ed80de523fae14bea921855ac11a71da447 authored almost 8 years ago by Carsten Brandt <[email protected]>
added more assertations for security masking tests

514c301c7b37d662437db40d695266cd95d7a5f3 authored almost 8 years ago by Carsten Brandt <[email protected]>
cleanup some phpdoc

ea41ea444b587e11bc961623a6aef67ec5d35ded authored almost 8 years ago by Carsten Brandt <[email protected]>
Updated Tajik message translations [skip ci] (#13917)

34989274eaca725fe816102416033a64bf4545ff authored almost 8 years ago by Sergey Gonimar <[email protected]>
Guide PL updates (#13914) [skip ci]

833f0aafcdd5b938588724d645911acb6c070677 authored almost 8 years ago by Bizley <[email protected]>
reverted wrong phpdoc change from #13905

f6e2440e79eed48b470f1482464a9ca10bb80479 authored almost 8 years ago by Carsten Brandt <[email protected]>
Merge pull request #13912 from s1lver/rest_rus_fix

Fixed russian translate

1e2b9f6222a9f40cd1ad29da9d358d086d660723 authored almost 8 years ago by Dmitry Naumenko <[email protected]>
Fixed russian translate

bc42a6f19eecf99dec1e1e62700d0af773790667 authored almost 8 years ago by Evgeniy Moiseenko <[email protected]>
Code style headers fix (#13908) [skip ci]

2ee6b820a0d90660e8a3d8261ca9684788c6275b authored almost 8 years ago by Bizley <[email protected]>
Incorrect use case of Datepicker widget (#13903) [skip ci]

b5094dcb04bf919b407d96f9017a53cce121ee22 authored almost 8 years ago by Roman Grinyov <[email protected]>
Fixes #13901: Fixed passing unused parameter to `formatMessage()` call in `\yii\validators\IpValidator`

3f108667225181bf6129efbfc89651c0d6f66f73 authored almost 8 years ago by Kolyunya <[email protected]>
PL guide updated (#13909) [skip ci]

365fb65ffab98499a6ea30125a2d6b937cc8f6f2 authored almost 8 years ago by Bizley <[email protected]>
Fix phpDocumentor annotations (#13905) [skip ci]

3a67a290ecc4f3f26b4a237d0ae53fb070ef59cd authored almost 8 years ago by Nikolay Oleynikov <[email protected]>
Internals PL updates (#13907) [skip ci]

8a2ec41ce45d31a7ff62f40dc97ff0f6e9682abf authored almost 8 years ago by Bizley <[email protected]>
Fixed persian translation (#13906) [skip ci]

370746446365a68bf7870641574cdf29fa1889bf authored almost 8 years ago by S.M.A. Javadi <[email protected]>
Fixes #13560: Refactored `\yii\widgets\FragmentCache::getCachedContent()`, added tests

e2ad07a339baaa6716fbdeb091be50c23a67a98d authored almost 8 years ago by Kolyunya <[email protected]>
Fixes #13837: Refactored masking of CSRF tokens

b8ebb2493ae642805fd647fa407055c8751c4cce authored almost 8 years ago by Sam Mousa <[email protected]>
Fixes #13369: Added ability to render current `yii\widgets\LinkPager` page disabled

9e46b6411957282fea7ba7d75cc7aaef2a1a560b authored almost 8 years ago by aquy <[email protected]>
Fixes #13376: Data provider now automatically sets an ID so there is no need to set it manually in case multiple data providers are used with pagination

6eb7690a3375470b9a659cb015319ac1d4ceecb3 authored almost 8 years ago by Sam Mousa <[email protected]>
Fixes #13770: Added support for `yii\widgets\Menu` item classes definition in the form of an array

f2bcbf588d6436488e7642c456b8fb590a895a65 authored almost 8 years ago by Nikolay Oleynikov <[email protected]>
Removed unnecessary else

d51d36e14b2bba531cfe11fd1bda855e97e86567 authored almost 8 years ago by Alexander Makarov <[email protected]>
Fixes #13883: `\yii\data\SqlDataProvider` now provides automatic fallback for the case when `totalCount` is not specified

e69e55e01fddcd256b3d96bd90bf4d414c050bf7 authored almost 8 years ago by Sam Mousa <[email protected]>
Guide vi improvement (#13894) [skip ci]

* improve vi lang for intro-yii.md

* update Readme & start installation more readable for Vie...

9ec427b406a89fd8725fbcd4de2cc072fc9e3c29 authored almost 8 years ago by Tran Tien Phong <[email protected]>
Fixed Serbian translation (#13882) [skip ci]

Fixed Serbian translation issue with totalCount appearing twice in GridView summary

6888736bdaed3523f1b99e689ef78a29dc644507 authored almost 8 years ago by Igor Jerosimić <[email protected]>
improve vi lang for intro-yii.md (#13886) [skip ci]

a0a9b203923949f6636303ea9f4e51a632ebab63 authored almost 8 years ago by phongtt3 <[email protected]>
Reverted #13822, clarified exception descriptions

3519ba6e59f71c63b55efe486695e8f7978d7009 authored almost 8 years ago by Alexander Makarov <[email protected]>
Fixes #13864: Added info about configuring sub-rules of yii\rest\UrlRule [skip ci]

8dd24b4fd4abbb9633d725793ac1ec23f4c16063 authored almost 8 years ago by Alexander Makarov <[email protected]>
Fixed typo [skip ci]

e3ce1c585bfb9a4803b728b5fb41a77788e1eb65 authored almost 8 years ago by Alexander Makarov <[email protected]>
Fixes #13845: `mt_rand()` is not used instead of `rand()` in `yii\captcha\CaptchaAction` + minor code improvements

43e6186e55a4b1b09c6b485b7e7e0ac8551d27cd authored almost 8 years ago by Vladimir Reznichenko <[email protected]>
Fixes #13821: fixed docs and added more tests for Url helper

04a2829ca76dd492daf8317c7958692b71930ae2 authored almost 8 years ago by Pavel Dovlatov <[email protected]>
Fixed Russian translation of core-code-style.md (#13832) [skip ci]

a7c7cb8efdb4a262b7602761f0b81419e7e018e5 authored almost 8 years ago by Alex <[email protected]>
Merge branch 'master' into 2.1

# Conflicts:
# framework/db/mssql/QueryBuilder.php
# framework/helpers/BaseHtml.php
# framework/...

5a15af0ad4428e1c79498e21063d2912dfa6547c authored almost 8 years ago by Alexander Makarov <[email protected]>
Removed change from changelog since it's for code which wasn't yet released [skip ci]

7ae00eea337445498d7e0996295fe641858892ca authored almost 8 years ago by Alexander Makarov <[email protected]>
Fixes #13813: Fixed PHP 7 compatibiltiy by adding support for passing instances of `Error` to the `yii\web\Response::setStatusCodeByException()`

6376674a4ec4e02a9d968dfa9dfc81ead6a8aa1d authored almost 8 years ago by Nikolay Oleynikov <[email protected]>
Fixes #13827 Generate "safe" methods uncommented by default

accacbdf815785c4f79528fd144fae1c50623f72 authored almost 8 years ago by Nikolay Oleynikov <[email protected]>
Added UPGRADE note for #13829

f53738a17d0bee17a5a17a9d0694aab084d23d51 authored almost 8 years ago by Alexander Makarov <[email protected]>
Fixes #13822: Fixed `yii\web\User::loginRequired()` to throw an `UnauthorizedHttpException` instead of a `ForbiddenHttpException`

37fa505b6a82eff1ecd7712dcf108eca386a6696 authored almost 8 years ago by Nikolay Oleynikov <[email protected]>
Enhanced PHPUnit 6 compatibility

0829cd9c2f901d594a9c996fc8c5e2f711a8761f authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fixes #13823: Refactored migrations template

ee3204f1c66d10a9cd55119999898081ea5b6b51 authored almost 8 years ago by Nikolay Oleynikov <[email protected]>
Fixes #13820: Add new HTTP status code 451

72c0002d6e5ce4e41a3234b6d4956e1a4bacf802 authored almost 8 years ago by yyxx9988 <[email protected]>
Fixed compatibility with PHPUnit 6.x

cf8dc785a271c003cb3dbda6d0fc22b3713f4ade authored almost 8 years ago by Klimov Paul <[email protected]>
Improved intl tests to tolerate ICU data differences

- Added new assertion.
- Adjusted tests not to rely on intl version allowing multiple valid var...

fc932daf597a5210431223e902c7f04c01dd6b3f authored almost 8 years ago by Alexander Makarov <[email protected]>
Merge branch 'doc' of github.com:yiichina/yii2 into doc

796a026ec8596af034b5334bc1981b359a0814f0 authored almost 8 years ago by cuileon <[email protected]>
merge from a600e16

d4c428148ed78898539f9ed2c2baaa5d52bc41d7 authored almost 8 years ago by cuileon <[email protected]>
`className()` method usage removed

0622dfb5ae025c2fd114554d09af862de5c2c123 authored almost 8 years ago by Klimov Paul <[email protected]>
unit test for `mail` fix

2e1d1f3f189477638cbcbd5c9b40054fc78af730 authored almost 8 years ago by Klimov Paul <[email protected]>
Methods `addHeader()`, `setHeader()`, `getHeader()`, `setHeaders()` have been added to `yii\i18n\MessageInterface` allowing setup of custom message headers

ff073c7ac21781fe89a2deab78377a2c661b4934 authored almost 8 years ago by Klimov Paul <[email protected]>
Refactored BooleanValidator (#13791)

b34b104096976bf733bbd2fb3ddde6250d0739c3 authored almost 8 years ago by Гордиенко Владислав Юрьевич <[email protected]>
Fixes #13776: Fixed setting precision and scale for decimal columns in MSSQL

152c75c14d5fef4f1773d6b16031428ff91f8208 authored almost 8 years ago by Artur Fursa <[email protected]>
Fixes #13704: Fixed `yii\validators\UniqueValidator` to prefix attribute name with model's database table name

9c445acb4df1987b5dc327661b76f28a33e8193b authored almost 8 years ago by vladis84 <[email protected]>
Fixes #13738: Fixed `getQueryParams()` method in `yii.js` to correctly parse URL with question mark and no query parameters

2b2b89d9eb067d20d48f197b85740bf42c501b06 authored almost 8 years ago by Vladislav Lyshenko <[email protected]>
Fixes #13707: Fixed `\yii\web\ErrorHandler` and `\yii\web\ErrorAction` not setting correct response code to response object before rendering error view

1de8bc9172317c6be2e1f20e5cb381e300043c2c authored almost 8 years ago by Alexander Makarov <[email protected]>
Fixes #4408: Add support for unicode word characters and `+` character in attribute names

15dcdfc2dc6a20d32619f1294e1146ec258332e0 authored almost 8 years ago by Sam <[email protected]>
Fixes #10372: Fixed console controller including complex typed arguments in help

9c06d53002d75c270ea2cfda3c769513942da9e1 authored almost 8 years ago by Sam <[email protected]>
Added tip about preferring separate form models for any non-trivial cases [skip ci]

ae50401e7dba10a61e9923b5672ba18b7d9f28de authored almost 8 years ago by Alexander Makarov <[email protected]>
Fixes #13254: Core validators no longer require Yii::$app to be set

45206e08648582e9b2b425c0440b5ba72395ad32 authored almost 8 years ago by Sam <[email protected]>
Fixed ICU tests take varieties of data into account (#13751)

b600c37a0089e1156209f8fdbdd8fa52f99ad63d authored almost 8 years ago by Alexander Makarov <[email protected]>
Used more specific unit test assertions in framework tests

406e309eb377679579b4f6e5ff3b685a31fdfda9 authored almost 8 years ago by Alexander Makarov <[email protected]>
Fixed whitespaces to match code style [skip ci]

417a12f2b6d1472791b346f61d2fa56db8f27fad authored almost 8 years ago by gagatust <[email protected]>