Aleksander Machniak
|
e69cd1b5a6
|
Fix extra leading newlines in plain text converted from HTML (#8973)
|
2 years ago |
Aleksander Machniak
|
78b3049ce5
|
Fix PHPDoc
|
3 years ago |
Aleksander Machniak
|
67d3b0fe63
|
Update changelog, code cleanup
|
4 years ago |
Nico Antkowiak
|
12c7ea581d
|
Add option to control links handling behavior on html to text conversion (#6485)
Co-authored-by: NAN <antkowiak@dionera.com>
|
4 years ago |
Aleksander Machniak
|
0d4a395464
|
Fix PHP 8.1 deprecation warnings
|
4 years ago |
Aleksander Machniak
|
a832a6943e
|
Fix converting >1MB of HTML content into plain text (#8137)
|
4 years ago |
Josh Soref
|
203f456620
|
Spelling (#8001)
|
4 years ago |
Aleksander Machniak
|
066faa1485
|
CS fixes, short array syntax, PHP8 fixes, tests
also fixed listing of table columns on SQLite database
|
5 years ago |
Aleksander Machniak
|
bde383d051
|
PHP8: Fix various issues
for now only these I found by running our unit tests, there will be much more
|
5 years ago |
Aleksander Machniak
|
a5c2b4360c
|
Fixes in context of undefined variables, and code style
|
5 years ago |
Aleksander Machniak
|
66fab8cdb2
|
CS fixes, Avoid usused variables, fixed minor bugs
|
6 years ago |
Aleksander Machniak
|
7c8ce07e8c
|
Fix bug where bold/strong text was converted to upper-case on html-to-text conversion (6758)
|
6 years ago |
Aleksander Machniak
|
57c67db029
|
Remove year(s) from copyright headers + some cleanup
|
6 years ago |
Aleksander Machniak
|
73ea8f94d0
|
Use htmlspecialchars() with charset argument, simplify some code
|
7 years ago |
Aleksander Machniak
|
21e7d873ce
|
Fix so links over images are not removed in plain text signatures converted from HTML (#4473)
|
8 years ago |
ka7
|
9a35768c26
|
spelling fixes (#5690)
|
9 years ago |
Aleksander Machniak
|
184de7735c
|
CS fixes (mostly phpdoc)
|
9 years ago |
Aleksander Machniak
|
d91bad5975
|
Fix handling of blockquote tags with mixed case on html2text conversion (#5363)
|
9 years ago |
Demis Palma
|
411bd3fe82
|
Fixed wrong encoding in currency symbols
|
9 years ago |
Aleksander Machniak
|
e2e56261b9
|
Fix handling of long script/style tags when converting to text
|
9 years ago |
Aleksander Machniak
|
91dc7fabbc
|
Small improvements in HTML to text conversion.
Better handling of <body> and trailing spaces, and </p><div> or <br><div>.
|
10 years ago |
Aleksander Machniak
|
25c8fe4eeb
|
Fix handling of non-break spaces in html to text conversion (#1490436)
|
10 years ago |
Aleksander Machniak
|
ff40683404
|
Fix so links with href == content aren't added to links list on html to text conversion (#1490434)
|
10 years ago |
Aleksander Machniak
|
a958748947
|
CS fixes
|
10 years ago |
Aleksander Machniak
|
53cbebf8ad
|
Fix handling spaces after <br> on html2text conversion
|
10 years ago |
Aleksander Machniak
|
7b924535fd
|
CS fixes
|
11 years ago |
Thomas Bruederli
|
0ee6328098
|
Replace entities when converting to text
|
11 years ago |
Thomas Bruederli
|
eecd9ce0f9
|
Fix infinite loop when converting invalid html to plaintext (#1489566)
|
12 years ago |
Thomas Bruederli
|
e3857bb6c2
|
Fix infinite loop when converting invalid html to plaintext (#1489566)
|
12 years ago |
Aleksander Machniak
|
27a620c012
|
Fix typo in method name
|
12 years ago |
Aleksander Machniak
|
ff6de99ae4
|
Some micro-optimizations
|
12 years ago |
Thomas Bruederli
|
737b629c6f
|
Bring back lost text braking width adjustment when quoting blockquote parts
|
13 years ago |
Thomas Bruederli
|
bb6f4b2b5d
|
Refactored blockquote quotion routine in html2text conversion: it now correctly converts multiple and/or nested blockquotes
|
13 years ago |
Aleksander Machniak
|
66afd70b75
|
Framework'ize html2text class
|
13 years ago |
Thomas Bruederli
|
c72a96144d
|
Improve line wrapping behavior where message charset is changed by plugins (including html2plaintext conversion)
|
13 years ago |
Aleksander Machniak
|
dc8f292b21
|
Make sure <head> content (e.g. title) is not converted to plain text
|
13 years ago |
Aleksander Machniak
|
21d463baba
|
Fix stripped apostrophes when replying in plain text to HTML message (#1488606)
|
13 years ago |
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
|
14 years ago |
alecpl
|
f3599505f1
|
- Improved r5861 change: Content converted to upper case can contain HTML tags, handle them properly
|
14 years ago |
alecpl
|
67e5925897
|
- Handle HTML entities properly when converting strong/b/th content to upper case
|
14 years ago |
alecpl
|
ca0cd05973
|
- Fix handling HTML entities when converting HTML to text (#1488212)
|
14 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)
|
15 years ago |
alecpl
|
29c54229cf
|
- Fix parsing links with non-printable characters inside (#1487805)
|
15 years ago |
alecpl
|
6084d782f2
|
- Fix hanling of HTML entity strings in plai text messages
|
15 years ago |
alecpl
|
11bcac5802
|
- Fix HTML to plain text conversion doesn't handle citation blocks (#1486921)
|
15 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 |