hacknight icon indicating copy to clipboard operation
hacknight copied to clipboard

Run linkify on all richtext fields

Open jace opened this issue 12 years ago • 1 comments

Baseframe recently made linkify a default option on richtext fields. This is a good idea because pasted links don't show up as links by default.

These changes will not affect old content as the rendered HTML is cached in the db. To update, run bleach.linkify on all the existing objects.

jace avatar Jul 23 '12 12:07 jace

The current values are already stored in DB, comments need bleach.linkfy since they are passed to markdown. Once we upgrade baseframe, we dont need to use bleach.linkify in any hacknight code. Is it possible to run bleach.linify in dump of prod db and test ?

kracekumar avatar Jul 23 '12 17:07 kracekumar