Commit Graph

63 Commits

Author SHA1 Message Date
Alexander Makarov
aa0ebc7f5f Reverted #7459, #7469, #7470 2015-02-27 02:27:06 +03:00
Alexander Makarov
cbda88a01c Merge pull request #7459 from creocoder/fix-applications
Fix application templates and official extensions `composer.json`
2015-02-26 13:03:31 +03:00
Alexander Kochetov
796aaf8c92 Fixed swiftmailer extension composer.json 2015-02-26 04:22:25 +03:00
Carsten Brandt
da26cfe8ac improved extensions readme 2015-02-22 21:59:30 +01:00
Qiang Xue
b750cf662d prepare for the next release. 2015-01-10 22:59:50 -05:00
Qiang Xue
d7462656f7 2.0.2 release 2015-01-10 22:57:55 -05:00
Qiang Xue
7881bba26c prepare for next release. 2014-12-07 11:46:05 -05:00
Qiang Xue
84b42abad0 prepare for 2.0.1 release 2014-12-07 11:42:41 -05:00
Qiang Xue
47f2272652 prepare for next release. 2014-10-12 16:44:45 -04:00
Qiang Xue
ae8d978270 2.0.0 release. 2014-10-12 13:09:06 -04:00
Qiang Xue
5205eabe3e prepare for next release. 2014-09-28 01:44:31 -04:00
Qiang Xue
d2b864da84 prepare for 2.0.0-rc release. 2014-09-27 21:59:54 -04:00
Carsten Brandt
1e5c48957d composer.json tabs -> spaces 2014-09-22 17:37:19 +02:00
Carsten Brandt
e40fd9d623 added branch alias to composer.json 2014-09-22 17:26:21 +02:00
Carsten Brandt
7736853837 property code style extensions 2014-07-30 00:40:46 +02:00
Alexander Makarov
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
Alexander Makarov
0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +04:00
Carsten Brandt
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
Carsten Brandt
fe14f0c5e3 fixed all the PHPdoc in extensions 2014-04-23 03:25:11 +02:00
Qiang Xue
f4c38faf74 prepare for next release. 2014-04-13 21:22:29 -04:00
Qiang Xue
8bbcff70db prepare for 2.0.0-beta release. 2014-04-13 17:58:59 -04:00
Carsten Brandt
865b71ef5e cleanup CHANGELOGs 2014-04-03 20:28:08 +02:00
Qiang Xue
87df068eb0 DI WIP 2014-03-20 19:54:52 -04:00
SonicGD
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
Qiang Xue
4b20fdc72e typo fix. 2014-03-04 07:09:56 -05:00
Tobias Munk
825a71c6df replaced keyword "yii" with "yii2" in composer.json files (fixes #2557) 2014-02-27 17:37:08 +01:00
Qiang Xue
da9d544c54 psr-4 change. 2014-01-10 21:06:25 -05:00
Qiang Xue
41685a2409 moved extensions under yii. 2013-12-09 23:51:49 -05:00
Paul Kofmann
b375876535 Broken example of mail component usage 2013-12-03 12:49:40 +01:00
Qiang Xue
a5e3c00d75 replaced inheritdoc tags. 2013-11-29 12:49:07 -05:00
Panagiotis Moustafellos
2ff8ac3d61 fixed PhpDoc by swapping to {@inheritdoc} 2013-11-26 04:24:20 +02:00
Carsten Brandt
8be4f3778a updated properties of extensions 2013-11-25 15:33:59 +01:00
Carsten Brandt
e837e44ac1 updated ext composer.json for issue labels 2013-11-25 02:31:23 +01:00
Paul Klimov
b20e57688a "yii\swiftmailer\Mailer::createSwiftObject()" simplified. 2013-11-22 16:46:31 +02:00
Paul Klimov
02c0bfcb56 "yii\swiftmailer\Mailer" transport setup has been advanced to support constructor arguments and plugins. 2013-11-21 14:46:04 +02:00
Qiang Xue
ffded7a1b5 array syntax fix. 2013-11-15 10:15:25 -05:00
Carsten Brandt
0eaafd74ba updated composer.json to be less restrictive
also removed superflous minimum-stability definition
2013-11-13 01:34:41 +01:00
slavcodev
b0b1c27c85 Fix phpDoc var tag format 2013-11-12 06:21:04 +02:00
Qiang Xue
23573968a6 Changed important log messages to info level 2013-11-11 20:19:25 -05:00
Qiang Xue
b965d4eec7 Implemented file transport for mails. 2013-11-09 22:24:27 -05:00
Qiang Xue
c298b543fb Revert "added FileMailer implementation of mailer interface"
This reverts commit 7d6d01b4bc.
2013-11-09 20:51:16 -05:00
Dmitry Erofeev
7d6d01b4bc added FileMailer implementation of mailer interface 2013-11-09 22:04:20 +04:00
Paul Klimov
b9fb97d68d Getters for 'yii\swiftmailer\Message' fixed. 2013-11-08 16:34:35 +02:00
Paul Klimov
5a584c0bda Creating transport at 'yii\swiftmailer\Mailer' fixed to track possible "__call". 2013-11-08 13:23:14 +02:00
Qiang Xue
90a5bcc611 Refactored mail. 2013-11-07 22:33:57 -05:00
Qiang Xue
ed0e44d23b minor touch up of swiftmailer. 2013-11-07 13:08:49 -05:00
Qiang Xue
7b91011032 Adjusted the directories of swiftmailer. 2013-11-07 11:01:43 -05:00
Paul Klimov
104cfd7cb2 'yii\mail\MessageInterface' methods renamed: 'text' to 'textBody', 'html' to 'htmlBody' 2013-11-07 12:22:24 +02:00
Paul Klimov
1aafa73e15 Render methods removed from 'yii\mail\MessageInterface'.
Method 'yii\mail\MailerInterface::compose()' reworked allowing rendering message body.
2013-11-07 12:18:07 +02:00
Paul Klimov
ad7761f96a Method 'yii\mail\MessageInterface::compose()' renamed to 'yii\mail\MessageInterface::message()'. 2013-11-06 13:27:07 +02:00