hacknight
hacknight copied to clipboard
Run linkify on all richtext fields
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.
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 ?