Ticket #5048 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Update jQuery form plugin

Reported by: filosofo Assigned to: anonymous
Priority: normal Milestone: 2.5
Component: General Version: 2.3
Severity: normal Keywords: has-patch commit
Cc: filosofo

Description

The script-loader registers the jQuery form plugin with the wrong version. This might create a problem if someone checks against the plugin version, as it's an old version.

Speaking of which, could we please, please include the newest version of the jQuery form plugin, which I've attached, in 2.3? Although the script-loader registers the form plugin, trunk WP does not enqueue it anywhere yet, so updating to the newest version of the form plugin should have no effect on core WP.

Attachments

wrong_jquery_form_version.diff (0.7 kB) - added by filosofo on 09/22/07 16:43:59.
jquery.form.js (30.1 kB) - added by filosofo on 09/22/07 16:44:23.
jquery.form.diff (26.4 kB) - added by filosofo on 01/05/08 06:27:56.

Change History

09/22/07 16:43:59 changed by filosofo

  • attachment wrong_jquery_form_version.diff added.

09/22/07 16:44:23 changed by filosofo

  • attachment jquery.form.js added.

(follow-up: ↓ 2 ) 09/23/07 02:30:39 changed by Viper007Bond

  • keywords changed from jquery has-patch jquery-form plugin to has-patch commit.

Speaking of which, could we please, please include the newest version of the jQuery form plugin, which I've attached, in 2.3?

No, it's waiting for 2.4. There were some compatibility issues to be dealt with if I remember correctly. Look around -- there's a few tickets on it already.

(in reply to: ↑ 1 ) 09/23/07 03:10:18 changed by filosofo

Replying to Viper007Bond:

No, it's waiting for 2.4. There were some compatibility issues to be dealt with if I remember correctly. Look around -- there's a few tickets on it already.

I think you're thinking of the interface jQuery plugin, not the form plugin. Unlike interface, form is not currently being used in trunk WP, so there could not be any compatibility problems.

01/05/08 06:27:56 changed by filosofo

  • attachment jquery.form.diff added.

01/05/08 06:28:46 changed by filosofo

  • summary changed from Wrong version of the jQuery form plugin in register script to Update jQuery form plugin.

See latest patch.

01/07/08 17:23:40 changed by ryan

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

(In [6569]) Update jquery.form to 2.02. Props filosofo. fixes #5048