Closed
Bug 663519
Opened 14 years ago
Closed 14 years ago
Strip markup from message lists
Categories
(support.mozilla.org :: Users and Groups, task, P4)
support.mozilla.org
Users and Groups
Tracking
(Not tracked)
VERIFIED
FIXED
2011-10-04
People
(Reporter: jsocol, Assigned: timw)
Details
In the inbox and outbox, render the wikimarkup in the message, then strip the HTML, then display the excerpt.
This is exceptionally slow--maybe the new wiki parser, if it's still supporting multiple output formats, can have a "null" output format that generates plain text?
Updated•14 years ago
|
Target Milestone: 2011Q2 → 2011Q3
| Reporter | ||
Updated•14 years ago
|
Assignee: nobody → timw
| Assignee | ||
Comment 1•14 years ago
|
||
Strip markup with bleach or jinja2. Jinja2 should be faster.
| Assignee | ||
Comment 2•14 years ago
|
||
Like this? https://github.com/jsocol/kitsune/pull/217
I misunderstood this to be more complex. Thought I was supposed to make it faster.
| Assignee | ||
Comment 3•14 years ago
|
||
Bump
| Assignee | ||
Comment 4•14 years ago
|
||
| Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: 2011Q3 → 2011-10-04
Comment 5•14 years ago
|
||
Verified html & wiki markup allowed for PMs display excerpt correctly.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•