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 #2605 branch 'feature' of https://github.com/mongosoft/yii2 into code-style

* 'feature' of https://github.com/mongosoft/yii2:
returned back formatting language files
co...

6ec9b9b14b81188a130c201341e52aa475b1f2b0 authored over 10 years ago by Carsten Brandt <[email protected]>
username should be unique

9ce70cf9259169efc1c4e5ecdde6871e49e9c9e6 authored over 10 years ago by Johnny Theill <[email protected]>
Merge pull request #2622 branch 'ext-codestyle-fix' of https://github.com/AlexGx/yii2 into code-style

* 'ext-codestyle-fix' of https://github.com/AlexGx/yii2:
fix php5.4 array syntax
many phpcs ...

9cf1efc0bb7b7e001b88cec52b27e30d4cdf8a18 authored over 10 years ago by Carsten Brandt <[email protected]>
Changed assertions

064231cccb285a6a2b04f9b7663975e93091f4de authored over 10 years ago by Johnny Theill <[email protected]>
Added links to PHP.net to apidoc

3ae3b5c6db98359bf79adc9e02497e4c13889e7c authored over 10 years ago by Carsten Brandt <[email protected]>
be consistent, use singular inheritdoc

c4253b015f432fff02b3739359a5af43308d6118 authored over 10 years ago by Carsten Brandt <[email protected]>
added support for basic `@inheritDoc` tags

869dfb3342f300ccb253921dfc2dc06fe93dc46c authored over 10 years ago by Carsten Brandt <[email protected]>
add source code links to api docs

60a6801861c06449b7f9ea2020830f491b049439 authored over 10 years ago by Carsten Brandt <[email protected]>
exclude file support for apidocs

issue #1797

42fdf544499aeb69645470461acfdf768b3d667b authored over 10 years ago by Carsten Brandt <[email protected]>
Fixes #2629: `Module::controllerPath` is now read only, and all controller classes must be namespaced under `Module::controllerNamespace`

2908c1b0e2e97fdf01c082d4797fd5e0831e2af8 authored over 10 years ago by Qiang Xue <[email protected]>
reverted 315cfbc03be to be nice to travis

58d2acf868112c3c1a553b6df6dae73f825d553b authored over 10 years ago by Carsten Brandt <[email protected]>
check if travis can do a crazy build for us :)

c233424d36476de2a4325470aa1bf3b23bbb2c2c authored over 10 years ago by Carsten Brandt <[email protected]>
Fixes #2646: Added support for specifying hostinfo in the pattern of a URL rule

98b1a3ea4e57fc80096f0b29ed9a23045c144966 authored over 10 years ago by Qiang Xue <[email protected]>
Merge pull request #2656 from yiisoft/apidoc-refactoring

Apidoc refactoring

539b03bbfa75c7688acc760b3772dae036b0c1e8 authored over 10 years ago by Carsten Brandt <[email protected]>
final changes for apidoc refactoring

1522e64ae1300f34747a516557d462e3275c52f4 authored over 10 years ago by Carsten Brandt <[email protected]>
finished guide command refactoring

bc1d2d09f45c4399a74dc9a149e194207a9cf380 authored over 10 years ago by Carsten Brandt <[email protected]>
Fixes #2653: Fixed the bug that unsetting an unpopulated AR relation would trigger exception (qiangxue)

c10da01e021cf292f4cdaeb351322dfde49e1592 authored over 10 years ago by Qiang Xue <[email protected]>
fix tests

5f2d19c6a033564c12c87049ce76f12f9e379e50 authored over 10 years ago by Johnny Theill <[email protected]>
Removed unused "use" statements

6e0aa22a36830c05732f24faffd293d980942e7a authored over 10 years ago by Alexander Makarov <[email protected]>
More short syntax for arrays

e2c7a2aeb917fa46e7a160bd8b1554e3138fc58b authored over 10 years ago by Alexander Makarov <[email protected]>
improved HelpController with messages for each command

37aae73ad7fa0549b0e8c3f0ba9af2c6c078a16d authored over 10 years ago by Carsten Brandt <[email protected]>
Merge branch 'master' into apidoc-refactoring

* master: (153 commits)
rest doc.
CS fix
Add size attribute to Modal
major features and ...

7f9aaaed555257a9b2636593f5e8e0a7e3891e12 authored over 10 years ago by Carsten Brandt <[email protected]>
Merge pull request #2599 from yiisoft/feature-restapi

RESTful API support

5d2a7a1f42ec004544f85e1efc3d0cb2cefef6d8 authored over 10 years ago by Qiang Xue <[email protected]>
Merge pull request #2644 from tof06/2643-add-modal-size-attribute

Add size attribute to Modal

5b3bd01c1ee6b4d6d787706101a1ab1f9ad830c7 authored over 10 years ago by Alexander Makarov <[email protected]>
CS fix

5b7f78334364d71432b98eb7718d7211a0f50329 authored over 10 years ago by Christophe BOULAIN <[email protected]>
Add size attribute to Modal

8cf5b385195ba84ae1e7756fbda03de0bf4bc15f authored over 10 years ago by Christophe BOULAIN <[email protected]>
Merge commit 'bdce87b242abbff800020deba0a5c2031fc2efe7' into feature-restapi

Conflicts:
framework/db/BaseActiveRecord.php

d4098e2066c0cb94a50c901f71ba1914297b8688 authored over 10 years ago by Qiang Xue <[email protected]>
major features and documentation finished for REST API.

a1dab798f39cf80ebde825849b6f7f7d8b4496e7 authored over 10 years ago by Qiang Xue <[email protected]>
Merge branch 'feature-restapi' of git://github.com/yiisoft/yii2 into feature-restapi

2c742f20de261111c218ac4254d64b150d6aeab4 authored over 10 years ago by Qiang Xue <[email protected]>
rest WIP

bddf920e24cc52fc31ec0e65f5c0d796d3c44639 authored over 10 years ago by Qiang Xue <[email protected]>
Revert "Used ternary operator instead of "or" for constant definition"

This reverts commit 2bb6f13505e212d68841a7e6609806fb30d04002.

6fdab5c4c28921945b1058b776ac2331eab344db authored over 10 years ago by Alexander Makarov <[email protected]>
REST wip.

ffecb1d20c7648489e95baf8f2014d1759e46c5e authored over 10 years ago by Qiang Xue <[email protected]>
sub menus didn't get checked for being active.

Based off the method in ```Menu.php``` I've updated ```Nav``` so it will check if sub menus are ...

18d0269d9b4c185d195ce5d7f6b31ef9b7413c71 authored over 10 years ago by Alex-Code <[email protected]>
Merge pull request #2633 from thiagotalma/master

Keyboard shortcut for previous, next and refresh buttons

70c72c034a00a51d0daab7f68d72c52068a43b3f authored over 10 years ago by Alexander Makarov <[email protected]>
Changelog

fe3b767220c55c0aecc23beff6ad6dd663ed4421 authored over 10 years ago by Thiago Talma <[email protected]>
Keyboard shortcut for previous, next and refresh buttons

c2fb683cde1d4fd4f0fb2209f22b3a0c8bd76b70 authored over 10 years ago by Thiago Talma <[email protected]>
reset batch query result when rewinding.

37c093e981d972c2eddea39f106d23e41847ba62 authored over 10 years ago by Qiang Xue <[email protected]>
replace pjax with external resouce via composer

We are now maintaining a fork of pjax:
https://github.com/yiisoft/jquery-pjax

6e156816c205fbc078ff2d8a2e7615d369f6f850 authored over 10 years ago by Carsten Brandt <[email protected]>
Merge pull request #2620 from AlexGx/apps-codestyle-fix

apps code style fixes

418757f482155a8e930f2a5a1462e32753542f19 authored over 10 years ago by Carsten Brandt <[email protected]>
fixed condition for HHVM test

d335937e0aa27871a23ceac219c805e43cf95691 authored over 10 years ago by Carsten Brandt <[email protected]>
Merge branch 'master' of github.com:yiisoft/yii2

* 'master' of github.com:yiisoft/yii2: (40 commits)
Fixes #2624: Html::textArea() should respe...

213914436d6980f0ac8b9a37112881c5e7b2cb85 authored over 10 years ago by Carsten Brandt <[email protected]>
fix php5.4 array syntax

499177f05f399af1cc3a4e66eedb11079171cb83 authored over 10 years ago by AlexGx <[email protected]>
many phpcs fixes

2b294f5375a2ddb5747464ac7756c95fd58639ce authored over 10 years ago by AlexGx <[email protected]>
fix phpDoc LuaScriptBuilder build @throws

e469a4ca405b9acb834c581edf46f5811c1e8094 authored over 10 years ago by AlexGx <[email protected]>
apps code style fixes

4055718df0622ad8d7a3ac2a24af72e4ef6eec54 authored over 10 years ago by AlexGx <[email protected]>
Removed unused "use" statements

dd80f5bf1ac831bc9271c67e912b74f6d8c55af6 authored over 10 years ago by Alexander Makarov <[email protected]>
Changed "and" to "&&"

67e6f16b4d35dbe953b8c6242292b3e0a3b55ad6 authored over 10 years ago by Alexander Makarov <[email protected]>
Used ternary operator instead of "or" for constant definition

2fe103de5037add0ded85655d7d9810dc304dab5 authored over 10 years ago by Alexander Makarov <[email protected]>
Removed unused variables

f8f03baf271f86eedd0f37c743c4bf9ea6f0547a authored over 10 years ago by Alexander Makarov <[email protected]>
Removed executable flag from asset files

39177f0ea0f3377260fead44557a37a2cd596f36 authored over 10 years ago by Alexander Makarov <[email protected]>
Merge pull request #2607 from mitalcoi/db_message_source

enchansment of db message source

3bb250c0a273050ffc9748df4ef2dbcf31fc0910 authored over 10 years ago by Alexander Makarov <[email protected]>
Merge pull request #2613 from mongosoft/mongodb

add findAndModify() method to the Collection class

222ba690226e08228c5fb40db169e5248a43425e authored over 10 years ago by Paul Klimov <[email protected]>
Merge pull request #2612 from tof06/master

Add an option to ignore pjax request on some links.

00db7d55e2691b3b30b917b3207067ac7c2f6582 authored over 10 years ago by Qiang Xue <[email protected]>
Added some documentation to new pjax attribute

cccba85c37134e2025bee17590996b0dbe228eac authored over 10 years ago by Christophe BOULAIN <[email protected]>
Add unit tests

de892e484e43e416960b5ecec099b5890444e933 authored over 10 years ago by Alexander Mohorev <[email protected]>
typo fix.

50a011eaba63647e135b2a59f125075e899dc384 authored over 10 years ago by Qiang Xue <[email protected]>
add findAndModify() method to the Collection class

0e08498f64d521bbb57264b45873f5f48a5727f5 authored over 10 years ago by Alexander Mohorev <[email protected]>
Add an option to ignore pjax request on some links.

47c997a01d4bdb93f7f5fe20c81bc2d736df7708 authored over 10 years ago by Christophe BOULAIN <[email protected]>
Merge pull request #2610 from AlexGx/code-style-fix

Code style fix

7a739ec1209823f71009a68bb3c6e4f803d98a27 authored over 10 years ago by Alexander Makarov <[email protected]>
more docs.

9168ae1c9b96f847adae5db47a0c913756e31cdc authored over 10 years ago by Qiang Xue <[email protected]>
fix typo double `;`, `Each PHP statement must be on a line by itself`

ea7507d9b9a7e717d4d6d68ff8bafd79a850751d authored over 10 years ago by AlexGx <[email protected]>
Implemented rate limiter.

9e325eeb962c03c8b640be1d073802a2ee9d92d2 authored over 10 years ago by Qiang Xue <[email protected]>
Refactored auth methods.

8a8040fa481ef61a959ae92013e02cd4412f70df authored over 10 years ago by Qiang Xue <[email protected]>
added support for rate limiting.

705b9f24a6d91feb8a00d5b6442df8a3bedb6c0a authored over 10 years ago by Qiang Xue <[email protected]>
support authentication via query parameter.

9ec50efbd5ae339c9a07ebf47a450af840717d89 authored over 10 years ago by Qiang Xue <[email protected]>
Merge pull request #2595 from thiagotalma/master

Arrows to display the previous and next files.

87706956b121f78df3f712e4339210715a3b001f authored over 10 years ago by Alexander Makarov <[email protected]>
Merge pull request #2596 from tonydspaniard/2559-pjax-filter

2559 pjax filter

c0eb4d857a4143ed7806c53a7eaac965e9124b5f authored over 10 years ago by Qiang Xue <[email protected]>
return data from module scope variable

9d26a725e96701fd347bf7c36f9390a86fc86162 authored over 10 years ago by Antonio Ramirez <[email protected]>
Code style

317939f17cad1b3e8c4750d70e252019f15eddc3 authored over 10 years ago by Alexander Makarov <[email protected]>
Renamed `User::loginByToken()` to `loginByAccessToken()`.

8ba055858f2a30397bfb0cdfa7e499c78c867e77 authored over 10 years ago by Qiang Xue <[email protected]>
Changelog

41ea3e7eec37f387907e60ac35ea003adbe6153a authored over 10 years ago by Thiago Talma <[email protected]>
remove previous attachments if any

85410a25d6782495e7293778ae4d9038b1105aa8 authored over 10 years ago by Antonio Ramirez <[email protected]>
Fixed advanced application to use POST for logout

4f92e8d59a74c1feb6f9dcd943531f7ef12f7a18 authored over 10 years ago by Alexander Makarov <[email protected]>
code style. WHILE

6ba608816d322aedb85caac66b1f0c0664d8748b authored over 10 years ago by Alexander Mohorev <[email protected]>
code style. FOR

fb0597efc1e6c2bb79067e6492749e7ccd32823d authored over 10 years ago by Alexander Mohorev <[email protected]>
code style. FOREACH

6ce3f302c8fd1c6547c654ef4c183c18ed80a7cd authored over 10 years ago by Alexander Mohorev <[email protected]>
updated error code.

6069e14d832874cee6126a911a6f34d444d68043 authored over 10 years ago by Qiang Xue <[email protected]>
Merge pull request #2578 from schmunk42/feature/update-composer-keywords

replaced keyword "yii" with "yii2" in composer.json files (fixes #2557)

5f3e2648c7722549d3bfc7dfcd2d1d477a75c652 authored over 10 years ago by Alexander Makarov <[email protected]>
code style. operator IF

e1ed49ac00dda7cc10cbd32385872428ad69af4a authored over 10 years ago by Alexander Mohorev <[email protected]>
Skipping CUBRID on HHVM

7fc38ec7c782d0070375a6342abe6bb591b28a0b authored over 10 years ago by Carsten Brandt <[email protected]>
@param, @var, @property and @return must declare types as boolean, integer, string, array or null

f7758b5db10b2cba2abe0a6d4f03335be2138919 authored over 10 years ago by Alexander Mohorev <[email protected]>
skipping memcache on HHVM

409a0319d3d229f421e321b7dea7a1e02c94bf9b authored over 10 years ago by Carsten Brandt <[email protected]>
short echo tags

bd26de22b8bdd00b51b82c407f2edefa0eb79c43 authored over 10 years ago by Alexander Mohorev <[email protected]>
short array syntax

a5d1b1a812b7db2e97ba057c810f0e9204edfc1b authored over 10 years ago by Alexander Mohorev <[email protected]>
Support for other auth types.

cd6312310bff1b9aa7e6a977f861b049f8b55e53 authored over 10 years ago by Qiang Xue <[email protected]>
Merge pull request #2597 from zinzinday/patch-1

Add $transliteration for Vietnamese

856c2ca5868e20b00a6b4f9c6dc5b3d92432fa8f authored over 10 years ago by Carsten Brandt <[email protected]>
Fixes #2601

1867cced90d4fb7d673e5ac58f37bdd5435e30f5 authored over 10 years ago by Qiang Xue <[email protected]>
add multiple grid support to gridData

23218a066098d6c7fcf22a78e6a8fb52a60da6d8 authored over 10 years ago by Antonio Ramirez <[email protected]>
Merge remote-tracking branch 'origin/2559-pjax-filter' into 2559-pjax-filter

* origin/2559-pjax-filter:
fix formatting

36368c19b5522439f9a15b49886ce8055df09916 authored over 10 years ago by Antonio Ramirez <[email protected]>
fix formatting

8f81879e42c6571b44f8e770f9eff87ca2db2e82 authored over 10 years ago by Antonio Ramirez <[email protected]>
fix formatting

9914bbf16f4e99cc9a2679811b161e23f1184162 authored over 10 years ago by Antonio Ramirez <[email protected]>
fixes #2559

e805a8bc96992b90cf1d9e5543eef23cd9965e5a authored over 10 years ago by Antonio Ramirez <[email protected]>
test break fix.

7bc0517f8c618b7663b854e0ad6d49ed7358ca90 authored over 10 years ago by Qiang Xue <[email protected]>
rest api WIP

314fefdfe1f3e6166b64dcff26c6602811d1d7d4 authored over 10 years ago by Qiang Xue <[email protected]>
Merge commit '4891aa79bf80d5f6f1a50d71e43b3eb49cc1fe85' into feature-restapi

e6d0fd6e36f05b81a1a084a270ffa730b03f0605 authored over 10 years ago by Qiang Xue <[email protected]>
Merge commit 'ec05c0eaf7060d13a23828c0c2e64137dde4bd61' into feature-restapi

71cf466cc593309e29348f40317f60fdf6389dbf authored over 10 years ago by Qiang Xue <[email protected]>
Arrows to display the previous and next files.

0de606a5cc436a65ec78b336947b61333a0a66d0 authored over 10 years ago by Thiago Talma <[email protected]>
fixed test break.

6d6930b1b193a2af48207da3a1805c0ca04bc7f7 authored over 10 years ago by Qiang Xue <[email protected]>
Delay joinWith till createCommand to correctly combine relation condition with primary condition.

a55babd7d9191492a04ed544681d6151263a47e3 authored over 10 years ago by Qiang Xue <[email protected]>
run build against PHP5.6 and hhvm but allow to fail

http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail

bfbf2938e681e069e80b550254204b54c5b9c12a authored over 10 years ago by Carsten Brandt <[email protected]>