summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_washtml.php
AgeCommit message (Collapse)Author
2015-01-13Fix XSS issue in style attribute handling (#1490227)Aleksander Machniak
Conflicts: CHANGELOG
2014-05-27Fix unintentional line-height style modification in HTML messages (#1489917)Aleksander Machniak
2014-05-20Fix incorrect handling of HTML comments in messages sanitization code (#1489904)Aleksander Machniak
2014-04-11Fix "washing" of unicoded style attributes (#1489777)Aleksander Machniak
Conflicts: tests/Framework/Washtml.php
2014-04-05Fix again xdebug.max_nesting_level limit handling (#1489110)1.0.0Aleksander Machniak
2014-01-24Allow single quote in style attribute values.Aleksander Machniak
E.g. "font-family: 'Tahoma'" should not be removed.
2013-12-28Fix issue where deprecated syntax for HTML lists was not handled properly ↵Aleksander Machniak
(#1488768)
2013-11-28Fix handling of invalid closing tags in HTML messages (#1489446)Aleksander Machniak
2013-10-04Fixed issues where HTML comments inside style tag would hang Internet ExplorerAleksander Machniak
2013-10-02Use DOMDocument LIBXML_PARSEHUGE and LIBXML_COMPACT options if possible ↵Aleksander Machniak
(#1489302)
2013-07-24replaces smart quotes with regular quotes. Fixes improper doctype ↵rodrigo
declarations in html emails
2013-05-31Fix displaying messages with invalid self-closing HTML tags (#1489137)Aleksander Machniak
2013-05-24Fix fatal error when xdebug.max_nesting_level was exceeded in rcube_washtml ↵Aleksander Machniak
(#1489110)
2013-03-22Fix handling of some conditional comment tags in HTML message (#1489004)Aleksander Machniak
2013-02-01Fix handling link href attribute value with (valid) newline characters ↵Aleksander Machniak
(#1488940)
2012-12-25Move washtml class into Roundcube Framework (rcube_washtml), add some ↵Aleksander Machniak
improvements