Aleksander Machniak
|
8c188058cf
|
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
|
13 years ago |
Aleksander Machniak
|
2d7b4ff03f
|
Fix html2text conversion of strong|b|a|th|h tags when used in upper case
|
13 years ago |
alecpl
|
43c40f043c
|
- Don't list mailto: and anchor links
- List only unique URLs
|
13 years ago |
alecpl
|
f3599505f1
|
- Improved r5861 change: Content converted to upper case can contain HTML tags, handle them properly
|
13 years ago |
alecpl
|
67e5925897
|
- Handle HTML entities properly when converting strong/b/th content to upper case
|
13 years ago |
alecpl
|
ca0cd05973
|
- Fix handling HTML entities when converting HTML to text (#1488212)
|
13 years ago |
alecpl
|
4d7fbd508a
|
- Remove leading empty lines (can be produced by eg. P tag on the beginning)
|
14 years ago |
alecpl
|
d483cd7898
|
- Fix bug where some content would cause hang on html2text conversion (#1487863)
|
14 years ago |
alecpl
|
29c54229cf
|
- Fix parsing links with non-printable characters inside (#1487805)
|
14 years ago |
alecpl
|
6084d782f2
|
- Fix hanling of HTML entity strings in plai text messages
|
14 years ago |
alecpl
|
11bcac5802
|
- Fix HTML to plain text conversion doesn't handle citation blocks (#1486921)
|
14 years ago |
alecpl
|
5a74dc8ade
|
- Fix regular expression for HTML entities
|
15 years ago |
alecpl
|
f6b28244a1
|
- Add line-break in place of <DIV> tag (#1486666)
|
15 years ago |
alecpl
|
da1722a587
|
- Fix to-text converting of HTML entities inside b/strong/th/hX tags (#1486422)
|
15 years ago |
alecpl
|
5a3f5852aa
|
- Fix compose window doesn't fit 1024x768 window (#1485396)
|
16 years ago |
thomascube
|
6972ccaf31
|
Changed code style for better diffs
|
16 years ago |
alecpl
|
755900cd6a
|
- Fix html entities replacement (related to r2186)
|
16 years ago |
alecpl
|
4e0419b9cb
|
#1485640: http://pear.php.net/bugs/bug.php?id=13032
#1485640: html2text: move html_entity_decode() after preg_replace()
|
16 years ago |
alecpl
|
f50cc72cbb
|
#1485618: fix code injection vulnerability
|
16 years ago |
alecpl
|
300fc65a46
|
- Better HTML entities conversion in html2text (#1485519)
|
16 years ago |
alecpl
|
f35a226447
|
#1485534: fix (multiple) PRE conversion
|
16 years ago |
alecpl
|
e7f85bd274
|
- applied RC's patches after html2text update
|
16 years ago |
alecpl
|
8ac6fd094a
|
- Improved HTML to TXT conversion by html2text class update to version 1.0.0
|
16 years ago |
alecpl
|
7789fddb79
|
- oops, fixed parse error from last change
|
16 years ago |
alecpl
|
7353fab316
|
- Added PRE handling in html2text class (#1484740)
|
16 years ago |
alecpl
|
ff73e02cce
|
- fread() replaced by file_get_contents(), see comments in #1484880
|
16 years ago |
thomascube
|
47124c2279
|
Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch
|
17 years ago |