0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of http://github.com/jcoyne/xss_terminate More... almost 14 years ago
added a require for rails_sanitize in the init.rb. This is necessary for running rails in threadsafe mode (config.threadsafe!) where automatic loading by ActiveSupport::Dependencies is disabled. More... over 14 years ago
spelling More... over 14 years ago
Merge branch 'master' of [email protected]:look/xss_terminate More... almost 15 years ago
Merge branch 'master' of [email protected]:look/xss_terminate More... almost 15 years ago
Add valid work with serialize field More... almost 15 years ago
validate only once Validating twice is not a good idea beacause validations can sometimes be expensive. Instead sanitize fields before validation. More... about 15 years ago
update readme More... about 15 years ago
Merge branch 'master' of [email protected]:look/xss_terminate More... about 15 years ago
update README. Fix typo (Thanks Gee) and announce Rails 2.2 support More... about 15 years ago
renamd README => README.rdoc More... about 15 years ago
moved files around More... about 15 years ago
validate only once Validating twice is not a good idea beacause validations can sometimes be expensive. Instead sanitize fields before validation. More... over 15 years ago
update readme More... over 15 years ago
Merge branch 'master' of [email protected]:look/xss_terminate More... over 15 years ago
update README. Fix typo (Thanks Gee) and announce Rails 2.2 support More... over 15 years ago
Support Rails 2.2 as well as 2.x by checking the ActionPack::VERSION (technique stolen from Erubis) More... over 15 years ago
added spec for validation fix More... over 15 years ago
Validate if model is still valid after stripping text; so we don't save invalid objects More... over 15 years ago
renamd README => README.rdoc More... almost 16 years ago
moved files around More... almost 16 years ago
add CHANGELOG More... almost 16 years ago
fix for Issue #2: internal Rails ActiveRecord::Base subclasses get loaded before the plugin and thus do not have xss_terminate_options set. Return early from sanitize_fields in this case More... almost 16 years ago
comments to explain test models purpose More... almost 16 years ago
apply patch so nil values don't blow up HTML5 lib sanitization. fixes issue #1 More... almost 16 years ago
install instructions More... over 16 years ago
move to xss_terminate subdir to make installing from Rails easier More... over 16 years ago
initial import of xss_terminate to Google Code More... over 16 years ago
Initial directory structure. More... over 16 years ago