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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added asynchronous processing model
David Heinemeier Hansson
2005-03-14
1
-6
/
+71
*
Moved image_tag to AssetTagHelper
David Heinemeier Hansson
2005-03-14
2
-26
/
+25
*
Deal with Safari garbage and allow html_options
David Heinemeier Hansson
2005-03-13
1
-4
/
+4
*
Added Field.present, .focus, and .clear as JS convenience for working with fo...
David Heinemeier Hansson
2005-03-13
1
-15
/
+0
*
Added Field.present, .focus, and .clear as JS convenience for working with fo...
David Heinemeier Hansson
2005-03-13
1
-1
/
+26
*
Added :condition option to abort an update if some condition isnt there
David Heinemeier Hansson
2005-03-13
1
-5
/
+9
*
Checked in some documentation for JavascriptHelper
David Heinemeier Hansson
2005-03-12
1
-0
/
+19
*
Respect :onclick in link_to_toggle_display
David Heinemeier Hansson
2005-03-12
1
-1
/
+2
*
Put it in the right module
David Heinemeier Hansson
2005-03-12
1
-130
/
+134
*
Added first stab at Javascript/Ajax helpers
David Heinemeier Hansson
2005-03-12
1
-1
/
+1
*
Added first stab at Javascript/Ajax helpers
David Heinemeier Hansson
2005-03-12
1
-0
/
+160
*
Added render_partial/render_partial_collection from controllers for easier Aj...
David Heinemeier Hansson
2005-03-09
1
-2
/
+4
*
Added TagHelper#image_tag and deprecated UrlHelper#link_image_to (recommended...
David Heinemeier Hansson
2005-03-09
2
-1
/
+31
*
Fixed textilize to be resilient to getting nil parsed (by using Object#blank?...
David Heinemeier Hansson
2005-03-09
1
-1
/
+1
*
Fixed that the :multipart option in FormTagHelper#form_tag would be ignored [...
David Heinemeier Hansson
2005-03-07
1
-2
/
+2
*
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
*
Updated docs on auto-indexing #765 [Astinus]
David Heinemeier Hansson
2005-03-06
1
-0
/
+8
*
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
9
-174
/
+201
*
Tagged the 0.10.0 release
David Heinemeier Hansson
2005-02-25
1
-6
/
+2
*
Fixed TimeZone issues in action-pack and active-support #704
David Heinemeier Hansson
2005-02-23
1
-6
/
+10
*
Added FormOptionsHelper#time_zone_select and FormOptionsHelper#time_zone_opti...
David Heinemeier Hansson
2005-02-23
1
-2
/
+55
*
Documentation fix #698
David Heinemeier Hansson
2005-02-23
1
-5
/
+6
*
Show value when NOT file
David Heinemeier Hansson
2005-02-23
1
-1
/
+1
*
Added FormHelper#file_field and FormTagHelper#file_field_tag for creating fil...
David Heinemeier Hansson
2005-02-23
2
-1
/
+10
*
Added Afghanistan (no more conspiracy!) to FormOptions#country_select and For...
David Heinemeier Hansson
2005-02-19
1
-1
/
+1
*
Added :order option for date_select that allows control over the order in whi...
David Heinemeier Hansson
2005-02-19
1
-13
/
+24
*
Added ActionView::Base.register_template_handler for easy integration of an a...
David Heinemeier Hansson
2005-02-19
1
-15
/
+42
*
One comma too much
David Heinemeier Hansson
2005-02-19
1
-1
/
+1
*
Added AssetTagHelper that provides methods for linking a HTML page together w...
David Heinemeier Hansson
2005-02-19
1
-0
/
+59
*
Completed FormTagHelper by adding radio_button_tag and select_tag
David Heinemeier Hansson
2005-02-19
1
-1
/
+15
*
Added FormTagHelper that provides a number of methods for creating form tags ...
David Heinemeier Hansson
2005-02-19
2
-26
/
+62
*
Added Iran and Irak to the countries list used by FormOptions#country_select ...
David Heinemeier Hansson
2005-02-19
1
-2
/
+10
*
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
*
Added Iran and Irak to the countries list used by country_select and country_...
David Heinemeier Hansson
2005-02-19
1
-1
/
+4
*
Renamed link_to_image to link_image_to (since thats what it actually does) --...
David Heinemeier Hansson
2005-02-19
1
-6
/
+15
*
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
*
Documentation on :include_blank #579
David Heinemeier Hansson
2005-02-17
1
-0
/
+13
*
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
*
A hopefully more successful attempt at the Routing branch merge
David Heinemeier Hansson
2005-02-15
1
-1
/
+1
*
Backed out of routing merge.. investigating missing patches
David Heinemeier Hansson
2005-02-15
1
-1
/
+1
*
Merged back the Routing branch
David Heinemeier Hansson
2005-02-15
1
-1
/
+1
*
Fixed documentation snafus #575, #576, #577, #585
David Heinemeier Hansson
2005-02-07
5
-13
/
+13
*
Fixed the ordering of attributes in the xml-decleration of Builder #540 [woeye]
David Heinemeier Hansson
2005-01-25
1
-6
/
+15
*
Applied the dblack patch
David Heinemeier Hansson
2005-01-24
1
-0
/
+6
[next]