Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-16 | Code improvements + added tests for vacation date regexps handling | Aleksander Machniak | |
2014-07-07 | Fix images import from various vCard formats (#1489977) | Aleksander Machniak | |
2014-05-27 | Fix unintentional line-height style modification in HTML messages (#1489917) | Aleksander Machniak | |
2014-05-27 | Fix broken normalize_string(), add support for ISO-8859-2 | Aleksander Machniak | |
2014-05-27 | Add more tests for normalize_string() - some failing | Aleksander Machniak | |
2014-05-20 | Fix incorrect handling of HTML comments in messages sanitization code (#1489904) | Aleksander Machniak | |
2014-05-18 | Don'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-17 | Merge 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-16 | Fix handling unicode characters in links (#1489898) | Aleksander Machniak | |
2014-05-15 | Improved handling of new-lines in quoted paragraphs on text2html conversion | Aleksander Machniak | |
2014-05-13 | Bring back the old behaviour where text messages without format=flowed are ↵ | Aleksander Machniak | |
auto-wrapped. Make it the default in text2html class. | |||
2014-05-11 | Improved 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-09 | Fix/remove tests related to data-* attributes handling | Aleksander Machniak | |
2014-04-29 | Add some unit tests for DB classes | Aleksander Machniak | |
2014-04-21 | Describe Selenium testing setup and provide a function to clear the SQL database | Thomas Bruederli | |
2014-04-12 | Add dummy tests for legacy_browser plugin | Aleksander Machniak | |
2014-04-11 | Fix "washing" of unicoded style attributes (#1489777) | Aleksander Machniak | |
2014-04-08 | Add test case for #1489777 | Aleksander Machniak | |
2014-03-18 | Add some tests | Aleksander Machniak | |
2014-02-23 | Improvement in handling invalid email address strings | Aleksander Machniak | |
2014-02-14 | Added tests for html::attrib_string() method | Aleksander Machniak | |
2014-02-09 | Add dummy tests for rcube_spellcheck_* classes | Aleksander Machniak | |
2014-02-09 | Add more tests for framework classes | Aleksander Machniak | |
2014-02-07 | Fix directories check in Installer on Windows (#1489576) | Aleksander Machniak | |
Added rcube_utils::is_absolute_path() method | |||
2014-02-04 | Fix infinite loop when converting invalid html to plaintext (#1489566) | Thomas Bruederli | |
2014-02-03 | Fixed Opera > 15 detection (#1489562) | Aleksander Machniak | |
2014-01-24 | Fix 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. | |||
2014-01-24 | Remove quotes around addressee name in case they are encoded. | Aleksander Machniak | |
Some clients encode quotes with name using base64/quoted-printable encoding. Quotes were removed only for unencoded strings. Now also encoded names are handled this way. So, recipient/sender strings are displayed without quotes around and e.g. saving to addressbook does not save these redundant quotes. | |||
2014-01-15 | Add more IMAP THREAD parser tests | Aleksander Machniak | |
2014-01-15 | Added some tests for IMAP THREAD parser | Aleksander Machniak | |
2013-12-28 | Fix issue where deprecated syntax for HTML lists was not handled properly ↵ | Aleksander Machniak | |
(#1488768) | |||
2013-11-28 | Fix handling of invalid closing tags in HTML messages (#1489446) | Aleksander Machniak | |
2013-11-18 | Fix browser version detection and failing tests | Aleksander Machniak | |
2013-11-15 | Fix Internet Explorer 11 detection (#1489434) | Aleksander Machniak | |
2013-11-04 | Improve identity selection based on From: header (#1489378) | Aleksander Machniak | |
2013-10-28 | Fixed saving contact birthday/anniversary dates before 01-01-1970 | Aleksander Machniak | |
2013-10-26 | Fix CSS selector modifications when nested in @media blocks | Thomas Bruederli | |
2013-10-15 | Fix address matching in Return-Path header on identity selection (#1489374) | Aleksander Machniak | |
2013-10-15 | Remove unused global variable | Aleksander Machniak | |
2013-10-14 | Add identity_select plugin to tests list | Aleksander Machniak | |
2013-10-12 | Fix text wrapping issue with long unwrappable lines (#1489371) | Aleksander Machniak | |
2013-10-10 | Replace markdown-style [1] link indexes in plain text email bodies. [1]: ↵ | Thomas Bruederli | |
http://daringfireball.net/projects/markdown/ | |||
2013-10-04 | Fix unit test | Aleksander Machniak | |
2013-09-13 | check parsing of HTTP_USER_AGENT Variable with multiple Datasets | Sebastian Förster | |
2013-08-24 | Fix handling of non-default date formats (#1489294) | Aleksander Machniak | |
- remove ambiguous m/d/Y format from default config | |||
2013-08-07 | Fix base URL resolving on attribute values with no quotes (#1489275) | Aleksander Machniak | |
2013-08-07 | Fix wrong handling of links with '|' character (#1489276) | Aleksander Machniak | |
2013-07-25 | Fix parsing of links with ... in URL (#1489192) | Thomas Bruederli | |
2013-07-12 | Allow to load config files for different environments (#1487311); keep ↵ | Thomas Bruederli | |
(non-default) filename in URLs throughout the webmail app | |||
2013-07-04 | Fix parsing of square bracket characters in IMAP response strings (#1489223) | Aleksander Machniak | |