diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-06-08 08:53:07 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-06-08 08:59:10 +0200 |
commit | 51809bd66c3dc08fb578950a0394c8603a419b9e (patch) | |
tree | c8cef6c331d546a9634fecdade23a01371456c03 /CHANGELOG | |
parent | 49db5234109c4e46e82b0ece8b0f8da58ce5ea69 (diff) |
Fix handling of links with various URI schemes e.g. "skype:" (#1488106)
Fix handling of links inside PRE elements on html to text conversion
Fix indexing of links on html to text conversion
Conflicts:
CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ CHANGELOG Roundcube Webmail =========================== +- Fix handling of links with various URI schemes e.g. "skype:" (#1488106) +- Fix handling of links inside PRE elements on html to text conversion +- Fix indexing of links on html to text conversion - Decode header value in rcube_mime::get() by default (#1488511) - Fix errors with enabled PHP magic_quotes_sybase option (#1488506) - Fix SQL query for contacts listing on MS SQL Server (#1488505) |