Ecosyste.ms: OpenCollective

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

github.com/yiisoft/db

Yii Database Library
https://github.com/yiisoft/db

Merge pull request #38 from yiichina/doc

merge from doc

450aad206edb3c9303029210e4ad339b25eaf5c3 authored about 7 years ago by cuiliang <[email protected]>
Merge pull request #37 from yiichina/doc

merge from doc

5479d584b149e7f7110ba5b97a05000446c8a053 authored about 7 years ago by cuiliang <[email protected]>
Merge pull request #36 from yiichina/doc

merge from doc

4000b00161ce135f8880ad2e3b0f782f32f65e38 authored about 7 years ago by cuiliang <[email protected]>
Merge branch 'master' into doc

9015a9334fad645a6111e87db6190ec0831c3bb1 authored about 7 years ago by cuiliang <[email protected]>
Merge pull request #29 from yiichina/doc

merge from doc

ecdf776da1179af0e34281952e0e672df9a79237 authored about 7 years ago by cuiliang <[email protected]>
Merge pull request #22 from yiichina/doc

merge from doc

3211a30ddcf2fe9ee2faa96223333719dcda43f9 authored about 7 years ago by cuiliang <[email protected]>
Merge pull request #14853 from klimov-paul/merge-2.1-1

Merge 'master' into '2.1'

ee4d940dadbafab26f13948576fb096c8adec422 authored about 7 years ago by Paul Klimov <[email protected]>
Merge branch 'master' into '2.1'

16973a153b36b4cb32ceba2e09392811351e507a authored about 7 years ago by Klimov Paul <[email protected]>
Merge pull request #17 from yiichina/doc

Doc

9f4407f63ff360ec0d3f66fa9896cf1527029424 authored about 7 years ago by cuiliang <[email protected]>
Merge branch 'kidol-filemutex'

Close #13258
Close #12860

037b216cdfe7b12012b97410a30e19d5ec18c666 authored about 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Merge branch 'master' into kidol-filemutex

Conflicts:
framework/mutex/FileMutex.php

0e6d19b39d39f716037e68e8788aba3cfd0fffbc authored about 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Merge pull request #14745 from cebe/migration-bc

ensure backwards compatibiliy with migration without $compact

9e0d4cab17a6a5c98b430058a79f8290de5c0b8e authored about 7 years ago by Dmitry Naumenko <[email protected]>
Fixed typo in PHPDocs

cba2f51e2e0d7d0476a6d19467ba7e96701ae40f authored about 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
`yii\web\Request::getBodyParams()` now generates 415 'Unsupported Media Type' error on invalid or missing 'Content-Type' header

6ac7d074367e6692dfb17d6b855805611d4307fc authored about 7 years ago by Klimov Paul <[email protected]>
Updated yii.activeForm to follow jQuery 3.0 API changes

a132e46ee084379e76da61c106b7af5253fb6f65 authored about 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fixes #14294: Added `InputWidget::renderInputHtml()` to move behavior described in `InputWidget` class docs to the class itself

This reverts commit b0162d3a48150be2394dbd30147b3019a433b3a2.

Closes #14294

24cc4c61a775b9b40f340c330a99ea85723ce24b authored about 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Merge from branch doc

e5363446ba80b3f7cad37cad76338a6475ab23c4 authored about 7 years ago by cuileon <[email protected]>
Fixes #14761: Removed Yii autoloader in favor of Composer's PSR-4 implementation

1746a5d13138553238b71c5877e83b86e1a8e6f6 authored about 7 years ago by Alexander Makarov <[email protected]>
merge from branch doc

c1d320d31e3aafd885b5e2683ec5cab140756cc3 authored about 7 years ago by cuileon <[email protected]>
merge from doc

f6bf74bb30dc70b00086e4a67490bcc8690ceece authored about 7 years ago by 崔亮 <[email protected]>
merge from 2.0.12

e3c15dc051fc99997562c71452703dc6c2a47827 authored about 7 years ago by 崔亮 <[email protected]>
Fix #11328 PSR-7 HTTP Message Integration (#14701)

Add PSR-7 'HTTP Message'

a069bb0d045e6d3bb32db9fd07c6a96d8311349e authored about 7 years ago by Paul Klimov <[email protected]>
Fixed serialization of `yii\db\Connection` instance closes database connection

acf6f8c62489f29f458d76a2b0056b34c30cc50e authored about 7 years ago by Klimov Paul <[email protected]>
Fix #13702 PSR Logger (#14611)

Refactor `Logger` to be PSR compatible extracting Profiler

b5ea5d71a2f64fbeb449e476f457e5eed47bb0ac authored about 7 years ago by Paul Klimov <[email protected]>
Fixes #879: Caching implementation refactored according to PSR-16 'Simple Cache' specification

05eabe347eaeae9041204956f0dfaaf7bd7852df authored about 7 years ago by Paul Klimov <[email protected]>
Fixes #13853: Added `yii\db\Migration::$compact` as well as `yii\console\controllers\BaseMigrateController::$compact` to allow making the migration console output more compact

4f439229f16c188a74f9da6aef1c3705045c788c authored about 7 years ago by Francis Lavoie <[email protected]>
Adjust QueryInterface and QueryTrait types on where() (#14714)

these did never allow a string condition. Only SQL Query and AR implementation do.

fixes #14496

fee37cd4afb0a56453288efcce44b34d8aa6973b authored about 7 years ago by Carsten Brandt <[email protected]>
Fixes #14671: use `random_int()` instead of `mt_rand()` to generate cryptographically secure pseudo-random integers

2eb6109d3f96e0e577c8e8535a530cfc64a074cf authored about 7 years ago by Ruitang Du <[email protected]>
Refactor CAPTCHA extracting Driver (#14632)

CAPTCHA Driver extracted

8682c6b83530535c45538c257154cf5b25f929b8 authored about 7 years ago by Paul Klimov <[email protected]>
Enable `phpdoc_summary` rule in php-cs-fixer config (#14675)

* Enable `phpdoc_summary` rule in php-cs-fixer config.

* Fix case in "PHPDoc".

26453b0b4c0cdc57787e33b8c5eaba9441e3f78a authored about 7 years ago by Robert Korulczyk <[email protected]>
Add empty lines before return statements. (#14682) [skip ci]

4a3ea7885b2bdfc6ae78a84692a9b52965cbc1f1 authored about 7 years ago by Robert Korulczyk <[email protected]>
Enable `phpdoc_add_missing_param_annotation` rule in php-cs-fixer config. (#14681) [skip ci]

9e936f0fda8dfc5e7a79609e2d3d03933398aa95 authored about 7 years ago by Robert Korulczyk <[email protected]>
add PHP 7.2 to travis as master is now 7.3

https://twitter.com/WyriHaximus/status/898424184212148224

31b3a07e37cd3c7f6202f6dfe03773419e94b2a2 authored about 7 years ago by Carsten Brandt <[email protected]>
Fix CS (#14665)

* Run php-cs-fixer.

* Enable phpdoc_types rule.

847f3397bea3206f6d8f2fabe5ebbdf031d84063 authored about 7 years ago by Robert Korulczyk <[email protected]>
Merge branch 'nineinchnick-9703-si-formatters'

Close #9709
Close #9703

63727f07630190e24ef026a881314599b4275065 authored about 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Merge branch 'master' into nineinchnick-9703-si-formatters

Conflicts:
framework/i18n/Formatter.php

4f7233cf0d851176db6aece2516b029147a5829f authored about 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
fix test to work around PDO bug

This test is failing on PHP 7.0.7 on travis but seems fine
on PHP 7.1.x > 7.1.0-alpha

See:

- h...

d153cb3284a82be657a77af3979e7469b29cb2c7 authored about 7 years ago by Carsten Brandt <[email protected]>
Set back original locale in #14448 test

45ba04396b4cdc5dc6ed99b376c1a68885653b95 authored about 7 years ago by Alexander Makarov <[email protected]>
Fixed batchInsert casting of double values according to locale (#14448)

fixes #6526

af883e4da7eee9d9bb74b1243ab54bdc8a1470c8 authored about 7 years ago by Carsten Brandt <[email protected]>
Fix abstract column type for unsigned primary key (#14626) [skip ci]

96ac13077e8b139c2045ca1e76248ba50e631e8c authored about 7 years ago by forevermatt <[email protected]>
Use APCu instead of APC in travis

705d5fc3d1ff19581287c2a7a9bdeb9fbf63e9ce authored about 7 years ago by Alexander Makarov <[email protected]>
Fixes #14186, Fixes #14510: yiiActiveForm regressions

- #14186: Forced validation in `yiiActiveForm` do not trigger `afterValidate` event
- #14510: T...

3fb3a788b0d9be481bc345f176e3f6b47080d565 authored about 7 years ago by Alexey Rogachev <[email protected]>
Fixes #14318: Trigger `yiiActiveForm.events.afterValidateAttribute` after updating attribute

1d8241f26ee152f117c659bf63e7f95ef692233e authored about 7 years ago by Dmitry Dorogin <[email protected]>
Merge branch 'master' into 2.1

352fe660d57926dec67cdb0f0142a2e4df00f189 authored about 7 years ago by Alexander Makarov <[email protected]>
Fixes #14178: Removed HHVM-specific code

973294cde6fcd37df853dca26ae4c31400dee57d authored about 7 years ago by Alexander Makarov <[email protected]>
Merge branch 'master' into 2.1

ff311845ebcbfb028efaaac2efefdf025314f576 authored about 7 years ago by Alexander Makarov <[email protected]>
Removed PHPUnit6 compatibility polyfill, fixed some tests

8b72922c96a3eb1a5c39a1518f6af60ac07b76e4 authored about 7 years ago by Alexander Makarov <[email protected]>
Merge branch 'master' into 2.1

# Conflicts:
# .travis.yml
# framework/db/TableSchema.php
# framework/mutex/PgsqlMutex.php

264a3561d775c3b33a0fe6ec119126377178f539 authored about 7 years ago by Alexander Makarov <[email protected]>
Use new trusty images on travis (#14508)

This should fix "Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock...

3b43a59e88bb67a58a9556742b387bd05638974e authored about 7 years ago by Robert Korulczyk <[email protected]>
Applied code style fixes

d86df208791a345a84ee87161384ad52a5c9a2c8 authored about 7 years ago by Alexander Makarov <[email protected]>
Merge fixes

876b36b4af31399d8ff7b0964710d047442a8954 authored about 7 years ago by Alexander Makarov <[email protected]>
Merged master

77cd753db1b2a8365720652daf660f19877bba02 authored about 7 years ago by Alexander Makarov <[email protected]>
Added yii\base\Object for backwards compatibility

fixes #7936
close #14478

accc2a342ee9e419fcf3faf58eee98d261f43ed9 authored over 7 years ago by Carsten Brandt <[email protected]>
Make PHPUnit run on PHP 7.2

fix PHPUnit at 4.8.34 as the next version breaks our compatibility
Layer:
https://github.com/seb...

56d936751791ff7a2e34d2fc952d659e14e8a8f7 authored over 7 years ago by Carsten Brandt <[email protected]>
Rename Object -> BaseObject for PHP 7.2 compatibility

issue #7936

0412cf8f18ac644a8fa731ed0eef777559a7eb4b authored over 7 years ago by Carsten Brandt <[email protected]>
Fixes #14449: Fix PHP 7.2 compatibility bugs and add explicit closure support in `yii\base\Application`

32df2e26011b70e3b4a88ac3371c368b1e508dd4 authored over 7 years ago by Boudewijn Vahrmeijer <[email protected]>
Revert "Fixes #14294: Added `InputWidget::renderInput()` to move behavior described in `InputWidget` class docs to the class itself"

This reverts commit a5b393a3c101bebeb0c60aac4e11d5a7c6dd8244.

See https://github.com/yiisoft/yi...

29b2694269375e467f4f8e6072fa9c20bdb15c05 authored over 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fixes #14294: Added `InputWidget::renderInput()` to move behavior described in `InputWidget` class docs to the class itself

78c9a2367c8346180ed294ce5c073b2d442d4f27 authored over 7 years ago by Carsten Brandt <[email protected]>
Fix phpdoc for $_master and $_slave properties in yii\db\Connection (#14447)

9c5b7b01c2f6549211a92289a6e08ec6306d29f0 authored over 7 years ago by Robert Korulczyk <[email protected]>
Fixes #14434: fixed metadata cache regression

24bd89a63737a4297c85c4ff72760081c2ba4bec authored over 7 years ago by nikosid <[email protected]>
Fix slave usage disabled after Connection::close, set _slave to false instead of nulll

fixes #14165
close #14168

ea2d0107cb95573e46517f7848a200ee9d1b52fb authored over 7 years ago by qihuajun <[email protected]>
Fixed ambiguous column error on indexBy with JOIN

fixes #13859
close #14431

e33ea056a4add10d502054f55ad8489cd2b6df3d authored over 7 years ago by Carsten Brandt <[email protected]>
Move getTablesUsedInFrom() from ActiveQuery to Query

enable this feature on the Query level

close #14431

c4041f714e86e2c4d2592b15e61cb2e07f472c92 authored over 7 years ago by Carsten Brandt <[email protected]>
Added configuration for headers in PHP files generated by `message/extract` command (#14417)

5430e924b2cc0f82c2b4ed4b7119d5380b2b0aa6 authored over 7 years ago by Robert Korulczyk <[email protected]>
Enable `heredoc_to_nowdoc` rule in php-cs-fixer (#14419)

3ffccbe6c3ba055caaba84f7f234fda453db77c7 authored over 7 years ago by Robert Korulczyk <[email protected]>
Enable `no_useless_else` rule in php-cs-fixer (#14420)

52d35465edf449bc2332b0213f1a62ae888c49a8 authored over 7 years ago by Robert Korulczyk <[email protected]>
Merge PR #14015 branch 'db-constraints' from sergeymakinen/yii2

Implement retrieving DBMS constraints

* db-constraints2: (21 commits)
CHANGELOG for #14105
...

c6cd3b11b573367c11086204e971763529b0f3d6 authored over 7 years ago by Carsten Brandt <[email protected]>
improved docs of Query::from()

fixes #14407

51598104c439406cd48ba2d185f7ce6b6fb11ad9 authored over 7 years ago by Carsten Brandt <[email protected]>
fix phpDoc [skip ci] (#14394)

* fix phpDoc [skip ci]

* fix phpDoc [skip ci]

4d01fe9c858ce81b5fdef0f72c3ef7eb305a09ff authored over 7 years ago by Alex <[email protected]>
Merge pull request #1 from cebe/db-constraints

Changes to db constraints

1da0af1c7439ce83a4f9d72dd1985e2a87e23b4c authored over 7 years ago by Sergey Makinen <[email protected]>
added missing abstract methods to ConstraintFinderTrait

ed74073b39a53e28d482fec9f5aeac98ebde7106 authored over 7 years ago by Carsten Brandt <[email protected]>
avoid dependency of SqlTokenizer on sqlite implementation

e8b86e96aa0fbec7f53a03cf56702ad2c6fe0d3c authored over 7 years ago by Carsten Brandt <[email protected]>
Mention an usage magic in descriptions

92b4cd917da5fae714f2a27c39c3b46e4e1ff4ae authored over 7 years ago by Sergey Makinen <[email protected]>
Fix an unknown variable usage bug

be38f0d94b1022c0e7712f015e9db377b6bb2e9f authored over 7 years ago by Sergey Makinen <[email protected]>
updated phpdoc

abc1c44f624adbd61ddb6775a6d569d158e7f7ad authored over 7 years ago by Carsten Brandt <[email protected]>
make schema cache version a constant

f2846755d1c2f04f4cf83e096023610216fc375f authored over 7 years ago by Carsten Brandt <[email protected]>
Merge branch 'master' of https://github.com/yiisoft/yii2 into db-constraints

b0ed0e47a3759211cd67d23ffb6ad572d2aad746 authored over 7 years ago by Sergey Makinen <[email protected]>
Have I fixed these phpdocs? Let’s see…

2ea214028b59cc0391b317c9fa0b4bc95e405acd authored over 7 years ago by Sergey Makinen <[email protected]>
Fixed phpdoc [skip ci]

72e2d86c7c459067857281e013be7b1db3fe2cb9 authored over 7 years ago by Alexander Makarov <[email protected]>
Merge branch 'master' of https://github.com/yiisoft/yii2 into db-constraints

43955a785d5b746d96eda4131f59ca3663dd0deb authored over 7 years ago by Sergey Makinen <[email protected]>
Mark not supported constraint retrieving methods

f1983f9972eea5f1dfe03193a9fe586e3e47887d authored over 7 years ago by Sergey Makinen <[email protected]>
Add PHPDoc

292504ca34d18f27153966d9e589fbc4140b0fb8 authored over 7 years ago by Sergey Makinen <[email protected]>
Fixes #14334: Fixed `\yii\db\QueryBuilder::buildNotCondition` loses params when operand is `\yii\db\Expression`

5fe78d6710b2bff4c361eb4c4c1eed96b1356e02 authored over 7 years ago by Pavel Chaplygin <[email protected]>
Fix typo [skip ci]

7ac2a769a6f9953923939ef65696fc2aff52c0fd authored over 7 years ago by Sergey Makinen <[email protected]>
Removed cs fixer from Travis

e67ee87844b165d37ded42ff880cc2e439974058 authored over 7 years ago by Alexander Makarov <[email protected]>
Rename DefaultConstraint to DefaultValueConstraint

f14a9f27a325e04f82fc8566440d08c9bc9c64ac authored over 7 years ago by Sergey Makinen <[email protected]>
Fix imports

a2460d208d218f3a5a4e9feb0edf91fb02df7b8c authored over 7 years ago by Sergey Makinen <[email protected]>
Fix merging issues & CS

d1a0553a931120271c756154d5e64c477891341f authored over 7 years ago by Sergey Makinen <[email protected]>
ensure tablenames are not replaced in insert and update

1e4e6eb8ba6315fbbf4471788903e6eb14d926f3 authored over 7 years ago by Carsten Brandt <[email protected]>
Merge branch 'master' into db-constraints

fa74905e10e5e71ee4e03a557ad1a8fd80e472d0 authored over 7 years ago by Sergey Makinen <[email protected]>
Added php-cs-fixer coding standards validation to Travis CI (#14100)

* php-cs-fixer: PSR2 rule.

* php-cs-fixer: PSR2 rule - fix views.

* Travis setup refactori...

5ad3047e2df2e94e0a505d3b77446263611fb1fd authored over 7 years ago by Robert Korulczyk <[email protected]>
Removed unused local var in JS test (#14093)

99115dc4bf0f0f2c2bf344908a1a5df8babdecbc authored over 7 years ago by Robert Korulczyk <[email protected]>
Fixes #14081: Added `yii\caching\CacheInterface` to make custom cache extensions adoption easier

d6244a6abc05c00aa6ac90fdf21b56bc4d870670 authored over 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Reverted selective code coverage

50600e7068f6aba9eed0e0ec47952085dc31b69b authored over 7 years ago by Alexander Makarov <[email protected]>
PHP 7.1 updates, part of #11397

* Removed duplicate handling for \Throwable and \Exception
* Adjusted comment [skip ci]
* Adju...

a69796ee00f5f9bc19ebd4bbd8ed6e40cce24ecc authored over 7 years ago by Alexander Makarov <[email protected]>
Used PHP 7 list syntax where appropriate

c7d9674156af3f2077d15ba332f89393ea2b550d authored over 7 years ago by Angel Guevara <[email protected]>
Removed support for memcache (without D)

eff25835e998169b9d3a36685dcd54e72b73f07f authored over 7 years ago by Alexander Makarov <[email protected]>
Adjusted travis not to tests against anything lower than 7.1 and drop HHVM

1fb596e71ddde2e8e4e43a94c4c0b59c497d40a2 authored over 7 years ago by Alexander Makarov <[email protected]>
Removed duplicate handling for \Throwable and \Exception

d86765584c7e0e9d4dfbc9077557fd3000dfb433 authored over 7 years ago by Alexander Makarov <[email protected]>
Merged branch 'master' into 2.1

6047306dbdff539bef7afe54d0c8f5ec9779392b authored over 7 years ago by Alexander Makarov <[email protected]>