aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/text_helper.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* More symbols for send and respond_to?.Clemens Kofler2008-09-031-1/+1
* Added TextHelper#current_cycle to return the current cycle for better design ...Ken Collins2008-08-271-3/+40
* Require missing libraries and check for defined ActionController constant so ...Joshua Peek2008-08-261-1/+10
* Fixed autolink regexp compatibility for ruby 1.9 [#783 state:resolved]Stefan Kaes2008-08-091-1/+1
* Reapply 'cab168ac' because it was accidentally patched over in '10d9fe4b'Joshua Peek2008-07-291-1/+1
* Refactored TextHelper#truncate, highlight, excerpt, word_wrap and auto_link t...Clemens Kofler2008-07-271-58/+148
* Ruby 1.9: Fixed regexp warning by replacing nested repeat operator + and ? wi...Joshua Peek2008-07-191-1/+1
* Pass caller to concat deprecation warningJeremy Kemper2008-07-091-1/+1
* Allow single quote (the ' character) in the middle of URL when auto_link-ing....Cheah Chu Yeow2008-06-271-1/+1
* Check whether blocks are called from erb using a special __in_erb_template va...Jeremy Kemper2008-06-191-5/+1
* add deprecation for the #concat helper's 2nd argument, which is no longer neededrick2008-06-091-1/+5
* Use output_buffer reader and writer methods exclusively instead of hitting th...Jeremy Kemper2008-06-081-2/+2
* concat should ignore nilJeremy Kemper2008-06-061-1/+1
* Don't pass block binding to concatJeremy Kemper2008-06-021-4/+4
* Try replacing _erbout with @output_bufferJeremy Kemper2008-06-021-2/+6
* Fix auto_link helper for already linked urls. [#72 state:resolved]Kevin Glowacz2008-05-221-2/+2
* Parentheses should be acceptable characters for auto_link_urls. [#234 state:r...Adam2008-05-221-1/+1
* auto_link helper fails to recognize links separated by space. [#72 state:reso...Eugene Pimenov2008-05-161-1/+1
* Don't fallback to just adding "'s" in TextHelper#pluralize, because the Infle...Joshua Peek2008-05-141-68/+59
* Allow the #simple_format text_helper to take an html_options hash for each pa...Rick Olson2008-03-241-5/+13
* Docfix (closes #11230) [Henrik N]David Heinemeier Hansson2008-03-151-7/+4
* Fixed that TextHelper#excerpt would include one character too many (closes #1...David Heinemeier Hansson2008-03-151-9/+9
* Ruby 1.9 compat: truncate and excerpt helpersJeremy Kemper2008-01-071-52/+84
* Fix that auto_link looks for ='s in url paths (Amazon urls have them). Close...Rick Olson2007-12-281-1/+1
* Docfix (closes #10493)David Heinemeier Hansson2007-12-161-2/+2
* Fix syntax error in documentation example for cycle method. Closes #8735 [foca]Marcel Molina2007-11-061-1/+1
* Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Change...David Heinemeier Hansson2007-10-101-308/+1
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-1/+1
* Fixed that strip_tags blows up with invalid html (closes #9730) [lifo]David Heinemeier Hansson2007-09-291-4/+6
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-1/+1
* move TextHelper#sanitize config options to the TextHelper module so it can be...Rick Olson2007-09-231-1/+146
* Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...Rick Olson2007-09-231-19/+19
* Secure #sanitize, #strip_tags, and #strip_links helpers against xss attacks. ...Rick Olson2007-09-231-38/+98
* Fixed TextHelper#word_wrap for multiline strings with extra carrier returns (...David Heinemeier Hansson2007-09-221-1/+3
* Autolink behaves well with emails embedded in URLs. Closes #7313.Jeremy Kemper2007-09-201-5/+11
* Revert [7397]. Reopens #7313.Jeremy Kemper2007-09-201-11/+5
* Avoid RDoc warningDavid Heinemeier Hansson2007-09-151-1/+1
* Fix misleading documentation for truncate. [esad] Closes #9104Michael Koziarski2007-09-051-1/+1
* Make auto link behave well with URLs containing email addresses. Closes #7313...Michael Koziarski2007-09-021-5/+11
* Massive documentation update for all helpers (closes #8223, #8177, #8175, #81...David Heinemeier Hansson2007-06-231-48/+218
* Highlight helper highlights one or many terms in a single pass.Jeremy Kemper2007-03-301-5/+12
* Make sure that the string returned by TextHelper#truncate is actually a strin...David Heinemeier Hansson2007-01-311-1/+1
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-14/+2
* Autolinking recognizes trailing and embedded . , : ; Closes #7354.Jeremy Kemper2007-01-241-1/+1
* Make TextHelper::auto_link recognize URLs with colons in path correctly, fixe...Thomas Fuchs2007-01-211-14/+14