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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Depend on rack 0.4.0 instead of vendoring it
Joshua Peek
2008-11-25
41
-4225
/
+0
*
Ensure all HTML:: constants are available to autoload [#1462 state:resolved]
Craig Davey
2008-11-25
1
-1
/
+8
*
Autoload HTML::Document and sanitizers
Jeremy Kemper
2008-11-23
1
-0
/
+9
*
Use a relative require for bundled rack lib
Jeremy Kemper
2008-11-22
1
-1
/
+2
*
Vendor rack 0.4.0
Joshua Peek
2008-11-22
41
-0
/
+4224
*
Fixed the sanitize helper to avoid double escaping already properly escaped e...
David Heinemeier Hansson
2008-11-06
1
-1
/
+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
*
Merge with docrails.
Pratik Naik
2008-07-16
1
-2
/
+2
*
Patched HTML::Document#initialize call to Node.parse so that it includes the ...
Jimmy Baker
2008-06-24
1
-1
/
+1
*
Fixed HTML::Tokenizer (used in sanitize helper) didnt handle unclosed CDATA t...
David Heinemeier Hansson
2008-03-28
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
2
-0
/
+174
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
1
-1
/
+1
*
[html-scanner] Fix parsing of empty tags. Closes #7641. [anthony.bailey]
Michael Koziarski
2007-09-21
1
-0
/
+3
*
Back out of [7300] -- it screwed up nested XML
David Heinemeier Hansson
2007-08-21
1
-3
/
+0
*
Ignore processing instructions when parsing html
Michael Koziarski
2007-08-10
1
-0
/
+3
*
Removed ill faded xml_node class from codebase. Use XmlSimple instead
Tobias Lütke
2007-04-09
1
-97
/
+0
*
Add much-needed html-scanner tests. Fixed CDATA parsing bug. [Rick]
Rick Olson
2007-02-04
1
-3
/
+1
*
Use a consistent load path to avoid double requires. Fix some scattered Ruby ...
Jeremy Kemper
2007-01-28
2
-9
/
+13
*
Nodoc the irrelevant (from 1.2)
David Heinemeier Hansson
2007-01-26
1
-1
/
+2
*
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
*
Added assert_select* for CSS selector-based testing (deprecates assert_tag) #...
David Heinemeier Hansson
2006-09-03
2
-0
/
+823
*
Cleanup assert_tag :children counting. Closes #2181.
Jeremy Kemper
2006-09-03
1
-1
/
+0
*
Added Hash.create_from_xml(string) which will create a hash from a XML string...
David Heinemeier Hansson
2006-06-16
1
-1019
/
+0
*
allow -'s in tag names for html scanner when scanning AR xml documents
Rick Olson
2006-04-22
1
-1
/
+1
*
Fixed docs
David Heinemeier Hansson
2006-03-28
1
-2
/
+2
*
Doc fixes
David Heinemeier Hansson
2006-03-05
1
-1
/
+0
*
Added new infrastructure support for REST webservices.
Tobias Lütke
2006-03-05
1
-0
/
+98
*
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
2
-2
/
+8
*
Update html-scanner to handle CDATA sections better. Closes #2970. [Jamis Buck]
Jamis Buck
2005-11-21
2
-0
/
+16
*
assert_tag uses exact matches for string conditions, instead of partial match...
Jamis Buck
2005-11-09
1
-1
/
+1
*
Fix conflict with assert_tag and Glue gem (closes #2255) [david.felstead@gmai...
David Heinemeier Hansson
2005-11-07
1
-2
/
+2
*
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
2
-3
/
+4
*
Made documentation ready for release (AP)
David Heinemeier Hansson
2005-07-06
1
-2
/
+2
*
Updated html-scanner so that assert_tag(:tag => "p", :content => "foo") behav...
Jamis Buck
2005-07-04
2
-4
/
+4
*
Resync with html-scanner (fix parser bug)
Jamis Buck
2005-06-14
1
-2
/
+2
*
Updated vendor copy of html-scanner lib, for bug fixes and optimizations
Jamis Buck
2005-06-14
4
-19
/
+26
*
Added support for POST data in form of YAML or XML, which is controller throu...
David Heinemeier Hansson
2005-05-14
1
-0
/
+1019
*
Fixed the HTML scanner used by assert_tag where a infinite loop could be caus...
David Heinemeier Hansson
2005-05-09
2
-4
/
+15
*
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
2
-5
/
+51
*
Fixed documentation and prepared for release of 0.12
David Heinemeier Hansson
2005-04-18
4
-11
/
+11
*
Added assert_tag and assert_no_tag as a much improved alternative to the depr...
David Heinemeier Hansson
2005-04-17
4
-0
/
+600