Qiang Xue
|
f6b9337766
|
Adjusted extension list.
|
2013-11-09 23:18:01 -05:00 |
|
Qiang Xue
|
896b7d1528
|
typo fix.
|
2013-11-09 23:13:20 -05:00 |
|
Qiang Xue
|
9867ffb6f7
|
Added display of installed extension to debug panel.
|
2013-11-09 22:36:56 -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 |
|
Qiang Xue
|
abb349361b
|
use json format.
|
2013-11-08 21:47:54 -05:00 |
|
Qiang Xue
|
f16ef2626f
|
replaced exported value with serialized one.
|
2013-11-08 21:40:54 -05:00 |
|
Qiang Xue
|
4b49a31f57
|
minor fix to gii
|
2013-11-08 21:14:03 -05: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 |
|
Paul Klimov
|
6934707d25
|
Merge branch 'master' of github.com:yiisoft/yii2 into sphinx
|
2013-11-08 11:01:57 +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
|
f77a047273
|
Merge branch 'master' of github.com:yiisoft/yii2 into email-swift-2
|
2013-11-07 17:16:40 +02:00 |
|
Paul Klimov
|
b9137dfef6
|
Sphinx command and query added.
|
2013-11-07 16:58:39 +02:00 |
|
Paul Klimov
|
afcdcb9a72
|
Merge branch 'master' of github.com:yiisoft/yii2 into sphinx
|
2013-11-07 13:10:32 +02: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 |
|
Alexander Makarov
|
927e9dddb4
|
Refactored View
|
2013-11-06 22:52:27 +04:00 |
|
Carsten Brandt
|
07391b6dc1
|
fixed wrong relation class name in gii model generator
fixes #1146
|
2013-11-06 14:30:53 +01:00 |
|
Paul Klimov
|
ad7761f96a
|
Method 'yii\mail\MessageInterface::compose()' renamed to 'yii\mail\MessageInterface::message()'.
|
2013-11-06 13:27:07 +02:00 |
|
Paul Klimov
|
b0c5981d42
|
Method names "yii\mail\MessageInterface" simplified.
|
2013-11-06 12:28:39 +02:00 |
|
Carsten Brandt
|
bca3e95c86
|
reverted commit about aliases in debug and gii module
not needed when installed via composer and application config loads
composer extensions correctly
|
2013-11-05 14:11:42 +01:00 |
|
Klimov Paul
|
87af95f712
|
'yii\mail\MessageInterface' updated:
- setter methods renamed to have pure name
- method 'createMessage' renamed to 'compose'
|
2013-11-05 14:57:13 +02:00 |
|
Carsten Brandt
|
f6ba1f0082
|
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
|
2013-11-05 13:15:53 +01:00 |
|
Alexander Makarov
|
115487a875
|
Fixes #1133: gii controller generator now uses application controllerNamespace as default value for "Controller Namespace"
|
2013-11-04 23:26:57 +04:00 |
|
Klimov Paul
|
20749d4069
|
Swiftmailer composer version switched to @stable
|
2013-11-04 15:28:09 +02:00 |
|
Klimov Paul
|
a7f21b2402
|
'Yii::trace()' added to 'yii\swiftmailer\Mailer::send()'
|
2013-11-04 15:21:49 +02:00 |
|
Klimov Paul
|
aab90c5164
|
'MessageInterface' updated to support 'method chain' call style.
|
2013-11-04 14:28:19 +02:00 |
|
Carsten Brandt
|
2faf6bb109
|
typo in crud generator
fixes #1131
|
2013-11-04 10:51:23 +01:00 |
|
Carsten Brandt
|
ba64f8031e
|
fixed twitter bootstrap package name
fixes #1132
|
2013-11-04 10:45:20 +01:00 |
|
Carsten Brandt
|
2a412fab72
|
fixed twig readme
|
2013-11-04 01:50:04 +01:00 |
|
Carsten Brandt
|
fff1db7813
|
Merge pull request #1126 from lucianobaraglia/master
Typo in Docs [skip ci]
|
2013-11-03 01:03:36 -07:00 |
|
Qiang Xue
|
5faeae72e1
|
removed assets.
|
2013-11-03 01:48:39 -04:00 |
|
Luciano Baraglia
|
1fc0462ebb
|
Typo in Docs [skip ci]
|
2013-11-03 02:15:51 -03:00 |
|
Qiang Xue
|
4cd994a1df
|
using external bootstrap assets.
|
2013-11-03 01:04:05 -04:00 |
|
Qiang Xue
|
71268c9ea9
|
dependency fix.
|
2013-11-03 00:54:23 -04:00 |
|
Qiang Xue
|
83a937990c
|
moved bootstrap to extension
|
2013-11-03 00:40:06 -04:00 |
|
Qiang Xue
|
c4bb668b90
|
moved gii and debug to extensions.
|
2013-11-03 00:16:35 -04:00 |
|
Qiang Xue
|
da3880504e
|
updated extension README files.
|
2013-11-03 00:01:13 -04:00 |
|
Qiang Xue
|
41a44275e0
|
Removed unneeded Extension from jui.
|
2013-11-02 23:40:37 -04:00 |
|
Qiang Xue
|
6ab6730c32
|
multiple alias support.
|
2013-11-02 23:39:26 -04:00 |
|
Qiang Xue
|
4c25e7c6ce
|
path fix.
|
2013-11-02 23:33:00 -04:00 |
|
Qiang Xue
|
513037d97d
|
bug fix.
|
2013-11-02 23:27:26 -04:00 |
|
Qiang Xue
|
eb39d1ffc3
|
typo
|
2013-11-02 23:19:57 -04:00 |
|
Qiang Xue
|
1c2d1e8ef7
|
Fixed alias path.
|
2013-11-02 23:05:14 -04:00 |
|
Qiang Xue
|
3f3a09e988
|
Added support for generating default alias for extensions.
|
2013-11-02 22:43:11 -04:00 |
|
Qiang Xue
|
3caf59b1bf
|
fixed extension list file location.
|
2013-11-02 16:04:38 -04:00 |
|