|
|
2457e24795
|
Fixes #4071: mail component renamed to mailer, yii\log\EmailTarget::$mail renamed to yii\log\EmailTarget::$mailer
|
2014-06-26 18:28:28 +04:00 |
|
|
|
b7e493fca0
|
Tabs to spaces to be consistent
```
vendor/bin/indent --spaces -r framework/
vendor/bin/indent --tabs -r . --pattern=*.json
vendor/bin/indent --spaces -r . --pattern=*.md
vendor/bin/indent --spaces -r . --pattern=yii.*.js
vendor/bin/indent --spaces -r . --pattern=*.css
```
|
2014-05-23 16:58:21 +02:00 |
|
|
|
da9d544c54
|
psr-4 change.
|
2014-01-10 21:06:25 -05:00 |
|
|
|
41685a2409
|
moved extensions under yii.
|
2013-12-09 23:51:49 -05:00 |
|
|
|
b375876535
|
Broken example of mail component usage
|
2013-12-03 12:49:40 +01:00 |
|
|
|
c298b543fb
|
Revert "added FileMailer implementation of mailer interface"
This reverts commit 7d6d01b4bc9d7a23a7f5ec2a145b60f4898c80d6.
|
2013-11-09 20:51:16 -05:00 |
|
|
|
7d6d01b4bc
|
added FileMailer implementation of mailer interface
|
2013-11-09 22:04:20 +04:00 |
|
|
|
ed0e44d23b
|
minor touch up of swiftmailer.
|
2013-11-07 13:08:49 -05:00 |
|
|
|
2a326c7d7b
|
'email' renamed to 'mail'.
'SwiftMailer' recomposed into extension.
|
2013-10-25 13:15:36 +03:00 |
|