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

Merge branch 'master' into query-filter-having

2b116b246c57aceec7c384e18791c2f8c1cbdf00 authored about 8 years ago
Refactor validateAttribute method in UniqueValidator (#13202)

* Refactor validateAttribute method in UniqueValidator

Extract prepareParams and prepareQuery...

c592d577de831b0cd192eb749f1a3a5fd111eb63 authored about 8 years ago
added tests for rest\UrlRule::createUrl()

verify issue #13200

042e30cd6876b8f3f7bc4bc2fb0a7d176030be63 authored about 8 years ago
Fixes #11697: Added `filterHaving()`, `andFilterHaving()` and `orFilterHaving()` to `yii\db\Query`

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

f590ebfa50eca88fa27a848a647d3e61094fa6c3 authored about 8 years ago
Fixed `ActiveRecord::unlinkAll()` to respect `onCondition()`

Closes #12213

d9b62e7ff767656e7ef8460b1cac86ad346a14ff authored about 8 years ago
Rebased "Revamps PageCache to store data in one entry (#10506)" (#12145)

770daab0972bcc6d44c72532af5908780d8da029 authored about 8 years ago
All words in h3 in docs must start with capital letter (#13207)

d77e766767296ec7fe7f31a1f831487abe70d034 authored about 8 years ago
Fixes #13183: Docs for working with separated migrations (#13201)

bd048b95945df4bc2470b632074e3c692931c2fd authored about 8 years ago
Fixed order or checks in IpValidator

Fixes #13198

a5c7f8c478fa34bdc5e36775667fad722ebdde70 authored about 8 years ago
Minor syntax and style fixes

56a1d8886c146d77052d3887bd5b6c27a6c57e6e authored about 8 years ago
Edited and extended Guide section about client scripts

This section had the "under development note" for a long time and was
lacking a lot of informati...

59f2885b8d167efe2ba9093e61faaa740d5288ba authored about 8 years ago
Fixes #13128: Fixed incorrect position of {pos} string in ColumnSchemaBuilder `__toString`

ed10432a13c0e9649651f406369e993a4fb552b0 authored about 8 years ago
Fixed unexpected form submit on `validate()` call

Fixed `validate()` method in `yii.activeForm.js` to prevent unexpected form submit
when `forceVa...

876862999bc2cef69d5ee23560438d8dad900c0d authored about 8 years ago
Fix protocol-relative URLs in `Url::to()` (#13156) (#13157)

* Fix protocol-relative URLs in `Url::to()`

* Use `isRelative()` in `Url::to()`

b2736c83451b63467f5f3cb3a5b790a8d2366174 authored about 8 years ago
Merge branch 'zlakomanoff-13122-oracle-optimisation'

b1232be2b4950814c875dd348073f7c31b159f70 authored about 8 years ago
added hint into foreign keys query for oracle 11g optimisation

update oci tests
improved varible name

Closes #13122

d000e457bb4beddfd1385eaf99aa08ed7dce4463 authored about 8 years ago
Added JS tests for yii.captcha.js (#12840), fixes #13159 (#13160)

* Added JS tests for yii.captcha.js (#12840), fixes #13159

* Sinon needs to be imported in si...

722375899d7148417637c28756e1e2c411366f69 authored about 8 years ago
Merge branch 'master' into fix-pjax-automatic-id

1da0a248e1186c91f7432e9e5bcf640fcf507cb1 authored about 8 years ago
Closes #6242: Access to validator in inline validation (#13027)

* Closes #6242: Access to validator in inline validation

* Updated PHPDoc according to PR rev...

41d9792a4185b3cc6c8cc194c7fdf3b9ff7ee8da authored about 8 years ago
consistent behavior for Yii::$app->controller and ->action (#13167)

Fixed inconsistency, `Yii::$app->controller` is available
after handling the request since 2.0....

eba2b5d914373a4e9c5928301fe3ed27afaac4cb authored about 8 years ago
Update yii.php

fixes #13169

5a7f15803fceb6180de924b26302e7aaaba7e07a authored about 8 years ago
Updated caching guide Russian translation [skip ci]

18c3a6f151fd1c7ea4811fef234c64dc2cabf61c authored about 8 years ago
Updated configuration and DI guides Russian translation [skip ci]

912cfa0e3a61f0bfcf3850839f47e4c11cfa6fcf authored about 8 years ago
Updated Russian translation of AR guide [skip ci]

46b84df8f1a0a1b761291be6199d5fa35857703a authored about 8 years ago
Assorted minor Russian guide updates [skip ci]

65165ec82c5758a96bb532e925e4ef0b6073eec9 authored about 8 years ago
Merge branch 'sergeymakinen-pagecache-tests' PR #13149

* sergeymakinen-pagecache-tests:
refactored pagecache test
Adds tests for yii\filters\PageCa...

13aeb4f121592e578af1080421a940432bbe6e2f authored about 8 years ago
Adds tests for yii\filters\PageCache

bd6ab216fc08cf7057e343c6828224ca3b007485 authored about 8 years ago
Fixed typo in CHANGELOG (#13164)

cf26c4c9f0f9bc69115359aa29b25d173961d7d7 authored about 8 years ago
Rename `yii\base\InvalidParamException` to `yii\base\InvalidArgumentException` (#13082)

* Closes #13080: Rename `yii\base\InvalidParamException` to `yii\base\InvalidArgumentException`
...

645f3b032aa3581456fe2aef0e562f675beddc84 authored about 8 years ago
Make validator getClientOptions public

This allows implementing custom client-side validation
without extending every validator.

Fixes...

6fe217003940330bc1e4a66eab655ed819d8eb36 authored about 8 years ago
Replaced links to non-existing widget demos with links to API docs and guide [skip ci]

702854b2c56c9329ca54d470c1bbc0bb7f1743d5 authored about 8 years ago
Polish translations for field validation fix (#13153) [skip ci]

1f2ee7768286a1fbcf697cf007cd14152ea12bb0 authored about 8 years ago
added unit test for DynamicModel::load()

issue #12116

f96405e1f6214bcefaee6dde3719f93e714ef0f3 authored about 8 years ago
Update DynamicModel.php

added note about limitations, i.e. no scenarios -> no safe attributes -> no load().

2ad03a96b5e9ccbcb9e5b20f91018927397a622e authored about 8 years ago
readded comments to phpmd rules #13139

c378c31168e667e08469bf125039f1f8ed5d84d7 authored about 8 years ago
Code Climate PHPMD settings (#13139)

* codeclimate phpmd rulesets

* PHPMD ruleset

* phpmd_ruleset moved

* Delete phpmd_rules...

6312267156706554444962088f042fae57a9dba5 authored about 8 years ago
Merge branch 'arogachev-11163-client-validate-options'

ac72b168af2949c048e72d6c4f0e49444c66348a authored about 8 years ago
`yii\validators\Validator` - added separate methods for client-side validation options

Closes #11163

574f42b94beb3a5ee3dc639a501b0301a34a58fa authored about 8 years ago
Merge branch '11627-document-and-test-empty-listview' of git://github.com/mytskine/yii2 into mytskine-11627-document-and-test-empty-listview

Conflicts:
framework/widgets/BaseListView.php
tests/framework/widgets/ListViewTest.php

5fee3638f79c647899cf08b0b88537a25c1e505f authored about 8 years ago
Kirkhansen 9053 add radio button column (#13126)

* Added the RadioButtonColumn class and updated the changelog.

* - several enhancements:
- u...

14536b595a67dcbcdf77f579c225543d65a0093a authored about 8 years ago
Fix docs about table prefixes (#13127)

* fixes #8354 to improve docs on table prefixes

* accents

* patched silverfires comments
...

db243f08e7f6ca19e07f763eb7c4f7289299fd41 authored about 8 years ago
Update concept-di-container.md

put code block into the list

2a6a54993a3b7ef5e90b53976df633d6e79844dc authored about 8 years ago
Fixed code formatting in concept-di-container.md [skip-ci] (#13136)

8c171d66ade2b2cfa0f6d4e5667c34ce3b883aab authored about 8 years ago
fixed urls in bash/zsh installation instructions

146cbc9964c52482f4ea2c176362df82cf843dd8 authored about 8 years ago
fixed typo in security guide about namespace

backslash vs. slash
fixes #13132

adc7bd0d836d00aa738a52f38b0fbc64f626b30d authored about 8 years ago
Attempt to make tests pass on travis environment

a1e9861fb928b1064693192dc10839200d9ef3e7 authored about 8 years ago
disable codeclimate complaining about else statements

encouraging early return is good, but this check complains about every
single else statement in ...

a0c3f08278815d1a679d888bc2065caaee8bad37 authored about 8 years ago
Update security-authorization.md

fix namespace to fix #13125

ae2b403597ee31f04367e6107aa9714cc2abb8db authored about 8 years ago
Add `yii\filters\HostControl::$fallbackHostInfo` (#13117)

d19b65a2785bfc30b16e904a19791141a897ca17 authored about 8 years ago
Merge pull request #12959 from yiisoft/bash-completion

Added bash completion file for ./yii commands

301316bbab1fd81fd8c8f13ac230ef9140293e21 authored about 8 years ago
Merge pull request #12675 from yiisoft/unknown-command

Alternative implementation for Unknown command suggestions

9fc1f49ca83be69f2096de0f8a100f36f998a14a authored about 8 years ago
implement suggestion for unknown command in console application

suggestion is based on two principles:

- first suggest commands the begin with the unknown name...

64dcc44bbe9a5e703bf67566637c5111a8d1da9e authored about 8 years ago
Updated CHANGELOG

fixed typo

0f5a4c4264bb0eda4ffdeaac68a91666497e18d1 authored about 8 years ago
Added bash completion file for ./yii commands

This allows to auto-complete commands available by the `./yii`
executable on the bash by expandi...

22857ddd609a80bcf9fb7057266c32d1a2f4be1c authored about 8 years ago
Added ZSH completion, moved scripts to a separate directory

f91a22e59710a77dabf70b33d04b28ef45a80f7d authored about 8 years ago
bash completion for ./yii command options

71f52b023e0416d0dbd471acf94e0026416e5cfc authored about 8 years ago
Merge pull request #13111 from yiisoft/js-tests

Making JS tests ready to go into master.

9aa377e02ae8b38f2202e72f87551a0c05b48a0f authored about 8 years ago
Code cleanup (#13113)

* Simplified code branching, named variable better

* More simple code cleanup

* More consi...

4f23e900358d9875608c1305a184d8147589b008 authored about 8 years ago
Update CHANGELOG.md

typo

61067f10356cf911c0525d48780c596d1fc94061 authored about 8 years ago
Merge pull request #13116 from yiisoft/aria-required-and-aria-invalid-input-attributes

Aria required and aria invalid input attributes

f2902f115115f4a44b42a450b59966cb4647a91f authored about 8 years ago
Merge branch 'master' into aria-required-and-aria-invalid-input-attributes

3beba876ec118fb1ba05f3b0752d5668d289fc18 authored about 8 years ago
update codeclimate rules to match yii style

follow up to #13121

30d889e40265b7bce2731279992629a922a76797 authored about 8 years ago
Disable `Controversial/CamelCasePropertyName` codeclimate check (#13121)

* Disable `Controversial/CamelCasePropertyName` codeclimate check

* Fix indentation

ed000b3750dea585caa4da3215a6742caf0591bb authored about 8 years ago
More renaming, removed unnecessary code

2a9d1e4160565ea11fef3b84064f2e98b9b743f4 authored about 8 years ago
Merge branch 'module-di-config'

09ea9456a30fd1189efa852527472c1b6eee9651 authored about 8 years ago
Implemented Container::setDependencies(), Container::setDefinitions

Closes #11758
Closes #13029

7d486da191770789ffab8038cae253aee553038d authored about 8 years ago
Added `QueryInterface::emulateExecution()`

Added `QueryInterface::emulateExecution()`, which allows preventing of
the actual query executio...

381916325d7564c1f7ea7b97680ddd5416ec549f authored about 8 years ago
More renaming

eec2830a57474dd4c0287798d5757c9f8ea1d5bf authored about 8 years ago
More renaming and formatting fix

9c877516d09c43ea35db8e86faf7d4bbba8d13c4 authored about 8 years ago
Renamed variables, changed logic of turning client updates on

0fc681853cbcda7c350196d237dc1ed35f4a87f4 authored about 8 years ago
Fixed formatting

75ed3a45eb8ea93e2649c744e5e0682295955395 authored about 8 years ago
Follow-up to 65c2ade. Smarter fix of #13118

633889c227e9ccafe0e53dbd0f36556ba43a8593 authored about 8 years ago
removed @since

32cbf5048b05614b7f4228894b2c2bd76bf431a6 authored about 8 years ago
Fixed `handleAction()` function in `yii.js` to handle attribute `data-pjax=0` as disabled PJAX

Fixes #13118

586d0951c35045f5bcd283c510c0bf8d8831520d authored about 8 years ago
#12399 adjustments

bd222c18fcacd6fe4cfd5dfceb51724b2452076b authored about 8 years ago
Fixes #12399: Added `ActiveField::addAriaAttributes` property for `aria-required` and `aria-invalid` attributes rendering

6bbdb98e9d97201ed875c5454b55ca77091ac85a authored about 8 years ago
Fixes #12735: Fixed `yii\console\controllers\MigrateController` creating multiple primary keys for field `bigPrimaryKey:unsigned`

3904209379e261bf23abc728a889f27a2a2de9cd authored about 8 years ago
Fixes #12854: Added `RangeNotSatisfiableHttpException` to cover HTTP error 416 file request exceptions

402e38b3238d559bbedc99d92eb3567013e0ddf6 authored about 8 years ago
fix travis

d35d7c6ab6d30af80a793b3d117507767fb75eb9 authored about 8 years ago
Shorter variable name, different approach to casting

c1cd13639d7a7ebba0cd4e92b18ddff431b8599d authored about 8 years ago
Fixes #10488: Fixed incorrect behavior of `yii\validation\NumberValidator` when used with locales where decimal separator is comma

346dd9154c44abdeb97738ccb5f032a2a21d2c82 authored about 8 years ago
Initial work on #10488

43d79ee4655992b380c2c51272c16e7b464329e1 authored about 8 years ago
Update tutorial-i18n.md

to double quotes

9fcf47e8470e7a7fb82149e320cdee25643a115c authored about 8 years ago
Improve docs on i18n messages (#13107)

* start with improving doc

* updates

* fixes for @samdark review

* fixes after @cebe's ...

83c5d8945073b8438c66ed99fc9e27d5b2608492 authored about 8 years ago
added @since

f8db03b548ab5fae66342d0742e3ae6175bf01b5 authored about 8 years ago
upgrade file updated

46a4adb2c2b3b16f7220894588c51dce35e45a77 authored about 8 years ago
Enabled Codeclimate code coverage (#13112)

0c0dc1d29e1aefa9a56240350e0eb08851d8f691 authored about 8 years ago
improved composer stability for the asset plugin

11e81dac05b7d60921fbe2ce9bd93edf6a94802f authored about 8 years ago
added spaces

404fbefcf4c52a0c7f33e7d154d098b1e1e84192 authored about 8 years ago
add changelog

c73037e4890fdb52bc0dccab5e5af0d7641e6c77 authored about 8 years ago
fixes after @samdark review

bfa83632beb8a83301d6c4e3eca5c5e32ebb773c authored about 8 years ago
move JS tests into a separate branch in travis matrix

this avoids running JS tests for each PHP version.

5c26ba9081438bbbede4053084e0f3c8dcf10beb authored about 8 years ago
Custom ID generation for Pjax widgets to solve unstable ajax calls (issue #12969)

Implements the solution proposed in the following comment:
https://github.com/yiisoft/yii2/pull/1...

a1c7c8a9161500c0d9fb6dd4f2b09b3ac24a0d01 authored about 8 years ago
Implemented Javascript test suite

fixes #12840

Used @nkovacs draft as starting
point(https://github.com/yiisoft/yii2/issues/11037...

a73a38131a4c10015940521969943596c820ba59 authored about 8 years ago
Merge branch 'prepare-travis-for-js'

* prepare-travis-for-js:
remove CUBRID env from travis it is unused
Install APC on Ubuntu tr...

c3c62e16258df24b3ddf474f5624de6178bc087f authored about 8 years ago
remove CUBRID env from travis it is unused

a4bc41aeddd248678cc5812ed6cdbc88a707363d authored about 8 years ago
Install APC on Ubuntu trusty

Trusty does not have APC preinstalled (see
https://github.com/travis-ci/travis-ci/issues/5618,
h...

2168b8bca678ae1431525458a16f55dd26e045a8 authored about 8 years ago
Select only primary keys in UniqueValidator (#10896) (#13098)

fixes #10896

f3f628d401549fe698dfd6ba9a6248267483a439 authored about 8 years ago
Fix MySQL database setup for ubuntu trusty

4f86decf0146b744984517d6b92390e88fb5f1bc authored about 8 years ago
Implemented shortcut methods for returning JSON and XML (#13101)

fixes #13036

f41163339dce22ac860d9620e1c2a913f72444ad authored about 8 years ago