258: Linkify URLs in the Description field

msab****@gmai***** (Google Code) (Is this you? Claim this profile.)
chipx86
chipx86
Jan. 23, 2009
URLs are not clickable and adding HTML anchor tags doesn't work.
david
#1 david
  • -Type-Defect
    +Type-Enhancement
    +Component-Reviews
chipx86
#2 chipx86
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.
chipx86
#3 chipx86
  • +Usability
    +Milestone-Release1.0
  • +Linkify URLs in the Description field
david
#4 david
  • +Confirmed
chipx86
#5 chipx86
  • -Confirmed
    +Started
  • +PendingReview
  • +chipx86
chipx86
#6 chipx86
Added in r1693.
  • -Started
    +Fixed
  • -PendingReview