public
Description: git svn clone of xss_terminate for you git-rails-ers out there... unlikely there will be any enhancements by me
Homepage: http://code.google.com/p/xssterminate/
Clone URL: git://github.com/jasherai/xss_terminate.git
xss_terminate / CHANGELOG
100644 18 lines (9 sloc) 0.311 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CHANGELOG
 
* June 2, 2008 *
 
Update xss_terminate to support ActiveRecordStore in Rails 2.1. Fixes issue #2.
 
* May 31, 2008 *
 
Fix issue #1: HTML5Lib sanitization failed with nil values.
 
* January 27, 2008 *
 
First release.
 
* Pre-history *
 
This code was originally born as acts_as_sanitized by Alex Payne.