aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/text_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'rails/master'Xavier Noria2010-06-201-14/+18
|\
| * Make text_helpers methods which return valid html to return it as safe and sa...Santiago Pastorino2010-06-171-6/+14
| * truncate() should not try to produce HTML-safe outputWincent Colaiuta2010-06-171-8/+4
* | Added titles and description.Rizwan Reza2010-06-161-0/+1
* | Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-151-1/+1
|\ \ | |/ |/|
| * Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
* | edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* | truncate safe method description changesNeeraj Singh2010-06-141-1/+1
* | truncate documentation an examples added for :safe optionSantiago Pastorino2010-06-131-0/+10
* | text_helper now escape the unsafe input instead of sanitizingSantiago Pastorino2010-06-111-4/+4
|/
* Removed textilize, textilize_without_paragraph and markdown helpersSantiago Pastorino2010-06-091-83/+0
* Made markdown honor :safe option and handle safe input. Also added tests for ...rohit2010-06-081-2/+2
* Fixed textilize_without_paragraph and added tests for it. [#4792 state:resolved]rohit2010-06-081-1/+1
* Makes text_helper methods sanitize the input if the input is not safe or :saf...Santiago Pastorino2010-06-071-16/+22
* revises the documentation of String#truncate and the truncate helperXavier Noria2010-06-021-9/+9
* Extracted String#truncate from TextHelper#truncate [DHH]David Heinemeier Hansson2010-06-011-11/+5
* avoid auto_linking already linked emails; more robust detection of linked URLsMislav Marohnić2010-05-241-9/+18
* auto_link: support arbitrary URI schemes like "ftp:" and "file:"Mislav Marohnić2010-05-241-3/+3
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* Merge branch 'master' into docrailswycats2010-03-261-2/+2
|\
| * Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-171-1/+1
| * Some more tweaks on <% %>.Carlhuda2010-03-161-1/+1
* | Nitpick: the first value should be odd, second is even.Ryan Bigg2010-02-271-1/+1
* | Merge remote branch 'mainstream/master'Pratik Naik2010-02-141-3/+3
|\|
| * simple_format returns a safe buffer escaping unsafe input [Santiago Pastorino]David Heinemeier Hansson2010-02-121-1/+1
| * Safely concat the ending tag to simple_format or it will be escapedDavid Heinemeier Hansson2010-02-121-1/+1
| * Fix pluralization for numbers formatted like '1.00'Gabriel Mansour2010-02-071-1/+1
* | revises an example in the rdoc of TextHelper#concatXavier Noria2010-02-061-1/+1
|/
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-5/+5
* Merge docrailsPratik Naik2010-01-171-4/+2
* adding fix for auto linking to master tooZach Brock2010-01-051-1/+1
* Support passing Redcloth options via textilize helper [#2973 state:resolved]rizwanreza2009-08-091-3/+11
* Update truncate documentation / examples to more clearly demonstrate its actu...Steve St. Martin2009-08-081-8/+10
* Merge docrailsPratik Naik2009-07-251-2/+2
* Truncate helper accepts a :separator for a more legible result [#1807 state:r...Andy Stewart2009-05-181-1/+6
* Ensure auto_link does not ignore multiple trailing punctuations [#2504 state:...Lance Ivy2009-05-171-6/+7
* Merge docrailsPratik Naik2009-03-241-3/+3
* Ensure auto_link doesnt linkify URLs in the middle of a tag [#1523 state:reso...Eugene Pimenov2009-03-101-2/+3
* Ruby 1.9 compat: removed redundant nested repeat operatorJoshua Peek2009-02-071-1/+1
* Using the highlight helper on text with html shouldn't highlight text inside ...Dan Weinand2009-01-281-1/+1
* allow options to be passed to email address auto generationAndrew Kaspick2008-12-011-4/+4
* Autoload HTML::Document and sanitizersJeremy Kemper2008-11-231-10/+0
* Fixed RedCloth and BlueCloth shouldn't preload. Instead just assume that they...David Heinemeier Hansson2008-11-171-81/+69
* auto_link helper: add intelligent ending closing bracket handling. add new te...Mislav Marohnić2008-11-151-9/+13
* refactor autolink helper. change tests to expect HTML-escaped URLsMislav Marohnić2008-11-151-26/+20
* auto_link view helper was failing on URLs with colons after a query paramRich Manalang2008-11-071-2/+2
* Merge with docrailsPratik Naik2008-11-021-5/+5
* Remove special 1.9 version of excerpt helper.Manfred Stienstra2008-09-211-45/+45
* Change all calls to String#chars to String#mb_chars. Remove a exception for R...Manfred Stienstra2008-09-211-87/+41
* Merge docrailsPratik Naik2008-09-031-1/+1