| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that we always return a proxy from mb_chars, even in 1.9, all Strings com... | wycats | 2010-05-29 | 1 | -3/+5 |
* | avoid auto_linking already linked emails; more robust detection of linked URLs | Mislav Marohnić | 2010-05-24 | 1 | -7/+30 |
* | auto_link: support arbitrary URI schemes like "ftp:" and "file:" | Mislav Marohnić | 2010-05-24 | 1 | -11/+10 |
* | Explicit source encoding | Jeremy Kemper | 2010-04-24 | 1 | -0/+1 |
* | simple_format returns a safe buffer escaping unsafe input [Santiago Pastorino] | David Heinemeier Hansson | 2010-02-12 | 1 | -0/+12 |
* | Fix pluralization for numbers formatted like '1.00' | Gabriel Mansour | 2010-02-07 | 1 | -0/+2 |
* | adding fix for auto linking to master too | Zach Brock | 2010-01-05 | 1 | -0/+14 |
* | Fix that RedCloth shouldn't be required to run tests | Jeremy Kemper | 2009-08-09 | 1 | -12/+18 |
* | Support passing Redcloth options via textilize helper [#2973 state:resolved] | rizwanreza | 2009-08-09 | 1 | -0/+17 |
* | Truncate helper accepts a :separator for a more legible result [#1807 state:r... | Andy Stewart | 2009-05-18 | 1 | -0/+3 |
* | Ensure auto_link does not ignore multiple trailing punctuations [#2504 state:... | Lance Ivy | 2009-05-17 | 1 | -0/+7 |
* | Bring abstract_controller up to date with rails/master | Carl Lerche & Yehuda Katz | 2009-04-13 | 1 | -0/+6 |
|\ |
|
| * | Ensure auto_link doesnt linkify URLs in the middle of a tag [#1523 state:reso... | Eugene Pimenov | 2009-03-10 | 1 | -0/+6 |
* | | Temporarily modifies setup to call super directly. This can support more T::U... | Yehuda Katz and Carl Lerche | 2009-04-08 | 1 | -0/+1 |
|/ |
|
* | Using the highlight helper on text with html shouldn't highlight text inside ... | Dan Weinand | 2009-01-28 | 1 | -0/+23 |
* | allow options to be passed to email address auto generation | Andrew Kaspick | 2008-12-01 | 1 | -1/+6 |
* | auto_link helper: add intelligent ending closing bracket handling. add new te... | Mislav Marohnić | 2008-11-15 | 1 | -47/+81 |
* | refactor autolink helper. change tests to expect HTML-escaped URLs | Mislav Marohnić | 2008-11-15 | 1 | -13/+24 |
* | auto_link view helper was failing on URLs with colons after a query param | Rich Manalang | 2008-11-07 | 1 | -0/+1 |
* | Added TextHelper#current_cycle to return the current cycle for better design ... | Ken Collins | 2008-08-27 | 1 | -0/+34 |
* | Refactored TextHelper#truncate, highlight, excerpt, word_wrap and auto_link t... | Clemens Kofler | 2008-07-27 | 1 | -9/+42 |
* | Allow single quote (the ' character) in the middle of URL when auto_link-ing.... | Cheah Chu Yeow | 2008-06-27 | 1 | -0/+1 |
* | Check whether blocks are called from erb using a special __in_erb_template va... | Jeremy Kemper | 2008-06-19 | 1 | -3/+1 |
* | Use output_buffer reader and writer methods exclusively instead of hitting th... | Jeremy Kemper | 2008-06-08 | 1 | -3/+3 |
* | concat should ignore nil | Jeremy Kemper | 2008-06-06 | 1 | -0/+8 |
* | Fix auto_link helper for already linked urls. [#72 state:resolved] | Kevin Glowacz | 2008-05-22 | 1 | -0/+1 |
* | 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 |