Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#5048 closed defect (bug) (fixed)

Update jQuery form plugin

Reported by: filosofo's profile filosofo Owned by:
Milestone: 2.5 Priority: normal
Severity: normal Version: 2.3
Component: General Keywords: has-patch commit
Focuses: Cc:

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 (3)

wrong_jquery_form_version.diff (720 bytes) - added by filosofo 17 years ago.
jquery.form.js (30.1 KB) - added by filosofo 17 years ago.
jquery.form.diff (26.4 KB) - added by filosofo 17 years ago.

Download all attachments as: .zip

Change History (8)

@filosofo
17 years ago

#1 follow-up: @Viper007Bond
17 years ago

  • Keywords commit added; jquery jquery-form plugin removed

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.

#2 in reply to: ↑ 1 @filosofo
17 years ago

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.

#4 @filosofo
17 years ago

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

See latest patch.

#5 @ryan
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

Note: See TracTickets for help on using tickets.