- 02 May, 2014 22 commits
-
-
Qiang Xue authored
-
Qiang Xue authored
-
git://github.com/yiisoft/yii2Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
Fixed typo in tutorial-template-engines.md
-
Ricardo Obregón authored
-
Qiang Xue authored
-
Qiang Xue authored
-
git://github.com/yiisoft/yii2Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
BaseMailer: strip <style> content from TextBody fix
-
armab authored
-
armab authored
-
armab authored
If ```$htmlLayout``` contains <style> tags with CSS rules, strip_tags here: https://github.com/yiisoft/yii2/blob/master/framework/mail/BaseMailer.php#L189 won't clean those CSS rules. Actual html: ```html <html> <head> <style> .text-secondary {color: #93959A;} [...] [Other CSS rules] [...] </style> </head> <body> <div>Some content</div> </body> </html> ``` Will look this way in TEXT version of Email: ``` .text-secondary {color: #93959A;} [...] [Other CSS rules] [...] Some content ``` -------------- If TEXT version of Email differs drastically from visible content of HTML version, it can be result that some penalty points will apply to such mails: http://wiki.apache.org/spamassassin/Rules/MPART_ALT_DIFF_COUNT Since it's default behaviour for both yii2-app-advanced and yii2-app-basic (where stripped from tags html used for TextBody), I believe people will stumble in this for sure, without even knowing that their emails can be penalized. You can reproduce it by placing CSS styles in email view or layout and test it here: http://www.mail-tester.com/ (SpamAssassin section).
-
Alexander Makarov authored
-
Alexander Makarov authored
No changelog line since feature was introduced after beta
-
Alexander Makarov authored
-
Alexander Makarov authored
[skip ci] Сheck if user is authenticated in RBAC UserGroupRule.
-
vova07 authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
- 01 May, 2014 8 commits
-
-
Alexander Makarov authored
[ci skip] Update document for BaseYii::setAlias method.
-
Yeung Song authored
update
-
Qiang Xue authored
-
Carsten Brandt authored
[ci skip]
-
Alexander Makarov authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
- 30 Apr, 2014 10 commits
-
-
Carsten Brandt authored
fixes #2852
-
Carsten Brandt authored
-
Carsten Brandt authored
fixes #3289
-
Carsten Brandt authored
do not allow empty property name fixes #3297
-
Qiang Xue authored
migration docs adjusted
-
Mark authored
-
Qiang Xue authored
-
Carsten Brandt authored
-
Carsten Brandt authored
fixes #3302
-
Alexander Makarov authored
-