aboutsummaryrefslogtreecommitdiffstats
path: root/railties/html/javascripts/prototype.js
Commit message (Expand)AuthorAgeFilesLines
* 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-11/+13
* 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 Railties to Prototype 1.3.1Sam Stephenson2005-07-111-39/+50
* Keep JS files locallyDavid Heinemeier Hansson2005-07-061-0/+1027
* Removing javascripts to make it an svn:externals insteadDavid Heinemeier Hansson2005-06-261-763/+0
* 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
* Added JavascriptHelper#periodically_call_remote in order to create areas of a...David Heinemeier Hansson2005-04-071-0/+29
* Added Effect.Puff and Effect.Appear #990, #996David Heinemeier Hansson2005-03-311-1/+66
* Fixed references to elementDavid Heinemeier Hansson2005-03-281-9/+9
* Added Effect.Scale for smoothly scaling images or text up and down #972 [thom...David Heinemeier Hansson2005-03-281-0/+66
* Added Effect.Fade which smoothly turns opacity from 100 to 0 and then hides t...David Heinemeier Hansson2005-03-281-0/+30
* Effects can just be used through the callbacksDavid Heinemeier Hansson2005-03-261-7/+1
* Updated to prototype.js 1.1.0David Heinemeier Hansson2005-03-261-107/+119
* Added other DOM manipulation positions than just replaceDavid Heinemeier Hansson2005-03-261-15/+126
* Fixed Form.Serialize for the JavascriptHelper to also seriliaze password fiel...David Heinemeier Hansson2005-03-261-0/+1
* Added documentation and fixed an ajax bugDavid Heinemeier Hansson2005-03-221-1/+1
* Last-minute ajax fixes #898David Heinemeier Hansson2005-03-221-12/+21
* Applied the Safari fix on both prototype.js filesDavid Heinemeier Hansson2005-03-221-1/+1
* Renamed Toggle.visibility to Toggle.display and fixed it for multiple argumentsDavid Heinemeier Hansson2005-03-211-3/+4
* Fixed js bugDavid Heinemeier Hansson2005-03-211-1/+1
* Add prototype.js to new apps in javascripts/ #885David Heinemeier Hansson2005-03-211-0/+326