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
/
actionpack
/
lib
/
action_controller
/
vendor
/
html-scanner
/
html
/
sanitizer.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't ignore non Enumerable values passed to sanitize (closes #5585)
Piotr Sarnacki
2012-03-27
1
-0
/
+11
*
Handle leading spaces in protocol while sanitizing
Manu
2012-01-12
1
-1
/
+1
*
add missing require to html sanitizer
Alexey Vakhov
2011-09-27
1
-0
/
+1
*
Remove extra white spaces on ActionPack docs.
Sebastian Martinez
2011-05-23
1
-1
/
+1
*
Fix for stripping tags from frozen strings.
Joshua Ballanco
2011-04-14
1
-1
/
+1
*
ActionController::Base.helpers.sanitize ignores case in protocol
Timothy N. Tsvetkov
2010-12-30
1
-1
/
+1
*
class inheritable attributes is used no more! all internal use of class inher...
Josh Kalderimis
2010-11-20
1
-2
/
+2
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-25
/
+25
*
html-scanner uses Set and class_inheritable_accessor
Jeremy Kemper
2009-05-30
1
-0
/
+3
*
Ensure WhiteListSanitizer allows dl tag [#2393 state:resolved]
Jeffrey Chupp
2009-05-17
1
-1
/
+1
*
Fixed the sanitize helper to avoid double escaping already properly escaped e...
David Heinemeier Hansson
2008-11-06
1
-1
/
+1
*
Fix HTML Sanitizer to allow trailing spaces in CSS style attributes. Closes ...
Rick Olson
2007-12-23
1
-2
/
+2
*
Removed some of the tags that does not make sense to allow per default in the...
David Heinemeier Hansson
2007-12-04
1
-2
/
+2
*
Refactor sanitizer helpers into HTML classes and make it easy to swap them ou...
Rick Olson
2007-11-26
1
-0
/
+173