Ticket #3645 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Upgrade to final 1.5.0 prototype.js release

Reported by: Mike_Koepke Assigned to: mdawaffe
Priority: high Milestone: 2.2
Component: General Version: 2.1
Severity: normal Keywords:
Cc:

Description

Prototype.js 1.5.0 was officially released on Jan. 18th (http://prototypejs.org/). WP should include the official release.

Additionally, script.aculo.us 1.7 was released on Jan. 19th ( http://script.aculo.us/downloads). "script.aculo.us 1.7.0 is an update recommended for all users."

Finally, prototype.js is included in both the wp-includes\js and wp-includes\js\scriptaculous directories. There should probably be only one version included.

Attachments

scriptacproto.diff (204.2 kB) - added by ryan on 01/25/07 21:15:41.
Prototype 1.5.0 and scriptaculous 1.7.0 patch
3645.diff (207.4 kB) - added by mdawaffe on 01/26/07 02:53:36.

Change History

01/23/07 19:38:57 changed by Znuff

  • type changed from defect to enhancement.

01/24/07 03:22:48 changed by foolswisdom

  • milestone changed from 2.1.1 to 2.2.

01/25/07 21:15:41 changed by ryan

  • attachment scriptacproto.diff added.

Prototype 1.5.0 and scriptaculous 1.7.0 patch

01/25/07 21:16:34 changed by ryan

Patch brings prototype and scriptaculous up-to-date, but AJAX list manipulation seems to be broken. Deletes are returning -1. Will dig into it later.

01/26/07 00:21:22 changed by ryan

cookie is not being delivered in POST so we fail check_ajax_referer(). Gonna pass to mdawaffe.

01/26/07 02:53:01 changed by mdawaffe

  • owner changed from anonymous to mdawaffe.
  • status changed from new to assigned.

Attached fixes.

  1. #3645 (this)
  2. #3676
  3. #3519

01/26/07 02:53:36 changed by mdawaffe

  • attachment 3645.diff added.

01/26/07 03:41:26 changed by ryan

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

(In [4813]) Update to prototype 1.5.0 and scriptaculous 1.7.0. Fix some AJAXy bits. Props mdawaffe. fixes #3645 #3676 #3519