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

Enhanced error handling in ReleaseController [ci skip]

3d427b2f9741dfeea59116dae4ae2b4e7a6681a4 authored almost 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Reordered CHANGELOG [skip ci]

3b6fc89a5b305f177f8d4a07396154a308fb827a authored almost 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
fixed duplicating wildcard event trigger at `Event::trigger()`

d8ea5b4c48ea676b002eaba4ff01c50ed71d81d4 authored almost 7 years ago by Paul Klimov <[email protected]>
Merge pull request #15668 from SilverFire/expression-in-batchinsert

Added `yii\db\ExpressionInterface` support to `yii\db\Command::batchInsert()`

9de09053ec6f276fc5407ade1b7a14693aa2bbb7 authored almost 7 years ago by Dmitry Naumenko <[email protected]>
Added `yii\db\ExpressionInterface` support to `yii\db\Command::batchInsert()`

Fixes #15661

ec9f030379e0d1d7b51255dce0fd49c376eb204b authored almost 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Merge pull request #15666 from frontbear/patch-1

fixed missing `)` caused by commit 67caf02

19552c627d26a3b6647e0cf38b985296f09760fa authored almost 7 years ago by Dmitry Naumenko <[email protected]>
seems missing a `)` here...

636b393af043866127c52111b4213aab986611c9 authored almost 7 years ago by Ruitang Du <[email protected]>
Merge pull request #15663 from alexeevdv/bugfix/file-target-disabled-directory-creation

\yii\log\FileTarget directory creation is moved to export() method

ba3b5a16af51d215355cc03fdff0df96912c6f57 authored almost 7 years ago by Dmitry Naumenko <[email protected]>
Check db driver have useMaster or not for calling. (#15664)

Breaking change in mongodb or another driver.
In checking unique validation in mongodb validato...

1c90fec8a80d353c6b48bebfe5c3543840ec119f authored almost 7 years ago by Jafaripur <[email protected]>
changelog

c25147b1e1a2e056f24a2cd1562646814b339d51 authored almost 7 years ago by Dmitry Alekseev <[email protected]>
Reordered CHANGELOG [skip ci]

1377a83f5859b9d657a55b12865700f5655fd805 authored almost 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fixed DateValidator to respect time when `format` is `php:U`

Fixes #15628

cf17c9d5c0f76a766094c6f7ee7ee447a9d4be03 authored almost 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Minor code style adjustments, phpdoc

d92aa23a980c49de6f3d1bb177dca78701bb14cb authored almost 7 years ago by Alexander Makarov <[email protected]>
re-added `require` that will break if autoloader is not configured

fb814e4c783dee279d3f6f94d25877f6c8419048 authored almost 7 years ago by Carsten Brandt <[email protected]>
added missing `@since` annotations

0c4c4b72233ae11274ea88275c53cfe265dc357f authored almost 7 years ago by Carsten Brandt <[email protected]>
Code style adjustments

5ec2fb1977c580b8df9f4461cfa458230f8a7897 authored almost 7 years ago by Alexander Makarov <[email protected]>
fix misplaced CHANGELOG lines

0d4e0a8eb4ad7b5877ee96d5d38ceef030feff2a authored almost 7 years ago by Carsten Brandt <[email protected]>
#15476: Fixed ActiveField initial error class in case setting it to input

509153e2abeae27456744f5c99855a30c51f3639 authored almost 7 years ago by Alexander Makarov <[email protected]>
Added info about nesting "expand" to REST docs [skip ci]

d9bd5e5bc680b227d96318465d3fa99b005528d5 authored almost 7 years ago by Alexander Makarov <[email protected]>
Fixed changelog [skip ci]

85b92750b08783d9e41764d3123a83424ac21b46 authored almost 7 years ago by Alexander Makarov <[email protected]>
Fixed `yii\db\HttpBasicAuth` not to switch identity, when user is already authenticated

Fixes #15658

824e6c43214357ecbaa3a0606e94dc9e2567f218 authored almost 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fixed changelog and `@since` tag that was in the wrong method [skip ci]

9cf528a7cbab8eda699e53ef77811c2aae0cd6b2 authored almost 7 years ago by Alexander Makarov <[email protected]>
Minor changelog fixes [skip ci]

d76ebdd781c4615029135bdc8ad63be401a0a206 authored almost 7 years ago by Alexander Makarov <[email protected]>
Mentioned new data caching methods in the guide [skip ci]

f6025c8c59dffc0246161dfecc20e357882d8ffd authored almost 7 years ago by Alexander Makarov <[email protected]>
Added upsert() to the guide [skip ci]

cbe0a7a41e282cbd06c31e1ee25471cdc1172531 authored almost 7 years ago by Alexander Makarov <[email protected]>
Renamed yii\helpers\FileHelper findDirectory() method to findDirectories() to be consistend with findFiles()

56d5867dbe1feeb6ca7cee46560d46c5ff1e2996 authored almost 7 years ago by Alexander Makarov <[email protected]>
#13879: Added yii\db\Migration::upsert()

bbb54762e1ed3a00cae0537e1597a1ee5991ecee authored almost 7 years ago by Brandon Kelly <[email protected]>
Fix typo in UPGRADE.md (#15654) [skip ci]

cc36bdd71c710aa80fb8db26537b8f16cafa5df6 authored almost 7 years ago by Robert Korulczyk <[email protected]>
2.0.14 upgrade guide improvements (#15652) [skip ci]

* Use the right exception name

* include note about 2.1 "early access" changes in 2.0.14 upgr...

cd404b61a22ad1f22f8a30de872caae215d86c2d authored almost 7 years ago by Brandon Kelly <[email protected]>
improve `@deprecated` annotations

be95d136c962e9af31c9166b34c1b8ebafd510e0 authored almost 7 years ago by Carsten Brandt <[email protected]>
Merge branch 'SamMousa-indexby-after-relations-9342'

2ded8acaaefe51d8ed64d6470e5f9639db9eec7e authored almost 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Added CHANGELOG and UPGRADE notes

72ff233475bf041aaa097e18b48472cdc6c196e3 authored almost 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Enhanced tests

a3bf71d8cd831b14ba9c9a23fdaab344f38a628c authored almost 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Merge branch 'master' into SamMousa-indexby-after-relations-9342

Conflicts:
framework/db/Query.php

a3a68f580a6f06c50b1cb4d1790a68f920fec0ad authored almost 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Merge branch 'yuriystovbur-13425-fix-url-rules-cache'

908919d063c46ddc5ba57f0a98475d6cdb1d45e2 authored almost 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Refactored code, added tests

43c85d60ecf9f8e7be87cacfcf3a6ab09a336d56 authored almost 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
changelog

5d5afcaaad9fe3aabb1dd9a2deb2ba972f384ed3 authored almost 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Merge branch 'master' into yuriystovbur-13425-fix-url-rules-cache

b78bb2b6568406f603afefa4c144a0fc7e147ae7 authored almost 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fixes #15644: Avoid wrong default selection on a dropdown, checkbox list, and radio list, when a option has a key equals to zero

3924b48afca3e8268ba5036cdcd56b667b38fee6 authored almost 7 years ago by André Sousa <[email protected]>
Added accidentally removed changelog line [skip ci]

a49a034af9cf1f18dea76aba2b7ea7de926eb0ec authored almost 7 years ago by Alexander Makarov <[email protected]>
Fixes #14254: add an option to specify whether validator is forced to always use master DB for `yii\validators\UniqueValidator` and `yii\validators\ExistValidator`

6a6a4bdc01ff28be1d8ee91066e1ae083ae5bb5e authored almost 7 years ago by rossoneri <[email protected]>
Added tests for #14538, added CHANGELOG line

96a3ddd6ac9fff96af474d3a06308b9243f808dd authored almost 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Update AttributeTypecastBehavior.php

Line `Handles owner 'beforeInsert' and 'beforeUpdate' events, ensuring attribute typecasting.` r...

05136c65c23445e35ca8fc7b4fd0602aa1fa1022 authored almost 7 years ago by Hryhorii Furletov <[email protected]>
Fixes #15272: Removed type attribute from script tag

5ffb3d19307dc5c526ad8057aa9c1bf7b271f5cb authored almost 7 years ago by Aleksandar Belic <[email protected]>
#8092: Enhance exists validator for relations (#15647)

c92846f37d3c72a0f89100576f4ac0791e72f580 authored almost 7 years ago by Alexander Makarov <[email protected]>
Merge pull request #60 from HailouWang/patch-2

FixBugs:afterRender trigger EVENT_AFTER_RENDER

4ba4fdf9ba03d2df2b7a4ff1a2678ec9e8015a0e authored almost 7 years ago by cuiliang <[email protected]>
Merge pull request #59 from HailouWang/patch-1

更新翻译错误,rul->url

24fe77fc95a818d89c5de9be370cff42cc36d0ca authored almost 7 years ago by cuiliang <[email protected]>
FixBugs:afterRender trigger EVENT_AFTER_RENDER

ps:
#yii\base\View::afterRender()
public function afterRender($viewFile, $params, &$output...

0c4c96713acd64fdef2e528af7c616d5805f32d9 authored almost 7 years ago by HailouWang <[email protected]>
更新翻译错误,rul->url

校正输入错误

cb8d18c1a6203c43819bf3e7a7274ad9a6353941 authored almost 7 years ago by HailouWang <[email protected]>
Fixes #8092: ExistValidator for relations

5dd362dea70290920c5fa85412d1d8fbc38d343e authored almost 7 years ago by Elvira Sheina <[email protected]>
Fixes #15120: Refactored dynamic caching introducing `DynamicContentAwareInterface` and `DynamicContentAwareTrait`

db0729cb87c96af9c9c7e5601b855dde0941d065 authored almost 7 years ago by Sergey Makinen <[email protected]>
reordered changelog [skip ci]

a9491f6c06fda91be8ef9ce7c1dfa1de59b8feb0 authored almost 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Updated CHANGELOG

aa8b555bbc00f3d169166519af9679a528cea510 authored almost 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Merge pull request #15643 from SilverFire/make-query-expression

Implement ExpressionInterface in Query

cbf7a2e85c03cf5a27afde8741ed580be5e2d28a authored almost 7 years ago by Dmitry Naumenko <[email protected]>
Fixes #14638: Added `yii\db\SchemaBuilderTrait::tinyInteger()`

afa79dc1b3fd3b4c38678942a5c77d2c28ff9b90 authored almost 7 years ago by Robert Korulczyk <[email protected]>
Fixes #13618: Active record now resets related models after corresponding attributes updates

Co-authored-by: Robert Korulczyk <[email protected]>

45e435734530fd456434e687f506adce68c2b6e0 authored almost 7 years ago by Nikolay Oleynikov <[email protected]>
Merge branch 'master' into make-query-expression

d06802329cd8b8092aa3fa8a9de2511b439b5001 authored almost 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Merge pull request #15641 from SilverFire/between-columns-condition

Added BetweenConditionBuilder

5f90395f0bf38e6244e07c9838a989a579501b98 authored almost 7 years ago by Dmitry Naumenko <[email protected]>
Added BetweenConditionBuilder

Replaces #12678, Fixes #11611

849f825bcdc4357a592d0516b241e6fcdecfc59b authored almost 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fixes #14859: Fixed OCI DB `defaultSchema` failure when `masterConfig` is used

00187315be5f8dccc4eb005b173661aa0a0c1b59 authored almost 7 years ago by remond <[email protected]>
Fixes #15031: Fixed incorrect string type length detection for OCI DB schema

1351d54c9b3828633ed6cb6344c51b28dd44a1a7 authored almost 7 years ago by Roman <[email protected]>
Fixes #14811: Fixed `yii\filters\HttpCache` to work with PHP 7.2

2f1415d7645fdaeb6b1fc65215cf76342c6a8a75 authored almost 7 years ago by Alexander Makarov <[email protected]>
Fixes #15633: Deprecate some things going away/changing in 2.1

- Deprecated `yii\base\BaseObject::className()` in favor of native PHP syntax `::class`, which d...

e55d61b213873849bd6f0a937c06106ab877e358 authored almost 7 years ago by Brandon Kelly <[email protected]>
reordered changelog [skip ci]

21eb72266609c42e7081b93b032fdb0f05e8a2ea authored almost 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Updated CHANGELOG

1bddfb3832dd649f0699ab7698e5eb3b73232bd7 authored almost 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Merge pull request #15626 from CedricYii/hotfix/QueryBuilderOci

Fixes #7640: oci/QueryBuilder wrong namespace

39abae6cefadbd73016e467e58562297a48a92b5 authored almost 7 years ago by Dmitry Naumenko <[email protected]>
Fixes #15625: `yii\grid\DataColumn` boolean filter dropdown list values are now in reversed order

000fbb513ad639d67aab4c390f44ad8666abe152 authored almost 7 years ago by Bizley <[email protected]>
Fixes #11401: Fixed `yii\web\DbSession` concurrency issues when writing and regenerating IDs

0fa8ba7afac2718d99b5321d8926b02dd5dd1102 authored almost 7 years ago by Alexander Makarov <[email protected]>
Fixes #15621: Fixed `yii\web\User::getIdentity()` returning `null` if an exception had been thrown when it was called previously

6208f5426d08581828be87d2f682cadf3f50ab1a authored almost 7 years ago by Brandon Kelly <[email protected]>
Fixes #13879: Added upsert support for `yii\db\QueryBuilder` and `yii\db\Command`

8938a3c22d75722753569f41d67a88871d76cdca authored almost 7 years ago by Dmitry Naumenko <[email protected]>
Bug #15523: `yii\web\Session` settings could now be configured after session is started (StalkAlex, rob006, daniel1302, samdark)

Co-authored-by: Alexander Makarov <[email protected]>
Co-authored-by: Robert Korulczyk <robert@...

09bb87cca0def44ae332a444e2de51c4b26d8e19 authored almost 7 years ago by Alexander <[email protected]>
Use root NS specification for opcoded functions

e2ea3f702655dcff6df9dd727bd252a2bfc8b926 authored almost 7 years ago by Vladimir Reznichenko <[email protected]>
Fixes #15216: Added `yii\web\ErrorHandler::$traceLine` to allow opening file at line clicked in IDE

0218fa6750a6cef68cf47d6785cffe7774111065 authored almost 7 years ago by Гордиенко Владислав Юрьевич <[email protected]>
Merge pull request #58 from SmallOyster/patch-1

Correction of the spelling of a word

32214906543739974d96bcddc2a3f679c10366e6 authored almost 7 years ago by cuiliang <[email protected]>
Reordered property to top [skip ci]

2032f780d36fd07b3aea652cd40c3ec9c6ffc632 authored almost 7 years ago by Alexander Makarov <[email protected]>
Correction of the spelling of a word

修改文档内goodbye单词的拼写错误

10bcdd9ac1744b5bd68df8c7021c3a0b68397fb3 authored almost 7 years ago by Jerry Cheung <[email protected]>
Fixes #14488: Added support for X-Forwarded-Host to `yii\web\Request`, fixed `getServerPort()` usage

63fa464e24661844f1ea88d4b4cbf930c7f9970a authored almost 7 years ago by Alexander Makarov <[email protected]>
Fixes #13019: Support JSON in SchemaBuilderTrait

2cd37059503ed8b751a406c3af8f1bb6f38c22e9 authored almost 7 years ago by Zhukov Roman <[email protected]>
Add docs about assets preventing assets installation (#15603) [skip ci]

ea0485b8126a04622c9cba4a342f5c42e7166032 authored almost 7 years ago by Paul Klimov <[email protected]>
Fixes #15490: Corrected recommended Apache config in start-installation.md (#15609) [skip ci]

c16fed373a0ca6d70ca9fb1d5be105c4b9150af2 authored almost 7 years ago by Alec Pritchard <[email protected]>
Refactor cacheable widget behavior (#15608)

4d0d9174c3826631e662239d47f006b74758166f authored almost 7 years ago by Alexander Makarov <[email protected]>
Merge pull request #57 from cddwx/patch-2

Add the missing "```"

839b829c9c2980d42e37e16f0e88d914aa774fe1 authored almost 7 years ago by cuiliang <[email protected]>
Fixes #13679: Added `yii\behaviors\CacheableWidgetBehavior`

5c58fc718309bd182a99d32ca372a4f2e4344dfb authored almost 7 years ago by Nikolay Oleynikov <[email protected]>
Fixes #15595: `yii\data\DataFilter` can now handle `lt`,`gt`,`lte` and `gte` on `yii\validators\DateValidator`

4f0899910d45008f2bcde218a832f6a76fe22f14 authored almost 7 years ago by Mikk Tendermann <[email protected]>
Reverted #14593

(reverted from commit a42bbd8f01de340d9f4964aad8c9d3297b4eabcd)

6a86c2f70b11fc3eff186a4922d5b63ca51c354b authored almost 7 years ago by Alexander Makarov <[email protected]>
Build image in dockerized tests with BUILD_ARG (#15559)

* added build argument for Yii 2.0 PHP base image version
- streamlined build
- dropped networ...

eab12ec32046ac0fa8004c2ef9b0192f1a4e4b81 authored almost 7 years ago by Tobias Munk <[email protected]>
Fixes #14593: Added `yii\db\Command::EVENT_AFTER_EXECUTE` event that is triggered after command is executed

399abada8e53f6f1516bc4af9982bbf1c52d5391 authored almost 7 years ago by Alexander Makarov <[email protected]>
Fixed typo [skip ci]

5d77857f00970af1fd2335be83bec9e437ac923a authored almost 7 years ago by Alexander Makarov <[email protected]>
Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL

bc971aee65f35f15be30d926e9c93d2581960747 authored almost 7 years ago by Dmitry Naumenko <[email protected]>
Fixes #15047: `yii\db\Query::select()` and `yii\db\Query::addSelect()` now check for duplicate column names

0701e286f635dcd32c929ffab1682f7104bdd1fd authored almost 7 years ago by wapmorgan <[email protected]>
Fixes #14296: Fixed log targets to throw exception in case log can not be properly exported

ac90ab7fe458e4b4db6b775f41444096f8ed0af7 authored almost 7 years ago by Bizley <[email protected]>
Fixes #14643: Added `yii\web\ErrorAction::$layout` property to conveniently set layout from error action config

Co-authored-by: Stas So <[email protected]>
Co-authored-by: Carsten Brandt <[email protected]>

4f999d2ffbac2bbbd51450c7e365708aab4598d2 authored almost 7 years ago by Alexander Makarov <[email protected]>
Fixes #13465: Added `yii\helpers\FileHelper::findDirectory()` method

6c64dfe5b726a311b547ef040bc1553a2d90a947 authored almost 7 years ago by Arsen <[email protected]>
Fixed typo [skip ci]

04fbe4c729998eb141ae1d607f86de066977763a authored almost 7 years ago by Alexander Makarov <[email protected]>
Fixed test class name

8f6a29a941990f417d958b3403e488d2cc44d656 authored almost 7 years ago by Alexander Makarov <[email protected]>
Fixes #8527: Added `yii\i18n\Locale` component having `getCurrencySymbol()` method

Co-authored-by: Anton Gubarev <[email protected]>

c2c7539e5a7bd0c10460a5cadbf747d463d7aab2 authored almost 7 years ago by Alexander Makarov <[email protected]>
Fixes #14546: Added `dataDirectory` property into `BaseActiveFixture`

79ab31d3a4dc68f52b56eacc680c5d9f16bc35c7 authored almost 7 years ago by Leandro Gehlen <[email protected]>
Added example for yii\validators\Validator::addError() [skip ci] (#15197)

ed3114d83a20a0d8afc33e220800953a58ead2bc authored almost 7 years ago by bscheshirwork <[email protected]>
Fixes #15076: Perfect `yii\db\QueryBuilder` buildColumns function

ff3f7ae091da4fa70f1a3ee2037afdfd383176ed authored almost 7 years ago by hiscaler <[email protected]>
hashing at `PhpDocController` improved

b191633c8efbdf2afa2030059d4679272fc16d12 authored almost 7 years ago by Klimov Paul <[email protected]>