aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/vendor/html-scanner/html/tokenizer.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed HTML::Tokenizer (used in sanitize helper) didnt handle unclosed CDATA t...David Heinemeier Hansson2008-03-281-1/+1
* Back out of [7300] -- it screwed up nested XMLDavid Heinemeier Hansson2007-08-211-3/+0
* Ignore processing instructions when parsing htmlMichael Koziarski2007-08-101-0/+3
* Update html-scanner to handle CDATA sections better. Closes #2970. [Jamis Buck]Jamis Buck2005-11-211-0/+3
* Updated vendor copy of html-scanner lib, for bug fixes and optimizationsJamis Buck2005-06-141-7/+6
* Fixed the HTML scanner used by assert_tag where a infinite loop could be caus...David Heinemeier Hansson2005-05-091-3/+11
* Added functionality to assert_tag, so you can now do tests on the siblings of...David Heinemeier Hansson2005-05-061-1/+1
* Fixed documentation and prepared for release of 0.12David Heinemeier Hansson2005-04-181-2/+2
* Added assert_tag and assert_no_tag as a much improved alternative to the depr...David Heinemeier Hansson2005-04-171-0/+95