Ecosyste.ms: OpenCollective

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

github.com/yiisoft/yii2-bootstrap

Yii 2 Bootstrap 3 Extension
https://github.com/yiisoft/yii2-bootstrap

forgot to remove strtolower from __get and __unset

c4468ac315e000dcc6504e9f10ef0f1f24e5bfff authored about 11 years ago
made relation names in AR case sensitive

a23c54acb843eedc571a3ccb953486415fe7e98a authored about 11 years ago
Fixed View refactoring test breakage

65d7ffa74f6c7c814d28bcdede0a0ac56a29f109 authored about 11 years ago
Modified application templates so when trying to log in when already logged in it just redirects to homepage instead of throwing exceptions

f2484fd6160a4be003e86da368f69b4545aea38c authored about 11 years ago
Fixed advanced app error view

d3f5d34819ad6e23b4e80a058c37df82b7af3d65 authored about 11 years ago
Merge pull request #1152 from yiisoft/view-refactoring

Refactored View

a65734abc3245b3961ed105950cb2cae6e26c0ed authored about 11 years ago
Merge branch 'master' of github.com:yiisoft/yii2

* 'master' of github.com:yiisoft/yii2:
Fix typo

08a668989dac1329e74963879727c40db91d2878 authored about 11 years ago
added unit tests for logger and log target

related to #1151

0ea05a6460db69a89cdeae8c860984fc9ff1db89 authored about 11 years ago
Refactored View

927e9dddb43942d02b3068e4144ee239e8d56ada authored about 11 years ago
Merge pull request #1150 from marsuboss/patch-1

Fixed typo

7462075403993d2cbb9ada58485450e2de910e15 authored about 11 years ago
Fix typo

a652ac8a4e6f64d24de7e430bb06722c2e80883c authored about 11 years ago
Merge branch 'master' of github.com:yiisoft/yii2

* 'master' of github.com:yiisoft/yii2:
Fixes #1146: Gii generates wrong relation.

086326b1ee80b531e33179f101a24358c2bd1ef0 authored about 11 years ago
fixed wrong relation class name in gii model generator

fixes #1146

07391b6dc198d66c0ac917f2b2dedbee7748a6c4 authored about 11 years ago
Fixes #1146: Gii generates wrong relation.

0515d32bdf7d004391a411124d2456da6614f9a7 authored about 11 years ago
Method 'yii\mail\MessageInterface::compose()' renamed to 'yii\mail\MessageInterface::message()'.

ad7761f96a24f55a521cc29b85624ec411578178 authored about 11 years ago
'yii\mail\MessageInterface' updated:

- 'body()' renamed to 'renderBody()'
- new 'body()' method introduced

3d1a625cbb60f1513b8d592243a0b76055aac210 authored about 11 years ago
Method names "yii\mail\MessageInterface" simplified.

b0c5981d42c531324c12d25b63d3364a68186e8e authored about 11 years ago
Added FAQ to composer doc

b7990d3d3773f142baca3d03d92dc54d7fa24f42 authored about 11 years ago
reverted back jquery asset.

cbab0951dc54e8833fd637e791d4215edea0bbfb authored about 11 years ago
fixed jqueryasset path.

3cb61cac179c42d614d74f16407cb9d7ee522cf7 authored about 11 years ago
change to use frameworks/jquery temporarily.

0a7cef7c1c20fa4c0d24169b173dd8341ed6d43f authored about 11 years ago
Moved jquery.js to external package.

372c5e1f1c49d9b43e51db0f49bfa4fa3dbf895e authored about 11 years ago
fixes #1142: exposes Command::params.

b700f7129edb76388dff76d16699bf5ba5c9bdc8 authored about 11 years ago
Worked on several Guide docs

94c0b27845e596e7500a633a41283a3ac23782ff authored about 11 years ago
Method 'yii\mail\BaseMailer::compose()' updated, allowing composition of the complex methods like 'renderText' and 'body'.

28b032737d8019aa29da2994b547d41971f56b18 authored about 11 years ago
Method 'yii\mail\MessageInterface::body()' added.

45d02d07a08247f25273267eb4fa34cd71b01a33 authored about 11 years ago
reverted commit about aliases in debug and gii module

not needed when installed via composer and application config loads
composer extensions correctly

bca3e95c86be39ac87634cf2e78bb724e26340a6 authored about 11 years ago
'yii\mail\MessageInterface' updated:

- setter methods renamed to have pure name
- method 'createMessage' renamed to 'compose'

87af95f7124b34e93291f78f048c12e242bc8dea authored about 11 years ago
fixed asset path problem in gii and debug module

set alias to the correct path as they are not part of the yii framework
directory anymore

f6ba1f0082789e822ddb8dd78395ec436eaacfff authored about 11 years ago
skipping apc for php 5.5 on travis

c0506b8cff6f4be8e9b5d15af7cc0ecb5c5b4d92 authored about 11 years ago
improved error handling of AssetConverter

issue #1140

d4c68522d46149d9744ec0a8e409f57d2701f63b authored about 11 years ago
improved asset converter command running

now also gets stderr output.

fixes #1140

58589e03bde31dd1a4152bfae02b08c7436d902e authored about 11 years ago
Merge pull request #1138 from nukkumatti/master

Proposal for #827 Add ImageValidator

27404d5d5794d7a6977707068ae717115af8b619 authored about 11 years ago
Changed validateFile() method access from protected to public, fixed hasErrors check

11c78cb4fbb675038de9bdfda68c50e490f4b253 authored about 11 years ago
Overriding validateFile()

3ef20e591dc2a4ed2fe8b83ac52454635606c5dc authored about 11 years ago
Merge pull request #1139 from docsolver/patch-1

Little explanation on the IP whitelisting

3dee98d901ea83c4e319ebcd1bb304ed24484914 authored about 11 years ago
Update debugger.md

I wasted >1h trying to find out why the debug bar was not shown on my remote staging server. Hop...

1e1056bf61699abd694cdb719739c4a28d2a530e authored about 11 years ago
Changed px to pixels

c8596fdbc9923e1c3ded3d389844fddf49dfce83 authored about 11 years ago
Fixed typos [skip ci]

960cb499bdbb8e7b642e6f8d1838e4a436bd6c2e authored about 11 years ago
Added image validator

e3981be1b878f49e6fd6aca16baba2d7c5de06f0 authored about 11 years ago
Fixes #1133: gii controller generator now uses application controllerNamespace as default value for "Controller Namespace"

115487a875408e6c00280f81a5aaf993d756c6da authored about 11 years ago
Better Formatter error handler

cc4307d1f39e7508c790e605a6c7b3d063eba91c authored about 11 years ago
Merge branch 'master' of github.com:yiisoft/yii2

* 'master' of github.com:yiisoft/yii2:
doc fix
Fixes #1134: doc fix.

4a543317ce17b15d0946addb978e5211b56638b3 authored about 11 years ago
fixed message formatting for all the ICU versions

- refactored replaceNamedArguments.
- ensure gridview message works on all systems.

fixes #1072

a0b0d42b46d3adca032ab98c7dd4064d2f7bf03a authored about 11 years ago
Unit test for 'yii\swiftmailer\Message' serialization added.

c7e054789ee55c13e3d4df47293a25d913c33295 authored about 11 years ago
Swiftmailer composer version switched to @stable

20749d406900aef99ec1040f4f8a88df084788c3 authored about 11 years ago
'Yii::trace()' added to 'yii\swiftmailer\Mailer::send()'

a7f21b2402a00a1fc683ec028a227f8fc07622b9 authored about 11 years ago
Unit test for 'yii\swiftmailer\Message' advanced.

487ee6e098b89258ed596f6ac7397d572e3a93cb authored about 11 years ago
'MessageInterface' updated to support 'method chain' call style.

aab90c5164eb95fe156b651c9a69fad35377521d authored about 11 years ago
doc fix

e8da628d75440879c20c962a19b95cf540279d39 authored about 11 years ago
Fixes #1134: doc fix.

2509748fdaf46dd78b2fd47ff1cec4b9d8e626fe authored about 11 years ago
Unit test 'BaseMessageTest' created

ef6fea961095a1e908ace3dd4df54ed67bbcf0a1 authored about 11 years ago
MessageInterface::render() replaced by MessageInterface::renderHtml() and MessageInterface::renderText()

368c2447686cd26ad12cd54eff1ba0fa13881965 authored about 11 years ago
typo in crud generator

fixes #1131

2faf6bb109ddbc860c332dcd2bed5e1e934a0410 authored about 11 years ago
fixed twitter bootstrap package name

fixes #1132

ba64f8031e41e3765c27dc3650822e41a0770710 authored about 11 years ago
fixed event php-doc

0222462ed7a045e7e829a2807522c768908b7db8 authored about 11 years ago
Merge branch 'master' of github.com:yiisoft/yii2

* 'master' of github.com:yiisoft/yii2:
Fixes #1115: fixed the issue with PDO boolean value bin...

a136d67d22831efdd1d0259c2b866a1e63d14166 authored about 11 years ago
fixed twig readme

2a412fab72cc859629c2f21c8a09589ead09a2b0 authored about 11 years ago
Fixes #1115: fixed the issue with PDO boolean value binding with pgsql

9862ee35b2aeed2763e386a8c2ab1e1658d735ee authored about 11 years ago
removed sqlite specific test as it is the same as base AR test now

433958b40ce5d892b9e5c2606a3113ff1132c216 authored about 11 years ago
Fixed pgsql column type detection bug.

1551f8443c08267b422c54aff971924b96da53f6 authored about 11 years ago
Fixed sqlite column type detection bug.

26c7f6d62f004fc4caec1185a627069931e9f10d authored about 11 years ago
Merge pull request #1126 from lucianobaraglia/master

Typo in Docs [skip ci]

fff1db7813928b6fab77983d6c8a71c65844b9f7 authored about 11 years ago
removed assets.

5faeae72e14fe32b8be983338edb19adc12c4b76 authored about 11 years ago
updated class map

9a961ed392ec07e568f60c92af6ca0e6a1a7061c authored about 11 years ago
Typo in Docs [skip ci]

1fc0462ebbc363bfeee109fbaf1b6bd261a42602 authored about 11 years ago
using external bootstrap assets.

4cd994a1dffca808d7fd9fee708fc7f4c45e9864 authored about 11 years ago
dependency fix.

71268c9ea958740ed63850afc44734dab06e7209 authored about 11 years ago
Fixed typo.

48600b8eddc3b927b9ac372724f1b6cd62b1123a authored about 11 years ago
moved bootstrap to extension

83a937990c5900db3be7f27e060473a6be3379cf authored about 11 years ago
updated dependency.

6aa45b34d0ef54fe026c2750e953bb7ec73e3e91 authored about 11 years ago
moved gii and debug to extensions.

c4bb668b90586fd68a0e3b814942b4105515e6ff authored about 11 years ago
updated extension README files.

da3880504eedc9c38618c94a422da77319dac2b9 authored about 11 years ago
Removed unneeded Extension from jui.

41a44275e0128b742b342ed5bcca67e47c0d74e7 authored about 11 years ago
multiple alias support.

6ab6730c326d1116b88416ab8fc5b85b1accfd15 authored about 11 years ago
path fix.

4c25e7c6ce8dc68f39720e54d6f22134dd6331df authored about 11 years ago
bug fix.

513037d97d29499d26b0c1b316ee75fde2271d7a authored about 11 years ago
typo

eb39d1ffc3be40e09fd2e73997ebf9ecbbef99f9 authored about 11 years ago
Fixed alias path.

1c2d1e8ef7d27e5d90202f08a7626576b9afa902 authored about 11 years ago
Fixed dependency of apps

1500f978b084624f8199d61db11c80e5f353e9b4 authored about 11 years ago
Added support for generating default alias for extensions.

3f3a09e988e2aa2be11dbe304de2e8cbd28a16e8 authored about 11 years ago
Proposal for accessing populated relations

fixes #842

- allows checking whether a relation has been populated
- getting a list of relation...

90839ceb5d5eb1796cff125011af16ee507f60c7 authored about 11 years ago
made AR attribute manipulation behave consistent to hasAttribute()

d8b94d647b5c1c365da9188d23c4545f4c0113d3 authored about 11 years ago
Merge pull request #1124 from cebe/query-builder-public

made querybuilder condition methods public

be6826871e2ea95b7474d4cfd62a6a7a083d2275 authored about 11 years ago
Merge branch 'master' of github.com:yiisoft/yii2

* 'master' of github.com:yiisoft/yii2:
typo
fixed extension list file location.
doc fix.
...

1b3587235680dc315dcfd0c79fdc5ffe798e53a9 authored about 11 years ago
typo

fc05ded1e08b962441837662c37c8448d7a02f4b authored about 11 years ago
made querybuilder condition methods public

415144489eb4c6aaf444a2bd240b853ba3649134 authored about 11 years ago
fixed extension list file location.

3caf59b1bf4d213fd278513475a7aca4a89ef2f7 authored about 11 years ago
doc fix.

f4240849048ab2935da5425a5096cb381b10cfc8 authored about 11 years ago
moved extension list under yiisoft.

updated read me.

59f098639db59a4558d850ab06d8e5fe153b2120 authored about 11 years ago
updated license information.

e5d5ab565512836f84c5a45059c45630ef6295b3 authored about 11 years ago
reorganized extension directories.

3fd1cb0c6d714b9c3245f9d0d49addd9cfa484bd authored about 11 years ago
Adjusted jui directories.

baf6de3c0caa2ee8525e43e3c26d0d8b0be798c4 authored about 11 years ago
moved mutex back from extensions.

13c3123ca8fbfe832c46ae3bf449f2b0eedc1cad authored about 11 years ago
Changed the exit status to normal.

1d092d17555fe76d2656dd5557bfc7bd828d0f35 authored about 11 years ago
Merge pull request #1123 from mongosoft/master

Typos

5c07033c8b92c01d5721a92cd254e041573f6fb2 authored about 11 years ago
Specify the exact type of the exception.

5d17dd06d12a2702a6faeb0e8710c4c88b88a4de authored about 11 years ago
Small typos

eee63f172114970a9fd59801ff8b8d074e9f47e2 authored about 11 years ago
Merge pull request #1121 from mongosoft/master

Missing return statement

ccb310cfa51b7f0ec87a85aeb4291a9c339ca79f authored about 11 years ago
PhpDoc comment

5860599ef7fc6788203348579c5cb8ca133a7760 authored about 11 years ago