| Issue 258: | Linkify URLs in the Description field | |
| 2 people starred this issue and may be notified of changes. | Back to list |
URLs are not clickable and adding HTML anchor tags doesn't work.
Comment
1
by
project member
trowb...@gmail.com,
Oct 12, 2007
Labels: -Type-Defect Type-Enhancement Component-Reviews
,
Dec 19, 2007
Django makes this easy in theory using the urlize filter. However, just sticking urlize in the template won't work, since as soon as you edit the description you'll see the HTML for the link. Furthermore, saving it will un-urlize it until the page is reloaded. We may want to do this on the JavaScript end for post-save, urlize on initial load, and strip tags from the description. Or we could only show it to non-authors.
,
Dec 22, 2007
(No comment was entered for this change.)
Summary: Linkify URLs in the Description field
Labels: Usability Milestone-Release1.0
,
Sep 28, 2008
(No comment was entered for this change.)
Status: Confirmed
,
Jan 22, 2009
(No comment was entered for this change.)
Status: Started
Owner: chipx86 Labels: PendingReview |
|
| ► Sign in to add a comment |