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

Added EmailValidatorTest to prove CVE-2016-10074 does not affect EmailValidator

6af2a433909a25be951a362f8e56ce58dcbbe180 authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Added translation for unique validator (#13286) [skip ci]

765588933b5e36a442b1f7d0048d48103e9dc9fd authored almost 8 years ago by jetexe <[email protected]>
added GPG signing to release controller

issue #13204

abac69206d6c78707d64a1e75535883c9c86ac3a authored almost 8 years ago by Carsten Brandt <[email protected]>
updated docs about deleteALl() and updateAll()

30e599b94fbe79bd7bbec29a26987bb0ae4e2a0a authored almost 8 years ago by Carsten Brandt <[email protected]>
Fixes #12703: Fixed `StringHelper::truncateHtml()` non functional when dom PHP extension is disabled

210cf36750e7633e2905c17d359289091473dd73 authored almost 8 years ago by Alexander Makarov <[email protected]>
Fixed naming for #13214 as suggested by Paul

c33583aede8ddc8d38fcc630e0fb8dd45bef1db4 authored almost 8 years ago by Alexander Makarov <[email protected]>
Merge pull request #13214 from yiisoft/xml-formatter-root-and-object-tags

Xml formatter root and object tags

77429f7e5f7f331d86b0cf1656cca24041f3a2d2 authored almost 8 years ago by Alexander Makarov <[email protected]>
CHANGELOG merge fix

56583c37e36b7cec55b705fca4cb76ae5212b5ae authored almost 8 years ago by Alexander Makarov <[email protected]>
Merge branch 'master' into xml-formatter-root-and-object-tags

c175c6b73aa637953dcd9bfcad05a1bfabe4bacf authored almost 8 years ago by Alexander Makarov <[email protected]>
Improved HATEOAS example (#13250) [skip ci]

e27a13bb19e7edb558899d4e75910078f78d40d6 authored almost 8 years ago by Evgeniy Tkachenko <[email protected]>
`MigrateControllerTestTrait` fix for HHVM

6211f9c0303fb770ae8a0935b810e27dd54270f3 authored almost 8 years ago by Klimov Paul <[email protected]>
Code style fix

194577c55e1d8e51cef2175ac6c6781cc0db21b2 authored almost 8 years ago by Klimov Paul <[email protected]>
Fix existing test

3ea5b97585d15b88d97a8f7e4d5ca6036e279900 authored almost 8 years ago by kidol <[email protected]>
Merge pull request #13262 from arogachev/patch-3

Fixed grammar in .gitignore

2d22434d595db541e21f7cab37b9238ea640a560 authored almost 8 years ago by Dmitry Naumenko <[email protected]>
Fixed grammar in .gitignore

a4d6bd3d713bae18e5e44dc3b8ae18f25f59ca29 authored almost 8 years ago by Alexey Rogachev <[email protected]>
added missing version information

fixes #13259

e13a18ba8bbab1d1f8f901c11f46ba0c79152af1 authored almost 8 years ago by Carsten Brandt <[email protected]>
Fix race conditions in FileMutex

85cbe8dbafb06d0af49d4b221f4c6035e32afa56 authored almost 8 years ago by kidol <[email protected]>
added test for ArrayHelper::multisort() with closure key

related to #13248

c4857176ac30b51ffc14880562c63c048932cfe0 authored almost 8 years ago by Carsten Brandt <[email protected]>
Revert "fix ArrayHelper::getValue() to throw exception on invalid input"

This reverts commit e963b2af6486dd79c26a460148c63efb580f53fc because of BC breaking reported in ...

ed82ba4ee24497905c72d408705bc9227e4272cd authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Merge pull request #13252 from githubjeka/patch-3

Update ActiveDataProvider.php

f965e362ccea9a1ae0687d8072f1e1142067a4ca authored almost 8 years ago by Dmitry Naumenko <[email protected]>
fixes #13221

Make \yii\db\QueryTrait::limit and \yii\db\QueryTrait::offset methods works with \yii\db\Expression

5488fc6e289052feca388150485c8493e3baba6e authored almost 8 years ago by p.chapl <[email protected]>
Update ActiveDataProvider.php

69de8f846019ef403f38d792ff5668c7c99303f3 authored almost 8 years ago by Evgeniy Tkachenko <[email protected]>
better docs about decimal numbers in Formatter

fixes #12520

b4b2b0e6d152d07376c3f850bfdfe43144746c98 authored almost 8 years ago by Carsten Brandt <[email protected]>
Fix fetching table schema for `pgsql` when `PDO::ATTR_CASE` is set

8f5f54045593be0af4d0595d4bbbf0034f993882 authored almost 8 years ago by Klimov Paul <[email protected]>
updated images gii (#13244) [skip ci]

c3c6035117141da2cfc15cda7565c0f84baa90b2 authored almost 8 years ago by Evgeniy Tkachenko <[email protected]>
Merge pull request #13246 from arogachev/patch-3

Fixed comments in travis.yml [skip ci]

87f2d559a2800dcb72592fab1358bad4c1fe2884 authored almost 8 years ago by Dmitry Naumenko <[email protected]>
Fixed comments in travis.yml [skip ci]

d2bafcc2a15b7d2b40c1b2faafaea4e101c23909 authored almost 8 years ago by Alexey Rogachev <[email protected]>
Speed up hhvm unit tests - disable jit (#13189)

Turn off the hhvm JIT to speed up the hhvm unit tests.

Source: facebook/hhvm#6979

e1ba2899784126f3eb1c769a1e11de0d2cd723ff authored almost 8 years ago by Walt Sorensen <[email protected]>
Merge pull request #13216 from yiisoft/arrayhelper-error

fix ArrayHelper::getValue() to throw exception on invalid input

85620559379d7384726b6896e4b067ff04c1dc1d authored almost 8 years ago by Dmitry Naumenko <[email protected]>
Merge pull request #13217 from yiisoft/throwable

Catch `\Throwable` in critical places

3624eae23f1423da5fe5ea9c69a0f30e457e6d9c authored almost 8 years ago by Dmitry Naumenko <[email protected]>
Merge pull request #13188 from yiisoft/guide-client-scripts

Edited and extended Guide section about client scripts

405c8b7e43e286f53663b4eaf284d9d209be353b authored almost 8 years ago by Dmitry Naumenko <[email protected]>
Merge pull request #13239 from arogachev/12947-travis-composer-install

Use composer install instead of composer update in Travis (#12947)

e7f186d0005355c768c30ba21546aa7dac6dc739 authored almost 8 years ago by Dmitry Naumenko <[email protected]>
Minor changelog fixes

09901a2af1b06720ee38907f50587db59291ff6a authored almost 8 years ago by Alexander Makarov <[email protected]>
refs #11122: Fixed can not use `orderBy` with aggregate functions (#12772)

* refs #11122: Fixed can not use `orderBy` with aggregate functions like `count`, `max` etc.

...

25e6eb04a5e23203cd6e5da8db427afe5a46f5bb authored almost 8 years ago by Pavel Chaplygin <[email protected]>
Calculation of activity menu item through the closure

Extended documentation

4afbad1aae2d0f2873ae2e5fd6333c1eb7d643be authored almost 8 years ago by voskobovich <[email protected]>
Enhanced PHPDocs, added Unit tests, updated CHANGELOG

a710345ea788530ee4bc903bfcc795a160b63797 authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fixes #12840, #12836, #13231, #13232

Additionally added tests for #10302 (#10284 (comment)), #10284 (#10217 (comment)), #11729

8d813f7bf12503731f70c2acae23f20f287ebe80 authored almost 8 years ago by Alexey Rogachev <[email protected]>
ListView: PHPDocs and tests enhanced

24dae19fc83848190ccfb54fe77dea96698c2c5e authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Merge branch 'mdmunir-enhance_listview'

0148325426ea495cbfcc7170ed8c45a0bccfbb1e authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Refactored ListView::beforeItem, ::afterItem. Added Unit tests.

cdabb660d65f7810a9c68f12e1b0ad4d1cd8869e authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Add `beforeItem` and `afterItem` to the `ListView'

added changelog

cc2e6bcd563eb27f972df1e33ad4ac4245540cdb authored almost 8 years ago by mdmunir <[email protected]>
Use composer install instead of composer update in Travis (#12947)

2b29a779c82d3eb29543e1e9007a2bb3920a6a79 authored almost 8 years ago by Alexey Rogachev <[email protected]>
Fixes #11906: Updated `yii\widgets\MaskedInput` inputmask dependency to `~3.3.3`

bd552113b21ef280626356652b7a191cc339b522 authored almost 8 years ago by Alexander Makarov <[email protected]>
Fix tests on travis. (#13238)

2a68351ec38c7a2267e1818e8a594efe9597b8db authored almost 8 years ago by Robert Korulczyk <[email protected]>
Fixed QueryBuilderTest

df733d1bbefdbb79ec2738cbf6423be19b98e5ab authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fixes #13235: Update persian (farsi) messages and some translate it (#13237)

40143239b21964aaf8cec1da5891e9ee6a54e506 authored almost 8 years ago by NabiKAZ <[email protected]>
Fixed QueryBuilderTest to work with PgSQL and other DBMS

2f8225a244b4a2d384b38778a9aa8cf8cd5936a7 authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fix #13108: Negative integer parameter causes "Unknown alias" error w… (#13220)

* Fix #13108: Negative integer parameter causes "Unknown alias" error when you execute command c...

b985ea34766ca7830b505704a78812ebd40ede08 authored almost 8 years ago by Daniel Gómez Pan <[email protected]>
Added tests for QueryBuilder::batchInsert()

54c7e0c4349e9b119dced0c661ac2870a9e70b61 authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Added rob006 to changelog line

cad400b6ff1dcca32567ab90dac2a9ec653a573e authored almost 8 years ago by Alexander Makarov <[email protected]>
Merge branch 'master' into fix-numbervalidator-comma-decimal-separator

a7f0a3c147ffec7a4e7c931ca0dca17a192bcfe0 authored almost 8 years ago by Alexander Makarov <[email protected]>
Fix tests. (#13227)

08054bba6df38244fa5089da8e88f1a62bfcb155 authored almost 8 years ago by Robert Korulczyk <[email protected]>
Enhanced PHPDocs

4e32fb1eba1cb3a86f04048fbbee84b34b8cc9ff authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Added rbac\BaseManager::hasNoAssignments()

5795b3937eab3764a79e180f259dbabd6f655dad authored almost 8 years ago by Ni-san <[email protected]>
Try #2 to fix travis build on PHP < 7

dd4b5afb5bed0334d16b0aa7ef877e0474077323 authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Revert "Try to fix travis build on PHP < 7"

This reverts commit 779b687415d4861d2127db3fc425620d1cc7a5f8.

da5fbbd20e96af276c15ca42a4c88e9568760950 authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Try to fix travis build on PHP < 7

779b687415d4861d2127db3fc425620d1cc7a5f8 authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Enhanced `handleAction()` in `yii.js`

Closes #12737

7b5efe516188cd38234c575ffb1f223bd8988bb8 authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Merge branch 'master' of github.com:yiisoft/yii2

0f6b69afadd050b1e4a91529cffe63e628d13a75 authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
more details about PHP 5 and 7 compatibility regarding Throwable

cb52c42cf50bea0bc02debca06b2d57aad954034 authored almost 8 years ago by Carsten Brandt <[email protected]>
Fixes #11771: Fixed semantics of `yii\di\ServiceLocator::__isset()` to match the behavior of `__get()` which fixes inconsistent behavior on newer PHP versions

66e815871609a87f01b3a396fd974a466dafdd5e authored almost 8 years ago by Carsten Brandt <[email protected]>
Fixes #12713: Fixed `yii\caching\FileDependency` to clear stat cache before reading filemtime

483c6c1867c6b839a2745fda84ddc48ae2196b15 authored almost 8 years ago by Sergey <[email protected]>
Fixes #12612: Query conditions added with `yii\db\Query::andWhere()` now get appended to the existing conditions if they were already being joined with the `and` operator

350e93e6260409f94728f2cd7b687b198a7151f6 authored almost 8 years ago by Brandon Kelly <[email protected]>
Merge pull request #13110 from dynasource/fix-pjax-automatic-id

Custom ID generation for Pjax widgets to solve unstable ajax calls (i…

e4d9e9df4e160b3dec23966e517895c0ac2ecffe authored almost 8 years ago by Alexander Makarov <[email protected]>
Merge branch 'master' into fix-pjax-automatic-id

8c5c7047a642e3475ae9002d3dd72bc91b2ee7c7 authored almost 8 years ago by Alexander Makarov <[email protected]>
docs about JSON and UTF-8

fixes #10761

18bac955c1edb61a52e0e09e14b114a16c66b575 authored almost 8 years ago by Carsten Brandt <[email protected]>
Catch `\Throwable` in critical places

Added catch `\Throwable` to be compatible with PHP7.
Added it in cases where object state needs ...

a3b6dfbb7b0588f53afcb59b6b338aa36d9715ec authored almost 8 years ago by Carsten Brandt <[email protected]>
fix ArrayHelper::getValue() to throw exception on invalid input

fixes #12927

e963b2af6486dd79c26a460148c63efb580f53fc authored almost 8 years ago by Carsten Brandt <[email protected]>
Update UPGRADE.md

22787571b43d5c13aea4a7a978c969c8db3782af authored almost 8 years ago by Carsten Brandt <[email protected]>
note about disabling serializer on arraycache

close #12984

4496b3e79929ceb5f722d1c54a424a8cdc4aa3a2 authored almost 8 years ago by Carsten Brandt <[email protected]>
Handle root tag set to null or false or empty. Fixed version in `@since`

8ba78398c70c9209d4b53bf24c24394c47e8ec74 authored almost 8 years ago by Alexander Makarov <[email protected]>
fixed changelog

6d4c61ce1664247a31509bb543fcc89adc1353c4 authored almost 8 years ago by Carsten Brandt <[email protected]>
fixed issue with rest\UrlRule extraPatterns

url creation did not work when no HTTP verb was specified.
fixes #13200

9821c589c5a8db97a5e690d7ce13b287d6c95939 authored almost 8 years ago by Carsten Brandt <[email protected]>
Closes #11418: Added test for #11418

e83624df9e695b96b92fd82bbe8dfd0b8b25e8c3 authored almost 8 years ago by Alexander Makarov <[email protected]>
Test empty commit

f1a34773e1ace10c08deabd6a3b3d37416c1c472 authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Test empty commit

cfbdb06d6dd6365db02a19a46a37c51dc8bf8953 authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fixed FileHelperTest::testFindFilesRecursiveWithSymLink()

11c58549d4e155dcd00d36cd4cea4fe346ee85f1 authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fixes #12419: Added ability to remove root tag and object tags for `yii\web\XmlResponseFormatter`

2f7c1b36b50d05c8172679cf27a579d5ee00ab7f authored almost 8 years ago by Alexander Makarov <[email protected]>
Merge branch 'zalatov-fix-filehelper-findfiles-isdir'

50953c2960549a727a9650d0db36cf21f0c542e9 authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Updated FileHelperTest

9a45b70adfc5b8284889e671cd1f00400c52917a authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fixed CHANGELOG merge problems

cfe5202e446fae5e2c780baaec3d7e7015a1f141 authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Add is_dir() validation for BaseFileHelper::findFiles().

Sometimes it throws exception when file/directory is deleted or moved while executing script.

1d5a6d17224a7c79f508c8abdadf7aab3f503c88 authored almost 8 years ago by zalatov <[email protected]>
Initial work on #12419

1dcc6042b63fe5454c10cc6d1e4345ede204886b authored almost 8 years ago by mhthnz <[email protected]>
Reordered CHANGELOG

821ba54720ec54d278cbf11dcc46ca430be9cb8f authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Merge branch 'master' into fix-pjax-automatic-id

877f82d27c68b0a905b6e4a4bbde990a6ce047bd authored almost 8 years ago by Alexander Makarov <[email protected]>
Merge pull request #13210 from yiisoft/query-filter-having

Query filter having

cc23f94b5d21b439fe5480a67217e7ac217c533a authored almost 8 years ago by Alexander Makarov <[email protected]>
Merge branch 'master' into query-filter-having

3e0323771324f42535da8cc206cc267b1537f0bf authored almost 8 years ago by Alexander Makarov <[email protected]>
Removed duplicate assertion from tests, divided test method into two

b78d6367ba454e71a6dffd752ae29683a3203206 authored almost 8 years ago by Alexander Makarov <[email protected]>
Refactor validateAttribute method in UniqueValidator (#13202)

* Refactor validateAttribute method in UniqueValidator

Extract prepareParams and prepareQuery...

bfba0aa711869f2eed3ecd5d1b672c55a72a4554 authored almost 8 years ago by Elvira Sheina <[email protected]>
added tests for rest\UrlRule::createUrl()

verify issue #13200

01997441ccd09e48f7e14859e12342598302083e authored almost 8 years ago by Carsten Brandt <[email protected]>
Enhanced PHPDocs markup

518be6b8ec61df2c39b3de3e0f26d74626f4f304 authored almost 8 years ago by Dmitry Naumenko <[email protected]>
Fixes #11697: Added `filterHaving()`, `andFilterHaving()` and `orFilterHaving()` to `yii\db\Query`

Signed-off-by: Alexander Makarov <[email protected]>

837b33767c20b592fc01f9775e1fb72d57c19995 authored almost 8 years ago by Alexander Makarov <[email protected]>
Initial work on #11697

e78a7fe20eb87cd81e6d52f2b34c886a5bcbca58 authored almost 8 years ago by Konstantin Tsukur <[email protected]>
Fixed `ActiveRecord::unlinkAll()` to respect `onCondition()`

Closes #12213

88f2348ed512136c85c3019e990a9c2f315d3582 authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Rebased "Revamps PageCache to store data in one entry (#10506)" (#12145)

da944aa9c0a5b1ea39ebeee1404bc4b1934b3b74 authored almost 8 years ago by Sergey Makinen <[email protected]>
All words in h3 in docs must start with capital letter (#13207)

7be8ccbb4168e34155d16dcd3042be751c6716fb authored almost 8 years ago by Alexey Rogachev <[email protected]>
Fixes #13183: Docs for working with separated migrations (#13201)

a1581329cf161d871251289c126aa7f3e5944bfd authored almost 8 years ago by Alexey Rogachev <[email protected]>
Fixed order or checks in IpValidator

Fixes #13198

a132ee9a08079d726883068983d02e8aa0af7214 authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
redundant code removed

50b668eee81d0c9c187c1258745e946ed248548c authored almost 8 years ago by Klimov Paul <[email protected]>
Minor syntax and style fixes

b13940c31d46be081f9f6917c4c6520999af1be6 authored almost 8 years ago by Alexander Makarov <[email protected]>