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_view
/
helpers
/
text_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ActionView::Base.erb_variable accessor names the buffer variable used to rend...
Jeremy Kemper
2006-11-17
1
-1
/
+1
*
pluralize helper interprets nil as zero. Closes #6474.
Jeremy Kemper
2006-11-05
1
-1
/
+1
*
Docfix (closes #6393)
David Heinemeier Hansson
2006-10-22
1
-76
/
+117
*
Replace KCODE checks with String#chars for truncate. Closes #6385 [Manfred S...
Michael Koziarski
2006-10-14
1
-7
/
+2
*
Use String#chars in TextHelper::excerpt. Closes #6386 [Manfred Stienstra]
Michael Koziarski
2006-10-12
1
-4
/
+4
*
strip_links is case-insensitive. Closes #6285.
Jeremy Kemper
2006-09-26
1
-1
/
+1
*
Fixed TextHelper#simple_format to deal with multiple single returns within a ...
David Heinemeier Hansson
2006-09-04
1
-1
/
+1
*
Fixed TextHelper#pluralize to handle 1 as a string (closes #5905) [rails@benc...
David Heinemeier Hansson
2006-09-04
1
-1
/
+1
*
strip_tags returns nil for a blank arg such as nil or "". Closes #2229.
Jeremy Kemper
2006-09-03
1
-1
/
+2
*
Update sanitize text helper to strip plaintext tags, and <img src=javascript:...
Rick Olson
2006-09-03
1
-3
/
+3
*
Make auto_link parse a greater subset of valid url formats.
Jamis Buck
2006-09-02
1
-13
/
+16
*
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Jeremy Kemper
2006-07-08
1
-4
/
+3
*
Fix strip_links so that it doesn't hang on multi-line acronym tags
Jamis Buck
2006-06-08
1
-1
/
+1
*
Fix text_helper.rb documentation rendering. Closes #4725. [Frederick Ros]
Marcel Molina
2006-04-27
1
-20
/
+20
*
only require redcloth/bluecloth if they are not already loaded [Rick]
Rick Olson
2006-04-23
1
-2
/
+2
*
Fixed require of bluecloth and redcloth when gems haven't been loaded (closes...
David Heinemeier Hansson
2006-03-27
1
-2
/
+2
*
Make auto_link handle nil by returning quickly if blank?
Scott Barron
2005-12-30
1
-0
/
+1
*
Make auto_link match urls with a port number specified.
Marcel Molina
2005-12-26
1
-1
/
+1
*
Correct length for the truncate text helper. Closes #2913.
Jeremy Kemper
2005-11-18
1
-3
/
+3
*
The auto_link text helper accepts an optional block to format the link text f...
Jeremy Kemper
2005-11-10
1
-9
/
+30
*
Added TextHelper#strip_tags for removing HTML tags from a string (using HTMLT...
David Heinemeier Hansson
2005-10-26
1
-0
/
+22
*
Update/clean up AP documentation (rdoc)
Jamis Buck
2005-10-16
1
-1
/
+1
*
Misc doc fixes (typos/grammar/etc). Closes #2445.
Marcel Molina
2005-10-12
1
-3
/
+3
*
Forced newer versions of RedCloth to use hard breaks [DHH]
David Heinemeier Hansson
2005-10-02
1
-0
/
+1
*
Forced newer versions of RedCloth to use hard breaks [DHH]
David Heinemeier Hansson
2005-10-02
1
-1
/
+6
*
Not the avenue we want to go down
David Heinemeier Hansson
2005-09-30
1
-4
/
+0
*
Testing should also use a default REQUEST_METHOD
David Heinemeier Hansson
2005-09-29
1
-1
/
+4
*
Have text helpers use built in Regexp.escape rather than home grown alternative
Marcel Molina
2005-09-26
1
-7
/
+2
*
r3573@asus: jeremy | 2005-09-26 11:38:44 -0700
Jeremy Kemper
2005-09-26
1
-1
/
+1
*
Make the truncate() helper multi-byte safe (assuming $KCODE has been set to s...
Jamis Buck
2005-09-19
1
-1
/
+7
*
More auto-link fixes (to include query strings in autolinked text)
Jamis Buck
2005-09-14
1
-1
/
+1
*
Fix autolinking to not include trailing tags as part of the URL
Jamis Buck
2005-09-13
1
-1
/
+19
*
Added TextHelper#cycle to cycle over an array of values on each hit (useful f...
David Heinemeier Hansson
2005-09-12
1
-0
/
+82
*
Fixed that TextHelper#auto_link_urls would include punctuation in the links #...
David Heinemeier Hansson
2005-09-11
1
-2
/
+2
*
Fixed SQL Server test #1678 [Tom Ward]
David Heinemeier Hansson
2005-07-09
1
-1
/
+1
*
Added TextHelper#word_wrap(text, line_length = 80) #1449 [tuxie@dekadance.se]
David Heinemeier Hansson
2005-06-21
1
-0
/
+5
*
Added a third parameter to TextHelper#auto_link called href_options for speci...
David Heinemeier Hansson
2005-06-16
1
-5
/
+8
*
Fixed TextHelper#highlight to return the text, not nil, if the phrase is blan...
David Heinemeier Hansson
2005-06-16
1
-1
/
+1
*
Added TextHelper#sanitize that can will remove any Javascript handlers, block...
David Heinemeier Hansson
2005-05-09
1
-0
/
+55
*
Moved TextHelper#human_size to NumberHelper#number_to_human_size, but kept an...
David Heinemeier Hansson
2005-04-12
1
-20
/
+0
*
Fixed autolinking to work better in more cases #1013 [Jamis Buck]
David Heinemeier Hansson
2005-04-06
1
-1
/
+8
*
Added TextHelper#human_size for formatting file sizes, like human_size(123456...
David Heinemeier Hansson
2005-03-26
1
-0
/
+20
*
Added TextHelper#simple_format as a non-dependency text presentation helper.F...
David Heinemeier Hansson
2005-03-20
1
-1
/
+14
*
Fixed textilize to be resilient to getting nil parsed (by using Object#blank?...
David Heinemeier Hansson
2005-03-09
1
-1
/
+1
*
Fixed that form helpers would treat string and symbol keys differently in htm...
David Heinemeier Hansson
2005-03-06
1
-11
/
+11
*
Made auto_link the only public method of its clan and added an option to cont...
David Heinemeier Hansson
2005-02-19
1
-16
/
+23
*
Use per-document setting for hardbreaks on textile
David Heinemeier Hansson
2005-02-19
1
-2
/
+1
*
Fixed textilize for RedCloth3 to keep doing hardbreaks
David Heinemeier Hansson
2005-02-19
1
-0
/
+1
*
Added TextHelper#auto_link, TextHelper#auto_link_urls, and TextHelper#auto_li...
David Heinemeier Hansson
2005-02-18
1
-0
/
+18
*
Fixed that textilize and markdown would instantiate their engines even on emp...
David Heinemeier Hansson
2004-12-19
1
-2
/
+2
[prev]
[next]