index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
template
/
text_helper_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
' dates back to SGML when ' was introduced in HTML 4.0
Kalys Osmonov
2012-09-09
1
-1
/
+1
*
Add a separation option for the excerpt function
Guirec Corbel
2012-09-08
1
-0
/
+13
*
Don't use `html_escape` to test the escaping
Rafael Mendonça França
2012-08-05
1
-1
/
+1
*
html_escape should escape single quotes
Santiago Pastorino
2012-07-31
1
-4
/
+4
*
Add `:escape` option for `truncate`
Rafael Mendonça França
2012-05-26
1
-0
/
+19
*
Test that the block used in truncate is escaped if it is not HTML safe
Rafael Mendonça França
2012-05-26
1
-12
/
+11
*
Truncate now has the ability to receive a html option that allows it to call ...
Li Ellis Gallardo
2012-05-26
1
-8
/
+29
*
Tidied and standardised text_helper implementations.
Jeremy Walker
2012-05-19
1
-0
/
+42
*
Removed old text_helper apis for highlight, excerpt and word_wrap
Jeremy Walker
2012-05-17
1
-34
/
+22
*
Added the wrapper tag option to simple_format
Avi Tzurel
2012-05-14
1
-0
/
+8
*
Highlight defaults to HTML5 `mark` element
Brian Cardarella
2012-02-05
1
-12
/
+12
*
remove obsolete commented asserts in TextHelper tests
Sergey Nartimov
2012-01-06
1
-6
/
+0
*
'with_kcode' removed.
Arun Agrawal
2011-12-21
1
-2
/
+0
*
Remove unused conditions for 1.9
Rahul P. Chaudhari
2011-12-21
1
-34
/
+11
*
Fix and simplify highlight regexp
Alexey Vakhov
2011-11-10
1
-0
/
+4
*
ActionView::Helpers::TextHelper#simple_format should not change the text in p...
Casebook Developer
2011-08-04
1
-2
/
+2
*
Do not change a frozen text passed to simple_format text helper
Tadas Tamosauskas
2011-06-20
1
-2
/
+9
*
remove warning: assigned but unused variable
Santiago Pastorino
2011-06-08
1
-2
/
+2
*
removing auto_link and moving it to the rails_autolink gem. :bomb:
Aaron Patterson
2011-05-02
1
-254
/
+0
*
do not return html safe strings from auto_link
Aaron Patterson
2011-04-05
1
-5
/
+11
*
auto_link: avoid recognizing full width chars as a part of URI scheme
Akira Matsuda
2011-02-01
1
-1
/
+7
*
Remove more warnings shadowing outer local variable.
Emilio Tagua
2010-09-27
1
-1
/
+1
*
Remove more warnings shadowing outer local variable.
Emilio Tagua
2010-09-27
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-6
/
+6
*
Adding missing test to autolink with other protocols (file) [#4886 state:reso...
Carlos Antonio da Silva
2010-06-20
1
-0
/
+1
*
Make text_helpers methods which return valid html to return it as safe and sa...
Santiago Pastorino
2010-06-17
1
-40
/
+28
*
excerpt shoudn't return safe output test added
Santiago Pastorino
2010-06-17
1
-0
/
+4
*
truncate() should not try to produce HTML-safe output
Wincent Colaiuta
2010-06-17
1
-14
/
+4
*
Change sanitize to escape in test names of text_helper_test [#4844 state:reso...
rohit
2010-06-12
1
-9
/
+9
*
text_helper now escape the unsafe input instead of sanitizing
Santiago Pastorino
2010-06-11
1
-9
/
+8
*
Removed textilize, textilize_without_paragraph and markdown helpers
Santiago Pastorino
2010-06-09
1
-108
/
+0
*
Made markdown honor :safe option and handle safe input. Also added tests for ...
rohit
2010-06-08
1
-0
/
+36
*
Fixed textilize_without_paragraph and added tests for it. [#4792 state:resolved]
rohit
2010-06-08
1
-0
/
+32
*
Makes text_helper methods sanitize the input if the input is not safe or :saf...
Santiago Pastorino
2010-06-07
1
-6
/
+96
*
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
[next]