Aleksander Machniak
|
ffec857b69
|
Fix handling of invalid closing tags in HTML messages (#1489446)
|
11 years ago |
Aleksander Machniak
|
3373e4ae10
|
Fix browser version detection and failing tests
|
11 years ago |
Aleksander Machniak
|
741ddced5b
|
Fix Internet Explorer 11 detection (#1489434)
|
11 years ago |
Aleksander Machniak
|
a8b004e8d8
|
Improve identity selection based on From: header (#1489378)
|
11 years ago |
Aleksander Machniak
|
b1f3c3bee8
|
Fixed saving contact birthday/anniversary dates before 01-01-1970
|
11 years ago |
Thomas Bruederli
|
fdb30f3279
|
Fix CSS selector modifications when nested in @media blocks
|
11 years ago |
Aleksander Machniak
|
c20fa4a1ad
|
Fix address matching in Return-Path header on identity selection (#1489374)
|
11 years ago |
Aleksander Machniak
|
672a55e655
|
Remove unused global variable
|
11 years ago |
Aleksander Machniak
|
ddeed163c0
|
Add identity_select plugin to tests list
|
11 years ago |
Aleksander Machniak
|
0f15219a93
|
Fix text wrapping issue with long unwrappable lines (#1489371)
|
11 years ago |
Thomas Bruederli
|
e480ca00ba
|
Replace markdown-style [1] link indexes in plain text email bodies. [1]: http://daringfireball.net/projects/markdown/
|
11 years ago |
Aleksander Machniak
|
fed081229f
|
Fix unit test
|
11 years ago |
Sebastian Förster
|
18d80255e3
|
check parsing of HTTP_USER_AGENT Variable with multiple Datasets
|
11 years ago |
Aleksander Machniak
|
b32fab16ef
|
Fix handling of non-default date formats (#1489294)
- remove ambiguous m/d/Y format from default config
|
11 years ago |
Aleksander Machniak
|
a79017e662
|
Fix base URL resolving on attribute values with no quotes (#1489275)
|
11 years ago |
Aleksander Machniak
|
0bac7b32de
|
Fix wrong handling of links with '|' character (#1489276)
|
11 years ago |
Thomas Bruederli
|
cff07b5f76
|
Fix parsing of links with ... in URL (#1489192)
|
11 years ago |
Thomas Bruederli
|
deb2b8d080
|
Allow to load config files for different environments (#1487311); keep (non-default) filename in URLs throughout the webmail app
|
11 years ago |
Aleksander Machniak
|
6e57fb6b4c
|
Fix parsing of square bracket characters in IMAP response strings (#1489223)
|
12 years ago |
Aleksander Machniak
|
cb3e2fe0c2
|
Fix displaying messages with invalid self-closing HTML tags (#1489137)
|
12 years ago |
Aleksander Machniak
|
896e2b4e51
|
Add more rcube_utils tests
|
12 years ago |
Aleksander Machniak
|
5383ad72db
|
Add more tests for rcube_utils::explode_quoted_string()
|
12 years ago |
Aleksander Machniak
|
fe0f1d589b
|
Improve rcube_utils::file2class() to not return duplicates
|
12 years ago |
Aleksander Machniak
|
f773259412
|
Fix washtml test after "unsupported node type" fix
|
12 years ago |
Aleksander Machniak
|
db108e3779
|
Fix another text wrapping issue (wrong handling of long unwrappable lines)
|
12 years ago |
Aleksander Machniak
|
fd0fd3b0a0
|
Fix handling of invalid email addresses in headers (#1489092)
|
12 years ago |
Aleksander Machniak
|
3a0dc87856
|
Fix backslash character handling on vCard import (#1489085)
|
12 years ago |
Aleksander Machniak
|
b92ec5c86d
|
Fix bug where multi-level quoting was replaced with one-level quoted text after format=flowed wrapping
|
12 years ago |
Aleksander Machniak
|
2ce01932fe
|
Fix another text wrap issue (added test case)
|
12 years ago |
Aleksander Machniak
|
38c19a2064
|
Fix csv2vcard test
|
12 years ago |
Aleksander Machniak
|
70229cbbfc
|
Fix incorrect handling of some specific links (#1489060)
|
12 years ago |
Aleksander Machniak
|
1041aa46da
|
Fix another text wrapping issue
|
12 years ago |
Aleksander Machniak
|
7439d3ee14
|
Fix incorrect handling of leading spaces in text wrapping
|
12 years ago |
Aleksander Machniak
|
1e2468e4b9
|
Added two tests for HTML comments handling in rcube_washtml class
|
12 years ago |
Aleksander Machniak
|
1e32540839
|
Add rel="noreferrer" for links in displayed messages (#1484686)
|
12 years ago |
Aleksander Machniak
|
d8270b66cc
|
Fix wrapping of text lines with the same length as specified length limit
|
12 years ago |
Aleksander Machniak
|
1f910cb50d
|
Fix handling link href attribute value with (valid) newline characters (#1488940)
|
12 years ago |
Aleksander Machniak
|
ee01be5b5b
|
Add dummy index.html file for Selenum tests
|
12 years ago |
Aleksander Machniak
|
8466690851
|
Set root URL to our index.html, for better performance
See https://github.com/sebastianbergmann/phpunit-selenium/issues/217
|
12 years ago |
Aleksander Machniak
|
a2a1f8d7ed
|
Added automated in-browser tests (PHPUnit + Selenium Web Driver)
|
12 years ago |
Thomas Bruederli
|
bb6f4b2b5d
|
Refactored blockquote quotion routine in html2text conversion: it now correctly converts multiple and/or nested blockquotes
|
12 years ago |
Aleksander Machniak
|
7ebed11b05
|
More improvements to format=flowed handling + fix in wordwrap() used internally by format_flowed()
|
12 years ago |
Aleksander Machniak
|
aabd628286
|
Improve format=flowed text unfolding, add test for signature separator handling
|
12 years ago |
Aleksander Machniak
|
b005927f91
|
Add basic tests for plugins
|
12 years ago |
Thomas Bruederli
|
6d41d8fd4b
|
Fix format=flowed unfolding on quoted lines; added tests for rcube_mime::format_flowed() and rcube_mime::unfold_flowed()
|
12 years ago |
Aleksander Machniak
|
c59ef9542a
|
Support more Thunderbird CSV fields, added zh_TW localization for csv2vcard map (#1488901)
|
12 years ago |
Aleksander Machniak
|
16915ee2ad
|
Don't convert to link a text with < and > characters
|
12 years ago |
Aleksander Machniak
|
acf851f823
|
Fix address fields import from CSV (#1488900)
|
12 years ago |
Aleksander Machniak
|
a5b8ef99d4
|
Improve charset detection by prioritizing charset according to user language (#1485669)
|
12 years ago |
Aleksander Machniak
|
21106b3d1c
|
Fix handling of escaped separator in vCard file (#1488896)
|
12 years ago |