- 07 May, 2014 6 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Carsten Brandt authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
- 06 May, 2014 24 commits
-
-
Alexander Makarov authored
Added `yii\console\Controller::EXIT_CODE_NORMAL` and `yii\console\Controller::EXIT_CODE_ERROR` constants, `yii\console\MigrateController` now returns `yii\console\Controller::EXIT_CODE_ERROR` in case of failed migration
-
Alexander Makarov authored
-
Adam Altman authored
-
Qiang Xue authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
Fixes #2435: `yii\db\IntegrityException` is now thrown on database integrity errors instead of general `yii\db\Exception`
-
Alexander Makarov authored
-
Carsten Brandt authored
-
Alexander Makarov authored
-
Alexander Kochetov authored
-
Alexander Makarov authored
-
Steve Guns authored
-
Steve Guns authored
-
Marius Kubrakov authored
-
Marius Kubrakov authored
-
Jurmarcus Allen authored
-
- 05 May, 2014 2 commits
-
-
larnu authored
-
Yeung Song authored
Fixed
-
- 04 May, 2014 3 commits
-
-
Agrumas authored
-
Agrumas authored
-
Alexander Makarov authored
-
- 02 May, 2014 5 commits
-
-
Qiang Xue authored
-
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
No changelog line since feature was introduced after beta
-