index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionview
/
test
/
template
/
sanitizers_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplified the removal of xpaths in remove_xpaths. Added more tests for remov...
Timm
2014-06-16
1
-8
/
+11
*
Renamed: remove_xpaths tests no longer prefixed with sanitizer.
Timm
2014-06-16
1
-6
/
+6
*
Changed: remove_xpaths called with String returns String, while called with L...
Timm
2014-06-16
1
-0
/
+11
*
Added test case for non-comment. Removed pending assertion that passed.
Timm
2014-06-16
1
-3
/
+3
*
Added ability to pass a custom scrubber to sanitize. Includes test coverage.
Timm
2014-06-15
1
-0
/
+36
*
Added some tests for ActionView::Sanitizer.
Timm
2014-06-15
1
-0
/
+32
*
Changed the description of some pending tests. Changed the expected output of...
Timm
2014-06-15
1
-3
/
+4
*
Renamed the SanitizerTest class to SanitersTest, to remove the conflict with ...
Timm
2014-06-15
1
-1
/
+1
*
Added video poster sanitization testing (from @vipulnsward).
Timm
2014-06-15
1
-0
/
+5
*
Extracted failing tests in santiizers_test.rb into their own methods and mark...
Timm
2014-06-15
1
-7
/
+71
*
Changed expected value from '<b>' to empty string.
Timm
2014-06-15
1
-1
/
+1
*
Removed the contains_bad_protocols? method as well as the tests for it. Loofa...
Timm
2014-06-15
1
-33
/
+0
*
Added Loofah as a dependency in actionview.gemspec.
Timm
2014-06-11
1
-0
/
+330