Changesets can be listed by changeset number.
The Git repository is here.
Changeset 314
Relax restrictions on Textile use in forum posts.
- Comitted by: rool
- Date: Friday March 18 14:24:06 2011 (over 13 years ago)
Affected files:
rool/rails/beast/trunk/vendor/plugins/white_list_formatted_content/init.rb:
prev. | current | |
def body_html_with_formatting | ||
body_html = auto_link body { |text| truncate(text, 50) } | ||
23 | | |
23 | ||
24 | # 2011-03-06 (ADH): | |
25 | # | |
26 | # We trust users and RedCloth. It isn't filtered elsewhere. Users find | |
27 | # the restrictions frustrating. Bypass the white list in this case. | |
28 | # | |
29 | # white_list(RedCloth.new(body_html).to_html) | |
30 | RedCloth.new(body_html).to_html | |
end | ||
end | ||