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
*
Fixed that link_to with an href of # when using :method will not allow for cl...
David Heinemeier Hansson
2007-06-23
1
-9
/
+19
*
Don't double-escape url_for in views. Closes #8144.
Jeremy Kemper
2007-06-05
1
-1
/
+1
*
Clean up the simply_helpful merge.
Jeremy Kemper
2007-05-18
1
-1
/
+1
*
Removed deprecated parameters_for_method_reference concept (legacy from befor...
David Heinemeier Hansson
2007-05-12
1
-14
/
+36
*
Enhance documentation and add examples for url_for. Closes #8227. [jeremymcan...
Marcel Molina
2007-05-06
1
-57
/
+163
*
Deprecation: remove deprecated link_to_image and link_image_to methods. Use l...
Jeremy Kemper
2007-03-13
1
-87
/
+41
*
Prefer MIME constants to strings. Closes #7707.
Jeremy Kemper
2007-03-06
1
-1
/
+1
*
mail_to :encode => 'hex' also encodes the mailto: part of the href attribute ...
Jeremy Kemper
2007-01-28
1
-2
/
+10
*
Use a consistent load path to avoid double requires. Fix some scattered Ruby ...
Jeremy Kemper
2007-01-28
1
-1
/
+1
*
link_to_unless_current works with full URLs as well as paths. Closes #6891.
Jeremy Kemper
2007-01-12
1
-2
/
+8
*
make sure link_to_image is deprecated as well as link_image_to
Jamis Buck
2006-10-24
1
-1
/
+2
*
Use new deprecate syntax so that alternatives are given with the warning
Jamis Buck
2006-10-24
1
-1
/
+1
*
Deprecated UrlHelper#link_to_image and UrlHelper#link_to :post => true (close...
David Heinemeier Hansson
2006-10-22
1
-93
/
+154
*
Add <%= escape_once html %> to escape html while leaving any currently escape...
Rick Olson
2006-10-18
1
-2
/
+2
*
button_to accepts :method so you can PUT and DELETE with it. Closes #6005.
Jeremy Kemper
2006-09-03
1
-7
/
+16
*
Added :method handling for other verbs to remote_form_tag and remote_form_for...
David Heinemeier Hansson
2006-05-28
1
-0
/
+2
*
Added :method option to UrlHelper#link_to, which allows for using other verbs...
David Heinemeier Hansson
2006-05-28
1
-13
/
+27
*
Fix double url escaping of remote_function. Add :escape => false option to Ac...
Nicholas Seckar
2006-03-22
1
-2
/
+12
*
Undo accidental escaping for mail_to; add regression test. Fix incorrect cred...
Nicholas Seckar
2006-03-19
1
-1
/
+0
*
Change url_for to escape the resulting URLs when called from a view. Closes #...
Nicholas Seckar
2006-03-18
1
-8
/
+8
*
Fixed UrlHelper#current_page? to behave even when url-escaped entities are pr...
David Heinemeier Hansson
2006-03-18
1
-1
/
+1
*
Fixed link_to "somewhere", :post => true to produce valid XHTML by using the ...
David Heinemeier Hansson
2006-03-18
1
-1
/
+1
*
mail_to shouldnt include language attribute in script tag #3364 [donald.piret...
David Heinemeier Hansson
2006-02-26
1
-1
/
+1
*
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
[next]