Commit Graph

13 Commits

Author SHA1 Message Date
fmarier e3b02662bd MDL-2794: fix html2text handling of non-ASCII characters 2009-06-15 05:59:38 +00:00
fmarier 485c80f39a MDL-19266 lib/html2text: fix error in preg_replace_callback on php4 2009-05-22 02:29:46 +00:00
fmarier 15df124a39 MDL-19266 lib/html2text: fix warnings in cron when using PHP4 2009-05-22 02:28:46 +00:00
fmarier d78b0e324f MDL-17542 lib/html2text: update to latest upstream version (r2374)
from http://trac.roundcube.net/log/trunk/roundcubemail/program/lib/html2text.php
2009-05-22 02:28:10 +00:00
fmarier 9b72cbf773 html2text: MDL-17542 switch to a GPL-compatible html2text library 2009-04-02 23:14:58 +00:00
moodler fae1077b2a Removed $goodStr = str_replace(chr(160), ' ', $goodStr );
as it causes bug 2794 and I can't even see what the point of it was.
2005-03-27 05:50:21 +00:00
moodler 9ef2b3f3aa Fixed some formatting problems (not caused by my last checkin!)
- <hr> and <br> weren't being processed.
  - Now, space runs are replaced differently which makes code look better.
2005-01-22 02:40:07 +00:00
moodler 00666d4f25 Fixed bug 2040 relating to the last character being chopped off in the
html2text conversion.

While there I tidied up the source and fixed up a problem where the links
were being printed BEFORE the text they refer to (now they are directly after)
2005-01-19 12:12:34 +00:00
gustav_delius dcb1bd3c9a towards XHTML compliance 2004-09-12 13:21:01 +00:00
defacer 8d24137466 Email digest feature step 2: Slight additions to datalib queries, fixed warnings in html2text 2004-06-01 07:28:14 +00:00
moodler 07c270c127 Upgraded to latest version and fixed some undefined variables 2004-04-01 03:16:25 +00:00
moodler 6476f5fca6 Modifications from Mark (main author) to be more robust with
certain types of bad HTML code
2003-11-07 11:01:16 +00:00
moodler b6c120104f A new function for converting HTML into text form 2003-11-07 03:25:09 +00:00