added the ability to add safe html tags to input (i.e., images)
author<mako@atdot.cc> <>
Mon, 11 Feb 2008 15:49:30 +0000 (10:49 -0500)
committer<mako@atdot.cc> <>
Mon, 11 Feb 2008 15:49:30 +0000 (10:49 -0500)
commita356aac56f17278e79372b4e63ff3e160eec7cd2
tree40b11ed122484fdec9635bb60cb2c20b41940ce4
parentdfefbfcd5664f972c7a0d7deb53b8eaa683d4c81
added the ability to add safe html tags to input (i.e., images)
- added new white_list_plugin
- changed it so that it is being used for candidate names in quickvotes
16 files changed:
app/helpers/application_helper.rb
app/views/common/_methodinfo_ssd.rhtml
app/views/common/_pref_tables.rhtml
app/views/common/_result.rhtml
app/views/common/_sortable_vote.rhtml
app/views/quickvote/_approval_table.rhtml
app/views/quickvote/_candidate_list.rhtml
app/views/quickvote/results.rhtml
app/views/quickvote/thanks.rhtml
app/views/voter/details.rhtml
test/functional/quickvote_controller_test.rb
vendor/plugins/white_list/README [new file with mode: 0644]
vendor/plugins/white_list/Rakefile [new file with mode: 0644]
vendor/plugins/white_list/init.rb [new file with mode: 0644]
vendor/plugins/white_list/lib/white_list_helper.rb [new file with mode: 0644]
vendor/plugins/white_list/test/white_list_test.rb [new file with mode: 0644]

Benjamin Mako Hill || Want to submit a patch?