aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
Commit message (Expand)AuthorAgeFilesLines
...
* Auto completer should hide update element by when initializing #1579 [Thomas ...David Heinemeier Hansson2005-07-021-0/+2
* Added JavascriptHelper#draggable_element and JavascriptHelper#drop_receiving_...David Heinemeier Hansson2005-07-022-9/+50
* Added that UrlHelper#mail_to will now also encode the default link title #749...David Heinemeier Hansson2005-07-022-3/+7
* Removed the default option of wrap=virtual on FormHelper#text_area to ensure ...David Heinemeier Hansson2005-07-021-1/+1
* Adds the ability to include XML CDATA tags using Builder #1563 [Josh Knowles]David Heinemeier Hansson2005-07-021-0/+11
* Added evaluation of <SCRIPT> blocks in content returned to Ajax calls #1577 [...David Heinemeier Hansson2005-07-023-15/+34
* Make render(:inline) use locals #1556 [Michael Shuerig]David Heinemeier Hansson2005-07-011-1/+3
* Load models and frequency typo on upoad progress #1555 [Sean Treadway]David Heinemeier Hansson2005-07-011-1/+1
* Fix IE 30-sec timeout bug, make auto_complete_for even more delicious #1572 [...David Heinemeier Hansson2005-07-015-46/+86
* File upload progress seems to have problems on a variety of servers, marking ...David Heinemeier Hansson2005-06-301-1/+1
* Wrong variable name used in observe_field #1551David Heinemeier Hansson2005-06-301-1/+1
* Give auto_complete_for parameters, fix browser-autocompletion #1550David Heinemeier Hansson2005-06-291-1/+5
* Fix JavaScriptHelper capitalization and make it compatible with Prototype #15...David Heinemeier Hansson2005-06-291-13/+15
* Script.aculo.us: autocompletion focus fix, setContentZoom fix #1546 [Thomas F...David Heinemeier Hansson2005-06-293-19/+21
* Sync Prototype; closes #1539Sam Stephenson2005-06-291-30/+59
* Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...David Heinemeier Hansson2005-06-281-0/+427
* Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...David Heinemeier Hansson2005-06-282-9/+67
* Fix the Event.findElement prototype function. Needed to get autocomplete work...David Heinemeier Hansson2005-06-281-3/+3
* Added support for graceful error handling of Ajax calls #1217 [Jamis Buck/Tho...David Heinemeier Hansson2005-06-272-22/+75
* Make Object.prototype.extend work correctlySam Stephenson2005-06-271-2/+2
* Work around existing Element and Event objects in PrototypeSam Stephenson2005-06-271-8/+12
* Update script.aculo.us scripts for Prototype 1.3.0 #1522 [Thomas Fuchs]David Heinemeier Hansson2005-06-273-3/+107
* Fix a potential bug in Prototype's Ajax.Request involving Mozilla and null PO...Sam Stephenson2005-06-271-11/+11
* Added event-based observations when frequency is not set on observe_field/for...David Heinemeier Hansson2005-06-271-5/+16
* Update to Prototype 1.3.0; closes #1441, #1348Sam Stephenson2005-06-271-389/+435
* Update script.aculo.us scripts to fix some bugs #1515David Heinemeier Hansson2005-06-263-20/+31
* Renamed remote_sortable to sortable_elementDavid Heinemeier Hansson2005-06-261-2/+1
* Added auto_complete_for to controller and text_field_with_auto_complete to vi...David Heinemeier Hansson2005-06-261-16/+55
* Added script.aculo.us Javascripts (controls.js, dragdrop.js, effects.js) (NEE...David Heinemeier Hansson2005-06-265-188/+1533
* Fixed prototype to consider all fields it doesn't know as text (such as Safar...David Heinemeier Hansson2005-06-251-4/+2
* Updated documentation for partials #1171David Heinemeier Hansson2005-06-211-7/+9
* Added TextHelper#word_wrap(text, line_length = 80) #1449 [tuxie@dekadance.se]David Heinemeier Hansson2005-06-211-0/+5
* Added a fall-through action for form_remote_tag that'll be used in case Javas...David Heinemeier Hansson2005-06-211-0/+8
* Added tag_options as a third parameter to AssetHelper#auto_discovery_link_tag...David Heinemeier Hansson2005-06-211-4/+9
* Added option to pass in parameters to CaptureHelper#capture, so you can creat...David Heinemeier Hansson2005-06-211-5/+7
* Changed the default name of the input tag generated by FormTagHelper#submit_t...David Heinemeier Hansson2005-06-211-1/+1
* r1335@iwill: jeremy | 2005-06-17 11:41:50 -0700Jeremy Kemper2005-06-171-7/+12
* Added cuba to country list #1351 [todd]David Heinemeier Hansson2005-06-161-1/+1
* Fixed radio_button to work with numeric values #1352 [demetrius]David Heinemeier Hansson2005-06-161-1/+1
* Added :extension option to NumberHelper#number_to_phone #1361 [delynnb]David Heinemeier Hansson2005-06-161-10/+8
* Added button_to as a form-based solution to deal with harmful actions that sh...David Heinemeier Hansson2005-06-161-1/+92
* Fixed image_tag so an exception is not thrown just because the image is missi...David Heinemeier Hansson2005-06-161-1/+1
* Added a third parameter to TextHelper#auto_link called href_options for speci...David Heinemeier Hansson2005-06-161-5/+8
* Fixed TextHelper#highlight to return the text, not nil, if the phrase is blan...David Heinemeier Hansson2005-06-161-1/+1
* Its Iraq, not Irak #1443 [ivan]David Heinemeier Hansson2005-06-161-1/+1
* Fixed TagHelper such that :name and 'name' keys in the options doesn't result...David Heinemeier Hansson2005-06-161-2/+1
* r1318@iwill: jeremy | 2005-06-15 01:08:22 -0700Jeremy Kemper2005-06-151-11/+1
* Allow distance_of_time_in_words to work with any value that responds to #to_t...Jamis Buck2005-06-141-0/+2
* r2495@sedna: jeremy | 2005-05-27 22:07:18 -0700Jeremy Kemper2005-06-121-12/+14
* Made Action View work with the new render :file/:partial style from the contr...David Heinemeier Hansson2005-06-021-2/+15