aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/javascripts/prototype.js
Commit message (Expand)AuthorAgeFilesLines
* Updated prototype.js to 1.5.0_rc1 with latest fixes. [Rick Olson]Rick Olson2006-09-161-28/+49
* Split Form.serialize into Form.serialize and Form.serializeElements. The latt...David Heinemeier Hansson2006-09-081-2/+6
* Update to Prototype 1.5.0_rc1Sam Stephenson2006-09-051-126/+353
* Expanded :method option in FormTagHelper#form_tag, FormHelper#form_for, Proto...David Heinemeier Hansson2006-05-291-0/+6
* Update to Prototype 1.5.0_rc0Sam Stephenson2006-04-061-44/+32
* Applied Prototype $() performance patches (#4465, #4477) and updated script.a...Thomas Fuchs2006-04-011-2/+35
* Update to Prototype 1.5.0_pre1Sam Stephenson2006-03-271-5/+31
* Prefer application/xml over text/xml for charset reasonsDavid Heinemeier Hansson2006-03-131-1/+1
* Mime types are separated by a comma, not semicolon, in the Accept header. Als...David Heinemeier Hansson2006-03-121-1/+1
* Added better support for using the same actions to output for different sourc...David Heinemeier Hansson2006-03-111-1/+2
* Update Prototype for beta gemsSam Stephenson2006-03-061-48/+55
* Wups, committed too muchDavid Heinemeier Hansson2006-02-121-14/+16
* Also support replace and replace_html and some refactoring in JavaScriptEleme...David Heinemeier Hansson2006-02-121-23/+24
* Add JavaScriptGenerator#replace_element for replacing an element's "outer HTM...Sam Stephenson2006-02-121-24/+23
* Update to Prototype 1.5.0_rc0Sam Stephenson2006-01-181-7/+158
* Added assignment of the Autocompleter object created by JavaScriptMacroHelper...David Heinemeier Hansson2006-01-031-7/+10
* Made Field.focus in prototype friendly to effects by adding optional delay pa...David Heinemeier Hansson2005-12-311-2/+12
* Update to Prototype 1.4.0 finalSam Stephenson2005-12-131-8/+25
* Update to Prototype 1.4.0_rc4. Closes #2943 (old Array.prototype.reverse beha...Sam Stephenson2005-11-191-9/+19
* Update to Prototype 1.4.0_rc3. Closes #1893, #2505, #2550, #2748, #2783.Sam Stephenson2005-11-181-61/+93
* Bump to Prototype 1.4.0_rc2Sam Stephenson2005-10-261-8/+8
* Upgrade to Prototype 1.4.0_rc1Sam Stephenson2005-10-181-5/+7
* Upgrade to Prototype 1.4.0_rc0Sam Stephenson2005-10-161-169/+421
* Fix Element.toggle logicSam Stephenson2005-10-101-1/+1
* Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails...Thomas Fuchs2005-10-091-103/+236
* Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7Thomas Fuchs2005-09-281-49/+350
* Fixed bug with :success/:failure callbacks for the JavaScriptHelper methods #...David Heinemeier Hansson2005-07-141-1/+1
* Update to Prototype 1.3.1Sam Stephenson2005-07-111-39/+50
* Fixed Prototype bug #1602David Heinemeier Hansson2005-07-051-1/+1
* Fix failure container logic in Ajax.UpdaterSam Stephenson2005-07-041-2/+2
* Update Prototype; hopefully the last change before 0.13Sam Stephenson2005-07-041-53/+68
* AJAX error handling fix, Prototype event handling #1589 [Thomas Fuchs]David Heinemeier Hansson2005-07-031-2/+3
* Added evaluation of <SCRIPT> blocks in content returned to Ajax calls #1577 [...David Heinemeier Hansson2005-07-021-12/+25
* Fix IE 30-sec timeout bug, make auto_complete_for even more delicious #1572 [...David Heinemeier Hansson2005-07-011-4/+7
* 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-7/+64
* 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-271-9/+23
* 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-271-2/+2
* Fix a potential bug in Prototype's Ajax.Request involving Mozilla and null PO...Sam Stephenson2005-06-271-11/+11
* 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-261-19/+27
* Added script.aculo.us Javascripts (controls.js, dragdrop.js, effects.js) (NEE...David Heinemeier Hansson2005-06-261-182/+256
* Fixed prototype to consider all fields it doesn't know as text (such as Safar...David Heinemeier Hansson2005-06-251-4/+2
* Fixed Form.disable in Prototype #1317 [Wintermute]David Heinemeier Hansson2005-05-191-1/+1
* Update to Prototype 1.2.1Sam Stephenson2005-04-191-3/+4
* Update to Prototype 1.2.0Sam Stephenson2005-04-181-87/+192
* Added Element.toggle, Element.show, and Element.hide to the prototype javascr...David Heinemeier Hansson2005-04-171-3/+18