Commit Graph

144 Commits

Author SHA1 Message Date
Qiang Xue
900100c29e Merge pull request #1258 from cebe/self-static
Changed usage of self to static to allow extendibility
2013-11-20 12:29:04 -08:00
Qiang Xue
182dfb39dc Added warning log when access to gii and debugger is denied due to IP restriction. 2013-11-20 15:26:45 -05:00
Carsten Brandt
e775c82dd8 Changed usage of self to static to allow extendibility
code style section has been added here:
https://github.com/yiisoft/yii2/wiki/Core-framework-code-style#self-vs-static

verification code for properties:
https://gist.github.com/cebe/7566916
2013-11-20 18:36:05 +01:00
Qiang Xue
d2e5f2c507 Fixes #1234: use dash instead of underscore to separate language and country in locale id. 2013-11-19 16:33:52 -05:00
Qiang Xue
a69fa1bfed Do not render debug toolbar in ajax request. 2013-11-18 20:52:28 -05:00
docsolver
4231724ebf Clarification about clientOptions and using JUI in AR form
I accidentally made this pull request in the read-only JUI repo, so I'm doing it again here.
2013-11-17 00:14:02 +01:00
Qiang Xue
ffded7a1b5 array syntax fix. 2013-11-15 10:15:25 -05:00
Qiang Xue
542477c323 typo fix. 2013-11-15 09:18:30 -05:00
Qiang Xue
6992cc2c73 Fixes #1196. 2013-11-15 08:44:59 -05:00
KiTE
c5ee83bffb Fixed gii after merge #1184 2013-11-13 23:54:27 +02:00
Qiang Xue
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
Qiang Xue
75dc290a24 Fixes #1193 2013-11-13 08:31:49 -05:00
Qiang Xue
da93d9b4ba Fixes #1195. 2013-11-13 08:25:07 -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
ecc557ef92 Refactor all models to new rules format 2013-11-12 16:39:23 +02:00
slavcodev
3cdd78cafe Fix rules generator 2013-11-12 16:27:31 +02: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
Carsten Brandt
faed08e620 fixed crud to work with table that has no PK but AR defines one 2013-11-11 12:40:19 +01:00
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
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
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