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
/
test
/
controller
/
html-scanner
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move controller assertions from base TestCase to AC:: and AV::TestCase
Jeremy Kemper
2008-11-07
1
-1
/
+1
*
Fixed the sanitize helper to avoid double escaping already properly escaped e...
David Heinemeier Hansson
2008-11-06
1
-0
/
+4
*
Fix incorrect closing CDATA delimiter. Add tests for CDATA nodes.
Jeffrey Hardy
2008-10-23
1
-0
/
+15
*
Fix that HTML::Node.parse would blow up on unclosed CDATA sections.
Jeffrey Hardy
2008-10-23
2
-0
/
+31
*
Patched HTML::Document#initialize call to Node.parse so that it includes the ...
Jimmy Baker
2008-06-24
1
-0
/
+25
*
Fixed HTML::Tokenizer (used in sanitize helper) didnt handle unclosed CDATA t...
David Heinemeier Hansson
2008-03-28
1
-0
/
+7
*
Ruby 1.9 compat: check dom equality
Jeremy Kemper
2008-01-07
1
-3
/
+7
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
6
-13
/
+7
*
Correct indentation in a couple spots. Closes #10671 [l.guidi, rick]
Rick Olson
2008-01-02
1
-3
/
+3
*
Fix HTML Sanitizer to allow trailing spaces in CSS style attributes. Closes ...
Rick Olson
2007-12-23
1
-1
/
+7
*
Fix broken test (closes #10364) [chuyeow]
David Heinemeier Hansson
2007-12-05
1
-1
/
+7
*
Refactor sanitizer helpers into HTML classes and make it easy to swap them ou...
Rick Olson
2007-11-26
1
-0
/
+244
*
[html-scanner] Fix parsing of empty tags. Closes #7641. [anthony.bailey]
Michael Koziarski
2007-09-21
1
-0
/
+20
*
Add much-needed html-scanner tests. Fixed CDATA parsing bug. [Rick]
Rick Olson
2007-02-04
5
-0
/
+588