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 branch 'SSiwek-11484-oci-schema'

cae15805b887af5c70d57fa86890dfbd5559c060 authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Code style fixed

b356d40ddd15811156a685611ce263985f14d0c3 authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Merge branch '11484-oci-schema' of https://github.com/SSiwek/yii2 into SSiwek-11484-oci-schema

4366662f3491700c70078bc30ca0c3a8ba5a3b25 authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Merge branch 'andrey-mokhov-patch-2'

8943dafda2d753d924aa0ba7ab0fb09b02772ab9 authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Added tests to ColumnSchemaBuilderTest in order to verify custom column types work OK

485b300fe2eb75ceb0230d01ce308075601d0e87 authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
ColumnSchemaBuilder can not work with custom types

In our project we use trait with custom types, example:
```php
trait MigrationToolTrait
{
...

2f0c2b35cfb412606cb7412a20244f54d5dc730f authored over 8 years ago by andrey-mokhov <[email protected]>
Merge pull request #11604 from lucianobaraglia/doc-es

Some spanish docs [ci skip]

2e2e1a96af27879172a107ca61b7a205787114a0 authored over 8 years ago by Dmitry Naumenko <[email protected]>
Update Migration.php (#11605)

Typo in doc for safeDown

a685c9e821f1c4170650f6c1a6c87de5030db0ef authored over 8 years ago by mshutov <[email protected]>
Merge pull request #11580 from DrDeath72/patch-12

YUI Compressor fix

100a33da058b02d38d45a56c5b4b98e24c3039e7 authored over 8 years ago by Dmitry Naumenko <[email protected]>
YUI Compressor fix

b7013568ff60880b983e5acb7c42653dbdc41d45 authored over 8 years ago by DrDeath72 <[email protected]>
Merge pull request #11547 from yiisoft/11429-message-source

Fixed `yii\i18n\PhpMessageSource::loadFallbackMessages()`

b2f2074688a7ed853f32ad269e18955cb23ac473 authored over 8 years ago by Dmitry Naumenko <[email protected]>
Fixed `@since` tag

797c7e8418c6663540d3df7446c784e026ebf892 authored over 8 years ago by Alexander Makarov <[email protected]>
Test for bug dbTypecast with empty char #11548

85e9e9d6635c9a68afc3f97e64bd626ef1ed46ed authored over 8 years ago by Oleg Balykin <[email protected]>
Fixed method name

0525f18f260b1cf3d3f1190cfae82362c1113938 authored over 8 years ago by Alexander Makarov <[email protected]>
Changed name to append(), fixed phpdoc, added changelog

ecbb69ab861b718ed083a91f2c92f5018e45f331 authored over 8 years ago by Alexander Makarov <[email protected]>
Fixes #11195: Added ability to append custom string to schema builder column definition

52a557f225e2693d08d6d8b8bb3d5bcf6a1c34b7 authored over 8 years ago by Chris Harris <[email protected]>
Fixes #11532: Fixed casting of empty char value to `null` resulting in integrity constraint violation for not null columns

4c3b2b3d186a0be870500dab1987776aca30ee71 authored over 8 years ago by Alexander Makarov <[email protected]>
Moved setting of isPrimaryKey #11484

cf9d61e1044b17a02674c571e663c138a6217f47 authored over 8 years ago by SSiwek <[email protected]>
more changes

299afb9e5cab7d174ea113b2140e426dc60537a3 authored over 8 years ago by Angel Guevara <[email protected]>
Merge branch '#11428-oci-findcolumns-speedup' of https://github.com/SSiwek/yii2 into SSiwek-11428-oci-findcolumns-speedup

fadead9c9bb708b614b790ebd3d68875cdf21222 authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
simplify default classes

f787a0d62beff173322d4cb167f5aeb14738a69b authored over 8 years ago by Angel Guevara <[email protected]>
fixed test break

wrong variable name

8275a7eed26e6d7b59d0d5c1019d1fbe812a26a2 authored over 8 years ago by Carsten Brandt <[email protected]>
expression support in orderBy and groupBy (#10693)

this is the BC breaking solution for #10682

to be merged for 2.1.x

dcbc26f8ed7571f062305c9d537049484c2805bb authored over 8 years ago by Carsten Brandt <[email protected]>
fixed tests for ::class syntax

required php version is 5.5 at least so 5.4 removed from travis

4ff732f12b5f8a04e981265de6914beb97132f22 authored over 8 years ago by Carsten Brandt <[email protected]>
use ::class also in documentation and configs

- shorter syntax
- native PHP feature, so it does not depend on yii\base\Object
- Does not trigg...

dec1b80037306b2419a8f69583fa6c87adc2d31b authored over 8 years ago by Carsten Brandt <[email protected]>
Use ::class instead of ::className()

- shorter syntax
- native PHP feature, so it does not depend on yii\base\Object
- Does not trigg...

6c3e9c20d289cc7645a5dd1393600d8fe0156a34 authored over 8 years ago by Carsten Brandt <[email protected]>
Merge branch 'master' into 2.1

121e3d09462426bfd98861c9723860b1891c195d authored over 8 years ago by Alexander Makarov <[email protected]>
release version 2.0.8

8f2c250ba91a7baabe894175668ae1f50b62b32b authored over 8 years ago by Carsten Brandt <[email protected]>
#11428 (oci) speedup SQL SELECT in findColumns

66a6d31e1c9880642f214f848bbf8ea825871aab authored over 8 years ago by SSiwek <[email protected]>
added missing since annotations and removed duplicate line

4646051ab78fcc2d7083384b613941308f699d5b authored over 8 years ago by Carsten Brandt <[email protected]>
proper `@since` annotations

fa51d38fe32a66b29e82685800e36a7cb98bdda9 authored over 8 years ago by Carsten Brandt <[email protected]>
proper fix for #9425, adjust changes from #11363

includes tests and fix that works in all cases.

446febc2252235e3598338c022fdedfee58550a0 authored over 8 years ago by Carsten Brandt <[email protected]>
Moved TraversableObject to yiiunit\data\base namespace

f3c4a672546f6f9f499b6a9e9e6fcad49fc09ef8 authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Merge pull request #11426 from s1lver/fixed_email_guide_ru

Correcting spelling for the Russian documentation

ca3d007c0b47af503bfb2a24307eca89b6394af0 authored over 8 years ago by Dmitry Naumenko <[email protected]>
Merge branch 'AnatolyRugalev-issue-10322'

c4c3fdb8364c159b6abd1869a904779ab003e7b5 authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Added support of :submit[formtarget]

d3ba1739555da18cec17d2459522495f0bd07d44 authored over 8 years ago by AnatolyRugalev <[email protected]>
Merge branch 'SamMousa-enh-10954-querybuilder-traversable'

5523a70650bf2277fdd64c94931b9e4563e33f27 authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Updated SqliteQueryBuilderTest to work with Composite in conditions

Updated code style, CHANGELOG

41075ef3199381ea34f320eb6caae2cfa30b9d02 authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
QueryBuilder now supports `Traversable` objects for `IN` clauses.

6411f6b4d4c892f63a81d10ad6d06d631db7bbf9 authored over 8 years ago by Sam Mousa <[email protected]>
Query helper method for filter values containing operators

Basic implementation proposal for yiisoft/yii2#2022

Shortcomings/todo's:
* filtering on non-sca...

025fffb0a479af17fe5ba38bd1256ae7bcd30dbb authored over 8 years ago by Lennart van den Dool <[email protected]>
Merge pull request #11403 from yiisoft/fix-11176

This superseeds #11238, #11135, #11176.

fixes #11088

f5fa2d7b62b948e5f164269985a64e52e2bc898a authored over 8 years ago by Carsten Brandt <[email protected]>
adjusted dbms specific tests

12a210999833c421c2b3689f6c59a5a932e6befd authored over 8 years ago by Carsten Brandt <[email protected]>
Revert "* Added support of :submit[formtarget]"

This reverts commit d3fb217dfa3f1418058b7f9b393aaef59219e5fe.

4df5c6fcb0589e1ddcc108200cbe22a97511b72f authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Merge branch 'NekitoSP-9074-checkboxColumn-selectedRows-fix'

fd416c59e99d1c2350f991773e495b95ceb2979a authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fixed `quoteColumnName` for table start with `{{` or `[[`

3c88026f37939ce3fe685de2d80b1d15b8461b51 authored over 8 years ago by Edgard Lorraine Messias <[email protected]>
Refactored PR, updated CHANGELOG

a0d22015d793b7a5ebd00382a465663a039c8b6a authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
fix quoting column name in case of quoted table name

column name was not quoted if a table name was used, that was using the
table prefix feature.

f...

37d1395764a275e8233c25cd6cc2b813a872c6ab authored over 8 years ago by Carsten Brandt <[email protected]>
added failing test for #11088

a318906ff9fcfb8e29472a84ea877cc42a2b8351 authored over 8 years ago by Carsten Brandt <[email protected]>
Merge branch '9074-checkboxColumn-selectedRows-fix' of https://github.com/NekitoSP/yii2 into NekitoSP-9074-checkboxColumn-selectedRows-fix

01ea9954118d84db7f29a4adf97750e9ab056b6c authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
* Added support of :submit[formtarget]

* Added support of :submit[formtarget]

9a2a14214ce8a9e2dc80e91784ca43fe2b5cb2ea authored over 8 years ago by Anatoly Rugalev <[email protected]>
Driver specific QueryBuilderTest::testCommentColumn() - improved to use replaceQuotes()

ba314429f308eb3997ce1781973406520a572fdc authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
QueryBuilderTest::testCommentColumn() - improved to use replaceQuotes()

d17238239a0fca981675eeb0ef58ff29d59f5dbe authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
db/ColumnSchemaBuilder::buildCommentString() returns empty string by default

81e528213a5ac0c40e9e92daaecbdfcdddc6a089 authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fixed order of column options in curbid\ColumnSchemaBuilder

4d8a08fbc38a490e14d5974bfbd655da93dc77d1 authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Removed sqlite/ColumnSchemaBuilder::comment() method override

98d15a67de3d7e1a46473c0c5a0e160fea12187b authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Merge branch 'vaseninm-methods_for_schema_builder'

5000a30ac8ae184f11e795d4efcfd9115e78962d authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Refactored code in PR #9441

f4240b7e0b52a3a394ac8374d2de84f7261f2fbf authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Merge branch 'methods_for_schema_builder' of https://github.com/vaseninm/yii2 into vaseninm-methods_for_schema_builder

03205e4d2c31bf4463a54aa03e9058e6e676ae67 authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fixes `after()` column string builder (#11362)

b240dbc3aa1b8eff4dca1d2826053e0ed591985f authored over 8 years ago by Chris Harris <[email protected]>
Added `@since`, adjusted changelog #9425

771e4ac96c064b5f03ac9d6f04b6e7763864afea authored over 8 years ago by Alexander Makarov <[email protected]>
DBMS specific workarounds for unsupported SQL92 form of `SELECT EXISTS()` (#11369)

90950680e0ee2f04394c2e5b08402cb883af6360 authored over 8 years ago by PowerGamer1 <[email protected]>
Fixes #9425: ActiveQuery::exists() should generate SELECT EXISTS() (#11363)

46e205e9a15f8275c0ffaca8937e58ee82a9a38d authored over 8 years ago by PowerGamer1 <[email protected]>
Merge branch 'master' into 2.1

696f1fca0716f506620e0f9b6de09522a4ae9849 authored over 8 years ago by Alexander Makarov <[email protected]>
Merge pull request #11349 from yiijan/docs-ja-0413

docs/guide-ja updated [ci skip]

260da48a56e2c503c2c07228692d9a7a22cbdd1e authored over 8 years ago by Dmitry Naumenko <[email protected]>
Merge branch 'master' into docs-ja-0413

a0f38b9c49a28d14835d12bbfa263ca4be6139fc authored over 8 years ago by Nobuo Kihara <[email protected]>
Merge pull request #11345 from yiijan/guide-0413

docs/guide pjax descriptions improved. [skip ci]

75fb5e344a4dc99a2fdc9fbf383a4f998da0d493 authored over 8 years ago by Dmitry Naumenko <[email protected]>
Merge pull request #11344 from ASlatius/patch-1

Update QueryInterface.php

337e5368ccc8c4eb462c82c34f84d75cc25fcfc7 authored over 8 years ago by Dmitry Naumenko <[email protected]>
Update QueryInterface.php

Missing closing bracket in OR condition example

49167fcaeab4f36d6350ab1d813f87018d4dcbbe authored over 8 years ago by A Slatius <[email protected]>
Merge pull request #11285 from yiisoft/security-enhancements

Security enhancements

72c82c1965c47b4b6713f78c8d414659286a724b authored over 8 years ago by Alexander Makarov <[email protected]>
Closes #11228: `yii.activeForm.js` - AJAX validation will not be triggered if client side validation failed

af97b5ab86cf5d1cefa1458964e9d6520814ccd9 authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
fixed links in CONTRIBUTING.md

fixes #11214

c5b677c8fbc71fbe889e8e981dca0758cb6368e0 authored over 8 years ago by Carsten Brandt <[email protected]>
Fixes #11188: Fixed wrong index usage in `CaptchaAction` when calling `imagefilledrectangle`

8238a017388c532459daa2703270e10cfe333baa authored over 8 years ago by Alexey <[email protected]>
Merge pull request #11187 from Faryshta/patch-5

Added phpdoc generation for createTableMigration.php

1f551ca8715cab42a4c36c5e3130172c59ddd7b4 authored over 8 years ago by Alexander Makarov <[email protected]>
Merge pull request #11149 from yiiframework-ua/uk_translate

[EN/UK] Updating the documentation

0247cec21f0eafa223767289327dfbe13fa54b9c authored over 8 years ago by Dmitry Naumenko <[email protected]>
Merge branch 'master' of https://github.com/yiisoft/yii2 into uk_translate

a4db1317852ca3238386b0ce6b85109b3a19810f authored over 8 years ago by Borales <[email protected]>
Ignore .github meta directory

522d8d167d0d8a4bd2576ba96a315c8123d56eca authored over 8 years ago by Alexander Makarov <[email protected]>
Merge branch 'master' of https://github.com/yiisoft/yii2 into uk_translate

36745ba3757323a963ad2873c17833af441415b5 authored over 8 years ago by Borales <[email protected]>
Merge pull request #10921 from df2/9562-add-char-datatype

Brings migrations up to parity

eb99e67c224fe4381908593a7909bf6d7ab17f3e authored over 8 years ago by Alexander Makarov <[email protected]>
Added SQLite bigpk test. Moved schema builder patterns spreadsheet to docs/internals folder.

3b6fc18319f97dba7de6e715eeb8537a5852ab76 authored over 8 years ago by Chris Harris <[email protected]>
Fixing tests

d587f600f99d96419762b4034bd78a0243a55473 authored over 8 years ago by Chris Harris <[email protected]>
Fixing tests

0aa5079f277ff5e5afe79fee97ea3632cdc90139 authored over 8 years ago by Chris Harris <[email protected]>
Fixing tests

09b5c401245cf8f6c9cf21b5056275ca2c231a8d authored over 8 years ago by Chris Harris <[email protected]>
Merge branch 'master' of git://github.com/yiisoft/yii2 into 9562-add-char-datatype

2c985d3dd191188cffeefe6a1f9d1afc0e4cbe6d authored over 8 years ago by Chris Harris <[email protected]>
Fixing tests

b10f8d5471d3a147d4ebfdf4cc5de5d0c2dcd060 authored over 8 years ago by Chris Harris <[email protected]>
Merge pull request #11150 from yiisoft/11139-each-validator-attribute-value

EachValidator injects specific attribute value in error message

4f78cfc48347a2536f0b62515c8bd68be9584598 authored over 8 years ago by Dmitry Naumenko <[email protected]>
Merge pull request #11072 from izemize/patch-1

Update yii.php [skip ci]

f12ac6993346f0bbec282cdf86bfbc0aab012d4d authored over 8 years ago by Alexander Makarov <[email protected]>
Merge branch 'DrDeath72-patch-9'

6d8140e4032e59cb5e4e43a45f6755f79138fcf7 authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
`yii.js` - fixed `getQueryParams()` function to handle URLs with anchors correctly

Closes #11066

771c5e6cc96ef672f0efde6e3d43d0ff1ac7460b authored over 8 years ago by DrDeath72 <[email protected]>
Update ISSUE_TEMPLATE.md

618db637a61b68a83857fa7d7cf7ce66bfbb81c1 authored over 8 years ago by Carsten Brandt <[email protected]>
Added issue and pull request templates

0f01f6cdc1d67ff0ab3d73af2222ef8c962a964e authored over 8 years ago by Alexander Makarov <[email protected]>
Merge pull request #11076 from pana1990/add-repo-extensions

added extensions into devcontroller [skip ci]

8abd42a249d5093598ec6266ec6dca969d272fff authored over 8 years ago by Carsten Brandt <[email protected]>
Merge branch 'master' of git://github.com/yiisoft/yii2 into 9562-add-char-datatype

92ff5e0b02f0f59b8a64fce21fe0621750d6fe7d authored over 8 years ago by Chris Harris <[email protected]>
Schema Builder Patterns Excel document in /docs folder (temp storage).

Fixed some schema builder patterns.
Added more information to upgrade docs.

b24a767201e6d9cc35a57795408549b1991e9838 authored over 8 years ago by Chris Harris <[email protected]>
Merge branch 'CedricYii-patch-2'

f916dcdad6d9347fc33ad7009088e65c80e84206 authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
QueryBuilder::buildAndCondition() - added Expression value extraction

Updated CHANGELOG
Added test case for param binding in `or` condition

Closes #11093

d7f851b0bf592f5ba9049353de7ab4b7f1e9eb4a authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fix Expression parameter binding in 'And' clause

bd9193e4b9d729657c62156bc100109a23104ecc authored over 8 years ago by CedricYii <[email protected]>
Fixed Captcha client side validation after image refresh, when controller is under module

Closes #10910

8001db1e96758d28dc442104f98b68eb0ee87ec1 authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Merge pull request #10870 from pana1990/10840-add-shorcuts-console

WIP #10840

ddad099bb8edaf82ec8be53334aef545aecc0050 authored over 8 years ago by Dmitry Naumenko <[email protected]>
yiichina

accbce363c7270de941d4998bc6640d99fba19d0 authored over 8 years ago by cuiliang <[email protected]>
Merge branch 'master' of git://github.com/yiisoft/yii2 into 9562-add-char-datatype

17f111a6901371ea5e4d66a8261a8e5b79efa32c authored over 8 years ago by Chris Harris <[email protected]>