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 that HTML::Node.parse would blow up on unclosed CDATA sections. | Jeffrey Hardy | 2008-10-23 | 1 | -0/+10 |
* | 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 | 1 | -2/+1 |
* | 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 |