summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2015-04-09Fix font artifact in Google Chrome on Windows (#1490353)Aleksander Machniak
2015-04-09Fix handling spaces after <br> on html2text conversionAleksander Machniak
2015-03-12Fix backtick character handling in sql queries (#1490312)Aleksander Machniak
2015-02-19Fix handling of some improper constructs in format=flowed text as per the ↵Aleksander Machniak
RFC3676[4.5] (#1490284)
2015-01-13Fix XSS issue in style attribute handling (#1490227)Aleksander Machniak
2015-01-13Fix test for blocked.gif according to recent changesAleksander Machniak
2014-12-28Fix rcube_utils::normalize_string() to support unicode characters + add ↵Thomas Bruederli
argument for minimum token length
2014-12-28Make rcube_utils::strtotime() timezone aware (#1490163)Thomas Bruederli
2014-12-22Fix rcube_utils::get_boolean() test to not use deprecated function aliasAleksander Machniak
2014-12-01Fix import of multiple contact email addresses from Outlook-csv format ↵Aleksander Machniak
(#1490169)
2014-11-26Fix so all unknown email addresses from Google csv format are imported ↵Aleksander Machniak
(#1490159)
2014-11-19Fix import of multiple contact groups from Google-csv format (#1490159)Aleksander Machniak
2014-11-16Code improvements and fixes (mostly unused variables and methods)Aleksander Machniak
2014-10-22Fix download of attachments that are part of TNEF message (#1490091)Aleksander Machniak
Rcube_message_part::body content should never be modified by code out of the rcube_message. Added convenient rcube_message::get_part_body() method, making rcube_message::get_part_content() deprecated.
2014-10-13dirname(__FILE__) -> __DIR__Aleksander Machniak
2014-09-22Merge branch 'oracle'Aleksander Machniak
2014-09-13Fix validation of email addresses with IDNA domains (#1490067)Aleksander Machniak
2014-09-12Use consistent column/table quoting in sql queriesAleksander Machniak
2014-08-21Fix handling of email addresses with quoted domain part (#1490040)Aleksander Machniak
2014-08-14Fixed failing testAleksander Machniak
2014-08-14Support contacts import in GMail CSV formatAleksander Machniak
2014-08-13Extend rcmail::url() to produce absolute and fully qualified URLsThomas Bruederli
2014-08-01Fix various iCloud vCard issues, added fallback for external photos (#1489993)Aleksander Machniak
2014-07-16Code improvements + added tests for vacation date regexps handlingAleksander Machniak
2014-07-07Fix images import from various vCard formats (#1489977)Aleksander Machniak
2014-05-27Fix unintentional line-height style modification in HTML messages (#1489917)Aleksander Machniak
2014-05-27Fix broken normalize_string(), add support for ISO-8859-2Aleksander Machniak
2014-05-27Add more tests for normalize_string() - some failingAleksander Machniak
2014-05-20Fix incorrect handling of HTML comments in messages sanitization code (#1489904)Aleksander Machniak
2014-05-18Don't remove links when html signature is converted to text (#1489621)Aleksander Machniak
Fix so when switching editor mode original version of signature is used (#1488849)
2014-05-17Merge branch 'dev-text2html'Aleksander Machniak
Conflicts: program/js/app.js Fix handling magic_quotes in rcube_text2html and rcube_html2text - move stripslashes from these classes to action files
2014-05-16Fix handling unicode characters in links (#1489898)Aleksander Machniak
2014-05-15Improved handling of new-lines in quoted paragraphs on text2html conversionAleksander Machniak
2014-05-13Bring back the old behaviour where text messages without format=flowed are ↵Aleksander Machniak
auto-wrapped. Make it the default in text2html class.
2014-05-11Improved display of plain text messages and text to HTML conversion (#1488937)Aleksander Machniak
Now instead of <pre> we use <div class="pre"> styled with monospace font. We replace whitespace characters with non-breaking spaces where needed. I.e. plain text is always unwrappable, until it uses format=flowed, in such a case only flowed paragraphs are wrappable. Also conversion of text to HTML in compose editor was modified in the same way.
2014-05-09Fix/remove tests related to data-* attributes handlingAleksander Machniak
2014-04-29Add some unit tests for DB classesAleksander Machniak
2014-04-21Describe Selenium testing setup and provide a function to clear the SQL databaseThomas Bruederli
2014-04-12Add dummy tests for legacy_browser pluginAleksander Machniak
2014-04-11Fix "washing" of unicoded style attributes (#1489777)Aleksander Machniak
2014-04-08Add test case for #1489777Aleksander Machniak
2014-03-18Add some testsAleksander Machniak
2014-02-23Improvement in handling invalid email address stringsAleksander Machniak
2014-02-14Added tests for html::attrib_string() methodAleksander Machniak
2014-02-09Add dummy tests for rcube_spellcheck_* classesAleksander Machniak
2014-02-09Add more tests for framework classesAleksander Machniak
2014-02-07Fix directories check in Installer on Windows (#1489576)Aleksander Machniak
Added rcube_utils::is_absolute_path() method
2014-02-04Fix infinite loop when converting invalid html to plaintext (#1489566)Thomas Bruederli
2014-02-03Fixed Opera > 15 detection (#1489562)Aleksander Machniak
2014-01-24Fix confusing intersect/filter methods naming/behaviour.Aleksander Machniak
Removed rcube_result_index::intersect() method. Changed rcube_result_index::filter() to filter in the same way as rcube_result_thread::filter(), which means it actually does array_intersect(). Added tests scripts for rcube_result_index class.