Ecosyste.ms: OpenCollective

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

github.com/yiisoft/yii2-swiftmailer

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

Fixed php-diff version.

3bda94eeebba2fde6b10d6abd551e2f28317ab8a authored almost 11 years ago by Qiang Xue <[email protected]>
Fixes #1122: removed init from post-install-cmd-script of composer.

c8be05665ffdb0d1fde79b13c972682133cc80cf authored almost 11 years ago by Qiang Xue <[email protected]>
Fixes #1156: action parameter binding now checks for array type.

dbecf848f47a38f82b8bcb5a6b5b874ee90f10c5 authored almost 11 years ago by Qiang Xue <[email protected]>
use json format.

abb349361b1a4b0bab50aa50d640d2594953c30b authored almost 11 years ago by Qiang Xue <[email protected]>
replaced exported value with serialized one.

f16ef2626f1a697eb1216d572dfcf0b40173f963 authored almost 11 years ago by Qiang Xue <[email protected]>
save security keys as a serialized string instead of exported variable.

f09c78aad993b9eee5c96a6a3c75e1c1de0eaee9 authored almost 11 years ago by Qiang Xue <[email protected]>
minor fix to gii

4b49a31f574c336ffe516b2d55cf1aec59376bf9 authored almost 11 years ago by Qiang Xue <[email protected]>
Fixes test break.

49081f05668ab183369b4e806e8be22a56585863 authored almost 11 years ago by Qiang Xue <[email protected]>
Fixes #1162: removed constructors of cache dependency classes so that they can be easily created from configuration.

5cbd5722c0b8bf9d0222a6cd4d16f21d082a66b7 authored almost 11 years ago by Qiang Xue <[email protected]>
Getters for 'yii\swiftmailer\Message' fixed.

b9fb97d68d561f03fcd1133d3147f856958097c9 authored almost 11 years ago by Paul Klimov <[email protected]>
Merge branch 'master' of github.com:yiisoft/yii2

* 'master' of github.com:yiisoft/yii2:
Creating transport at 'yii\swiftmailer\Mailer' fixed to...

44bdb65d7b1c245f06fa291ec64349d1e3aed2bb authored almost 11 years ago by Carsten Brandt <[email protected]>
controller php-doc

5ddb0e2cbfc7f440c7b4e80cf04bb73a9071203f authored almost 11 years ago by Carsten Brandt <[email protected]>
Merge branch 'master' of github.com:yiisoft/yii2

d1f18e43f716eabd4de5c1906dee8f60eaacafc2 authored almost 11 years ago by Paul Klimov <[email protected]>
updated phpdoc and fixed generator read/write-only annotation

913eb62294f084b3d085127d31b25505b84c2c67 authored almost 11 years ago by Carsten Brandt <[email protected]>
Creating transport at 'yii\swiftmailer\Mailer' fixed to track possible "__call".

5a584c0bda4dd483e0a5d029735995c83be57879 authored almost 11 years ago by Paul Klimov <[email protected]>
Unit test for 'yii\swiftmailer\Message' fixed.

a38c280a2948c0af8c2dc73f6b268c1fe05646a6 authored almost 11 years ago by Paul Klimov <[email protected]>
Merge branch 'master' of github.com:yiisoft/yii2 into sphinx

aa347f1e4c0ce428d1b1a0eb7e5fa0cc2e0df8c2 authored almost 11 years ago by Paul Klimov <[email protected]>
Merge branch 'master' of github.com:yiisoft/yii2 into sphinx

6934707d25c925654ec6c73328eb66486691e019 authored almost 11 years ago by Paul Klimov <[email protected]>
updated apps to use the mail component.

998cf7e675516294f0a6b6694f11cf4d47cff904 authored almost 11 years ago by Qiang Xue <[email protected]>
Fixed test break

9763086842283e3324433a0961f8b83d60dd7b5e authored almost 11 years ago by Qiang Xue <[email protected]>
Fixed test break.

f7f76a3e62432df4193ec8447d130d212b5e8032 authored almost 11 years ago by Qiang Xue <[email protected]>
Merge branch 'master' of github.com:yiisoft/yii2

4bf6ee45b7377c5ef3fa82b741ca6d286c515b46 authored almost 11 years ago by Qiang Xue <[email protected]>
Refactored mail.

90a5bcc6119bc1ee882a9623f459f95de2158701 authored almost 11 years ago by Qiang Xue <[email protected]>
removed conflicting use statement

fixes #1161

3e11b31b6a5219fbb3397a9bad57b19b81954557 authored almost 11 years ago by Carsten Brandt <[email protected]>
minor touch up of swiftmailer.

ed0e44d23b2dd97a254bdb15f673500a5ba89187 authored almost 11 years ago by Qiang Xue <[email protected]>
Adjusted the directories of swiftmailer.

7b910110329a3639831540a81fd254db0d77a0d3 authored almost 11 years ago by Qiang Xue <[email protected]>
Merge pull request #1049 from klimov-paul/email-swift-2

Proposal for #31: email component based on SwiftMailer

d0a23582179d090e984bbfa2eac259e18a7c3a3d authored almost 11 years ago by Qiang Xue <[email protected]>
added doc about sub-relation.

bc393ff5d37cb043477bc7280d9d5d7e88b132e8 authored almost 11 years ago by Qiang Xue <[email protected]>
Merge pull request #1125 from cebe/842-relation-data

Proposal for accessing populated relations

3701cbd55faab2737cfa4b564567025df3f9e795 authored almost 11 years ago by Qiang Xue <[email protected]>
Mailer default view class changed to "yii\web\View".

9dbf4d7420b2946980c92d1adf53b9c377a02b6e authored almost 11 years ago by Paul Klimov <[email protected]>
Merge branch 'master' of github.com:yiisoft/yii2 into email-swift-2

f77a047273f599b21637ff15c588973053297576 authored almost 11 years ago by Paul Klimov <[email protected]>
Doc comments for "MessageInterface" and "MailerInterface" updated.

85c26332c5c0267a3a945f711daef38c4d77b448 authored almost 11 years ago by Paul Klimov <[email protected]>
Sphinx command and query added.

b9137dfef6b9b47b148dfed6aa584261e5962cb5 authored almost 11 years ago by Paul Klimov <[email protected]>
Merge branch 'master' of github.com:yiisoft/yii2 into sphinx

afcdcb9a72750d8013c770ce1f0ce1dc4dbc3ceb authored almost 11 years ago by Paul Klimov <[email protected]>
'yii\mail\MessageInterface' methods renamed: 'text' to 'textBody', 'html' to 'htmlBody'

104cfd7cb2ba7cff97ab98ca0b90b8719f51ca56 authored almost 11 years ago by Paul Klimov <[email protected]>
php-doc

[ci skip]

0bc8cbf1589f052d9456483e05530b0676291150 authored almost 11 years ago by Carsten Brandt <[email protected]>
Render methods removed from 'yii\mail\MessageInterface'.

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

1aafa73e1576bbb24827cf11266a717f14bb5c7d authored almost 11 years ago by Paul Klimov <[email protected]>
forgot to remove strtolower from __get and __unset

c4468ac315e000dcc6504e9f10ef0f1f24e5bfff authored almost 11 years ago by Carsten Brandt <[email protected]>
made relation names in AR case sensitive

a23c54acb843eedc571a3ccb953486415fe7e98a authored almost 11 years ago by Carsten Brandt <[email protected]>
Fixed View refactoring test breakage

65d7ffa74f6c7c814d28bcdede0a0ac56a29f109 authored almost 11 years ago by Alexander Makarov <[email protected]>
Modified application templates so when trying to log in when already logged in it just redirects to homepage instead of throwing exceptions

f2484fd6160a4be003e86da368f69b4545aea38c authored almost 11 years ago by Alexander Makarov <[email protected]>
Fixed advanced app error view

d3f5d34819ad6e23b4e80a058c37df82b7af3d65 authored almost 11 years ago by Alexander Makarov <[email protected]>
Merge pull request #1152 from yiisoft/view-refactoring

Refactored View

a65734abc3245b3961ed105950cb2cae6e26c0ed authored almost 11 years ago by Alexander Makarov <[email protected]>
Merge branch 'master' of github.com:yiisoft/yii2

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

08a668989dac1329e74963879727c40db91d2878 authored almost 11 years ago by Carsten Brandt <[email protected]>
added unit tests for logger and log target

related to #1151

0ea05a6460db69a89cdeae8c860984fc9ff1db89 authored almost 11 years ago by Carsten Brandt <[email protected]>
Refactored View

927e9dddb43942d02b3068e4144ee239e8d56ada authored almost 11 years ago by Alexander Makarov <[email protected]>
Merge pull request #1150 from marsuboss/patch-1

Fixed typo

7462075403993d2cbb9ada58485450e2de910e15 authored almost 11 years ago by Qiang Xue <[email protected]>
Fix typo

a652ac8a4e6f64d24de7e430bb06722c2e80883c authored almost 11 years ago by marsuboss <[email protected]>
Merge branch 'master' of github.com:yiisoft/yii2

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

086326b1ee80b531e33179f101a24358c2bd1ef0 authored almost 11 years ago by Carsten Brandt <[email protected]>
fixed wrong relation class name in gii model generator

fixes #1146

07391b6dc198d66c0ac917f2b2dedbee7748a6c4 authored almost 11 years ago by Carsten Brandt <[email protected]>
Fixes #1146: Gii generates wrong relation.

0515d32bdf7d004391a411124d2456da6614f9a7 authored almost 11 years ago by Qiang Xue <[email protected]>
Method 'yii\mail\MessageInterface::compose()' renamed to 'yii\mail\MessageInterface::message()'.

ad7761f96a24f55a521cc29b85624ec411578178 authored almost 11 years ago by Paul Klimov <[email protected]>
'yii\mail\MessageInterface' updated:

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

3d1a625cbb60f1513b8d592243a0b76055aac210 authored almost 11 years ago by Paul Klimov <[email protected]>
Method names "yii\mail\MessageInterface" simplified.

b0c5981d42c531324c12d25b63d3364a68186e8e authored almost 11 years ago by Paul Klimov <[email protected]>
Added FAQ to composer doc

b7990d3d3773f142baca3d03d92dc54d7fa24f42 authored almost 11 years ago by Alexander Makarov <[email protected]>
reverted back jquery asset.

cbab0951dc54e8833fd637e791d4215edea0bbfb authored almost 11 years ago by Qiang Xue <[email protected]>
fixed jqueryasset path.

3cb61cac179c42d614d74f16407cb9d7ee522cf7 authored almost 11 years ago by Qiang Xue <[email protected]>
change to use frameworks/jquery temporarily.

0a7cef7c1c20fa4c0d24169b173dd8341ed6d43f authored almost 11 years ago by Qiang Xue <[email protected]>
Moved jquery.js to external package.

372c5e1f1c49d9b43e51db0f49bfa4fa3dbf895e authored almost 11 years ago by Qiang Xue <[email protected]>
fixes #1142: exposes Command::params.

b700f7129edb76388dff76d16699bf5ba5c9bdc8 authored almost 11 years ago by Qiang Xue <[email protected]>
Worked on several Guide docs

94c0b27845e596e7500a633a41283a3ac23782ff authored almost 11 years ago by Larry Ullman <[email protected]>
Method 'yii\mail\BaseMailer::compose()' updated, allowing composition of the complex methods like 'renderText' and 'body'.

28b032737d8019aa29da2994b547d41971f56b18 authored almost 11 years ago by Klimov Paul <[email protected]>
Method 'yii\mail\MessageInterface::body()' added.

45d02d07a08247f25273267eb4fa34cd71b01a33 authored almost 11 years ago by Klimov Paul <[email protected]>
reverted commit about aliases in debug and gii module

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

bca3e95c86be39ac87634cf2e78bb724e26340a6 authored almost 11 years ago by Carsten Brandt <[email protected]>
'yii\mail\MessageInterface' updated:

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

87af95f7124b34e93291f78f048c12e242bc8dea authored almost 11 years ago by Klimov Paul <[email protected]>
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 almost 11 years ago by Carsten Brandt <[email protected]>
skipping apc for php 5.5 on travis

c0506b8cff6f4be8e9b5d15af7cc0ecb5c5b4d92 authored almost 11 years ago by Carsten Brandt <[email protected]>
improved error handling of AssetConverter

issue #1140

d4c68522d46149d9744ec0a8e409f57d2701f63b authored almost 11 years ago by Carsten Brandt <[email protected]>
improved asset converter command running

now also gets stderr output.

fixes #1140

58589e03bde31dd1a4152bfae02b08c7436d902e authored almost 11 years ago by Carsten Brandt <[email protected]>
Merge pull request #1138 from nukkumatti/master

Proposal for #827 Add ImageValidator

27404d5d5794d7a6977707068ae717115af8b619 authored almost 11 years ago by Qiang Xue <[email protected]>
Changed validateFile() method access from protected to public, fixed hasErrors check

11c78cb4fbb675038de9bdfda68c50e490f4b253 authored almost 11 years ago by Gudz Taras <[email protected]>
Overriding validateFile()

3ef20e591dc2a4ed2fe8b83ac52454635606c5dc authored almost 11 years ago by Gudz Taras <[email protected]>
Merge pull request #1139 from docsolver/patch-1

Little explanation on the IP whitelisting

3dee98d901ea83c4e319ebcd1bb304ed24484914 authored almost 11 years ago by Qiang Xue <[email protected]>
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 almost 11 years ago by docsolver <[email protected]>
Changed px to pixels

c8596fdbc9923e1c3ded3d389844fddf49dfce83 authored almost 11 years ago by Gudz Taras <[email protected]>
Fixed typos [skip ci]

960cb499bdbb8e7b642e6f8d1838e4a436bd6c2e authored almost 11 years ago by Gudz Taras <[email protected]>
Added image validator

e3981be1b878f49e6fd6aca16baba2d7c5de06f0 authored almost 11 years ago by Gudz Taras <[email protected]>
Fixes #1133: gii controller generator now uses application controllerNamespace as default value for "Controller Namespace"

115487a875408e6c00280f81a5aaf993d756c6da authored almost 11 years ago by Alexander Makarov <[email protected]>
Better Formatter error handler

cc4307d1f39e7508c790e605a6c7b3d063eba91c authored almost 11 years ago by Alexander Makarov <[email protected]>
Merge branch 'master' of github.com:yiisoft/yii2

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

4a543317ce17b15d0946addb978e5211b56638b3 authored almost 11 years ago by Carsten Brandt <[email protected]>
fixed message formatting for all the ICU versions

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

fixes #1072

a0b0d42b46d3adca032ab98c7dd4064d2f7bf03a authored almost 11 years ago by Carsten Brandt <[email protected]>
Unit test for 'yii\swiftmailer\Message' serialization added.

c7e054789ee55c13e3d4df47293a25d913c33295 authored almost 11 years ago by Klimov Paul <[email protected]>
Swiftmailer composer version switched to @stable

20749d406900aef99ec1040f4f8a88df084788c3 authored almost 11 years ago by Klimov Paul <[email protected]>
'Yii::trace()' added to 'yii\swiftmailer\Mailer::send()'

a7f21b2402a00a1fc683ec028a227f8fc07622b9 authored almost 11 years ago by Klimov Paul <[email protected]>
Unit test for 'yii\swiftmailer\Message' advanced.

487ee6e098b89258ed596f6ac7397d572e3a93cb authored almost 11 years ago by Klimov Paul <[email protected]>
'MessageInterface' updated to support 'method chain' call style.

aab90c5164eb95fe156b651c9a69fad35377521d authored almost 11 years ago by Klimov Paul <[email protected]>
doc fix

e8da628d75440879c20c962a19b95cf540279d39 authored almost 11 years ago by Qiang Xue <[email protected]>
Fixes #1134: doc fix.

2509748fdaf46dd78b2fd47ff1cec4b9d8e626fe authored almost 11 years ago by Qiang Xue <[email protected]>
Unit test 'BaseMessageTest' created

ef6fea961095a1e908ace3dd4df54ed67bbcf0a1 authored almost 11 years ago by Klimov Paul <[email protected]>
MessageInterface::render() replaced by MessageInterface::renderHtml() and MessageInterface::renderText()

368c2447686cd26ad12cd54eff1ba0fa13881965 authored almost 11 years ago by Paul Klimov <[email protected]>
typo in crud generator

fixes #1131

2faf6bb109ddbc860c332dcd2bed5e1e934a0410 authored almost 11 years ago by Carsten Brandt <[email protected]>
fixed twitter bootstrap package name

fixes #1132

ba64f8031e41e3765c27dc3650822e41a0770710 authored almost 11 years ago by Carsten Brandt <[email protected]>
fixed event php-doc

0222462ed7a045e7e829a2807522c768908b7db8 authored almost 11 years ago by Carsten Brandt <[email protected]>
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 almost 11 years ago by Carsten Brandt <[email protected]>
fixed twig readme

2a412fab72cc859629c2f21c8a09589ead09a2b0 authored almost 11 years ago by Carsten Brandt <[email protected]>
Fixes #1115: fixed the issue with PDO boolean value binding with pgsql

9862ee35b2aeed2763e386a8c2ab1e1658d735ee authored almost 11 years ago by Qiang Xue <[email protected]>
removed sqlite specific test as it is the same as base AR test now

433958b40ce5d892b9e5c2606a3113ff1132c216 authored almost 11 years ago by Carsten Brandt <[email protected]>
Fixed pgsql column type detection bug.

1551f8443c08267b422c54aff971924b96da53f6 authored almost 11 years ago by Qiang Xue <[email protected]>
Fixed sqlite column type detection bug.

26c7f6d62f004fc4caec1185a627069931e9f10d authored almost 11 years ago by Qiang Xue <[email protected]>
Merge pull request #1126 from lucianobaraglia/master

Typo in Docs [skip ci]

fff1db7813928b6fab77983d6c8a71c65844b9f7 authored almost 11 years ago by Carsten Brandt <[email protected]>