|
|
ffded7a1b5
|
array syntax fix.
|
2013-11-15 10:15:25 -05:00 |
|
|
|
542477c323
|
typo fix.
|
2013-11-15 09:18:30 -05:00 |
|
|
|
6992cc2c73
|
Fixes #1196.
|
2013-11-15 08:44:59 -05:00 |
|
|
|
c5ee83bffb
|
Fixed gii after merge #1184
|
2013-11-13 23:54:27 +02:00 |
|
|
|
447bad5a12
|
Merge pull request #1184 from slavcodev/only-arrays-in-rules
Using only arrays in rules instead comma-separated string
|
2013-11-13 05:37:43 -08:00 |
|
|
|
75dc290a24
|
Fixes #1193
|
2013-11-13 08:31:49 -05:00 |
|
|
|
da93d9b4ba
|
Fixes #1195.
|
2013-11-13 08:25:07 -05:00 |
|
|
|
0eaafd74ba
|
updated composer.json to be less restrictive
also removed superflous minimum-stability definition
|
2013-11-13 01:34:41 +01:00 |
|
|
|
ecc557ef92
|
Refactor all models to new rules format
|
2013-11-12 16:39:23 +02:00 |
|
|
|
3cdd78cafe
|
Fix rules generator
|
2013-11-12 16:27:31 +02:00 |
|
|
|
b0b1c27c85
|
Fix phpDoc var tag format
|
2013-11-12 06:21:04 +02:00 |
|
|
|
23573968a6
|
Changed important log messages to info level
|
2013-11-11 20:19:25 -05:00 |
|
|
|
faed08e620
|
fixed crud to work with table that has no PK but AR defines one
|
2013-11-11 12:40:19 +01:00 |
|
|
|
f6b9337766
|
Adjusted extension list.
|
2013-11-09 23:18:01 -05:00 |
|
|
|
896b7d1528
|
typo fix.
|
2013-11-09 23:13:20 -05:00 |
|
|
|
9867ffb6f7
|
Added display of installed extension to debug panel.
|
2013-11-09 22:36:56 -05:00 |
|
|
|
b965d4eec7
|
Implemented file transport for mails.
|
2013-11-09 22:24:27 -05: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 |
|
|
|
abb349361b
|
use json format.
|
2013-11-08 21:47:54 -05:00 |
|
|
|
f16ef2626f
|
replaced exported value with serialized one.
|
2013-11-08 21:40:54 -05:00 |
|
|
|
4b49a31f57
|
minor fix to gii
|
2013-11-08 21:14:03 -05:00 |
|
|
|
b9fb97d68d
|
Getters for 'yii\swiftmailer\Message' fixed.
|
2013-11-08 16:34:35 +02:00 |
|
|
|
5a584c0bda
|
Creating transport at 'yii\swiftmailer\Mailer' fixed to track possible "__call".
|
2013-11-08 13:23:14 +02:00 |
|
|
|
90a5bcc611
|
Refactored mail.
|
2013-11-07 22:33:57 -05:00 |
|
|
|
ed0e44d23b
|
minor touch up of swiftmailer.
|
2013-11-07 13:08:49 -05:00 |
|
|
|
7b91011032
|
Adjusted the directories of swiftmailer.
|
2013-11-07 11:01:43 -05:00 |
|
|
|
f77a047273
|
Merge branch 'master' of github.com:yiisoft/yii2 into email-swift-2
|
2013-11-07 17:16:40 +02:00 |
|
|
|
104cfd7cb2
|
'yii\mail\MessageInterface' methods renamed: 'text' to 'textBody', 'html' to 'htmlBody'
|
2013-11-07 12:22:24 +02:00 |
|
|
|
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 |
|
|
|
927e9dddb4
|
Refactored View
|
2013-11-06 22:52:27 +04:00 |
|
|
|
07391b6dc1
|
fixed wrong relation class name in gii model generator
fixes #1146
|
2013-11-06 14:30:53 +01:00 |
|
|
|
ad7761f96a
|
Method 'yii\mail\MessageInterface::compose()' renamed to 'yii\mail\MessageInterface::message()'.
|
2013-11-06 13:27:07 +02:00 |
|
|
|
b0c5981d42
|
Method names "yii\mail\MessageInterface" simplified.
|
2013-11-06 12:28:39 +02:00 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
115487a875
|
Fixes #1133: gii controller generator now uses application controllerNamespace as default value for "Controller Namespace"
|
2013-11-04 23:26:57 +04:00 |
|
|
|
20749d4069
|
Swiftmailer composer version switched to @stable
|
2013-11-04 15:28:09 +02:00 |
|
|
|
a7f21b2402
|
'Yii::trace()' added to 'yii\swiftmailer\Mailer::send()'
|
2013-11-04 15:21:49 +02:00 |
|
|
|
aab90c5164
|
'MessageInterface' updated to support 'method chain' call style.
|
2013-11-04 14:28:19 +02:00 |
|
|
|
2faf6bb109
|
typo in crud generator
fixes #1131
|
2013-11-04 10:51:23 +01:00 |
|
|
|
ba64f8031e
|
fixed twitter bootstrap package name
fixes #1132
|
2013-11-04 10:45:20 +01:00 |
|
|
|
2a412fab72
|
fixed twig readme
|
2013-11-04 01:50:04 +01:00 |
|
|
|
fff1db7813
|
Merge pull request #1126 from lucianobaraglia/master
Typo in Docs [skip ci]
|
2013-11-03 01:03:36 -07:00 |
|
|
|
5faeae72e1
|
removed assets.
|
2013-11-03 01:48:39 -04:00 |
|
|
|
1fc0462ebb
|
Typo in Docs [skip ci]
|
2013-11-03 02:15:51 -03:00 |
|
|
|
4cd994a1df
|
using external bootstrap assets.
|
2013-11-03 01:04:05 -04:00 |
|
|
|
71268c9ea9
|
dependency fix.
|
2013-11-03 00:54:23 -04:00 |
|
|
|
83a937990c
|
moved bootstrap to extension
|
2013-11-03 00:40:06 -04:00 |
|