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
/
node.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove more warnings shadowing outer local variable.
Emilio Tagua
2010-09-27
1
-3
/
+3
*
Remove more warnings shadowing outer local variable.
Emilio Tagua
2010-09-27
1
-3
/
+3
*
Refactor methods in html node to avoid injects.
Emilio Tagua
2010-09-22
1
-8
/
+4
*
Use join instead of looping and calling to_s [#5492 state:resolved]
Thiago Pradi
2010-09-01
1
-3
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-29
/
+29
*
Strip_tags never ending attribute should not raise a TypeError [#4870 state:r...
Bruno Michel
2010-06-28
1
-0
/
+1
*
Fix incorrect closing CDATA delimiter. Add tests for CDATA nodes.
Jeffrey Hardy
2008-10-23
1
-1
/
+1
*
Fix that HTML::Node.parse would blow up on unclosed CDATA sections.
Jeffrey Hardy
2008-10-23
1
-1
/
+8
*
Add much-needed html-scanner tests. Fixed CDATA parsing bug. [Rick]
Rick Olson
2007-02-04
1
-3
/
+1
*
Fix HTML::Node to output double quotes instead of single quotes. Closes #684...
Rick Olson
2006-12-14
1
-1
/
+1
*
Fix assert_tag so that :content => "foo" does not match substrings, but only ...
Jamis Buck
2006-09-10
1
-1
/
+1
*
Cleanup assert_tag :children counting. Closes #2181.
Jeremy Kemper
2006-09-03
1
-1
/
+0
*
allow -'s in tag names for html scanner when scanning AR xml documents
Rick Olson
2006-04-22
1
-1
/
+1
*
Remove insignificant classes from docs
David Heinemeier Hansson
2005-12-08
1
-1
/
+1
*
Allow assert_tag(:conditions) to match the empty string when a tag has no chi...
Jamis Buck
2005-11-21
1
-1
/
+7
*
Update html-scanner to handle CDATA sections better. Closes #2970. [Jamis Buck]
Jamis Buck
2005-11-21
1
-0
/
+13
*
assert_tag uses exact matches for string conditions, instead of partial match...
Jamis Buck
2005-11-09
1
-1
/
+1
*
Fix the html-scanner to count children correctly, playing nicely with :only, ...
Jamis Buck
2005-10-18
1
-1
/
+5
*
Make assert_tag :children count appropriately. Closes #2181.
Marcel Molina
2005-10-09
1
-1
/
+1
*
Optimized tag_options to not sort keys, which is no longer necessary when ass...
David Heinemeier Hansson
2005-09-20
1
-1
/
+23
*
Updated vendor copy of html-scanner to support better xml parsing
Jamis Buck
2005-09-05
1
-1
/
+2
*
Updated html-scanner so that assert_tag(:tag => "p", :content => "foo") behav...
Jamis Buck
2005-07-04
1
-3
/
+3
*
Updated vendor copy of html-scanner lib, for bug fixes and optimizations
Jamis Buck
2005-06-14
1
-6
/
+13
*
Fixed the HTML scanner used by assert_tag where a infinite loop could be caus...
David Heinemeier Hansson
2005-05-09
1
-1
/
+4
*
Only gsub on a string
David Heinemeier Hansson
2005-05-06
1
-1
/
+1
*
Added functionality to assert_tag, so you can now do tests on the siblings of...
David Heinemeier Hansson
2005-05-06
1
-4
/
+50
*
Fixed documentation and prepared for release of 0.12
David Heinemeier Hansson
2005-04-18
1
-5
/
+5
*
Added assert_tag and assert_no_tag as a much improved alternative to the depr...
David Heinemeier Hansson
2005-04-17
1
-0
/
+431