summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-05-03Fix bug where multi-level quoting was replaced with one-level quoted text ↵Aleksander Machniak
after format=flowed wrapping
2013-05-03Fix another text wrap issue (added test case)Aleksander Machniak
2013-05-01Fix csv2vcard testAleksander Machniak
2013-04-22Fix incorrect handling of some specific links (#1489060)Aleksander Machniak
2013-04-22Fix another text wrapping issueAleksander Machniak
2013-04-21Fix incorrect handling of leading spaces in text wrappingAleksander Machniak
2013-03-22Added two tests for HTML comments handling in rcube_washtml classAleksander Machniak
2013-03-19Add rel="noreferrer" for links in displayed messages (#1484686)Aleksander Machniak
2013-03-18Fix wrapping of text lines with the same length as specified length limitAleksander Machniak
2013-02-01Fix handling link href attribute value with (valid) newline characters ↵Aleksander Machniak
(#1488940)
2013-01-31Add dummy index.html file for Selenum testsAleksander Machniak
2013-01-31Set root URL to our index.html, for better performanceAleksander Machniak
See https://github.com/sebastianbergmann/phpunit-selenium/issues/217
2013-01-30Added automated in-browser tests (PHPUnit + Selenium Web Driver)Aleksander Machniak
2013-01-25Refactored blockquote quotion routine in html2text conversion: it now ↵Thomas Bruederli
correctly converts multiple and/or nested blockquotes
2013-01-21More improvements to format=flowed handling + fix in wordwrap() used ↵Aleksander Machniak
internally by format_flowed()
2013-01-21Improve format=flowed text unfolding, add test for signature separator handlingAleksander Machniak
2013-01-19Add basic tests for pluginsAleksander Machniak
2013-01-18Fix format=flowed unfolding on quoted lines; added tests for ↵Thomas Bruederli
rcube_mime::format_flowed() and rcube_mime::unfold_flowed()
2013-01-11Support more Thunderbird CSV fields, added zh_TW localization for csv2vcard ↵Aleksander Machniak
map (#1488901)
2013-01-08Don't convert to link a text with < and > charactersAleksander Machniak
2013-01-07Fix address fields import from CSV (#1488900)Aleksander Machniak
2013-01-06Improve charset detection by prioritizing charset according to user language ↵Aleksander Machniak
(#1485669)
2013-01-05Fix handling of escaped separator in vCard file (#1488896)Aleksander Machniak
2013-01-05Add test for vCard issue (#1488896)Aleksander Machniak
2012-12-26Framework'ize html2text classAleksander Machniak
2012-12-25Move washtml class into Roundcube Framework (rcube_washtml), add some ↵Aleksander Machniak
improvements
2012-12-23Fix handling of parentheses in URLsAleksander Machniak
2012-12-20Fix version comparisons with -stable suffix (#1488876)Aleksander Machniak
2012-12-04- Fix XSS vulnerability in vbscript: and data:text links handling (#1488850)Aleksander Machniak
2012-12-01enriched.inc -> rcube_enrichedAleksander Machniak
2012-11-27Apply rcube_shared.inc -> bootstrap.php change in testsAleksander Machniak
2012-11-18Fix so mobile phone has TYPE=CELL in exported vCard (#1488812)Aleksander Machniak
2012-11-16Support contacts import from CSV file (#1486399)Aleksander Machniak
2012-11-15Fix rcube_utils::explode_quoted_string() with explode(), added testsAleksander Machniak
2012-11-05Fixed rcube_imap_generic::uncompressMessageSet() result when argument is ↵Aleksander Machniak
empty. Added tests.
2012-10-19Match http://localhost/xxx as linkThomas Bruederli
2012-10-18Fix handling of URLs with asterisk characters (#1488759)Aleksander Machniak
2012-09-21Fix test for html::quote()Aleksander Machniak
2012-09-20Fix exception on phpunit 3.6.11Aleksander Machniak
2012-09-13Added tests for rcube_charset classAleksander Machniak
2012-09-12Improvements in building criteria string for IMAP SEARCHAleksander Machniak
2012-09-09Fix encoding vCard file when contains PHOTO;ENCODING=b (#1488683)Aleksander Machniak
2012-08-31Convert managesieve test scripts to PHPUnit, add them to the suiteAleksander Machniak
2012-08-31Use setUp() instead of __construct()Aleksander Machniak
2012-08-29More testsAleksander Machniak
2012-08-27Added tests for specialchars quotingAleksander Machniak
2012-08-27Rename ip_check to check_ip, add IP checking testsAleksander Machniak
2012-08-27Add simple (constructor) tests for Framework classesAleksander Machniak
2012-08-27Restructured testsAleksander Machniak
2012-08-24Added tests for shared functions, fixed small issuesAleksander Machniak