Summary | highlightquotes.php message parsing |
Queue | Horde Base |
Queue Version | 3.1.4 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | jonrober (at) stanford (dot) edu |
Created | 08/02/2007 (6651 days ago) |
Due | |
Updated | 08/03/2007 (6650 days ago) |
Assigned | |
Resolved | 08/03/2007 (6650 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
http://cvs.horde.org/co.php?r=1.28&f=framework%2FText_Filter%2FFilter%2Fhighlightquotes.php
... which is in Horde 3.2 (alpha was released today).
Priority ⇒ 1. Low
New Attachment: undisplayed.eml
Queue ⇒ Horde Base
Summary ⇒ highlightquotes.php message parsing
Type ⇒ Bug
State ⇒ Unconfirmed
he tries to view it (though it shows when he tries to reply). I've
tracked the behavior specifically to the following lines in
lib/Horde/Text/Filter/highlightquotes.php:
-----
$text = preg_replace_callback('/(\n)(( *(>\s?)+(?!
?>).*?)(\n|$)(?! *(> ?)+))/s',
array($this, '_addQuoteToggles'), $text);
-----
Before $text goes through this, it has the user's message.
Immediately after this line, $text is an empty string. The message
exhibiting this behavior is attached.