Ecosyste.ms: OpenCollective

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

github.com/yiisoft/yii2-mongodb

Yii 2 MongoDB extension
https://github.com/yiisoft/yii2-mongodb

Revert static calls in switch

8197ab556e33a917f989fc07617050dca648a7fe authored over 11 years ago
Fixed php 5.4+ Exception in Console helper

ded4ccd778c400c023d7e734304a70dfb1eea8d1 authored over 11 years ago
Merge pull request #184 from andersonamuller/patch-1

Typo in isNewRecord property of ActiveRecord

11bebaa8bf6e8e99cbff1cd9491cafb284fb0c69 authored over 11 years ago
Merge pull request #185 from andersonamuller/patch-2

Fixes doc block in findWith method of ActiveRelation

63f081f2f3634db071c62c32f96e3d32f854e845 authored over 11 years ago
Fixes doc block in findWith method of ActiveRelation

78b6607c11a9aeb810504213cb138965a10793f3 authored over 11 years ago
Typo in isNewRecord property of ActiveRecord

45e987d26c600b38bb52a48a1639e1795971076f authored over 11 years ago
Merge pull request #183 from LAV45/master

Fix urlManager

b8b6180b81ca2ff44fecade9eb92b06449fbdfa5 authored over 11 years ago
The first rule of a template can not start with a "/", even if it has a default value

57e175552a07eb2de69aa2793ead734a7c35a3b7 authored over 11 years ago
Fixes issue #172: Added Object::className().

c5bad9ea1b88adffe41390a9de13cea9bf0189f8 authored over 11 years ago
Fixes issue #177.

2dd51d5b46b75d179dbc7cf0c239b303370fafd9 authored over 11 years ago
Fixes issue #180: DbSession crashes with autoStart

01ae01508838864d3a450f1163924beb6b4f78b1 authored over 11 years ago
more console helper and controller refactoring

changed name of ansi switch to --colors
https://github.com/yiisoft/yii2/commit/69cad905dd049be9d...

51357e58f091a68f2950513604cc7633d7416747 authored over 11 years ago
Fixed Copy paste error console/Controller

also naming of formatString -> ansiFormat

fc5045fd0c7eef429abc3f3495adee5fd720026d authored over 11 years ago
more doc variable name fixes

ed74636af8c61828172f8d695c202368669b3e88 authored over 11 years ago
variable name fix in docs of Markdown helper

https://github.com/yiisoft/yii2/commit/f2258e760f03d636056c2c7cb48a8bd45c10d913#commitcomment-31...

88c74e99c3468c566defa66e5785b4e17dd5f2f5 authored over 11 years ago
Refactoring Console commands

added method wrappers in console/Controller

issue #33

69cad905dd049be9d9b35d8103cd60591e13c6ae authored over 11 years ago
Fixes issue #171

55cc8813c7da6c7bc56537e277e824ac6e216a5e authored over 11 years ago
Merge branch 'master' of github.com:yiisoft/yii2

* 'master' of github.com:yiisoft/yii2:
Corrected default paths for Twig and Smarty

563243a41537719ce1836bf7b9cfd992204b8c83 authored over 11 years ago
Corrected default paths for Twig and Smarty

74185cb7fcc5c65443c3376d4c579c654ef9d6c5 authored over 11 years ago
Spaces -> Tabs

6faf8344a9654e92039d87c4105259c2c3f9a202 authored over 11 years ago
Merge pull request #144 from tonydspaniard/master

Proposed refactor of ConsoleColor to Console

7e0d35c3084d48bc99c7d25acaef48463f9df443 authored over 11 years ago
Moved Composer vendor dir into framework

92ec41cc7bdb499a029ab73b12ffff2f4561d662 authored over 11 years ago
Added Purifier and Markdown helpers, added composer.lock

f2258e760f03d636056c2c7cb48a8bd45c10d913 authored over 11 years ago
Fixes issue #53: implemented Menu.

17807874b67ce5c728b0da6ee719a4c8d0d36d3d authored over 11 years ago
Merge pull request #163 from creocoder/array-to-empty

=== array() => empty() && !== array() => !empty()

b703169d4b77e8fad6e06e023b422ada02285cfa authored over 11 years ago
Merge pull request #164 from creocoder/else-if-elseif

Code style fixes

86a47f551fd8f48df810dd431210714e58ae4f0a authored over 11 years ago
Code style fixes

ca9194a3658228bcf10ea3e1a848eb08146dc267 authored over 11 years ago
Fixes

82bcd0b298a7e801f727179cc638209534813c55 authored over 11 years ago
Fixes

684295fe0b44bffd053d3f2f273295dc36b893d6 authored over 11 years ago
!== array() => !empty()

48d04fbb8cd3b1cd6830cfae6ed74894e4da6081 authored over 11 years ago
=== array() => empty()

d7df7053e02808b51e72a987ca67bd2170158c31 authored over 11 years ago
fixed typo

e1c788233aa3a22157e6603a3c9805b1c4c25f48 authored over 11 years ago
Merge pull request #162 from creocoder/active-record-get-relation

ActiveRecord::getRelation() bugfix

901dabc30127b10fabb41d60d075441bec85f443 authored over 11 years ago
Merge pull request #160 from creocoder/active-record-refactoring

ActiveRecord::insert() and ActiveRecord::update() refactoring

1c93c503869a661cee716fdb45f06670b47cefe2 authored over 11 years ago
&& => || fix

e3f6faf5756cd4105f6c371708a9878a762a72f6 authored over 11 years ago
ActiveRecord::getRelation() bugfix

37f3a400cd782cd1009344e2e44ffecc1a09d7fb authored over 11 years ago
ActiveRecord::insert() and ActiveRecord::update() refactoring

f12518f45cec142086b8058b754bdaef022eb3bf authored over 11 years ago
Merge http://github.com/yiisoft/yii2

* http://github.com/yiisoft/yii2: (23 commits)
move JsExpression to web.
Fixes issue #155.
...

c699213c19bffac873b20207d61d4b3e2e7749ba authored over 11 years ago
move JsExpression to web.

dd5969147dd1ec392d3edba4fb03b0c55af8ede1 authored over 11 years ago
Merge pull request #156 from andersonamuller/patch-1

Fixes the variable name

462f2033dd62947db0a92a540d203f65b1b6ae03 authored over 11 years ago
Fixes issue #155.

f3c17594c63b009f6568fc9126a0fc36c5a8c80b authored over 11 years ago
Fixes the variable name

8c18feb1b54ac2370a703c63f8c2335234d6d1d9 authored over 11 years ago
Added twig, smarty and php-markdown dependencies, vendor is gitignored now

34b0da0dc4ecfa9ac83d7deff6efad3b3b7aab12 authored over 11 years ago
added composer.json

3ba55c1bb962c794cc33229892f4d38344d8a6b2 authored over 11 years ago
fix

91e6f8220c07715a7a67d6672d73dd7fe18f2103 authored over 11 years ago
fix

a5ab4aa22c47c60ab5fcf40429ab2a17f2149a02 authored over 11 years ago
Wrapped code with github-style blocks with PHP highlighting

9a1221e7c45b60a1adba73386d488d8acb06d0ea authored over 11 years ago
Merge pull request #151 from lucianobaraglia/master

Fix in docs

9990dde19ec2c66163796f6789488d3ca559e7f7 authored over 11 years ago
Merge pull request #153 from br0sk/master

Changed based class to base class

a4cf52c6475be52d3d690b8498fe49f98d7eeca4 authored over 11 years ago
Fixed typo

9844c2e526e99e6953c9cd5be3d814bbfd6a8649 authored over 11 years ago
Controllers section example fix

6b9a0531b829598fce010b622638112c2e2d3e3b authored over 11 years ago
Merge branch 'master' of https://github.com/yiisoft/yii2

0a169589ae88c3a5a181733652f851076a3ae87e authored over 11 years ago
Renamed YiiBase to \yii\YiiBase.

50aa72467fe19e0b44b15f26427721fe0326a367 authored over 11 years ago
Added namespace section.

ce1e725a6bba4ceb0795bac3ecc8c35052e4146c authored over 11 years ago
Merge branch 'master' of github.com:yiisoft/yii2 into redis

* 'master' of github.com:yiisoft/yii2: (87 commits)
Added dirty attribute description.
Fixed...

f59f39087fd74d022c947dccd4e64c9a4ce517f9 authored over 11 years ago
Added dirty attribute description.

647a80278277ba3bf3cc0f4dc19cdc44f88d8ae2 authored over 11 years ago
Fixed doc about renderers.

881a85d463a4593d510aa2f907b01ce4ac167e31 authored over 11 years ago
Merge branch 'master' of https://github.com/yiisoft/yii2

2707c22857bf73e80096bc97504ea1f1754a1bca authored over 11 years ago
Finished the initial draft of upgrading instructions

36d452ae167f0aa1a798e4049ad8cc216ca79f19 authored over 11 years ago
Merge pull request #147 from slavcodev/bug#146

Fix attaching behavior via config

7f35028bfe2f665c153b4a2ab90595792e532864 authored over 11 years ago
Fix attaching behavior via config

a94c43231165e101e2c7273a8d4e459bbf737675 authored over 11 years ago
Changed default value of View::renderers.

1415c12c5a90f553f55a31d8a07b58c7e2adfa2c authored over 11 years ago
Fix attaching behavior via config

3d40b171e077e051db6e277afe5634d149095716 authored over 11 years ago
Menu WIP

235ad40c2bee853ae225642d9d241323a4e1bd67 authored over 11 years ago
upgrading instructions WIP

c6642a3d65336ebe0550d0d282e61b07ab140c68 authored over 11 years ago
Refactored Breadcrumbs.

f01414fff2a888123e90d13143036147929456ef authored over 11 years ago
Fixes issue #54: Implemented Breadcrumbs.

02319b99a075ad2cccad5b846b526755bc0da755 authored over 11 years ago
Merge branch 'master' of https://github.com/yiisoft/yii2

c4b04b78d21f414d8ca1aa87685e01f58cd34afb authored over 11 years ago
Added Breadcrumbs.php

b19f640b66b373751a0b1679a2e37811bc24402b authored over 11 years ago
Merge http://github.com/yiisoft/yii2

* http://github.com/yiisoft/yii2:
Fixes issue #134
Rollback word consistencty over entire co...

d0a634b935fd0a5ad648fbe1716db3a16cfe11ed authored over 11 years ago
Fixes issue #134

034d88e5e480d2a681f336acc3b0bdd7c758cc42 authored over 11 years ago
Merge branch 'master' of github.com:yiisoft/yii2

3ca98d458e0e001097e73def357c045ca48a14ed authored over 11 years ago
Rollback word consistencty over entire codebase (ref. #139).

e9ad7d6e367b0a6c1816c3a5f5b6a863ffa37ba2 authored over 11 years ago
Merge pull request #136 from mdeweerd/patch-1

Add ensureBehaviors() to detachBehavior*()

8bb4a990cb9893a563262eee6491632663e35cdd authored over 11 years ago
remove for now

fc7fc8032bf9268a44e15fc38a2a936795ef2609 authored over 11 years ago
Fixed formatting

a20bd45645a25b36c6f9b7a70198143190108592 authored over 11 years ago
minor fix for test unit

d40e2446df59f858d4fae8fe2c68d58b060481da authored over 11 years ago
proposed refactor of ConsoleColor

ba0032b1cdf02bd514d4a9013114d037cd5a8150 authored over 11 years ago
Initial MSSQL related commit.

87c2fefe092b86e7a632e260d2127100485bae1b authored over 11 years ago
Removed unnecessary else

77d9fad7012d977fd3eee050eb04e9959855827d authored over 11 years ago
Merge pull request #3 from yiisoft/master

Merge from yiisoft/yii

53f43ddd983bb81f7af9e7101cbca662b4b3e7de authored over 11 years ago
Add ensureBehaviors() to detachBehavior*()

Need to add ensureBehaviors() to detachBehavior*().

The intent may be to detach behaviors def...

2d1180f35caeaab90353b445e5720f7df61ff286 authored over 11 years ago
Fixes issue #124.

d2f35f2062a76c91f62c8edbad724a5832aa940a authored over 11 years ago
code reorganization fix.

8c11a4b7e2ab73d1d4eb6477835fc062ea31c8df authored over 11 years ago
reorganized app code.

removed app template from framework folder.

14699b5ec3992a849d1b16d54a9f971dd65cf066 authored over 11 years ago
Merge pull request #2 from yiisoft/master

Merge from master

6a3e9e15ea97f475417a27ad082d2537db722e0d authored over 11 years ago
Merge branch 'master' of https://github.com/yiisoft/yii2

637e11605a22d8c516afa4406351829d6831dff9 authored over 11 years ago
Fixes issue #128.

0766fbccb5b2b40b4eb414e97faa00a915ccd206 authored over 11 years ago
Merge pull request #122 from mynameiszanders/master

Added Newlines

9880d1fa5157ec7bf05db3d2abf21e2956d97ed9 authored over 11 years ago
Merge branch 'master' of https://github.com/yiisoft/yii2

0ab4f8f1307fb62e768ce06e330ba5f3628a2669 authored over 11 years ago
Fixes issue #124.

9841d6c639e87b80c6b2a90a528deeff808ac33a authored over 11 years ago
Add Newlines

Appended newlines to every PHP document that did not have a newline as the last character in the...

4be9e195c2d572c318a0e68c90765b0ceb823fd0 authored over 11 years ago
Merge pull request #121 from rinatio/var-dumper-dump-call-static-dump-as-string

Var dumper dump call static dump as string

309c581219b85622e4701baa3372ea5c5182c9a1 authored over 11 years ago
Merge branch 'master' of git://github.com/yiisoft/yii2 into var-dumper-dump-call-static-dump-as-string

b7e8ebf2376db365d1490504208251c9074c2b91 authored over 11 years ago
Merge pull request #120 from rinatio/119-apc-cache-unit-test

Check apc.enable_cli for ApcTestCase unit tests

b057efef25fdf961c4c265611dc6847d984492c6 authored over 11 years ago
Call static::dumpAsString in VarDumper::dump

This way we can extend VarDumper::dumpAsString

47c643fbff9ebfc28a5760789c719278a8ccfc2d authored over 11 years ago
Check apc.enable_cli for ApcTestCase unit tests

802c0c94a81d89ea3409dc62ef08a3ec7967fd44 authored over 11 years ago
Merge pull request #117 from vyachin/master

fix SecurityHelper description

e087533fa701405b37f9d4003b88f88a0ba69be0 authored over 11 years ago
fix SecurityHelper description

7f5cbce69cc702633691836a20ecb7f44589e847 authored over 11 years ago
Merge pull request #116 from rlerdorf/patch-1

Fix typos

2530555b77d21efe94664ef503aa31f71c3f94f8 authored over 11 years ago