aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/text_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* remove obsolete commented asserts in TextHelper testsSergey Nartimov2012-01-061-6/+0
* 'with_kcode' removed. Arun Agrawal2011-12-211-2/+0
* Remove unused conditions for 1.9Rahul P. Chaudhari2011-12-211-34/+11
* Fix and simplify highlight regexpAlexey Vakhov2011-11-101-0/+4
* ActionView::Helpers::TextHelper#simple_format should not change the text in p...Casebook Developer2011-08-041-2/+2
* Do not change a frozen text passed to simple_format text helperTadas Tamosauskas2011-06-201-2/+9
* remove warning: assigned but unused variableSantiago Pastorino2011-06-081-2/+2
* removing auto_link and moving it to the rails_autolink gem. :bomb:Aaron Patterson2011-05-021-254/+0
* do not return html safe strings from auto_linkAaron Patterson2011-04-051-5/+11
* auto_link: avoid recognizing full width chars as a part of URI schemeAkira Matsuda2011-02-011-1/+7
* Remove more warnings shadowing outer local variable.Emilio Tagua2010-09-271-1/+1
* Remove more warnings shadowing outer local variable.Emilio Tagua2010-09-271-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-6/+6
* Adding missing test to autolink with other protocols (file) [#4886 state:reso...Carlos Antonio da Silva2010-06-201-0/+1
* Make text_helpers methods which return valid html to return it as safe and sa...Santiago Pastorino2010-06-171-40/+28
* excerpt shoudn't return safe output test addedSantiago Pastorino2010-06-171-0/+4
* truncate() should not try to produce HTML-safe outputWincent Colaiuta2010-06-171-14/+4
* Change sanitize to escape in test names of text_helper_test [#4844 state:reso...rohit2010-06-121-9/+9
* text_helper now escape the unsafe input instead of sanitizingSantiago Pastorino2010-06-111-9/+8
* Removed textilize, textilize_without_paragraph and markdown helpersSantiago Pastorino2010-06-091-108/+0
* Made markdown honor :safe option and handle safe input. Also added tests for ...rohit2010-06-081-0/+36
* Fixed textilize_without_paragraph and added tests for it. [#4792 state:resolved]rohit2010-06-081-0/+32
* Makes text_helper methods sanitize the input if the input is not safe or :saf...Santiago Pastorino2010-06-071-6/+96
* Now that we always return a proxy from mb_chars, even in 1.9, all Strings com...wycats2010-05-291-3/+5
* avoid auto_linking already linked emails; more robust detection of linked URLsMislav Marohnić2010-05-241-7/+30
* auto_link: support arbitrary URI schemes like "ftp:" and "file:"Mislav Marohnić2010-05-241-11/+10
* Explicit source encodingJeremy Kemper2010-04-241-0/+1
* simple_format returns a safe buffer escaping unsafe input [Santiago Pastorino]David Heinemeier Hansson2010-02-121-0/+12
* Fix pluralization for numbers formatted like '1.00'Gabriel Mansour2010-02-071-0/+2
* adding fix for auto linking to master tooZach Brock2010-01-051-0/+14
* Fix that RedCloth shouldn't be required to run testsJeremy Kemper2009-08-091-12/+18
* Support passing Redcloth options via textilize helper [#2973 state:resolved]rizwanreza2009-08-091-0/+17
* Truncate helper accepts a :separator for a more legible result [#1807 state:r...Andy Stewart2009-05-181-0/+3
* Ensure auto_link does not ignore multiple trailing punctuations [#2504 state:...Lance Ivy2009-05-171-0/+7
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-0/+6
|\
| * Ensure auto_link doesnt linkify URLs in the middle of a tag [#1523 state:reso...Eugene Pimenov2009-03-101-0/+6
* | Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-0/+1
|/
* Using the highlight helper on text with html shouldn't highlight text inside ...Dan Weinand2009-01-281-0/+23
* allow options to be passed to email address auto generationAndrew Kaspick2008-12-011-1/+6
* auto_link helper: add intelligent ending closing bracket handling. add new te...Mislav Marohnić2008-11-151-47/+81
* refactor autolink helper. change tests to expect HTML-escaped URLsMislav Marohnić2008-11-151-13/+24
* auto_link view helper was failing on URLs with colons after a query paramRich Manalang2008-11-071-0/+1
* Added TextHelper#current_cycle to return the current cycle for better design ...Ken Collins2008-08-271-0/+34
* Refactored TextHelper#truncate, highlight, excerpt, word_wrap and auto_link t...Clemens Kofler2008-07-271-9/+42
* Allow single quote (the ' character) in the middle of URL when auto_link-ing....Cheah Chu Yeow2008-06-271-0/+1
* Check whether blocks are called from erb using a special __in_erb_template va...Jeremy Kemper2008-06-191-3/+1
* Use output_buffer reader and writer methods exclusively instead of hitting th...Jeremy Kemper2008-06-081-3/+3
* concat should ignore nilJeremy Kemper2008-06-061-0/+8
* Fix auto_link helper for already linked urls. [#72 state:resolved]Kevin Glowacz2008-05-221-0/+1
* Parentheses should be acceptable characters for auto_link_urls. [#234 state:r...Adam2008-05-221-0/+1