Page MenuHomePhabricator

Upgrade old versions of jquery (and plugins)
Closed, ResolvedPublic

Description

Any extensions (ie WikiBasha), that include old versions of jquery should really be cleaned up


Version: unspecified
Severity: enhancement

Details

Reference
bz26307

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:21 PM
bzimport set Reference to bz26307.
bzimport added a subscriber: Unknown Object (MLST).

Reedy: What exactly to grep for to identify such extensions and make maintainers aware? What does "old" mean?

Reedy: What exactly to grep for to identify such extensions and make
maintainers aware? What does "old" mean?

(In reply to comment #2)

Reedy: What exactly to grep for to identify such extensions and make
maintainers aware? What does "old" mean?

For jQuery itself, it would be any version of jQuery of a lower version number than MediaWiki bundles. Bundling newer should be ok (but that's a different discussion).

There's many cases where they include it themselves, but core already has it.

Same goes for jquery ui plugins, if core has a newer version, chances are the extension itself doesn't need it

Krinkle claimed this task.
Krinkle subscribed.

Looks resolved.

https://codesearch.wmflabs.org/search/?q=jquery.(org%7Ccom)%2F%5BlL%5Dicense&i=nope&files=&repos=

Any individual repos that still have it can/should handle it as part of their own responsibility for maintenance. For one, because including a raw copy in any currently supported version of MediaWiki would result in a number of errors due to conflicts with the built-in copy.