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
/
template
/
text_helper_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Parentheses should be acceptable characters for auto_link_urls. [#234 state:r...
Adam
2008-05-22
1
-0
/
+1
*
auto_link helper fails to recognize links separated by space. [#72 state:reso...
Eugene Pimenov
2008-05-16
1
-0
/
+1
*
Adding an example test case for pluralize for (y) -> (ies)
Robby Russell
2008-05-14
1
-0
/
+2
*
Don't fallback to just adding "'s" in TextHelper#pluralize, because the Infle...
Joshua Peek
2008-05-14
1
-25
/
+14
*
Introduce ActionView::TestCase for testing view helpers.
Joshua Peek
2008-04-19
1
-3
/
+2
*
Ruby 1.9 compat: encoding and multibyte test fixes
Jeremy Kemper
2008-04-01
1
-4
/
+4
*
Allow the #simple_format text_helper to take an html_options hash for each pa...
Rick Olson
2008-03-24
1
-0
/
+3
*
Fixed that TextHelper#excerpt would include one character too many (closes #1...
David Heinemeier Hansson
2008-03-15
1
-7
/
+24
*
Fix that auto_link looks for ='s in url paths (Amazon urls have them). Close...
Rick Olson
2007-12-28
1
-0
/
+1
*
Ruby 1.9 compat: text helper
Jeremy Kemper
2007-12-21
1
-14
/
+31
*
Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Change...
David Heinemeier Hansson
2007-10-10
1
-222
/
+0
*
Fixed that strip_tags blows up with invalid html (closes #9730) [lifo]
David Heinemeier Hansson
2007-09-29
1
-0
/
+3
*
Rename some RequestForgeryProtection methods. The class method is now #prote...
Rick Olson
2007-09-23
1
-8
/
+1
*
Secure #sanitize, #strip_tags, and #strip_links helpers against xss attacks. ...
Rick Olson
2007-09-23
1
-15
/
+191
*
Fixed TextHelper#word_wrap for multiline strings with extra carrier returns (...
David Heinemeier Hansson
2007-09-22
1
-0
/
+4
*
Autolink behaves well with emails embedded in URLs. Closes #7313.
Jeremy Kemper
2007-09-20
1
-0
/
+7
*
Revert [7397]. Reopens #7313.
Jeremy Kemper
2007-09-20
1
-4
/
+0
*
Make auto link behave well with URLs containing email addresses. Closes #7313...
Michael Koziarski
2007-09-02
1
-0
/
+4
*
Improve Text Helper test coverage. Closes #7274.
Jeremy Kemper
2007-06-08
1
-0
/
+18
*
Highlight helper highlights one or many terms in a single pass.
Jeremy Kemper
2007-03-30
1
-0
/
+6
*
Use a consistent load path to avoid double requires. Fix some scattered Ruby ...
Jeremy Kemper
2007-01-28
1
-1
/
+1
*
Autolinking recognizes trailing and embedded . , : ; Closes #7354.
Jeremy Kemper
2007-01-24
1
-0
/
+16
*
Make TextHelper::auto_link recognize URLs with colons in path correctly, fixe...
Thomas Fuchs
2007-01-21
1
-1
/
+3
*
Fix HTML::Node to output double quotes instead of single quotes. Closes #684...
Rick Olson
2006-12-14
1
-5
/
+5
*
Improved auto_link to match more valid urls correctly
Tobias Lütke
2006-12-07
1
-0
/
+6
*
strip_tags passes through blank args such as nil or "". Closes #6702, refere...
Jeremy Kemper
2006-11-26
1
-1
/
+1
*
simple_format helper doesn't choke on nil. Closes #6644.
Jeremy Kemper
2006-11-19
1
-5
/
+9
*
Missed pluralize nil test in [5431].
Jeremy Kemper
2006-11-06
1
-0
/
+1
*
Docfix (closes #6393)
David Heinemeier Hansson
2006-10-22
1
-5
/
+7
*
Replace KCODE checks with String#chars for truncate. Closes #6385 [Manfred S...
Michael Koziarski
2006-10-14
1
-2
/
+2
*
Use String#chars in TextHelper::excerpt. Closes #6386 [Manfred Stienstra]
Michael Koziarski
2006-10-12
1
-25
/
+18
*
strip_links is case-insensitive. Closes #6285.
Jeremy Kemper
2006-09-26
1
-0
/
+1
*
Fixed TextHelper#simple_format to deal with multiple single returns within a ...
David Heinemeier Hansson
2006-09-04
1
-0
/
+1
*
Fixed TextHelper#pluralize to handle 1 as a string (closes #5905) [rails@benc...
David Heinemeier Hansson
2006-09-04
1
-0
/
+4
*
strip_tags returns nil for a blank arg such as nil or "". Closes #2229.
Jeremy Kemper
2006-09-03
1
-2
/
+2
*
Update sanitize text helper to strip plaintext tags, and <img src=javascript:...
Rick Olson
2006-09-03
1
-0
/
+12
*
Make auto_link parse a greater subset of valid url formats.
Jamis Buck
2006-09-02
1
-0
/
+18
*
Update description
David Heinemeier Hansson
2006-03-28
1
-5
/
+3
*
Added reusable reloading support through the inclusion of the Relodable modul...
David Heinemeier Hansson
2006-01-29
1
-1
/
+1
*
Make auto_link handle nil by returning quickly if blank?
Scott Barron
2005-12-30
1
-0
/
+2
*
Make auto_link match urls with a port number specified.
Marcel Molina
2005-12-26
1
-0
/
+3
*
Correct length for the truncate text helper. Closes #2913.
Jeremy Kemper
2005-11-18
1
-4
/
+4
*
The auto_link text helper accepts an optional block to format the link text f...
Jeremy Kemper
2005-11-10
1
-0
/
+7
*
Added TextHelper#strip_tags for removing HTML tags from a string (using HTMLT...
David Heinemeier Hansson
2005-10-26
1
-0
/
+9
*
Have text helpers use built in Regexp.escape rather than home grown alternative
Marcel Molina
2005-09-26
1
-0
/
+6
*
Make the truncate() helper multi-byte safe (assuming $KCODE has been set to s...
Jamis Buck
2005-09-19
1
-0
/
+25
*
More auto-link fixes (to include query strings in autolinked text)
Jamis Buck
2005-09-14
1
-0
/
+4
*
Fix autolinking to not include trailing tags as part of the URL
Jamis Buck
2005-09-13
1
-0
/
+7
*
Added TextHelper#cycle to cycle over an array of values on each hit (useful f...
David Heinemeier Hansson
2005-09-12
1
-0
/
+89
*
Fixed that TextHelper#auto_link_urls would include punctuation in the links #...
David Heinemeier Hansson
2005-09-11
1
-1
/
+15
[prev]
[next]