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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use String#chars in TextHelper::excerpt. Closes #6386 [Manfred Stienstra]
Michael Koziarski
2006-10-12
1
-25
/
+18
*
Fixed that NumberHelper#number_to_delimiter should respect precision of highe...
David Heinemeier Hansson
2006-10-09
1
-0
/
+9
*
Fixed that FormHelper#radio_button didn't respect an :id being passed in (clo...
David Heinemeier Hansson
2006-10-09
1
-0
/
+6
*
Added an html_options hash parameter to javascript_tag() and update_page_tag(...
David Heinemeier Hansson
2006-10-09
1
-0
/
+6
*
Fixed escaping of backslashes in JavaScriptHelper#escape_javascript (closes #...
David Heinemeier Hansson
2006-10-09
1
-0
/
+1
*
strip_links is case-insensitive. Closes #6285.
Jeremy Kemper
2006-09-26
1
-0
/
+1
*
Update JavaScriptGenerator#show/hide/toggle/remove to new Prototype syntax fo...
Thomas Fuchs
2006-09-07
1
-5
/
+12
*
Fixed JavaScriptHelper#link_to_function and JavaScriptHelper#button_to_functi...
David Heinemeier Hansson
2006-09-06
1
-0
/
+13
*
Added access to nested attributes in RJS (closes #4548) [richcollins@gmail.com]
David Heinemeier Hansson
2006-09-04
1
-0
/
+10
*
Fixed that AssetTagHelper#image_tag and others using compute_public_path shou...
David Heinemeier Hansson
2006-09-04
1
-0
/
+9
*
Deprecated the auto-appending of .png to AssetTagHelper#image_tag calls that ...
David Heinemeier Hansson
2006-09-04
1
-7
/
+10
*
Fixed TextHelper#simple_format to deal with multiple single returns within a ...
David Heinemeier Hansson
2006-09-04
1
-0
/
+1
*
Fixed TextHelper#pluralize to handle 1 as a string (closes #5905) [rails@benc...
David Heinemeier Hansson
2006-09-04
1
-0
/
+4
*
Improved resolution of DateHelper#distance_of_time_in_words for better precis...
David Heinemeier Hansson
2006-09-04
1
-41
/
+69
*
Added deprecation language for in_place_editor and auto_complete_field that b...
David Heinemeier Hansson
2006-09-03
1
-0
/
+1
*
radio_button_tag generates unique id attributes. Closes #3353.
Jeremy Kemper
2006-09-03
1
-1
/
+14
*
strip_tags returns nil for a blank arg such as nil or "". Closes #2229.
Jeremy Kemper
2006-09-03
1
-2
/
+2
*
button_to accepts :method so you can PUT and DELETE with it. Closes #6005.
Jeremy Kemper
2006-09-03
1
-0
/
+14
*
Update sanitize text helper to strip plaintext tags, and <img src=javascript:...
Rick Olson
2006-09-03
1
-0
/
+12
*
Make auto_link parse a greater subset of valid url formats.
Jamis Buck
2006-09-02
1
-0
/
+18
*
Deprecation: test deprecated instance vars in partials.
Jeremy Kemper
2006-08-26
1
-7
/
+19
*
New dependencies implementation
Nicholas Seckar
2006-08-08
1
-0
/
+1
*
Deprecate direct usage of @params. Update ActionView::Base for instance var d...
Jeremy Kemper
2006-08-07
1
-0
/
+31
*
Add support for the param_name parameter to the auto_complete_field helper. F...
Thomas Fuchs
2006-08-07
1
-0
/
+2
*
Make test_tag_options pass (closes #5600) [shugo]
David Heinemeier Hansson
2006-08-05
1
-1
/
+1
*
Added months and years to the resolution of DateHelper#distance_of_time_in_wo...
David Heinemeier Hansson
2006-08-05
1
-0
/
+10
*
Allow form_for and fields_for to work with indexed form inputs. [Jeremy Kemp...
Rick Olson
2006-07-18
1
-0
/
+18
*
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Jeremy Kemper
2006-07-08
2
-9
/
+21
*
Pass :id => nil or :class => nil to error_messages_for to supress that html a...
Jeremy Kemper
2006-07-08
1
-0
/
+2
*
text_field_with_auto_complete stylesheet uses <style type="text/css"> instead...
Jeremy Kemper
2006-07-05
1
-1
/
+1
*
Fixed that real files and symlinks should be treated the same when compiling ...
David Heinemeier Hansson
2006-07-05
2
-63
/
+134
*
Added special case for "1 Byte" in NumberHelper#number_to_human_size (closes ...
David Heinemeier Hansson
2006-07-05
1
-0
/
+1
*
Added :method handling for other verbs to remote_form_tag and remote_form_for...
David Heinemeier Hansson
2006-05-28
1
-5
/
+15
*
Expanded :method option in FormHelper#form_tag to allow for verbs other than ...
David Heinemeier Hansson
2006-05-28
2
-0
/
+27
*
Added :method option to UrlHelper#link_to, which allows for using other verbs...
David Heinemeier Hansson
2006-05-28
1
-2
/
+9
*
form.text_area handles the :size option just like the original text_area (:si...
Jeremy Kemper
2006-05-11
1
-0
/
+7
*
Excise ingrown code from FormOptionsHelper#options_for_select. Closes #5008.
Jeremy Kemper
2006-05-09
1
-0
/
+4
*
Allow error_messages_for to report errors for multiple objects, as well as su...
Marcel Molina
2006-04-26
1
-1
/
+51
*
Change link_to_function and button_to_function to (optionally) take an update...
Sam Stephenson
2006-04-19
1
-0
/
+15
*
Add additional autocompleter options [aballai, Thomas Fuchs]
Thomas Fuchs
2006-04-02
1
-2
/
+7
*
Skip complete URLs
David Heinemeier Hansson
2006-03-29
1
-0
/
+5
*
Added automated timestamping to AssetTagHelper methods for stylesheets, javas...
David Heinemeier Hansson
2006-03-29
1
-0
/
+16
*
Update description
David Heinemeier Hansson
2006-03-28
1
-5
/
+3
*
finish form_for change, allow hash as the second param: form_for :post, :url ...
Rick Olson
2006-03-26
1
-6
/
+6
*
Change #form_for and #fields_for so that the second argument is not required ...
Rick Olson
2006-03-26
1
-1
/
+38
*
Fix double url escaping of remote_function. Add :escape => false option to Ac...
Nicholas Seckar
2006-03-22
2
-0
/
+6
*
Fix test
David Heinemeier Hansson
2006-03-22
1
-1
/
+1
*
Add :script option to in_place_editor to support evalScripts (closes #4194) [...
Rick Olson
2006-03-19
1
-0
/
+7
*
Fix mixed case enumerable methods in the JavaScript Collection Proxy (closes ...
Rick Olson
2006-03-19
1
-0
/
+13
*
Undo accidental escaping for mail_to; add regression test. Fix incorrect cred...
Nicholas Seckar
2006-03-19
1
-0
/
+4
[next]