Ecosyste.ms: OpenCollective

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

github.com/yiisoft/yii2

Yii 2: The Fast, Secure and Professional PHP Framework
https://github.com/yiisoft/yii2

Fixes #16253: Fixed empty checkboxlist validation

c59df914c1f544889eafc4d8aa64132ae1337102 authored almost 6 years ago by Nikolay <[email protected]>
Fixes #15286: Fixed incorrect formatting of time with timezone information

22d30f199985390ace859eba26fd1db2d5c55cc1 authored almost 6 years ago by Pavel Ivanov <[email protected]>
Fixes #15145: Fixed Validator::skipOnEmpty documentation [skip ci]

e3b7581bcad3ded0ac75d30aa07c8163b088fafe authored almost 6 years ago by Evgeniy Moiseenko <[email protected]>
Updated db-query-builder.md adding example for 'in' with composite columns (#17026) [skip ci]

f44266c946139afd8f4509c2d1a754ff4ad4003a authored almost 6 years ago by minitia <[email protected]>
Fixed random fails of RetryAcquireTraitTest (#17024)

Property `RetryAcquireTrait::$retryDelay` sets the minimum delay, but not the exact delay. In fa...

e5ecea653f57e2dbf2a2ea374c8938f23f2ad6d5 authored almost 6 years ago by Pavel Ivanov <[email protected]>
Fixed nightly build (#17025)

108155ad1d93d9ae4e47c25b0444cdbd26415164 authored almost 6 years ago by Pavel Ivanov <[email protected]>
Fix to do not delete used message files with nested category names (#17021)

ec1809bed2efb664ed54087e647ba9981c3c305c authored almost 6 years ago by Albert Borsos <[email protected]>
Fix of Oracle tests for proper skipping (#17019)

PHPUnit must get the data that will be passed to the tests, before executing them. That's why yo...

b4cb42fb9d79091acf3d59a6f6c671265b6586c7 authored almost 6 years ago by Pavel Ivanov <[email protected]>
Added tests for DateValidator when no time is specified for 'format' (#17018)

Related issues:
* #10737
* #14299
* #14795

92c66758ded0d2a79b790084de08b2edb2495d72 authored almost 6 years ago by Pavel Ivanov <[email protected]>
Issue #14388: test of dependent ActiveFixtures loading (#17012)

36ed136cafd17fea5a841e1c6ff77ae25e851fe6 authored almost 6 years ago by Pavel Ivanov <[email protected]>
Fixes DateValidatorTest for ICU 55.1 (#17013)

I have installed ICU of version `55.1` and tests fail on it. That's because 'short' datetime for...

4584487126bc8a34d9326ae3a949c8dec7fa5236 authored almost 6 years ago by Pavel Ivanov <[email protected]>
Fixes #16991: Removed usage of `utf8_encode()` from `Request::resolvePathInfo()`

a140b2b46884003f7aea61b9ad1cf1b61f68c937 authored almost 6 years ago by Nikolay <[email protected]>
Translated Yii2 core messages in Bulgarian language (#17010) [skip ci]

4c88805f8539873c483aeb506abff5a90a0bbc0f authored almost 6 years ago by Dzhuneyt <[email protected]>
Fixes #16974: Regular Expression Validator to include support for 'u' (UTF-8) modifier

a790685e66e90340d52952523f22ce0841a04861 authored almost 6 years ago by Dzhuneyt <[email protected]>
Minor cleaning of .gitignore files in tests folder (#17007)

1) `/runtime/cache/*` already ignored by file `/tests/runtime/.gitignore`
2) `/tests/runtime/as...

e0e73cf5b5259299d21b560c1ae216cf0f85bb53 authored almost 6 years ago by Pavel Ivanov <[email protected]>
Fixes CommandTest::testCreateView() cleanup logic (#17006)

View must be deleted before deleting the tables on which it depends, otherwise we will get error...

bc9f8bd8a38553bcb1bc3e6dd7144fd945d4a423 authored almost 6 years ago by Pavel Ivanov <[email protected]>
Fixes #16941: Set `yii\console\controllers\MigrateController::useTablePrefix` to true as default value

1a34f61e56f74ed0264203abf21ad67280eba298 authored almost 6 years ago by Nikolay <[email protected]>
Fixes AssetBundleTest for vagrant ENV (#17003)

1. There is no need to use setUp/tearDown just for one TestCase method.
2. Previous implementat...

966f262016db02ed5217b3881d51d0f7f85cb64f authored almost 6 years ago by Pavel Ivanov <[email protected]>
Removed unneeded changelog line [skip ci]

a4b12b14cacb0d9ddac3b71015aaa047d1580b9a authored almost 6 years ago by Alexander Makarov <[email protected]>
Merge pull request #16998 from GHopperMSK/16966-add-array_expression-support-to-relation-data

Add ArrayExpression support in related tables

66ecd6b5b688c36bf4fd059e9134d14e42177a31 authored almost 6 years ago by Dmytro Naumenko <[email protected]>
Fixed code style

698e45ac1ef7207f2a2af44b38101a9998a84da7 authored almost 6 years ago by Dmytro Naumenko <[email protected]>
Merge branch 'master' of git://github.com/yiisoft/yii2 into 16966-add-array_expression-support-to-relation-data

a5182e5d5eecc52622d8e1a0b3c6cb43641f5ca1 authored almost 6 years ago by GHopper <[email protected]>
Fixes #16891: Fixed Pagination::totalCount initialized incorrectly

e1623868f9e95769074312f8582c1709cfcb52a8 authored almost 6 years ago by taobig <[email protected]>
Reduce the Cyclomatic Complexity level

d02fb4e3dd5c382a98325d7b632611ce189bdf08 authored almost 6 years ago by GHopper <[email protected]>
Add ArrayExpression support in related tables

a7771acd8d886174134a0358569faeb59237f98d authored almost 6 years ago by GHopper <[email protected]>
Issue #14609: test case for further discussion (#16990)

379a2002dd8af037d86e1db1a6a1607f0775478a authored almost 6 years ago by Pavel Ivanov <[email protected]>
Fixes #16028: Fix serialization of complex cache keys that contain non-UTF sequences

7d494d0d245703a13350ddbd935cd2ae3aefa3d4 authored almost 6 years ago by Pavel Ivanov <[email protected]>
Fixes #16945: Fixed RBAC DbManager ruleName fetching on the case of PDO::ATTR_ORACLE_NULLS => PDO::NULL_TO_STRING

2b79a0c5bac111f990ebfa5976aee5e7ed31aba6 authored almost 6 years ago by Razon Yang <[email protected]>
Fixes #16081: Fixed composite IN using just one column

b128ec85f4ff105c1ab2f216417e01c670c8870a authored almost 6 years ago by Pavel Ivanov <[email protected]>
Fixes #16926: Fix shell autocompletion

ebb5976a22f71b888e72315820f8582642b9d6b2 authored almost 6 years ago by Nikolay <[email protected]>
Fixed typo in MessageController docs [skip ci] (#16982)

5250197d3b372699d4471e88252ae7e0a1f3352a authored almost 6 years ago by Ruitang Du <[email protected]>
Update ROADMAP.md (#16992) [skip ci]

8a641a99b897c7909121978f896743f5090b1b17 authored almost 6 years ago by talentant <[email protected]>
Disabled deprecated warnings for PHP 7.3 tests (#16997)

3c1f1e4dccc764a208fb9b31459662bc1c1829ab authored almost 6 years ago by Pavel Ivanov <[email protected]>
Merge remote-tracking branch 'upstream/master'

4fb4445b3654e09e5dcad12b9e2ab7f5438613e5 authored almost 6 years ago by Phan Xuan Dung <[email protected]>
Fixes #15850: check basePath is writable on publish in AssetManager

572e5f6655f279df574fe4937406ec04a6852cbc authored almost 6 years ago by Andrew <[email protected]>
Fixes #16969: Fix `yii\filters\PageCache` incorrectly storing empty data in some cases

197feeb255c270d8824e7805d571e5c9acca9523 authored almost 6 years ago by Sam <[email protected]>
docs/guide-ja/start-installation.md updated and translators.json added [ci skip] (#16964)

d1c3dac0f7177c3c31cc193fe26e6053f3f69e2a authored almost 6 years ago by Nobuo Kihara <[email protected]>
Fixes #16910: Fix messages sorting on extract

c162bd7ae79189baae259c791de520df33aed417 authored almost 6 years ago by Andrew <[email protected]>
fix syntax error in fr and es guide

these were failing the PDF build

d07e286dbdc2d5990942bb71ee49698a0051091d authored almost 6 years ago by Carsten Brandt <[email protected]>
Fix syntax errors in Chinese guide

these were failing the PDF build.

f79d3d7edc90963d4de61d6f8e7fa5d76680ff20 authored almost 6 years ago by Carsten Brandt <[email protected]>
Fixed grammatical error (#16957) [skip ci]

1cf22d02520d948d17c62bf313286e2fe91c65a0 authored almost 6 years ago by Artem Ostapenko <[email protected]>
Непонятно какой параметр 'r' (#16958) [skip ci]

Очень далек от контекста. Я сразу не понял о каком параметре речь

429ddbdf6425239f58e7a7960fb5a3030a59c5c5 authored almost 6 years ago by Alex Tkachuk <[email protected]>
Normalizing string numeric (#16943)

1db55e6b0de30100e8117453d926d6595c9ae5b3 authored almost 6 years ago by Bizley <[email protected]>
Fix #15683: Fix file as array uploading in MultipartFormDataParser (#16950)

3221ab076962eaaa1d4286ce751f8ff8ea934e95 authored almost 6 years ago by Andrew <[email protected]>
Fixes #16469: Allow cache to be specified as interface and to be configured in DI container

b5be47321b6de01158ee3a2f34c3391b06e331f1 authored almost 6 years ago by Dmitry V. Alexeev <[email protected]>
Added "start looking ahead" to ar guide translation (#16952) [skip ci]

4656e2dcdce60050a2d4f68e70eb9489e9db646e authored almost 6 years ago by Anees Hikmat Abu-hamid <[email protected]>
Fixes #16687: Add missing translations for `nl-NL` durations used in `yii\i18n\Formatter::asDuration()`

712b6accce588ee36d429ef1e73f9162cfc3de5c authored almost 6 years ago by Dmitry V. Alexeev <[email protected]>
Fixed typo (#16947) [skip ci]

bd3193a52aa1a1ba5400d2e14f31ec8d42518ad6 authored almost 6 years ago by Ondřej Vašíček <[email protected]>
Added gii translation for ar language (#16942) [skip ci]

2fab70731a1644fc5b31b17d78d9edc18b753f05 authored almost 6 years ago by Anees Hikmat Abu-hamid <[email protected]>
Fixed additional regression in number formatting

Related to https://github.com/yiisoft/yii2/issues/16934

4d3a1404827e5d49d7e75eb0b92fe2bc0d18ca36 authored almost 6 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fix Apache URL rewriting (#16936)

bca1e88fbdf4c74ec51f5135ef2b7a6261ccb1d6 authored almost 6 years ago by Bizley <[email protected]>
Fixes #16822: Create config dir recursively in message/config

db1d730695d3e58d4bdac51bea66b472cb2cd496 authored almost 6 years ago by Groonya <[email protected]>
Fixes #16580: Delete unused php message files in MessageController if `$removeUnused` option is on

8150cd1ed47ed546015bbe3fbfe847be95f27cce authored almost 6 years ago by Groonya <[email protected]>
Fixes #16022: Fix UniqueValidator for PostgreSQL. Checks the uniqueness of keys in `jsonb` field

b4adada51e4a9494ae1eeab7ff0d752f49d8737f authored almost 6 years ago by Alex <[email protected]>
Fixed regression in formatter when passed value is a string representation of float without decimals

a03376413c133d51665bc65f18280aae05c18dc5 authored almost 6 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Update Formatter.php

8bccbd595ded27158f165e543c03baee155bd138 authored almost 6 years ago by Carsten Brandt <[email protected]>
Update Formatter.php

fe07177dddeaf4b8d9c1dcbc103ba3d6f572cb10 authored almost 6 years ago by Carsten Brandt <[email protected]>
Removed wrong spellout formatter test (#16924)

bbfa45f133401ba394f304700852d7c56b5e3c9e authored almost 6 years ago by Bizley <[email protected]>
Fixes #14950: Fixed `yii\i18n\Formatter` methods `asInteger`, `asDecimal`, `asPercent`, and `asCurrency` outputs for very big numbers

59e99a67c74ee51aeb9560ca78708c3cc6a09d71 authored almost 6 years ago by Bizley <[email protected]>
Add work with database to ar guide (#16921) [skip ci]

324884a5d583b81219d74c4c31496e8116821a7a authored almost 6 years ago by Anees Hikmat Abu-hamid <[email protected]>
Use `sprintf()` in `Target::getTime()` (#16883)

* Use `sprintf()` in `Target::getTime()`.

* Changelog line [skip ci].

5349132043aa157b8182c8aaae6d63116cf3aa6d authored almost 6 years ago by Robert Korulczyk <[email protected]>
Enhanced PHPDocs for IdentityInterface::getAuthKey()

8c72db9b48087992e109aaf297d91dd30bafbdc1 authored almost 6 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fixed excess logging of sensitive information in `\yii\log\Target`

826a0fecdd16eac80b658ff92391f8b75a28b7d3 authored almost 6 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fixed CSRF token check bypassing in Request::getMethod()

1e13bfd13d671fb070fe39dc99b9060bb73044ae authored almost 6 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fixes #16903: Fixed 'yii\validators\NumberValidator' method 'isNotNumber' returns false for true/false value

d7ffda020b391b2fecf167a6f7e7a718bfc311fc authored almost 6 years ago by Anna Borzenko <[email protected]>
Fixes #16897: Fixed `yii\db\sqlite\Schema` missing primary key constraint detection in case of `INTEGER PRIMARY KEY`

3907895324f72f65d757c25c2e72fa2565210615 authored almost 6 years ago by Bizley <[email protected]>
Merge pull request #16902 from yiichina/doc

Comparing with the latest master branch, the translation of all Chinese parts has been completed.

ec4509f21c2aa286fbb7aa2f258e561ece05ea38 authored almost 6 years ago by Carsten Brandt <[email protected]>
Merge branch 'master' into doc

d08d0bf5ffef7a007d9b36855307f5b28ca8cf41 authored almost 6 years ago by 崔亮 <[email protected]>
added test to verify intl number formatter works with text options

issue https://github.com/yiisoft/yii2/issues/16900

e16dcd967478ef682bbe21085ada589ffb158ad4 authored almost 6 years ago by Carsten Brandt <[email protected]>
Merge pull request #117 from iyuanc/patch-7

Update db-migrations.md

711ce1c37610f31a5039a55b5ccb8cd2cb056612 authored almost 6 years ago by 崔亮 <[email protected]>
Update db-migrations.md

cd73ce901fd14f9ab206173a50511400f72b26bd authored almost 6 years ago by 崔亮 <[email protected]>
Update db-migrations.md

a76688ac7f9c64053acf531c08738e617845fa43 authored almost 6 years ago by yolanda <[email protected]>
Revert "Fixes #16629: ActiveField::inputOptions were not merged with options passed for radio and checkbox"

This reverts commit 8334ab3060dc97fac87c1fb176ce6d92be175e80 as it
breaks layout for checkboxes ...

8b7e878f1ddbde0686ebc9b04bcb0240b92f99f7 authored almost 6 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Update db-migrations.md

ace541a4ffc7def160e32d9a0c898ce564ce5bf7 authored almost 6 years ago by 崔亮 <[email protected]>
Merge pull request #114 from weikaiiii/patch-1

Update rest-controllers.md

333534ac9750de0aae547d31ca4721bdf4d8bb74 authored almost 6 years ago by 崔亮 <[email protected]>
Update rest-controllers.md

e33f5278d139a48dfe62fe541f75812ddbe0e26c authored almost 6 years ago by 崔亮 <[email protected]>
Update rest-controllers.md

434be848e013a48f4e84eacc7c51e6aae813d9a9 authored almost 6 years ago by weikaiii <[email protected]>
Merge pull request #113 from deepziyu/doc

Update db-query-builder.md

288d5e439a168ee45c9f6d8d671bfe4dc2b623f7 authored almost 6 years ago by 崔亮 <[email protected]>
Update db-query-builder.md

d58ebc507feb1f28fd7fb1d3acd71334331abc31 authored almost 6 years ago by 崔亮 <[email protected]>
Update db-query-builder.md

e430cc5adbbe06a7aaf358ba23263bcb4176dbac authored almost 6 years ago by 崔亮 <[email protected]>
Update db-query-builder.md

美化

4076d593328b2b12840c2cc8c2e9102615c305c6 authored almost 6 years ago by deepziyu <[email protected]>
Update db-query-builder.md

add 自 2.0.14 版起的对象格式
add 条件构建安全过滤提醒
add 批量查询的论述
add 自定义查询条件和表达式的长篇论述

8a98c82945e8d38a1447564d5b58fb8541fa0fd7 authored almost 6 years ago by deepziyu <[email protected]>
add En lines to db-query-builder.md

423331a1134a4c8a966ccf4fae3f9ed928867fbf authored almost 6 years ago by deepziyu <[email protected]>
Merge pull request #112 from iyuanc/patch-2

Update output-data-providers.md

42bcea5fd32b1b98e5ca0f0a8f1ded9e45294231 authored almost 6 years ago by 崔亮 <[email protected]>
Update output-data-providers.md

983d9085378a23209d137983bab3ce44a7626b9a authored almost 6 years ago by yolanda <[email protected]>
Merge pull request #111 from iyuanc/patch-1

Update structure-modules.md

24405b251e575aedc4d659d90bfdad2bbe1f6bfd authored almost 6 years ago by 崔亮 <[email protected]>
Update structure-modules.md

00e0f656d29c4eb4ead9ab003c80eec6b2af0b5d authored almost 6 years ago by 崔亮 <[email protected]>
Update structure-modules.md

e4573a9193640301a70eef54cb2de87b43e79e4c authored almost 6 years ago by yolanda <[email protected]>
Merge pull request #109 from iyuanc/patch-11

Update structure-models.md

419dd8d24d48e9c79ec5a94145ec4b1223b6aa8e authored almost 6 years ago by 崔亮 <[email protected]>
Update structure-models.md

8d6f7952f14130c1c359ae30ac6066999b234b96 authored almost 6 years ago by yolanda <[email protected]>
Update tutorial-yii-integration.md

afb852cf4862ef1a9df493edad9df764ddbca202 authored almost 6 years ago by 崔亮 <[email protected]>
Update tutorial-yii-integration.md

b0f5e5d0005a121910a60e96f13b78afcda19cf6 authored almost 6 years ago by 崔亮 <[email protected]>
Update tutorial-shared-hosting.md

08487e92e430feb183caa47bfeb8e652469d05fb authored almost 6 years ago by 崔亮 <[email protected]>
Update output-pagination.md

3473f8e302d808143ee24575b55e124046c100ed authored almost 6 years ago by 崔亮 <[email protected]>
Update output-pagination.md

300478c6be4f66d9d5adba86522265ed6ad1537e authored almost 6 years ago by 崔亮 <[email protected]>
Update output-pagination.md

4497494ba819684124711f2a491ef5975d143404 authored almost 6 years ago by 崔亮 <[email protected]>
Update output-pagination.md

8dc5eab462f7e3733c9374eea94a92a7743c0b32 authored almost 6 years ago by 崔亮 <[email protected]>
Update output-pagination.md

d578d24d6882617c8c7deb195fc41996184b7bb7 authored almost 6 years ago by 崔亮 <[email protected]>
Update security-best-practices.md

cfec892062513914f341dbd59ccb1e6da66245b1 authored almost 6 years ago by 崔亮 <[email protected]>
Fixes #16629: ActiveField::inputOptions were not merged with options passed for radio and checkbox

8334ab3060dc97fac87c1fb176ce6d92be175e80 authored almost 6 years ago by Paweł Jankowiak <[email protected]>