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
...
*
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
*
Fix autolinking to not include trailing tags as part of the URL
Jamis Buck
2005-09-13
1
-1
/
+19
*
Added TextHelper#cycle to cycle over an array of values on each hit (useful f...
David Heinemeier Hansson
2005-09-12
1
-0
/
+82
*
Fixed that TextHelper#auto_link_urls would include punctuation in the links #...
David Heinemeier Hansson
2005-09-11
1
-2
/
+2
*
Fixed SQL Server test #1678 [Tom Ward]
David Heinemeier Hansson
2005-07-09
1
-1
/
+1
*
Added TextHelper#word_wrap(text, line_length = 80) #1449 [tuxie@dekadance.se]
David Heinemeier Hansson
2005-06-21
1
-0
/
+5
*
Added a third parameter to TextHelper#auto_link called href_options for speci...
David Heinemeier Hansson
2005-06-16
1
-5
/
+8
*
Fixed TextHelper#highlight to return the text, not nil, if the phrase is blan...
David Heinemeier Hansson
2005-06-16
1
-1
/
+1
*
Added TextHelper#sanitize that can will remove any Javascript handlers, block...
David Heinemeier Hansson
2005-05-09
1
-0
/
+55
*
Moved TextHelper#human_size to NumberHelper#number_to_human_size, but kept an...
David Heinemeier Hansson
2005-04-12
1
-20
/
+0
*
Fixed autolinking to work better in more cases #1013 [Jamis Buck]
David Heinemeier Hansson
2005-04-06
1
-1
/
+8
*
Added TextHelper#human_size for formatting file sizes, like human_size(123456...
David Heinemeier Hansson
2005-03-26
1
-0
/
+20
*
Added TextHelper#simple_format as a non-dependency text presentation helper.F...
David Heinemeier Hansson
2005-03-20
1
-1
/
+14
*
Fixed textilize to be resilient to getting nil parsed (by using Object#blank?...
David Heinemeier Hansson
2005-03-09
1
-1
/
+1
*
Fixed that form helpers would treat string and symbol keys differently in htm...
David Heinemeier Hansson
2005-03-06
1
-11
/
+11
*
Made auto_link the only public method of its clan and added an option to cont...
David Heinemeier Hansson
2005-02-19
1
-16
/
+23
*
Use per-document setting for hardbreaks on textile
David Heinemeier Hansson
2005-02-19
1
-2
/
+1
*
Fixed textilize for RedCloth3 to keep doing hardbreaks
David Heinemeier Hansson
2005-02-19
1
-0
/
+1
*
Added TextHelper#auto_link, TextHelper#auto_link_urls, and TextHelper#auto_li...
David Heinemeier Hansson
2005-02-18
1
-0
/
+18
*
Fixed that textilize and markdown would instantiate their engines even on emp...
David Heinemeier Hansson
2004-12-19
1
-2
/
+2
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+111
[prev]