Ecosyste.ms: OpenCollective

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

github.com/yiisoft/yii2-debug

Debug Extension for Yii 2
https://github.com/yiisoft/yii2-debug

Refactored mail.

90a5bcc6119bc1ee882a9623f459f95de2158701 authored over 11 years ago
removed conflicting use statement

fixes #1161

3e11b31b6a5219fbb3397a9bad57b19b81954557 authored over 11 years ago
minor touch up of swiftmailer.

ed0e44d23b2dd97a254bdb15f673500a5ba89187 authored over 11 years ago
Adjusted the directories of swiftmailer.

7b910110329a3639831540a81fd254db0d77a0d3 authored over 11 years ago
Merge pull request #1049 from klimov-paul/email-swift-2

Proposal for #31: email component based on SwiftMailer

d0a23582179d090e984bbfa2eac259e18a7c3a3d authored over 11 years ago
added doc about sub-relation.

bc393ff5d37cb043477bc7280d9d5d7e88b132e8 authored over 11 years ago
Merge pull request #1125 from cebe/842-relation-data

Proposal for accessing populated relations

3701cbd55faab2737cfa4b564567025df3f9e795 authored over 11 years ago
Mailer default view class changed to "yii\web\View".

9dbf4d7420b2946980c92d1adf53b9c377a02b6e authored over 11 years ago
Merge branch 'master' of github.com:yiisoft/yii2 into email-swift-2

f77a047273f599b21637ff15c588973053297576 authored over 11 years ago
Doc comments for "MessageInterface" and "MailerInterface" updated.

85c26332c5c0267a3a945f711daef38c4d77b448 authored over 11 years ago
Sphinx command and query added.

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

afcdcb9a72750d8013c770ce1f0ce1dc4dbc3ceb authored over 11 years ago
'yii\mail\MessageInterface' methods renamed: 'text' to 'textBody', 'html' to 'htmlBody'

104cfd7cb2ba7cff97ab98ca0b90b8719f51ca56 authored over 11 years ago
php-doc

[ci skip]

0bc8cbf1589f052d9456483e05530b0676291150 authored over 11 years ago
Render methods removed from 'yii\mail\MessageInterface'.

Method 'yii\mail\MailerInterface::compose()' reworked allowing rendering message body.

1aafa73e1576bbb24827cf11266a717f14bb5c7d authored over 11 years ago
forgot to remove strtolower from __get and __unset

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

a23c54acb843eedc571a3ccb953486415fe7e98a authored over 11 years ago
Fixed View refactoring test breakage

65d7ffa74f6c7c814d28bcdede0a0ac56a29f109 authored over 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 over 11 years ago
Fixed advanced app error view

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

Refactored View

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

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

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

related to #1151

0ea05a6460db69a89cdeae8c860984fc9ff1db89 authored over 11 years ago
Refactored View

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

Fixed typo

7462075403993d2cbb9ada58485450e2de910e15 authored over 11 years ago
Fix typo

a652ac8a4e6f64d24de7e430bb06722c2e80883c authored over 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 over 11 years ago
fixed wrong relation class name in gii model generator

fixes #1146

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

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

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

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

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

b0c5981d42c531324c12d25b63d3364a68186e8e authored over 11 years ago
Added FAQ to composer doc

b7990d3d3773f142baca3d03d92dc54d7fa24f42 authored over 11 years ago
reverted back jquery asset.

cbab0951dc54e8833fd637e791d4215edea0bbfb authored over 11 years ago
fixed jqueryasset path.

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

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

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

b700f7129edb76388dff76d16699bf5ba5c9bdc8 authored over 11 years ago
Worked on several Guide docs

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

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

45d02d07a08247f25273267eb4fa34cd71b01a33 authored over 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 over 11 years ago
'yii\mail\MessageInterface' updated:

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

87af95f7124b34e93291f78f048c12e242bc8dea authored over 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 over 11 years ago
skipping apc for php 5.5 on travis

c0506b8cff6f4be8e9b5d15af7cc0ecb5c5b4d92 authored over 11 years ago
improved error handling of AssetConverter

issue #1140

d4c68522d46149d9744ec0a8e409f57d2701f63b authored over 11 years ago
improved asset converter command running

now also gets stderr output.

fixes #1140

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

Proposal for #827 Add ImageValidator

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

11c78cb4fbb675038de9bdfda68c50e490f4b253 authored over 11 years ago
Overriding validateFile()

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

Little explanation on the IP whitelisting

3dee98d901ea83c4e319ebcd1bb304ed24484914 authored over 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 over 11 years ago
Changed px to pixels

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

960cb499bdbb8e7b642e6f8d1838e4a436bd6c2e authored over 11 years ago
Added image validator

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

115487a875408e6c00280f81a5aaf993d756c6da authored over 11 years ago
Better Formatter error handler

cc4307d1f39e7508c790e605a6c7b3d063eba91c authored over 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 over 11 years ago
fixed message formatting for all the ICU versions

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

fixes #1072

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

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

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

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

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

aab90c5164eb95fe156b651c9a69fad35377521d authored over 11 years ago
doc fix

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

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

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

368c2447686cd26ad12cd54eff1ba0fa13881965 authored over 11 years ago
typo in crud generator

fixes #1131

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

fixes #1132

ba64f8031e41e3765c27dc3650822e41a0770710 authored over 11 years ago
fixed event php-doc

0222462ed7a045e7e829a2807522c768908b7db8 authored over 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 over 11 years ago
fixed twig readme

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

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

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

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

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

Typo in Docs [skip ci]

fff1db7813928b6fab77983d6c8a71c65844b9f7 authored over 11 years ago
removed assets.

5faeae72e14fe32b8be983338edb19adc12c4b76 authored over 11 years ago
updated class map

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

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

4cd994a1dffca808d7fd9fee708fc7f4c45e9864 authored over 11 years ago
dependency fix.

71268c9ea958740ed63850afc44734dab06e7209 authored over 11 years ago
Fixed typo.

48600b8eddc3b927b9ac372724f1b6cd62b1123a authored over 11 years ago
moved bootstrap to extension

83a937990c5900db3be7f27e060473a6be3379cf authored over 11 years ago
updated dependency.

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

c4bb668b90586fd68a0e3b814942b4105515e6ff authored over 11 years ago
updated extension README files.

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

41a44275e0128b742b342ed5bcca67e47c0d74e7 authored over 11 years ago
multiple alias support.

6ab6730c326d1116b88416ab8fc5b85b1accfd15 authored over 11 years ago
path fix.

4c25e7c6ce8dc68f39720e54d6f22134dd6331df authored over 11 years ago
bug fix.

513037d97d29499d26b0c1b316ee75fde2271d7a authored over 11 years ago
typo

eb39d1ffc3be40e09fd2e73997ebf9ecbbef99f9 authored over 11 years ago
Fixed alias path.

1c2d1e8ef7d27e5d90202f08a7626576b9afa902 authored over 11 years ago
Fixed dependency of apps

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

3f3a09e988e2aa2be11dbe304de2e8cbd28a16e8 authored over 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 over 11 years ago
made AR attribute manipulation behave consistent to hasAttribute()

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

made querybuilder condition methods public

be6826871e2ea95b7474d4cfd62a6a7a083d2275 authored over 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 over 11 years ago