Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10694 (closed enhancement: fixed)

Opened 8 months ago

Last modified 8 months ago

[PATCH] Update javascript_test assets to scriptaculous 1.8.1

Reported by: nicwilliams Assigned to: core
Priority: normal Milestone: 2.x
Component: Plugins Version: edge
Severity: normal Keywords: javascript_test scriptaculous unittest prototype
Cc: madrobby

Description

The assets in this plugin are from an old scriptaculous/prototype combo. Here are the latest from scriptaculous 1.8.1/prototype 1.6.0.1.

Attachments

latest_libs.patch (166.4 kB) - added by nicwilliams on 01/04/08 10:02:01.

Change History

01/04/08 10:02:01 changed by nicwilliams

  • attachment latest_libs.patch added.

01/04/08 10:11:27 changed by nicwilliams

Note, the unittest.js/css updates in this patch are now also included within #10667 (plus the original fix for that patch).

Let me know if there are conflicts etc.

01/06/08 13:32:25 changed by dtsato

+1

01/09/08 17:05:33 changed by madrobby

  • status changed from new to closed.
  • resolution set to fixed.

(In [8610]) javascript_test: update prototype/unittest.js to latest 1.6.0.1 versions, generate public/javascripts/name.js file when using the generator, add option to use application-provided prototype.js file instead of the one that comes with the pluging. Fixes #10662, #10667, #10669, #10694, #10697 and #10732.