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
/
url_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix IE bug with link_to "something", :post => true (closes #3443) [Justin Pal...
David Heinemeier Hansson
2006-01-21
1
-1
/
+1
*
Remove invalid links in ActionView::Helpers::UrlHelper documentation. Closes...
Jeremy Kemper
2005-11-15
1
-2
/
+2
*
Fix docs (closes #2725)
David Heinemeier Hansson
2005-11-07
1
-1
/
+1
*
Escape query strings in the href attribute of URLs created by url_helper. #2333
Jeremy Kemper
2005-10-13
1
-2
/
+2
*
Optimized tag_options to not sort keys, which is no longer necessary when ass...
David Heinemeier Hansson
2005-09-20
1
-9
/
+8
*
Fixed docs #1886
David Heinemeier Hansson
2005-09-11
1
-1
/
+3
*
Fixed that onclick would be overridden even when special features werent used
David Heinemeier Hansson
2005-09-08
1
-0
/
+2
*
Use this.href, not unexisting url
David Heinemeier Hansson
2005-09-07
1
-1
/
+1
*
Added :post option to UrlHelper#link_to that makes it possible to do POST req...
David Heinemeier Hansson
2005-09-07
1
-21
/
+41
*
Added :popup option to UrlHelper#link_to #1996 [gabriel.gironda@gmail.com]
David Heinemeier Hansson
2005-09-04
1
-3
/
+23
*
Make link_to escape the javascript in the confirm option #1964 [nicolas.pouil...
Jamis Buck
2005-08-14
1
-1
/
+5
*
Fixed that UrlHelper#link_to_unless/link_to_if used html_escape on the name i...
David Heinemeier Hansson
2005-07-09
1
-1
/
+1
*
Added that UrlHelper#mail_to will now also encode the default link title #749...
David Heinemeier Hansson
2005-07-02
1
-2
/
+6
*
Added button_to as a form-based solution to deal with harmful actions that sh...
David Heinemeier Hansson
2005-06-16
1
-1
/
+92
*
Added options to set cc, bcc, subject, and body for UrlHelper#mail_to #966 [D...
David Heinemeier Hansson
2005-04-02
1
-4
/
+21
*
Fixed link_to :confirm #936 [Nicholas Seckar]
David Heinemeier Hansson
2005-03-26
1
-1
/
+1
*
Improved error reporting especially around never shallowing exceptions. Debug...
David Heinemeier Hansson
2005-03-23
1
-1
/
+1
*
Fixed documentation and prepared for 0.11.0 release
David Heinemeier Hansson
2005-03-22
1
-21
/
+1
*
Fixed :anchor use in url_for #821 [Nicholas Seckar]
David Heinemeier Hansson
2005-03-14
1
-1
/
+1
*
Added TagHelper#image_tag and deprecated UrlHelper#link_image_to (recommended...
David Heinemeier Hansson
2005-03-09
1
-0
/
+3
*
Fixed link_to documentation references nonexistent URL #573
David Heinemeier Hansson
2005-03-06
1
-6
/
+8
*
Added UrlHelper#link_to_if/link_to_unless to enable other conditions that jus...
David Heinemeier Hansson
2005-03-06
1
-5
/
+19
*
Fixed that single quote was not escaped in a UrlHelper#link_to javascript con...
David Heinemeier Hansson
2005-03-06
1
-1
/
+1
*
Removed the default border on link_image_to (it broke xhtml strict) -- can be...
David Heinemeier Hansson
2005-03-06
1
-3
/
+1
*
Fixed that form helpers would treat string and symbol keys differently in htm...
David Heinemeier Hansson
2005-03-06
1
-19
/
+20
*
Documentation fix #698
David Heinemeier Hansson
2005-02-23
1
-5
/
+6
*
Renamed link_to_image to link_image_to (since thats what it actually does) --...
David Heinemeier Hansson
2005-02-19
1
-6
/
+15
*
Added current_page?(options) method to check if the url_for options passed co...
David Heinemeier Hansson
2005-02-17
1
-1
/
+6
*
Simplified link_to_unless_current to work with the new Routing
David Heinemeier Hansson
2005-02-17
1
-24
/
+3
*
Added :encode option to mail_to that'll allow you to masquarede the email add...
David Heinemeier Hansson
2005-01-24
1
-1
/
+28
*
Added the possibility of passing nil to UrlHelper#link_to to use the link its...
David Heinemeier Hansson
2005-01-05
1
-5
/
+8
*
Fixed UrlHelper#link_to_unless so it doesn't care if the id is a string or fi...
David Heinemeier Hansson
2004-12-22
1
-4
/
+4
*
Updated documentation
David Heinemeier Hansson
2004-12-16
1
-4
/
+4
*
Set border on link_to_image to 0 by default
David Heinemeier Hansson
2004-12-10
1
-0
/
+8
*
Added link_to_image(src, options = {}, html_options = {}, *parameters_for_met...
David Heinemeier Hansson
2004-12-09
1
-0
/
+37
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+78
[prev]