| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix the Event.findElement prototype function. Needed to get autocomplete work... | David Heinemeier Hansson | 2005-06-28 | 1 | -3/+3 |
* | Added support for graceful error handling of Ajax calls #1217 [Jamis Buck/Tho... | David Heinemeier Hansson | 2005-06-27 | 2 | -22/+75 |
* | Make Object.prototype.extend work correctly | Sam Stephenson | 2005-06-27 | 1 | -2/+2 |
* | Work around existing Element and Event objects in Prototype | Sam Stephenson | 2005-06-27 | 1 | -8/+12 |
* | Update script.aculo.us scripts for Prototype 1.3.0 #1522 [Thomas Fuchs] | David Heinemeier Hansson | 2005-06-27 | 3 | -3/+107 |
* | Fix a potential bug in Prototype's Ajax.Request involving Mozilla and null PO... | Sam Stephenson | 2005-06-27 | 1 | -11/+11 |
* | Added event-based observations when frequency is not set on observe_field/for... | David Heinemeier Hansson | 2005-06-27 | 1 | -5/+16 |
* | Update to Prototype 1.3.0; closes #1441, #1348 | Sam Stephenson | 2005-06-27 | 1 | -389/+435 |
* | Update script.aculo.us scripts to fix some bugs #1515 | David Heinemeier Hansson | 2005-06-26 | 3 | -20/+31 |
* | Renamed remote_sortable to sortable_element | David Heinemeier Hansson | 2005-06-26 | 1 | -2/+1 |
* | Added auto_complete_for to controller and text_field_with_auto_complete to vi... | David Heinemeier Hansson | 2005-06-26 | 1 | -16/+55 |
* | Added script.aculo.us Javascripts (controls.js, dragdrop.js, effects.js) (NEE... | David Heinemeier Hansson | 2005-06-26 | 5 | -188/+1533 |
* | Fixed prototype to consider all fields it doesn't know as text (such as Safar... | David Heinemeier Hansson | 2005-06-25 | 1 | -4/+2 |
* | Added TextHelper#word_wrap(text, line_length = 80) #1449 [tuxie@dekadance.se] | David Heinemeier Hansson | 2005-06-21 | 1 | -0/+5 |
* | Added a fall-through action for form_remote_tag that'll be used in case Javas... | David Heinemeier Hansson | 2005-06-21 | 1 | -0/+8 |
* | Added tag_options as a third parameter to AssetHelper#auto_discovery_link_tag... | David Heinemeier Hansson | 2005-06-21 | 1 | -4/+9 |
* | Added option to pass in parameters to CaptureHelper#capture, so you can creat... | David Heinemeier Hansson | 2005-06-21 | 1 | -5/+7 |
* | Changed the default name of the input tag generated by FormTagHelper#submit_t... | David Heinemeier Hansson | 2005-06-21 | 1 | -1/+1 |
* | r1335@iwill: jeremy | 2005-06-17 11:41:50 -0700 | Jeremy Kemper | 2005-06-17 | 1 | -7/+12 |
* | Added cuba to country list #1351 [todd] | David Heinemeier Hansson | 2005-06-16 | 1 | -1/+1 |
* | Fixed radio_button to work with numeric values #1352 [demetrius] | David Heinemeier Hansson | 2005-06-16 | 1 | -1/+1 |
* | Added :extension option to NumberHelper#number_to_phone #1361 [delynnb] | David Heinemeier Hansson | 2005-06-16 | 1 | -10/+8 |
* | Added button_to as a form-based solution to deal with harmful actions that sh... | David Heinemeier Hansson | 2005-06-16 | 1 | -1/+92 |
* | Fixed image_tag so an exception is not thrown just because the image is missi... | David Heinemeier Hansson | 2005-06-16 | 1 | -1/+1 |
* | Added a third parameter to TextHelper#auto_link called href_options for speci... | David Heinemeier Hansson | 2005-06-16 | 1 | -5/+8 |
* | Fixed TextHelper#highlight to return the text, not nil, if the phrase is blan... | David Heinemeier Hansson | 2005-06-16 | 1 | -1/+1 |
* | Its Iraq, not Irak #1443 [ivan] | David Heinemeier Hansson | 2005-06-16 | 1 | -1/+1 |
* | Fixed TagHelper such that :name and 'name' keys in the options doesn't result... | David Heinemeier Hansson | 2005-06-16 | 1 | -2/+1 |
* | Allow distance_of_time_in_words to work with any value that responds to #to_t... | Jamis Buck | 2005-06-14 | 1 | -0/+2 |
* | r2495@sedna: jeremy | 2005-05-27 22:07:18 -0700 | Jeremy Kemper | 2005-06-12 | 1 | -12/+14 |
* | Fixed escaping of :method option in remote_form_tag #1218 [Rick Olson] | David Heinemeier Hansson | 2005-05-19 | 1 | -1/+5 |
* | Added Serbia and Montenegro to the country_select #1239 [todd@robotcoop.com] | David Heinemeier Hansson | 2005-05-19 | 1 | -2/+2 |
* | Fixed that compute_public_path should recognize external URLs, so image_tag("... | David Heinemeier Hansson | 2005-05-19 | 1 | -1/+1 |
* | Added support for descending year values in DateHelper#select_year, like sele... | David Heinemeier Hansson | 2005-05-19 | 1 | -6/+10 |
* | Ajax docing #1282 [Dee.Zsombor@gmail.com] | David Heinemeier Hansson | 2005-05-19 | 1 | -0/+13 |
* | Fixed that FormHelper#checkbox should return a checked checkbox if the value ... | David Heinemeier Hansson | 2005-05-19 | 1 | -0/+2 |
* | Fixed Form.disable in Prototype #1317 [Wintermute] | David Heinemeier Hansson | 2005-05-19 | 1 | -1/+1 |
* | Go straight to the class for asset_host | David Heinemeier Hansson | 2005-05-09 | 1 | -1/+1 |
* | Added TextHelper#sanitize that can will remove any Javascript handlers, block... | David Heinemeier Hansson | 2005-05-09 | 1 | -0/+55 |
* | Changed RAILS_ASSET_HOST to become ActionController::Base.asset_host | David Heinemeier Hansson | 2005-05-06 | 1 | -1/+1 |
* | Added that both AssetHelper#stylesheet_link_tag and AssetHelper#javascript_in... | David Heinemeier Hansson | 2005-05-03 | 1 | -2/+7 |
* | Added FormTagHelper#image_submit_tag for making submit buttons that uses images | David Heinemeier Hansson | 2005-05-03 | 1 | -0/+4 |
* | Added the option of specifying a RAILS_ASSET_HOST that will then be used by a... | David Heinemeier Hansson | 2005-05-03 | 1 | -2/+2 |
* | Dont benchmark if the logger has been turned off | David Heinemeier Hansson | 2005-05-02 | 1 | -0/+2 |
* | Fixed documentation #1214 | David Heinemeier Hansson | 2005-04-30 | 1 | -3/+3 |
* | Fixed missing id uniqueness in FormTag#radio_button #1207 [Jarkko] | David Heinemeier Hansson | 2005-04-30 | 1 | -0/+4 |
* | Added BenchmarkHelper that can measure the execution time of a block in a tem... | David Heinemeier Hansson | 2005-04-27 | 1 | -0/+22 |
* | Update to Prototype 1.2.1 | Sam Stephenson | 2005-04-19 | 1 | -3/+4 |
* | More documentation #1148 [Alisdair McDiarmid] | David Heinemeier Hansson | 2005-04-19 | 1 | -2/+28 |
* | Fixed that you can now pass an alternative :href option to link_to_function/r... | David Heinemeier Hansson | 2005-04-18 | 1 | -3/+3 |