Thomas B.
2013-10-07 a3b85d7b8560cdc1057fcaffa3acbd247b4b5b7a
2013-08-24 Aleksander Machniak
Fix handling of non-default date formats (#1489294) - remove ambiguous m/d/...
tree@ 4db26a commitdiff
2013-08-07 Aleksander Machniak
Fix base URL resolving on attribute values with no quotes (#1489275)
tree@ 216fdb commitdiff
2013-08-07 Aleksander Machniak
Fix wrong handling of links with '|' character (#1489276)
tree@ 17f113 commitdiff
2013-07-28 Aleksander Machniak
Fixed some StringReplacer tests
tree@ addbb8 commitdiff
2013-07-25 Thomas Bruederli
Fix parsing of links with ... in URL (#1489192)
tree@ 8f14c5 commitdiff
2013-07-04 Aleksander Machniak
Fix parsing of square bracket characters in IMAP response strings (#1489223)
tree@ 88e49b commitdiff
2013-05-31 Aleksander Machniak
Fix displaying messages with invalid self-closing HTML tags (#1489137)
tree@ 1fe7d6 commitdiff
2013-05-25 Aleksander Machniak
Fix washtml test after "unsupported node type" fix
tree@ 7b81cd commitdiff
2013-05-23 Aleksander Machniak
Fix another text wrapping issue (wrong handling of long unwrappable lines)
tree@ 20df06 commitdiff
2013-05-10 Aleksander Machniak
Fix handling of invalid email addresses in headers (#1489092)
tree@ bde854 commitdiff
2013-05-05 Aleksander Machniak
Fix backslash character handling on vCard import (#1489085)
tree@ e4f288 commitdiff
2013-05-03 Aleksander Machniak
Fix bug where multi-level quoting was replaced with one-level quoted text a...
tree@ 56aeed commitdiff
2013-05-03 Aleksander Machniak
Fix another text wrap issue (added test case)
tree@ c067bb commitdiff
2013-04-22 Aleksander Machniak
Fix incorrect handling of some specific links (#1489060)
tree@ 17fb6e commitdiff
2013-04-22 Aleksander Machniak
Fix another text wrapping issue
tree@ a2446d commitdiff
2013-04-21 Aleksander Machniak
Fix incorrect handling of leading spaces in text wrapping
tree@ 102b08 commitdiff
2013-03-22 Aleksander Machniak
Added two tests for HTML comments handling in rcube_washtml class
tree@ 71cae6 commitdiff
2013-03-18 Aleksander Machniak
Fix wrapping of text lines with the same length as specified length limit
tree@ ec2700 commitdiff
2013-02-01 Aleksander Machniak
Fix handling link href attribute value with (valid) newline characters (#14...
tree@ 43aeb1 commitdiff
2013-01-25 Thomas Bruederli
Refactored blockquote quotion routine in html2text conversion: it now corre...
tree@ a2c2cb commitdiff
2013-01-20 Aleksander Machniak
More improvements to format=flowed handling + fix in wordwrap() used intern...
tree@ 9deb66 commitdiff
2013-01-20 Aleksander Machniak
Improve format=flowed text unfolding, add test for signature separator hand...
tree@ 1aca4c commitdiff
2013-01-18 Thomas Bruederli
Fix format=flowed unfolding on quoted lines; added tests for rcube_mime::fo...
tree@ 8c293e commitdiff
2013-01-19 Aleksander Machniak
Add basic tests for plugins
tree@ 2c195e commitdiff
2013-01-11 Aleksander Machniak
Support more Thunderbird CSV fields, added zh_TW localization for csv2vcard...
tree@ 536d45 commitdiff
2013-01-08 Aleksander Machniak
Don't convert to link a text with < and > characters
tree@ 942cbb commitdiff
2013-01-07 Aleksander Machniak
Fix address fields import from CSV (#1488900)
tree@ acf851 commitdiff
2013-01-06 Aleksander Machniak
Improve charset detection by prioritizing charset according to user languag...
tree@ a5b8ef commitdiff
2013-01-05 Aleksander Machniak
Fix handling of escaped separator in vCard file (#1488896)
tree@ 21106b commitdiff
2013-01-05 Aleksander Machniak
Add test for vCard issue (#1488896)
tree@ 2c777b commitdiff
2012-12-26 Aleksander Machniak
Framework'ize html2text class
tree@ 66afd7 commitdiff
2012-12-25 Aleksander Machniak
Move washtml class into Roundcube Framework (rcube_washtml), add some impro...
tree@ 7ac944 commitdiff
2012-12-23 Aleksander Machniak
Fix handling of parentheses in URLs
tree@ 0931a9 commitdiff
2012-12-20 Aleksander Machniak
Fix version comparisons with -stable suffix (#1488876)
tree@ a07926 commitdiff
2012-12-04 Aleksander Machniak
- Fix XSS vulnerability in vbscript: and data:text links handling (#1488850)
tree@ 74cd0a commitdiff
2012-12-01 Aleksander Machniak
enriched.inc -> rcube_enriched
tree@ 0fa54d commitdiff
2012-11-27 Aleksander Machniak
Apply rcube_shared.inc -> bootstrap.php change in tests
tree@ 0c82e9 commitdiff
2012-11-18 Aleksander Machniak
Fix so mobile phone has TYPE=CELL in exported vCard (#1488812)
tree@ 584e35 commitdiff
2012-11-16 Aleksander Machniak
Support contacts import from CSV file (#1486399)
tree@ 383379 commitdiff
2012-11-15 Aleksander Machniak
Fix rcube_utils::explode_quoted_string() with explode(), added tests
tree@ 3a54cc commitdiff
2012-11-05 Aleksander Machniak
Fixed rcube_imap_generic::uncompressMessageSet() result when argument is em...
tree@ e68fa7 commitdiff
2012-10-19 Thomas Bruederli
Match http://localhost/xxx as link
tree@ c96d3f commitdiff
2012-10-18 Aleksander Machniak
Fix handling of URLs with asterisk characters (#1488759)
tree@ 22c67d commitdiff
2012-09-21 Aleksander Machniak
Fix test for html::quote()
tree@ 97313a commitdiff
2012-09-20 Aleksander Machniak
Fix exception on phpunit 3.6.11
tree@ 4fd638 commitdiff
2012-09-13 Aleksander Machniak
Added tests for rcube_charset class
tree@ b2e517 commitdiff
2012-09-12 Aleksander Machniak
Improvements in building criteria string for IMAP SEARCH
tree@ a04a74 commitdiff
2012-09-09 Aleksander Machniak
Fix encoding vCard file when contains PHOTO;ENCODING=b (#1488683)
tree@ 8f66aa commitdiff
2012-08-31 Aleksander Machniak
Convert managesieve test scripts to PHPUnit, add them to the suite
tree@ 4bb0bf commitdiff
2012-08-31 Aleksander Machniak
Use setUp() instead of __construct()
tree@ afa0b1 commitdiff
first | « prev | next »