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
*
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
*
Added TextHelper#word_wrap(text, line_length = 80) #1449 [tuxie@dekadance.se]
David Heinemeier Hansson
2005-06-21
1
-0
/
+4
*
Added a third parameter to TextHelper#auto_link called href_options for speci...
David Heinemeier Hansson
2005-06-16
1
-0
/
+3
*
Fixed TextHelper#highlight to return the text, not nil, if the phrase is blan...
David Heinemeier Hansson
2005-06-16
1
-0
/
+5
*
Added TextHelper#sanitize that can will remove any Javascript handlers, block...
David Heinemeier Hansson
2005-05-09
1
-0
/
+24
*
Moved TextHelper#human_size to NumberHelper#number_to_human_size, but kept an...
David Heinemeier Hansson
2005-04-12
1
-16
/
+0
*
Fixed autolinking to work better in more cases #1013 [Jamis Buck]
David Heinemeier Hansson
2005-04-06
1
-4
/
+17
*
Added include_seconds option as the third parameter to distance_of_time_in_wo...
David Heinemeier Hansson
2005-03-26
1
-0
/
+18
*
Added TextHelper#simple_format as a non-dependency text presentation helper.F...
David Heinemeier Hansson
2005-03-20
1
-0
/
+6
*
Fixed that form helpers would treat string and symbol keys differently in htm...
David Heinemeier Hansson
2005-03-06
1
-7
/
+7
*
Updated tests for TextHelper#auto_link
David Heinemeier Hansson
2005-02-19
1
-2
/
+3
*
Added TextHelper#auto_link, TextHelper#auto_link_urls, and TextHelper#auto_li...
David Heinemeier Hansson
2005-02-18
1
-0
/
+6
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+62