| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
catch_invalid_selector. Sweet.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
tense. Changed deprecation message to not use you. Also returning from rescue block in catch_invalid_selector to abort reraising the exception.
|
| |
|
| |
|
|
|
|
| |
class.
|
|
|
|
| |
validation.
|
| |
|
|
|
|
| |
WhiteListSanitizer. This means it'll return false if called with false, however that is not a valid use case.
|
|
|
|
| |
html>' in sanitizers_test.
|
| |
|
|
|
|
| |
remove_xpaths.
|
| |
|
|
|
|
| |
Loofah fragment returns Loofah fragment. Added tests for this.
|
| |
|
|
|
|
| |
ASCII-8BIT.
|
|
|
|
| |
html-scanner anymore, so sanitizer_test.rb is removed.
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixed a Nokogiri::CSS::SyntaxError by using its expected format for unicode characters.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ASCII-8BIT output error.
|
| |
|
| |
|
|
|
|
| |
of a script test.
|
| |
|
|
|
|
| |
the old SanitizerTest for html-scanner.
|
| |
|
|
|
|
| |
marked them as pending.
|
| |
|
|
|
|
| |
Loofah already deals with this.
|
| |
|
|
|
|
|
|
| |
Implemented ActionView: FullSanitizer, LinkSanitizer and WhiteListSanitizer in sanitizers.rb.
Deprecated protocol_separator and bad_tags.
Added new tests in sanitizers_test.rb and reimplemented assert_dom_equal with Loofah.
|
|
|
|
| |
reviewed: @tenderlove
|
|
|
|
|
|
|
|
|
|
| |
:precision was incorrectly being applied to Rationals
before:
ActiveSupport::NumberHelper.number_to_rounded Rational(10, 3), precision: 2
=> "3.3"
after:
ActiveSupport::NumberHelper.number_to_rounded Rational(10, 3), precision: 2
=> "3.33"
|
|\
| |
| | |
Remove unnecessary include for integration tests.
|
| | |
|
|\ \
| | |
| | |
| | | |
Allow custom asset host to be passed in asset_url
|
| | | |
|
| | | |
|