| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Highlight helper highlights one or many terms in a single pass. | Jeremy Kemper | 2007-03-30 | 1 | -5/+12 |
* | Make sure that the string returned by TextHelper#truncate is actually a strin... | David Heinemeier Hansson | 2007-01-31 | 1 | -1/+1 |
* | Use a consistent load path to avoid double requires. Fix some scattered Ruby ... | Jeremy Kemper | 2007-01-28 | 1 | -14/+2 |
* | Autolinking recognizes trailing and embedded . , : ; Closes #7354. | Jeremy Kemper | 2007-01-24 | 1 | -1/+1 |
* | Make TextHelper::auto_link recognize URLs with colons in path correctly, fixe... | Thomas Fuchs | 2007-01-21 | 1 | -14/+14 |
* | Improved auto_link to match more valid urls correctly | Tobias Lütke | 2006-12-07 | 1 | -13/+13 |
* | 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 | -6/+4 |
* | 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 |