| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to Prototype 1.5.1 | Sam Stephenson | 2007-05-19 | 1 | -342/+1098 |
* | Update edge to script.aculo.us to 1.7.1_beta3 | Thomas Fuchs | 2007-05-19 | 3 | -93/+163 |
* | Update trunk to script.aculo.us 1.7.0 | Thomas Fuchs | 2007-01-19 | 2 | -86/+86 |
* | Update prototype.js to [5985], fixes content-type issue with simulated HTTP m... | Thomas Fuchs | 2007-01-18 | 1 | -8/+9 |
* | Update to Prototype 1.5.0 | Sam Stephenson | 2007-01-17 | 1 | -126/+214 |
* | Update to latest Prototype | Sam Stephenson | 2007-01-05 | 1 | -61/+102 |
* | Make sure .morph makes it in | Thomas Fuchs | 2006-11-20 | 1 | -1/+6 |
* | Update trunk w/ latest Prototype and script.aculo.us | Thomas Fuchs | 2006-11-19 | 4 | -15/+159 |
* | Update Prototype in trunk to [5550] | Thomas Fuchs | 2006-11-17 | 1 | -0/+24 |
* | Update to Prototype 1.5.0_rc2 | Sam Stephenson | 2006-11-12 | 1 | -179/+239 |
* | Update to latest Prototype, which doesnt serialize disabled form elements, ad... | Thomas Fuchs | 2006-10-28 | 1 | -5/+11 |
* | Update to latest Prototype and script.aculo.us trunk versions | Thomas Fuchs | 2006-10-09 | 4 | -185/+156 |
* | Updated prototype.js to 1.5.0_rc1 with latest fixes. [Rick Olson] | Rick Olson | 2006-09-16 | 1 | -28/+49 |
* | Split Form.serialize into Form.serialize and Form.serializeElements. The latt... | David Heinemeier Hansson | 2006-09-08 | 1 | -2/+6 |
* | Update to script.aculo.us 1.6.3 [Thomas Fuchs] | Thomas Fuchs | 2006-09-05 | 3 | -55/+118 |
* | Update to Prototype 1.5.0_rc1 | Sam Stephenson | 2006-09-05 | 1 | -126/+353 |
* | Updated trunk to script.aculo.us 1.6.2 | Thomas Fuchs | 2006-08-15 | 3 | -44/+69 |
* | Expanded :method option in FormTagHelper#form_tag, FormHelper#form_for, Proto... | David Heinemeier Hansson | 2006-05-29 | 1 | -0/+6 |
* | Update to Prototype 1.5.0_rc0 | Sam Stephenson | 2006-04-06 | 1 | -44/+32 |
* | Applied Prototype $() performance patches (#4465, #4477) and updated script.a... | Thomas Fuchs | 2006-04-01 | 3 | -75/+302 |
* | Speedup for sortable with handles initialization in rails trunk too | Thomas Fuchs | 2006-03-27 | 2 | -4/+5 |
* | Update to Prototype 1.5.0_pre1 | Sam Stephenson | 2006-03-27 | 1 | -5/+31 |
* | effects.js and controls.js fixes | Thomas Fuchs | 2006-03-26 | 2 | -4/+5 |
* | Update to script.aculo.us 1.6 | Thomas Fuchs | 2006-03-26 | 2 | -180/+248 |
* | Prefer application/xml over text/xml for charset reasons | David Heinemeier Hansson | 2006-03-13 | 1 | -1/+1 |
* | Mime types are separated by a comma, not semicolon, in the Accept header. Als... | David Heinemeier Hansson | 2006-03-12 | 1 | -1/+1 |
* | Use accept headers | David Heinemeier Hansson | 2006-03-12 | 1 | -1/+2 |
* | Update to latest script.aculo.us trunk, fixes possible issue with Effect.Appe... | Thomas Fuchs | 2006-03-09 | 2 | -4/+8 |
* | Allow method chaining in RJS elements [Rick Olson] | David Heinemeier Hansson | 2006-03-06 | 1 | -0/+9 |
* | Update Prototype for beta gems | Sam Stephenson | 2006-03-06 | 1 | -48/+55 |
* | Added public/javascripts/application.js as a sample since it'll automatically... | David Heinemeier Hansson | 2006-03-04 | 1 | -0/+2 |
* | Fixed Effect.Appear in effects.js to work with floats in Safari (closes #3524... | David Heinemeier Hansson | 2006-03-04 | 2 | -19/+32 |
* | Update script.aculo.us to V1.5.3 [Thomas Fuchs] | Thomas Fuchs | 2006-02-22 | 3 | -31/+85 |
* | Update script.aculo.us in Rails trunk to V1.5.2 | Thomas Fuchs | 2006-02-14 | 2 | -14/+95 |
* | Add JavaScriptGenerator#replace_element for replacing an element's "outer HTM... | Sam Stephenson | 2006-02-12 | 1 | -24/+23 |
* | Update to Prototype 1.5.0_rc0 | Sam Stephenson | 2006-01-18 | 1 | -7/+158 |
* | Added assignment of the Autocompleter object created by JavaScriptMacroHelper... | David Heinemeier Hansson | 2006-01-03 | 2 | -7/+16 |
* | Made Field.focus in prototype friendly to effects by adding optional delay pa... | David Heinemeier Hansson | 2005-12-31 | 1 | -2/+12 |
* | Update to script.aculo.us to 1.5.0 rev. 3343 | Thomas Fuchs | 2005-12-25 | 3 | -63/+128 |
* | Added :select option for JavaScriptMacroHelper#auto_complete_field that makes... | David Heinemeier Hansson | 2005-12-24 | 2 | -16/+21 |
* | Update to Prototype 1.4.0 final | Sam Stephenson | 2005-12-13 | 1 | -8/+25 |
* | Update to script.aculo.us 1.5.0_rc6 | Thomas Fuchs | 2005-12-12 | 2 | -440/+435 |
* | Update to Prototype 1.4.0_rc4. Closes #2943 (old Array.prototype.reverse beha... | Sam Stephenson | 2005-11-19 | 1 | -9/+19 |
* | Update to Prototype 1.4.0_rc3. Closes #1893, #2505, #2550, #2748, #2783. | Sam Stephenson | 2005-11-18 | 1 | -61/+93 |
* | Update trunk to latests script.aculo.us | Thomas Fuchs | 2005-11-14 | 3 | -109/+70 |
* | Change javascript_include_tag :defaults to not use script.aculo.us loader, wh... | Thomas Fuchs | 2005-11-01 | 3 | -371/+0 |
* | Update script.aculo.us to V1.5_rc4 | Thomas Fuchs | 2005-10-29 | 6 | -456/+429 |
* | Bump to Prototype 1.4.0_rc2 | Sam Stephenson | 2005-10-26 | 1 | -11/+13 |
* | Merge remainder of util.js into effects.js | Sam Stephenson | 2005-10-16 | 3 | -549/+290 |
* | Upgrade to Prototype 1.4.0_rc0 | Sam Stephenson | 2005-10-16 | 1 | -169/+421 |