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
/
lib
/
action_view
/
helpers
/
text_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
1
-1
/
+1
*
move TextHelper#sanitize config options to the TextHelper module so it can be...
Rick Olson
2007-09-23
1
-1
/
+146
*
Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...
Rick Olson
2007-09-23
1
-19
/
+19
*
Secure #sanitize, #strip_tags, and #strip_links helpers against xss attacks. ...
Rick Olson
2007-09-23
1
-38
/
+98
*
Fixed TextHelper#word_wrap for multiline strings with extra carrier returns (...
David Heinemeier Hansson
2007-09-22
1
-1
/
+3
*
Autolink behaves well with emails embedded in URLs. Closes #7313.
Jeremy Kemper
2007-09-20
1
-5
/
+11
*
Revert [7397]. Reopens #7313.
Jeremy Kemper
2007-09-20
1
-11
/
+5
*
Avoid RDoc warning
David Heinemeier Hansson
2007-09-15
1
-1
/
+1
*
Fix misleading documentation for truncate. [esad] Closes #9104
Michael Koziarski
2007-09-05
1
-1
/
+1
*
Make auto link behave well with URLs containing email addresses. Closes #7313...
Michael Koziarski
2007-09-02
1
-5
/
+11
*
Massive documentation update for all helpers (closes #8223, #8177, #8175, #81...
David Heinemeier Hansson
2007-06-23
1
-48
/
+218
*
Highlight helper highlights one or many terms in a single pass.
Jeremy Kemper
2007-03-30
1
-5
/
+12
*
Make sure that the string returned by TextHelper#truncate is actually a strin...
David Heinemeier Hansson
2007-01-31
1
-1
/
+1
*
Use a consistent load path to avoid double requires. Fix some scattered Ruby ...
Jeremy Kemper
2007-01-28
1
-14
/
+2
*
Autolinking recognizes trailing and embedded . , : ; Closes #7354.
Jeremy Kemper
2007-01-24
1
-1
/
+1
*
Make TextHelper::auto_link recognize URLs with colons in path correctly, fixe...
Thomas Fuchs
2007-01-21
1
-14
/
+14
*
Improved auto_link to match more valid urls correctly
Tobias Lütke
2006-12-07
1
-13
/
+13
*
strip_tags passes through blank args such as nil or "". Closes #6702, refere...
Jeremy Kemper
2006-11-26
1
-1
/
+1
*
simple_format helper doesn't choke on nil. Closes #6644.
Jeremy Kemper
2006-11-19
1
-6
/
+4
*
ActionView::Base.erb_variable accessor names the buffer variable used to rend...
Jeremy Kemper
2006-11-17
1
-1
/
+1
*
pluralize helper interprets nil as zero. Closes #6474.
Jeremy Kemper
2006-11-05
1
-1
/
+1
*
Docfix (closes #6393)
David Heinemeier Hansson
2006-10-22
1
-76
/
+117
*
Replace KCODE checks with String#chars for truncate. Closes #6385 [Manfred S...
Michael Koziarski
2006-10-14
1
-7
/
+2
*
Use String#chars in TextHelper::excerpt. Closes #6386 [Manfred Stienstra]
Michael Koziarski
2006-10-12
1
-4
/
+4
*
strip_links is case-insensitive. Closes #6285.
Jeremy Kemper
2006-09-26
1
-1
/
+1
*
Fixed TextHelper#simple_format to deal with multiple single returns within a ...
David Heinemeier Hansson
2006-09-04
1
-1
/
+1
*
Fixed TextHelper#pluralize to handle 1 as a string (closes #5905) [rails@benc...
David Heinemeier Hansson
2006-09-04
1
-1
/
+1
*
strip_tags returns nil for a blank arg such as nil or "". Closes #2229.
Jeremy Kemper
2006-09-03
1
-1
/
+2
*
Update sanitize text helper to strip plaintext tags, and <img src=javascript:...
Rick Olson
2006-09-03
1
-3
/
+3
*
Make auto_link parse a greater subset of valid url formats.
Jamis Buck
2006-09-02
1
-13
/
+16
*
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Jeremy Kemper
2006-07-08
1
-4
/
+3
*
Fix strip_links so that it doesn't hang on multi-line acronym tags
Jamis Buck
2006-06-08
1
-1
/
+1
*
Fix text_helper.rb documentation rendering. Closes #4725. [Frederick Ros]
Marcel Molina
2006-04-27
1
-20
/
+20
*
only require redcloth/bluecloth if they are not already loaded [Rick]
Rick Olson
2006-04-23
1
-2
/
+2
*
Fixed require of bluecloth and redcloth when gems haven't been loaded (closes...
David Heinemeier Hansson
2006-03-27
1
-2
/
+2
*
Make auto_link handle nil by returning quickly if blank?
Scott Barron
2005-12-30
1
-0
/
+1
*
Make auto_link match urls with a port number specified.
Marcel Molina
2005-12-26
1
-1
/
+1
*
Correct length for the truncate text helper. Closes #2913.
Jeremy Kemper
2005-11-18
1
-3
/
+3
*
The auto_link text helper accepts an optional block to format the link text f...
Jeremy Kemper
2005-11-10
1
-9
/
+30
*
Added TextHelper#strip_tags for removing HTML tags from a string (using HTMLT...
David Heinemeier Hansson
2005-10-26
1
-0
/
+22
*
Update/clean up AP documentation (rdoc)
Jamis Buck
2005-10-16
1
-1
/
+1
*
Misc doc fixes (typos/grammar/etc). Closes #2445.
Marcel Molina
2005-10-12
1
-3
/
+3
*
Forced newer versions of RedCloth to use hard breaks [DHH]
David Heinemeier Hansson
2005-10-02
1
-0
/
+1
*
Forced newer versions of RedCloth to use hard breaks [DHH]
David Heinemeier Hansson
2005-10-02
1
-1
/
+6
*
Not the avenue we want to go down
David Heinemeier Hansson
2005-09-30
1
-4
/
+0
*
Testing should also use a default REQUEST_METHOD
David Heinemeier Hansson
2005-09-29
1
-1
/
+4
*
Have text helpers use built in Regexp.escape rather than home grown alternative
Marcel Molina
2005-09-26
1
-7
/
+2
*
r3573@asus: jeremy | 2005-09-26 11:38:44 -0700
Jeremy Kemper
2005-09-26
1
-1
/
+1
*
Make the truncate() helper multi-byte safe (assuming $KCODE has been set to s...
Jamis Buck
2005-09-19
1
-1
/
+7
*
More auto-link fixes (to include query strings in autolinked text)
Jamis Buck
2005-09-14
1
-1
/
+1
[prev]
[next]