| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | More symbols for send and respond_to?. | Clemens Kofler | 2008-09-03 | 1 | -1/+1 |
* | Added TextHelper#current_cycle to return the current cycle for better design ... | Ken Collins | 2008-08-27 | 1 | -3/+40 |
* | Require missing libraries and check for defined ActionController constant so ... | Joshua Peek | 2008-08-26 | 1 | -1/+10 |
* | Fixed autolink regexp compatibility for ruby 1.9 [#783 state:resolved] | Stefan Kaes | 2008-08-09 | 1 | -1/+1 |
* | Reapply 'cab168ac' because it was accidentally patched over in '10d9fe4b' | Joshua Peek | 2008-07-29 | 1 | -1/+1 |
* | Refactored TextHelper#truncate, highlight, excerpt, word_wrap and auto_link t... | Clemens Kofler | 2008-07-27 | 1 | -58/+148 |
* | Ruby 1.9: Fixed regexp warning by replacing nested repeat operator + and ? wi... | Joshua Peek | 2008-07-19 | 1 | -1/+1 |
* | Pass caller to concat deprecation warning | Jeremy Kemper | 2008-07-09 | 1 | -1/+1 |
* | Allow single quote (the ' character) in the middle of URL when auto_link-ing.... | Cheah Chu Yeow | 2008-06-27 | 1 | -1/+1 |
* | Check whether blocks are called from erb using a special __in_erb_template va... | Jeremy Kemper | 2008-06-19 | 1 | -5/+1 |
* | add deprecation for the #concat helper's 2nd argument, which is no longer needed | rick | 2008-06-09 | 1 | -1/+5 |
* | Use output_buffer reader and writer methods exclusively instead of hitting th... | Jeremy Kemper | 2008-06-08 | 1 | -2/+2 |
* | concat should ignore nil | Jeremy Kemper | 2008-06-06 | 1 | -1/+1 |
* | Don't pass block binding to concat | Jeremy Kemper | 2008-06-02 | 1 | -4/+4 |
* | Try replacing _erbout with @output_buffer | Jeremy Kemper | 2008-06-02 | 1 | -2/+6 |
* | Fix auto_link helper for already linked urls. [#72 state:resolved] | Kevin Glowacz | 2008-05-22 | 1 | -2/+2 |
* | Parentheses should be acceptable characters for auto_link_urls. [#234 state:r... | Adam | 2008-05-22 | 1 | -1/+1 |
* | auto_link helper fails to recognize links separated by space. [#72 state:reso... | Eugene Pimenov | 2008-05-16 | 1 | -1/+1 |
* | Don't fallback to just adding "'s" in TextHelper#pluralize, because the Infle... | Joshua Peek | 2008-05-14 | 1 | -68/+59 |
* | Allow the #simple_format text_helper to take an html_options hash for each pa... | Rick Olson | 2008-03-24 | 1 | -5/+13 |
* | Docfix (closes #11230) [Henrik N] | David Heinemeier Hansson | 2008-03-15 | 1 | -7/+4 |
* | Fixed that TextHelper#excerpt would include one character too many (closes #1... | David Heinemeier Hansson | 2008-03-15 | 1 | -9/+9 |
* | Ruby 1.9 compat: truncate and excerpt helpers | Jeremy Kemper | 2008-01-07 | 1 | -52/+84 |
* | Fix that auto_link looks for ='s in url paths (Amazon urls have them). Close... | Rick Olson | 2007-12-28 | 1 | -1/+1 |
* | Docfix (closes #10493) | David Heinemeier Hansson | 2007-12-16 | 1 | -2/+2 |
* | Fix syntax error in documentation example for cycle method. Closes #8735 [foca] | Marcel Molina | 2007-11-06 | 1 | -1/+1 |
* | Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Change... | David Heinemeier Hansson | 2007-10-10 | 1 | -308/+1 |
* | Ruby 1.9 compat, consistent load paths | Jeremy Kemper | 2007-10-02 | 1 | -1/+1 |
* | Fixed that strip_tags blows up with invalid html (closes #9730) [lifo] | David Heinemeier Hansson | 2007-09-29 | 1 | -4/+6 |
* | Fixed spelling errors (closes #9706) [tarmo/rmm5t] | David Heinemeier Hansson | 2007-09-28 | 1 | -1/+1 |
* | move TextHelper#sanitize config options to the TextHelper module so it can be... | Rick Olson | 2007-09-23 | 1 | -1/+146 |
* | Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha... | Rick Olson | 2007-09-23 | 1 | -19/+19 |
* | Secure #sanitize, #strip_tags, and #strip_links helpers against xss attacks. ... | Rick Olson | 2007-09-23 | 1 | -38/+98 |
* | Fixed TextHelper#word_wrap for multiline strings with extra carrier returns (... | David Heinemeier Hansson | 2007-09-22 | 1 | -1/+3 |
* | Autolink behaves well with emails embedded in URLs. Closes #7313. | Jeremy Kemper | 2007-09-20 | 1 | -5/+11 |
* | Revert [7397]. Reopens #7313. | Jeremy Kemper | 2007-09-20 | 1 | -11/+5 |
* | Avoid RDoc warning | David Heinemeier Hansson | 2007-09-15 | 1 | -1/+1 |
* | Fix misleading documentation for truncate. [esad] Closes #9104 | Michael Koziarski | 2007-09-05 | 1 | -1/+1 |
* | Make auto link behave well with URLs containing email addresses. Closes #7313... | Michael Koziarski | 2007-09-02 | 1 | -5/+11 |
* | Massive documentation update for all helpers (closes #8223, #8177, #8175, #81... | David Heinemeier Hansson | 2007-06-23 | 1 | -48/+218 |
* | 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 |